text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: Support of Batch Input
Body: Hi,
it appears that the original code did not directly support the batch input. I forked the repo and created some simple modification. (you may discard the part to load my own models)
https://github.com/CielAl/pytorch-grad-cam_batch/blob/master/grad_cam.py#L114
Hope this mig... | 1medium |
Title: a02的cnn_multiple_layers问题
Body: a02下的p7_TextCNN_model.py中多层CNN函数cnn_multiple_layers中,因为第一层conv的padding是SAME,卷积后会保持图的大小,因此输出的维度是[[batch_size, sequence_length, embedding_size, num_filters]],第二层卷积层开始时136行的reshape,最后一维写成1,会造成第一维变成batch_size*embedding_size,导致内存容易溢出,其实这里的reshape可以去掉的,修复这个问题之后,显存占用回到正常水平。
另外个人感觉,第一层没必... | 1medium |
Title: 老哥可以整合下支持本地sd生成图片?
Body: ### 是否已存在类似的功能请求?
- [x] 我已搜索现有的功能请求
### 痛点
老哥可否把这个项目整合下 支持sd生成图片 https://github.com/Anning01/ComicTweets
### 建议的解决方案
老哥可否把这个项目整合下 支持sd生成图片 https://github.com/Anning01/ComicTweets
### 有用的资源
_No response_
### 其他信息
_No response_ | 1medium |
Title: despite cuda drivers being installed, I'm seeing this issue
Body: [2023-05-01 12:17:25 +0000] [8] [INFO] Booting worker with pid: 8
2023-05-01 12:17:26.167599: I tensorflow/core/util/port.cc:110] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off er... | 1medium |
Title: improving the onboarding tutorial - your first pipeline
Body: We want to improve the onboarding experience of the basic tutorials on binder.
## general observations
* the objective of the initial tutorial should be to convince people to give ploomber a try. the current version tries to teach them ploomber,... | 1medium |
Title: Import broken python 3.9
Body:
## How to reproduce the behaviour
```import spacy```
## Your Environment
<!-- Include details of your environment. You can also type `python -m spacy info --markdown` and copy-paste the result here.-->
* Operating System: Windows 10.0.19045
* Python Version Used: 3.9.13
*... | 2hard |
Title: [Bug]: v1.9.0 GFPGAN and CodeFormer not work
Body: ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version... | 1medium |
Title: Support for loading geotiff files as a part of the ImageFolder
Body: ### Feature request
Request for adding rasterio support to load geotiff as a part of ImageFolder, instead of using PIL
### Motivation
As of now, there are many datasets in HuggingFace Hub which are predominantly focussed towards RemoteSensin... | 1medium |
Title: tqdm_notebook bar malformed when bar_format is specified.
Body: ### System Info
```sh
>>> import tqdm, sys
>>> print(tqdm.__version__, sys.version, sys.platform)
4.28.1 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 14:01:38)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] darwin
```
###... | 1medium |
Title: random uuid with seed
Body: Is there a reason why you are using UUIDs in the first place? Thinking you could just set seed and do randomization with numbers to get deterministic names.
E.g line 177 in dashboard_methods.py
` if not hasattr(self, "name") or self.name is None:
self.name = na... | 3misc |
Title: Significant Increase in Computation Time When Using Attention Mask in SDPA Attention
Body: ### System Info
`transformers` version: 4.46.3
- Platform: Linux-5.15.0-91-generic-x86_64-with-glibc2.10
- Python version: 3.8.18
- Huggingface_hub version: 0.25.2
- Safetensors version: 0.4.5
- Accelerate version: 1.0.1... | 1medium |
Title: How to set "Parameter content type"
Body: I need to change "Parameter content type" from "application/json" to "text/plain" for a "body" type parameter.
How can I do it?
Thanks. | 1medium |
Title: TokenValidator.scope_insufficient seems wrong
Body: There's been changes in [TokenValidator.scope_insufficient()](https://github.com/lepture/authlib/blob/1089d5441c8e780a5165ca859b289fc8485ec5eb/authlib/oauth2/rfc6749/resource_protector.py#L33) to support nested required scopes, but I think it introduces a bug.
... | 1medium |
Title: We're changing database
Body: ## Rollout
We're gradually rolling out queries to the new database now. If you're affected, you'll see a banner like this:
<img width="770" alt="Screenshot 2024-09-18 at 14 42 24" src="https://github.com/user-attachments/assets/11990bfa-f669-4ca5-bf1a-45c8359da344">
**If yo... | 1medium |
Title: how to create a single field filter?
Body: I am trying to define a field on a type that can be filtered, the field only returns 1 object so no list.
my attempt is this:
```
chat: auto = strawberry_django.field(
field_name="chat_set",
filters=ChatFilter,
default_factory=lambda: N... | 1medium |
Title: [🕹️]No-Code Side Quests Twitter thread
Body: ### What side quest or challenge are you solving?
I have publish twitter thread
### Points
(🕹️ 150-500 Points)
### Description
_No response_
### Provide proof that you've completed the task
Thread Link is [here](https://x.com/adil_kadival/status/184857603795... | 3misc |
Title: DIFFERENT SCHEMA BASED ON API VERSION ON SWAGGER UI
Body: I have two API versions but each with it's own schemas

The problem all schemas are displayed on both ends
How can I separate each schema to... | 1medium |
Title: Pydantic type `all_fields` does not include computed fields
Body: ## Describe the Bug
If a Pydantic model defines a computed field, those fields are excluded from the model when using the `all_fields` kwarg to the `strawberry.experimental.pydantic.type`.
I would expect them to be included by default as wel... | 1medium |
Title: Get_ee_stac_list() fails
Body: <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- geemap version: 0.11.0
- Python version: 3.7
- Operating System: On Google Colab
### Description
Hi, when trying to run datasets.get_ee_stac_list() it returns []
... | 1medium |
Title: Discrepancy in column property with actual structure after grouping
Body: **Describe the issue**:
After `groupby` and `reset_index`, DataFrame `columns` property have one column missing and one with an incorrect name, while computed DataFrame have proper structure.
**Minimal Complete Verifiable Example**:... | 1medium |
Title: run demo_ssd.py gets error
Body: ----------Python Info----------
Version : 3.5.6
Compiler : GCC 7.3.0
Build : ('default', 'Aug 26 2018 21:41:56')
Arch : ('64bit', '')
------------Pip Info-----------
Version : 10.0.1
Directory : /home/z440/miniconda3/envs/mxnet/lib/python3.5... | 1medium |
Title: if we only use mask LM in training and disable the'next sentence', how should I modify the create_pretraining_data.py
Body: in pre-training code, I figure out just disable the 'next sentence loss' code
| 1medium |
Title: modeling_phi3 errors with AttributeError: 'DynamicCache' object has no attribute 'get_max_length'
Body: ### System Info
- `transformers` version: 4.49.0.dev0 (315a9f494e0e00d8652722ce950be590852a4727~1)
- Platform: Windows-10-10.0.20348-SP0
- Python version: 3.11.7
- Huggingface_hub version: 0.28.1
- Safetensor... | 1medium |
Title: raise NotImplementedError in BaseDBBackend
Body: ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I already read and followed all the tutorial in the docs and didn't find an answer.
- [X] I already checked if it is not related to AuthX but to [Pydantic](https://github.com/samuelcolvin... | 1medium |
Title: feature request: provider for "self"
Body: I would like a provider to be able to pass a container as an argument:
```python
class Container(containers.DeclarativeContainer):
foo = providers.Callable(calc_foo, containers.MarkerForContainer)
bar = providers.Object('hello')
container = Container()
... | 1medium |
Title: Is this project still mantained?
Body: @syrusakbary thank you for this great project! I noticed that there have been a lot of commits since the last release, of which the last one was 6 months ago. Are you still planning on working on this project?
Best regards | 3misc |
Title: Unique items should be allowed as list in Pydantic v2
Body: **Describe the bug**
When Pydantic v2 is used, i.e., `--output-model-type pydantic_v2.BaseModel`, any field tagged with unique items will always be created as set. Where it is understandable to use set to ensure unique items, there is a distinct differ... | 1medium |
Title: ROC Curve widget sets a wrong prior probability
Body: With apologies to self for writing such a bad bug report: I have no time to properly explore it now, but I have to write this down lest I forget.
I encountered a situation (on Pima diabetes data) in which the ROC widget's target was set to 1, but the prior... | 1medium |
Title: Using dirichlet sampler directly in Dirichlet distribution
Body: After https://github.com/google/jax/pull/9906, `jax.random.dirichlet` should be robust for small concentration, so we can remove the current trick that we put in the Dirichlet sampler. | 1medium |
Title: Wan model is not working in MacOs if scheduler is `uni_pc`
Body: ### Expected Behavior
A normal video output
### Actual Behavior
https://github.com/user-attachments/assets/66051ca7-ccd2-4fb9-a186-a9bf4e974772
### Steps to Reproduce
I was trying to use Wan 2.1 model in Comfy in my macbook pro (M2). And use ... | 1medium |
Title: `nuts.get_extra_fields()["num_steps"]=0` after warmup
Body: I have the following piece of code:
``` python
nuts = MCMC(
NUTS(model_logreg),
num_warmup=2**13,
num_samples=2**10,
num_chains=2**5,
chain_method="vectorized",
)
nuts.warmup(jr.key(2), x_train, labels_train, extra_fields=("... | 1medium |
Title: How to register detection in `PolygonZone` for any overlap
Body: ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
How can I register a detection inside a `PolygonZone` when there is any ... | 1medium |
Title: Add `create` method
Body: If you want to create an object and save it, the current approach is:
```python
band = Band(name="Pythonistas")
await band.save().run()
```
We can add a `create` method, which might be preferable for some people coming from other ORMs:
```python
band = await Band.objects().... | 1medium |
Title: Login immediately on register when using JWT HTTP only
Body: Hi there,
Is there a way to have a user logged in immediately on register? I have set `ACCOUNT_EMAIL_VERIFICATION = 'optional'` and want the flow to have a user logged in once they register (then verify email at their convinience), but the register... | 1medium |
Title: Webdataset data format problem
Body: ### Describe the bug
Please see https://huggingface.co/datasets/ejschwartz/idioms/discussions/1
Error code: FileFormatMismatchBetweenSplitsError
All three splits, train, test, and validation, use webdataset. But only the train split has more than one file. How can I force ... | 1medium |
Title: [BUG] Param "dark" not work
Body: `dark` does not work in the current version.
It's worked well in older versions. I didn't change my code and just run an old notebook.
I can only click the theme buttons to change the theme, and my choice won't be remembered.
Name: pygwalker
Version: 0.4.8.9
Python 3.9... | 1medium |
Title: export-schema does not include ENUM descriptions
Body: <!--- Provide a general summary of the changes you want in the title above. -->
allow `strawberry export-schema` to use, say, first line of docstring (or full docstring) as a comment and store it as part of the `schema.graphql` file - for entities and for... | 1medium |
Title: Verify Image button has no icon
Body: "Verify Image" button has no icon in the windows binaries v1.5.2
| 0easy |
Title: Cannot view the data in actual postgresql
Body: @gunthercox I have connected my chatterbot with postgresql. And it had trained the data that I have specified in the file. So after training, it had created the db **"jer"**.
Here's my code:
**bot = ChatBot(
"Terminal",
storage_adapter="chatterbot.stora... | 1medium |
Title: Add support for Jupyter widgets / ipywidgets
Body: ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Jupyter Widgets are [interactive browser controls](... | 1medium |
Title: ModuleNotFoundError: No module named 'numpy.lib.histograms'
Body: **General Information:**
- OS: Sonoma 14.5
- Python version: 3.9.10
- Library version: 0.12.0
**Describe the bug:**
When attempting to setup a Python virtual environment, I run `make setup` per this [Contribution](https://github.com/capi... | 1medium |
Title: class ZoneoutLSTMCell(tf.nn.rnn_cell.RNNCell): AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'rnn_cell'
Body: class ZoneoutLSTMCell(tf.nn.rnn_cell.RNNCell):
AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'rnn_cell' | 1medium |
Title: TensorLayer 2.0
Body: # NETWORK API REFACTORING - TO DO LIST
## [Design Docs](https://github.com/luomai/tensorlayer2-design/issues/7)
## [Refactoring Codes](https://github.com/zsdonghao/tensorlayer2)
Dear Contributors,
@DEKHTIARJonathan @akaraspt @luomai @lgarithm @JingqingZ @fangde etal.
As we disc... | 2hard |
Title: [Migrated] Zappa Deploy FileExistsError
Body: Originally from: https://github.com/Miserlou/Zappa/issues/1839 by [enotuniq](https://github.com/enotuniq)
I am very new to Zappa and AWS. I successfully installed zappa and managed to go through zappa init. However, when I try to deploy it with zappa deploy, I keep ... | 1medium |
Title: Custom batch selection for logging
Body: ### Description & Motivation
Need to be able to select the same batch in every logging cycle. For generation pipelines similar to stable diffusion it is very hard to gauge the performance over training if we continue to choose random batches.
### Pitch
User should have... | 1medium |
Title: VWAP indicator is calculating wrong vwap values for past days in dataframe
Body: @twopirllc Thanks for creating this wonderful python module. I'm extensively using this module for my algos.
I found an issue with VWAP indicator when I ran it with my backtesting data. As per definition, VWAP should be calcula... | 1medium |
Title: Reversing tiktok API.
Body: I have question. Which endpoint I must reverse for find endpoint which used in your code?
Now this endpoint is not working, and you are not responding to issues, if I knew how to find a new endpoint, I would make a pull request.
How i can find the same endpoint but working? | 2hard |
Title: Why does gevent affect the asyncio usage of child thread?
Body: * gevent version: 20.10.2
* Python version: cPython 3.9
* Operating System: macOS 14.3.1(M3)
### Description:
I use gevent patch for my program, but in the program, I need to execute asyncio related code in sub threads
When multiple sub threa... | 2hard |
Title: Edges of plot disappear after first loop
Body: I am using celluloid to plot a function over 17 years and i love it so far, it works great!
I have one small problem though, the edges of my plot disappear after the first loop. I have attached images of how this looks.
First loop:
 the view stays the same size although the window becomes bigger. After I move the cursor it becomes fullsize. It is weird as this only happens with pudb, not with other terminal programs ( I use ubuntu ... | 2hard |
Title: add arrow when mouse enters app card
Body: | 0easy |
Title: TabularPredictor. Shuffle=False??
Body: Hi everyone,
First of all, thank you for the well-documented library.
I have a question regarding the use of TabularPredictor for creating a stacking ensemble model. I’m unsure how AutoGluon handles hyperparameter tuning when both tuning_data and train_data are provide... | 1medium |
Title: Results differ when using cv2 vs pillow
Body: ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
From [this comment](https://github.com/roboflow/supervision/issues/1038#issuecomment-2018147877), I un... | 0easy |
Title: VGGmodel structure
Body: Hi, I am using the VGG model. I find the dense layers have 4096 neural cells online, but your code writes 2048 cells. | 1medium |
Title: Bearer Token Auth type support
Body: I want to propose a Bearer Token auth type to `Auth` menu. Like Postman does:
<img width="1082" alt="Screenshot 2567-11-13 at 10 54 05" src="https://github.com/user-attachments/assets/3bf21341-8420-4c2c-9a27-1c7059484c54">
Currently, I work around this by manually sett... | 1medium |
Title: Table row sep argument not included in tikzpicture
Body: The `row sep` is not included in the tikz picture.
How I save my figure:
```python
matplotlib2tikz.save(out, figure=fig, textsize=8, extra_axis_parameters=extra_axis_param, float_format="{:.5f}", table_row_sep=r"\\")
```
Results in:
```latex
\ad... | 1medium |
Title: API服务是否还需要 upload接口
Body: {StatusCode: 404, ReasonPhrase: 'Not Found', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
{
Date: Tue, 17 Sep 2024 07:20:55 GMT
Server: uvicorn
Content-Length: 22
Content-Type: application/json
}}
直接调用/idphoto报错 404 | 3misc |
Title: imap_migration generates traceback
Body: # Impacted versions
* OS Type: Ubuntu
* OS Version: 22.04 LTS
* Database Type: MySQL
* Database version: 8
* Modoboa: 2.1.2
* installer used: Yes
* Webserver: Nginx
# Steps to reproduce
- have offlineimap installed and configured for a domain
- I double che... | 2hard |
Title: allure 和 pytest.mark 不应该混淆
Body: [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: h... | 1medium |
Title: TypeError: unsupported operand type(s) for //: 'NoneType' and 'int'
Body: # Bug Report
### Describe the bug
I am trying to convert Nvidia NeMo's FilterbankFeaturesTA class to ONNX. Here is my code -
```
from nemo.collections.asr.parts.preprocessing.features import (
FilterbankFeatures,
Filterba... | 1medium |
Title: How to achieve concurrency?
Body: Multiple threads have been opened, and when concurrent, the result is empty. | 1medium |
Title: [BUG] Basic code from documentation does not work
Body: I tried both the codes described below from the [official docs](https://einops.rocks/api/repeat/) and it does not seem to work
```
# change it to RGB format by repeating in each channel
>>> repeat(image, 'h w -> h w c', c=3).shape
(30, 40, 3)
# rep... | 1medium |
Title: Error when testing latest ONNX commit on ORT
Body: # Ask a Question
### Question
<!-- Explain your question here. -->
It seems there are updates about `onnx::OpSchema` after 1.17 which would cause ORT build failure.
Is this expected?
```c++
...
/onnxruntime/onnxruntime/core/graph/contrib_ops/contrib_defs.c... | 2hard |
Title: [Minor issue] [App Icon rendering] Using the macro navbar_block
Body: Hello Team,
Thank you for this amazing Framework. Just to notify a minor issue that can be solved quicly (sorry for not using the usual issue template....)
The code inside the macro navbar_block have some missing html attributes compared... | 0easy |
Title: Why is tflearn.data_utils.shuffle() not used in all CIFAR-10 Examples?
Body: In the **covnet_cifar10.py** and **network_in_network.py** examples the CIFAR-10 data is shuffled after its loaded using the `tflearn.data_utils.shuffle()` function:
`from tflearn.datasets import cifar10`
`(X, Y), (X_test, Y_test)... | 3misc |
Title: [ENH]: Set list in marker parameter when plotting using matplotlib.pyplot.plot
Body: ### Problem
Hi all,
It would be great to have the option to set the marker as a list, so that it each point gets a different value. That way instead of having to do this:
```
import matplotlib.pyplot as plt
x = [0, 1,... | 2hard |
Title: file_dropper extension not loaded, but no file_dropper extension after adding
Body: ```python
2024-08-15 15:43:37,814 pn.extension was initialized but 'file_dropper' extension was not loaded. In order for the required resources to be initialized ensure the extension is loaded with the following argument(s):
... | 0easy |
Title: help with this issue
Body: `ImportError: cannot import name 'Chrome' from partially initialized module 'seleniumwire.undetected_chromedriver.webdriver'`
`from .webdriver import Chrome, ChromeOptions # noqa: F401` | 1medium |
Title: Augment image as if somebody took a photo of the same image
Body: We have a situation where we want to distinguish "real" photos from photos taken of other photos.
Wonder if there's a way to simulate taking a photo of a photo. Perhaps even taking photos from monitor screens.
Screen glare/spectral effects/m... | 2hard |
Title: Incorrect status reported for incomplete logs
Body: In latest master branch, if a MIP log is incomplete (i.e. cut off with no termination message for whatever reason), we might report optimal status incorrectly. For example:
```
Variable types: 23522 continuous, 2343 integer (0 binary)
Root barrier log...... | 1medium |
Title: Duvida sobre implemtanção de um teste
Body: | 3misc |
Title: `intensity_limits` would be a better name for `dtype_limits`
Body: At a first glance I thought, `dtype_limits(...)` would give me the largest and lowest representable number of the dtype of a given image (like `np.finfo()` only for integers and floats). Though, the function actually returns our intensity convent... | 1medium |
Title: Is that possible to pass the same factory dependency to all dependants?
Body: For example, I have 1 use case, it has 3 dependencies - Session, ProductRepository, and UserRepository; repositories depend on session. Could I pass single SQLAlchemy session to all them? When I create second use case, session should b... | 1medium |
Title: Plugin: 阿瓦隆
Body: ### PyPI 项目名
nonebot-plugin-avalon
### 插件 import 包名
nonebot_plugin_avalon
### 标签
[{"label":"game","color":"#ea5252"}]
### 插件配置项
_No response_ | 3misc |
Title: `load_from_disk` with large dataset from S3 runs into `botocore.exceptions.ClientError`
Body: ### Describe the bug
When loading a large dataset (>1000GB) from S3 I run into the following error:
```
Traceback (most recent call last):
File "/home/alp/.local/lib/python3.10/site-packages/s3fs/core.py", line ... | 1medium |
Title: Generation2 model files does not work with Pytorch 1.4
Body: Trying to load generation 2 models with `reader = easyocr.Reader(['en'], download_enabled=False)` yields the following error with PyTorch 1.4:
`RuntimeError: version_ <= kMaxSupportedFileFormatVersion INTERNAL ASSERT FAILED at /pytorch/caffe2/serializ... | 1medium |
Title: Add "Open with Google Colab" feature in every notebook
Body: The notebooks in this book do not have the feature to run on Google Colab. This feature will be very helpful for those who are just beginning with deep learning and will help us familiarize ourselves with the code in a better way. | 0easy |
Title: password_scheme [ '"sha512crypt" is not a valid choice.' ]
Body: # Impacted versions
* OS Type: Debian
* OS Version: 12
* Database Type: postgres
* Database version: 15.6
* Modoboa: 2.2.4
* installer used: yes
* Webserver: nginx
# Steps to reproduce
1. login into a new-admin
2. go to /... | 1medium |
Title: Is there a way to query for widgets?
Body: Does pytest-qt provide some way to query for widgets in the "tree" of the UI without making them "public" attributes of some parent widget? I'm thinking of something similar to the `queryByTestId()` facility that some testing libraries use in the context of javascript f... | 1medium |
Title: line buffering (buffering=1) warning on Python 3.8
Body: Since the recent change made in #1014, I got a warning like below when launching images based on Python 3.8 (`python=3.8` in environment.yml).
```
/srv/conda/envs/notebook/lib/python3.8/subprocess.py:848: RuntimeWarning: line buffering (buffering=1) is... | 1medium |
Title: Support Numpy 2 varlen strings
Body: ### Description of new feature
This is not a feature-request per-se, rather it's tracking the future possibility of ingesting / exporting NumPy 2 varlen strings.
I took a brief glance at this again today (it's amazing how quickly this stuff fades once you're not doing it ... | 2hard |
Title: Use Griffe's public API
Body: Any reason you're importing from the internal API?
https://github.com/pydantic/pydantic-ai/blob/b9ec73fe8d47d7859dbf7eefbade198f3cc0eb34/pydantic_ai_slim/pydantic_ai/_griffe.py#L7-L8
You're exposing yourself to breakages if I change these internals :sweat_smile:
Public equiva... | 0easy |
Title: Add a ranker component that uses an LLM to rerank documents
Body: **Describe the solution you'd like**
I’d like to add a new ranker component that leverages a LLM to rerank retrieved documents based on their relevance to the query. This would better assess the quality of the top-ranked documents, helping ensure... | 2hard |
Title: Custom Scheduler?
Body: > <a href="https://github.com/cliffburdick"><img align="left" height="50" src="https://avatars1.githubusercontent.com/u/30670611?v=4"></a> An issue by [cliffburdick](https://github.com/cliffburdick) at _2020-01-28 23:22:41+00:00_
> Original URL: https://github.com/zalando-incubator... | 1medium |
Title: Excel files do not work in the `parse_contents()` function provided in the sample code for dcc.Upload
Body: Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe the bug**... | 1medium |
Title: onHover event in ComboBox changes selected_item
Body: I am trying to extract the selected value from a ComboBox with `combo_box.selected_text()` through the `win32` backend, with no success as each time my mouse is hovering on another **not selected** item, this function returns the hovered item's text and not m... | 1medium |
Title: mask2former模型使用pytorch2torchscript.py,导出为gpu上的torchscript模型后,精度损失很厉害,而cpu的不会
Body: 我也尝试了直接使用下面代码来导出模型,和上面一样都没有报错,但结果依然没有变化
`model = init_model(config_path, checkpoint_path, device='cuda:0')
verify = True
imgs = torch.randn(1,3,512,512).to("cuda")
traced_model = torch.jit.trace(model,example_inputs=imgs,c... | 2hard |
Title: [BUG] Ray task backend no progress
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Ray task mode doesn't update progress until whole task finished:

How to reproduce:
1. open _Suggest features_ and run
2. close while running
3. choose another mode (circular, LD... | 1medium |
Title: How to detect the noise, breaks and multi-person speak in a audio?
Body: Hello, I am not in the audio field. I would like to ask, for a reference audio, I have removed BGM and reverberation to a certain extent, but the effect of inputting it into the sound cloning is still not good. Is there any better way to de... | 1medium |
Title: Faker.generate should allow calling without any kwargs
Body: `Faker.generate` currently requires kwargs, but doesn't need them i.e. `Flaker(...).generate({})` will work just fine with most providers. The kwargs attribute should be optional. It would also be good if the kwargs were really kwargs, not just a passe... | 1medium |
Title: Use Arrow PyCapsule Interface instead of Dataframe Interchange Protocol
Body: This is something I've chatted with @MarcoGorelli offline about. At the time it was implemented in seaborn, the Dataframe Interchange Protocol was the best option for exchanging dataframe-like data. However, since that was implemented ... | 1medium |
Title: ValueError: We need an `offload_dir` to dispatch this model according to this `device_map`...
Body: 大家好!
我今天试着跑了下这个 Huatuo-Llama-Med-Chinese (整个过程见下文说明),然后遇到了这个错误:
```
$ bash scripts/infer.sh
/usr/lib/python3/dist-packages/requests/__init__.py:87: RequestsDependencyWarning: urllib3 (2.0.4) or chardet (4... | 1medium |
Title: Unreachable, WinRT, GattSessionStatus.CLOSED possible Solution
Body: * bleak version: 0.21.0a1
* bleak-winrt version: 1.2.0
* Python version: 3.8.10
* Operating System: Win 11 22H
### Description
I am working on a program to read Samsung gearVRC (remote controller). Its a device that does not have win... | 1medium |
Title: DOC: pandas getting started
Body: | 0easy |
Title: Installing error on windows for latest installer
Body: (check) CPU Supports AVX Instructions
(check) CPU Supports SSE4 Instructions
(check) Completed check for installed applications
(check) Setting up for: nvidia
Downloading Miniconda3...
Installing Miniconda3. This will take a few minutes...
Error Inst... | 1medium |
Title: Paste code snippet from chat UI into editor with drag and drop
Body: ### Problem
Only ways to put text from chat UI back into editor are manual copy-and-paste and "replace selection" option on message submission
### Proposed Solution
Allow to paste code text / chat messages / code snippets from chat UI ... | 1medium |
Title: MemoryError while reading a document using NLP.pipe(text, disable=["tagger", "parser"]
Body: In this use case I am trying to create noun chunks by making use of the spacy, and I am doing this for a batch (Batch size can vary from 20 to 100)
Need to process 2.8Million documents overall.
Using Large spacy englis... | 1medium |
Title: Lost all the default import and export options after upgrading to V4
Body: We have lost all the default file import export options in new version:
Below is what was working previously:

... | 1medium |
Title: 人像抠图有小的发丝如何去除?
Body: 
上面的图片生成证件照后,会生成下面的图片

想去除边缘那些小的发丝,有人会吗? | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.