repo_name
stringlengths
9
75
topic
stringclasses
30 values
issue_number
int64
1
203k
title
stringlengths
1
976
body
stringlengths
0
254k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
url
stringlengths
38
105
labels
listlengths
0
9
user_login
stringlengths
1
39
comments_count
int64
0
452
chaoss/augur
data-visualization
2,994
Error running release 0.81.0 in Docker
The latest release seems to build but does not run when built for Docker. The image crashes with this error: ``` File "/opt/venv/lib/python3.9/site-packages/augur/tasks/github/util/github_data_access.py", line 6, in <module> from keyman.KeyClient import KeyClient ModuleNotFoundError: No module named 'keyman' ```...
closed
2025-02-13T16:59:07Z
2025-02-14T19:32:44Z
https://github.com/chaoss/augur/issues/2994
[]
GregSutcliffe
4
axnsan12/drf-yasg
django
607
How to get filter/ordering params for custom action.
Hi, Is there something I can put in the @swagger_auto_schema decorator so my custom action has the Viewset's filter/ordering fields documented in Swagger similar to how it is generated automatically for my the list endpoint from the ListModelMixin? Right now I'm having to pass them all through manual_parameters e...
open
2020-06-29T16:44:49Z
2025-03-07T12:14:03Z
https://github.com/axnsan12/drf-yasg/issues/607
[ "triage" ]
adl-asi
1
zappa/Zappa
django
506
[Migrated] Failed to generate or install certificate!
Originally from: https://github.com/Miserlou/Zappa/issues/1325 by [brianfrombellevue](https://github.com/brianfrombellevue) When doing the zappa certify command for the first time I received the follow error: Error registering: 400 { "type": "urn:acme:error:malformed", "detail": "Provided agreement URL [https...
closed
2021-02-20T09:43:38Z
2024-07-13T08:17:52Z
https://github.com/zappa/Zappa/issues/506
[ "no-activity", "auto-closed" ]
jneves
2
lexiforest/curl_cffi
web-scraping
460
Differences observed in hash fingerprints for Safari 18 on Mac and iOS
**The question** I was comparing the curl-cffi impersonate fingerprint with the actual fingerprint of Safari on a Mac and iPhone using https://tls.browserleaks.com/json and observed some discrepancies. For `safari18` impersonate, the `akamai`, `ja4` and `ja4_o` hash were observed to be different. For 'safari18_i...
closed
2024-12-16T06:35:15Z
2025-02-14T01:48:30Z
https://github.com/lexiforest/curl_cffi/issues/460
[ "needs more info", "question" ]
charliedelta02
4
TencentARC/GFPGAN
pytorch
12
重新训练自己的数据集
您好,请问如果我想训练自己的数据集,是否只需要修改数据集的面部landmarks? 还有另一个问题:在其他条件不变的情况下,训练时增加gpu数量至8,学习率是否需要相应的调整呢?
closed
2021-07-05T11:31:25Z
2021-07-06T06:34:48Z
https://github.com/TencentARC/GFPGAN/issues/12
[]
SimKarras
2
scikit-optimize/scikit-optimize
scikit-learn
788
expected_minimum() and Categorical dimensions
It seems like `expected_minumum()` functions is designed only for numeric dimensions. If I use categorical dimension (3 members), I see this error: ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-inp...
closed
2019-09-21T13:39:24Z
2020-02-11T16:14:55Z
https://github.com/scikit-optimize/scikit-optimize/issues/788
[]
Arturus
1
pytorch/vision
computer-vision
8,906
Setting a complex value to `num_output_channels` argument of `Grayscale()` works
### 🐛 Describe the bug [The doc](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.Grayscale.html) of `Grayscale()` says `num_output_channels` parameter is `int` as shown below: > Parameters: > num_output_channels ([int](https://docs.python.org/3/library/functions.html#int)) – (1 or 3) number of ch...
closed
2025-02-14T23:46:24Z
2025-02-19T13:41:31Z
https://github.com/pytorch/vision/issues/8906
[]
hyperkai
1
trevismd/statannotations
seaborn
146
Feature request: Lineplot support
It would be great to add support for annotating [Seaborn Lineplots](https://seaborn.pydata.org/generated/seaborn.lineplot.html). Are there any major obstacles for implementing this feature?
open
2024-03-16T10:50:01Z
2024-03-16T10:50:01Z
https://github.com/trevismd/statannotations/issues/146
[]
janikscherer
0
miguelgrinberg/Flask-SocketIO
flask
1,221
Fix simple typo: addresee -> addressee
# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine flask_socketio/__init__.py. 2. Search for `addresee`. # Expected Behaviour 1. Should read `addressee`.
closed
2020-03-28T03:05:40Z
2020-03-28T10:32:50Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1221
[]
timgates42
0
pydata/pandas-datareader
pandas
226
EDGAR - test issue - stalled build
Hello, there is an issue with CI because of EDGAR tests see for example https://travis-ci.org/pydata/pandas-datareader/builds/155920545 ``` No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself. The build has been terminated ``` Pingin...
closed
2016-09-03T17:38:30Z
2018-01-18T16:28:37Z
https://github.com/pydata/pandas-datareader/issues/226
[]
femtotrader
10
hpcaitech/ColossalAI
deep-learning
5,795
I have searched the existing issues
closed
2024-06-11T08:54:10Z
2024-06-11T11:15:05Z
https://github.com/hpcaitech/ColossalAI/issues/5795
[]
duanjunwen
0
gevent/gevent
asyncio
1,797
Python Bigquery to_dataframe function is blocked when gunicorn is run with worker class gevent
When I run my flask app with worker-class=gevent on gunicorn, the server blocks. - gunicorn command gunicorn app:app --workers=5 --worker-class=gevent --threads=5 --timeout=1800 --log-level=DEBUG - Source code ``` query = '...' query_job = bigquery_client.query(query)\ query_job.to_dataframe()# to_dataframe ...
open
2021-06-11T08:20:43Z
2022-11-19T11:53:18Z
https://github.com/gevent/gevent/issues/1797
[ "Type: Question" ]
gsroot
3
ageitgey/face_recognition
python
871
Maybe you have some problems with the path to the models, open api.py the folder where the face_recognition module is installed, and check the first lines.
open
2019-06-30T11:30:36Z
2019-06-30T11:31:06Z
https://github.com/ageitgey/face_recognition/issues/871
[]
harshitaagrwl
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
881
Regarding Training in Colour spaces
Can anybody please help me how to train the models in YIQ, LAB, HSV colourspaces. I am not able to understand that simply reading the files and using BGR2HSV wont suffice I guess. What changes should be done as I am a beginner in this package.
open
2019-12-17T16:23:44Z
2019-12-18T21:40:35Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/881
[]
kanlions
3
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
96
Optimize Login Time Delay
The current implementation puts a delay of 35 seconds (why??). `time.sleep(35) #TODO fix better`
closed
2024-08-28T03:24:33Z
2024-08-28T16:14:52Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/96
[]
sanjeethboddi
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
387
cant run demo_toolbox.py
<h1>i tryed to run demo_toolbox.py (in a termanal and i just get this)<h1> <p>File "demo_cli.py", line 66, in <module> encoder.load_model(args.enc_model_fpath) File "/content/Real-Time-Voice-Cloning-master/encoder/inference.py", line 33, in load_model checkpoint = torch.load(weights_fpath, _device) ...
closed
2020-06-28T21:46:50Z
2020-06-30T01:21:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/387
[]
shrek231
1
qubvel-org/segmentation_models.pytorch
computer-vision
345
UNetPlusPlus CenterBlock is not use in the current code
I have checked your code for UNetPlusPlus and it seems that you do not use the centerBlock that you defined. I could not see any use in any ModuleDict or ModuleList or SequentialModel and neither in the forward method of the UNetPlusPlus decoder. `if center: self.center: nn.Module = CenterBlock(head_ch...
closed
2021-02-11T15:05:20Z
2022-03-01T02:03:17Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/345
[ "Stale" ]
Eric2Hamel
2
ageitgey/face_recognition
machine-learning
1,417
Face
J
closed
2022-04-10T07:44:29Z
2022-04-10T07:44:57Z
https://github.com/ageitgey/face_recognition/issues/1417
[]
Pite4r
0
trevorstephens/gplearn
scikit-learn
256
Consider releasing 0.4.2 to PyPi due to test incompatibility with current sklearn
<!-- Thanks for contributing to gplearn! Please ensure you have taken a look at the contribution guidelines: https://gplearn.readthedocs.io/en/stable/contributing.html --> **Describe the bug** Current PyPi release refers to `sklearn.utils.testing` in the tests, which was moved. **The current `master` seems to hav...
closed
2022-04-21T09:40:25Z
2022-05-03T11:21:13Z
https://github.com/trevorstephens/gplearn/issues/256
[ "dependencies", "tests / CI" ]
evilmav
2
cvat-ai/cvat
computer-vision
8,684
Cannot create a project from a backup
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce _No response_ ### Expected Behavior _No response_ ### Possible Solution _No response_ ### Context ...
closed
2024-11-12T09:18:47Z
2024-11-20T07:19:02Z
https://github.com/cvat-ai/cvat/issues/8684
[ "bug", "need info" ]
azadehashouri
6
3b1b/manim
python
1,901
closed
closed
closed
2022-11-15T19:57:50Z
2022-11-16T06:22:47Z
https://github.com/3b1b/manim/issues/1901
[ "bug" ]
barakasamsara
0
plotly/dash
plotly
2,907
Differences in dcc.Store storage_type performance with dash 2.17.1
Background callback running correctly (loading animations appearing, print statements appearing too, etc) buut when it finishes it errors out (no output is returned) with this error in the console: ``` Failed to execute 'setItem' on 'Storage': Setting the value of 'flag_storage' exceeded the quota. ``` It was res...
open
2024-06-28T08:29:16Z
2024-08-13T14:19:36Z
https://github.com/plotly/dash/issues/2907
[ "feature", "P3" ]
celia-lm
0
pyeve/eve
flask
1,071
Is it possible to stop Eve from sending the item query as a string?
I've tried so many things but I can't figure out how to use integer _id fields. I've done what is shown in the Custom ID tutorial and nothing I do will keep Eve from querying MongoDB with the value as a string like: { "find" : "m_destination", "filter" : { "_id" : "2218917881" ...
closed
2017-10-10T16:28:57Z
2018-05-18T16:19:46Z
https://github.com/pyeve/eve/issues/1071
[ "stale" ]
vpzed
1
kizniche/Mycodo
automation
887
No Internet Connection - error when attempting an upgrade
### Attempted the upgrade and the "no internet connection" displays I am remotely logged into the system. After checking various items, decided to do the upgrade from 8.8.7 8.8.8. After clicking on the "Upgrade" menu option the following error displays: "No internet connection detected. To upgrade Mycodo autom...
closed
2020-11-19T20:28:20Z
2020-11-21T06:55:47Z
https://github.com/kizniche/Mycodo/issues/887
[]
kpslc
2
miguelgrinberg/Flask-SocketIO
flask
781
example of sending binary data using socketio
can we send any kind of data (image, PDF, audio,video ) any size please give one generic example that explain how to send file on socket
closed
2018-09-05T21:48:46Z
2018-09-15T12:05:13Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/781
[ "question" ]
rupesh2017
5
dmlc/gluon-cv
computer-vision
1,325
About fine-tuning a pretrained faster_rcnn model
Hello, Thanks again for your example about finetuning a ssd model for training Pikachus. I've followed this tutorial and it works like a charm : https://gluon-cv.mxnet.io/build/examples_detection/finetune_detection.html I would like to know if there is any guide or tutorial for doing the same finetuning process wi...
closed
2020-05-28T15:09:03Z
2021-05-22T06:40:47Z
https://github.com/dmlc/gluon-cv/issues/1325
[ "Stale" ]
mehmetgur
3
maxhumber/gif
matplotlib
12
Duration parameter has no effect
Different `gif.save()` parameters seem to have no effect. Code to reproduce (`gif.save()` call on line 118): https://gist.github.com/ddejohn/fa67039541bdb7e387c403fe32a65eb9 ## Different parameters, same gif produced Here's an [album of gifs](https://imgur.com/a/sAWWpKc) produced with four different sets of pa...
closed
2021-10-16T21:16:16Z
2023-01-23T14:20:14Z
https://github.com/maxhumber/gif/issues/12
[]
ddejohn
3
ultralytics/ultralytics
pytorch
19,196
Full-resolution sized ram caching (not linked to training size)
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description From memory, yolov5 used to have a "cache the image on disk/ram" in full resolution. Here if the image training size is for example 640px...
open
2025-02-12T06:57:54Z
2025-02-12T06:58:23Z
https://github.com/ultralytics/ultralytics/issues/19196
[ "enhancement" ]
ExtReMLapin
1
coqui-ai/TTS
deep-learning
3,988
[Bug] loss is NaN when fine-tuning XTTS_v2!
### Describe the bug When fine-tuning XTTS_v2 on LJSpeech following the script (recipes/ljspeech/xtts_v2/train_gpt_xtts.py), the loss is always NaN! So terrible. I try to reduce the learning rate, change the batch size, change the DDP config, at last it doesn't work! <img width="528" alt="image" src="https://github...
closed
2024-09-05T00:04:40Z
2025-01-03T08:48:43Z
https://github.com/coqui-ai/TTS/issues/3988
[ "bug", "wontfix" ]
r666ay
1
deezer/spleeter
deep-learning
683
bug
ValueError: Can't load save_path when it is None.
open
2021-11-22T12:39:05Z
2022-02-18T09:50:03Z
https://github.com/deezer/spleeter/issues/683
[]
bell-xiong
2
cvat-ai/cvat
tensorflow
8,319
Job application
I have applied for a data annotator job and i did the practical test and still not having feedback can you give me feedback about my performance in the test
closed
2024-08-19T11:20:15Z
2024-08-19T11:24:11Z
https://github.com/cvat-ai/cvat/issues/8319
[]
fatmard947
0
BayesWitnesses/m2cgen
scikit-learn
74
memcpy instead of assign_array
For the generated C code, you could use `memcpy` instead of your `assign_array` function.
closed
2019-03-09T09:32:38Z
2019-03-13T16:21:47Z
https://github.com/BayesWitnesses/m2cgen/issues/74
[]
beojan
2
SALib/SALib
numpy
271
conda release > 1.1.2
It seems that the latest versions of SALib are only available on PyPI. Our workflow requires conda so I had to package it on our 'personal' channel. I'll be happy to contribute and deploy it on conda-forge for you instead.
closed
2019-11-05T07:19:42Z
2020-10-27T06:55:39Z
https://github.com/SALib/SALib/issues/271
[ "priority", "need_help" ]
revesansparole
8
ymcui/Chinese-LLaMA-Alpaca
nlp
257
Alpaca 7B Plus的效果好像还不如Alpaca 7B (仅仅来自我个人少量测试的观察)
### 详细描述问题 Alpaca 7B Plus的效果好像还不如Alpaca 7B (仅仅来自我个人少量测试的观察) ### 运行截图或log Plus模型输出 ``` (llama) sun.weiheng@swh:~/llmodels$ python ./inference_hf.py \ > --base_model merged_alpaca_7b_plus \ > --with_prompt --interactive Loading checkpoint shards: 100%|████████████████████████████████████████████...
closed
2023-05-06T06:50:32Z
2023-05-06T08:28:23Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/257
[]
Oliver-whsun
3
QuivrHQ/quivr
api
3,497
EDA Question
* EDA Question * Sample question from data -> LLM to generate intent * Build intent classifier * 8 type of question / use cases of rag * Question correlation in chat * EDA Chat: * Chat length stats * Stats on number of sources returned
closed
2024-11-25T10:20:13Z
2024-12-09T14:03:14Z
https://github.com/QuivrHQ/quivr/issues/3497
[]
linear[bot]
1
babysor/MockingBird
deep-learning
298
plots中看到损失不是逐渐下降的,想要获得最优损失的模型该如何获得
为何设置让模型每次都保存最新的而不是保存损失更小的模型
closed
2021-12-28T10:03:17Z
2021-12-29T03:27:32Z
https://github.com/babysor/MockingBird/issues/298
[]
hanggun
1
tensorly/tensorly
numpy
36
Handling big datasets for Robust PCA
I tried to run Robust PCA on a torch array. The dimensions are around 500000*375. They array can perfectly fit on my GPU as I ran robust matrix decomposition without any issues. I am sure why robust PCA can't fit or even require 2310 GB of memory. Also is the memory GPU or CPU memory ? My system has 512 GB of CPU me...
closed
2018-02-02T20:59:27Z
2018-08-29T17:35:22Z
https://github.com/tensorly/tensorly/issues/36
[]
rtmlp
13
Ehco1996/django-sspanel
django
184
点击很多模块报500开启debug直接报服务错误
![image](https://user-images.githubusercontent.com/31652110/48150288-317fe700-e2f9-11e8-954f-54e9b589ae47.png) 点击红框里面的那些按钮 跳转页面500 大佬帮帮我
closed
2018-11-07T17:54:51Z
2018-11-10T00:39:26Z
https://github.com/Ehco1996/django-sspanel/issues/184
[]
L-X-J
1
serengil/deepface
machine-learning
639
running at least one task for all available models in unit tests
[Unit tests](https://github.com/serengil/deepface/blob/master/tests/unit_tests.py) must perform at least on function of verify and represent for all available models. In that way, we can find the early bug before a release.
closed
2023-01-27T11:57:48Z
2023-02-01T19:03:34Z
https://github.com/serengil/deepface/issues/639
[ "enhancement" ]
serengil
1
serengil/deepface
machine-learning
579
Getting weights dir already existing error
Getting error while making docker container up ``` worker-1 | File "/usr/local/lib/python3.8/site-packages/deepface/commons/functions.py", line 56, in initialize_folder worker-1 | os.makedirs(home+"/.deepface/weights") worker-1 | File "/usr/local/lib/python3.8/os.py", line 223, in makedirs worker-1 |...
closed
2022-10-22T11:57:15Z
2023-12-06T18:20:19Z
https://github.com/serengil/deepface/issues/579
[ "enhancement" ]
KaushikSathvara
5
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
6
项目提供的lora没有达到提的效果呀,就给的那几个infer的例子
![image](https://user-images.githubusercontent.com/25706482/233026796-6b5e2b9d-98ce-479c-9b6b-50f9f538fe17.png)
closed
2023-04-19T09:09:07Z
2024-12-18T03:40:22Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/6
[]
Zombiessss
6
xinntao/Real-ESRGAN
pytorch
497
PIL module ended
the generate_multiscale_DF2K.py script doesn't work anymore because the pill module is not developed anymore
open
2022-11-12T16:24:56Z
2022-11-12T16:24:56Z
https://github.com/xinntao/Real-ESRGAN/issues/497
[]
MedCy1
0
aiogram/aiogram
asyncio
1,258
proper way to stop the bot ( in webhooking)
closed
2023-08-10T18:10:45Z
2023-08-10T18:21:52Z
https://github.com/aiogram/aiogram/issues/1258
[ "bug" ]
pdisk
0
quokkaproject/quokka
flask
5
'media' folder doesn't exist
Media folder is referenced, but does not exist.
closed
2013-07-19T20:17:18Z
2015-07-16T02:56:57Z
https://github.com/quokkaproject/quokka/issues/5
[ "bug" ]
kevinbowrin
2
Miksus/rocketry
pydantic
54
It has an app.run() but no app.stop()
**Is your feature request related to a problem? Please describe.** Sometimes, you would want the scheduler to stop running once a certain condition occurs. For instance, I want to check periodically a certain status returned by some REST API. If that status has met my condition, I would want to stop the scheduler. ...
closed
2022-07-14T02:48:36Z
2022-07-17T05:01:26Z
https://github.com/Miksus/rocketry/issues/54
[ "enhancement" ]
emantos
3
apache/airflow
automation
47,632
Don't show task duration if we are missing start date
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I noticed that I had a negative duration shown for a task when there isn't a start_date set. We should just show nothing in that instance. ![Image](https://github.com/user-attachmen...
closed
2025-03-11T15:44:42Z
2025-03-15T13:01:45Z
https://github.com/apache/airflow/issues/47632
[ "kind:bug", "area:core", "area:UI", "needs-triage", "affected_version:3.0.0beta" ]
jedcunningham
1
mljar/mljar-supervised
scikit-learn
691
ImportError: cannot import name 'interp' from 'scipy'
On January 20th, 2024 scypi released version 1.12.0 which broke its compatibility withthe old scikit-plot version 0.37, used by mljar-supervised. Since then, when importing AutoML (```from supervised.automl import AutoML```) you get the following error: ``` ImportError: cannot import name 'interp' from 'scipy' (/User...
closed
2024-01-21T12:56:49Z
2024-11-21T11:48:11Z
https://github.com/mljar/mljar-supervised/issues/691
[]
haim-cohen-moonactive
17
keras-rl/keras-rl
tensorflow
326
history not have mean_q
i use duel_dqn_cartpole ,find a problem。 his=dqn.fit(env, nb_steps=1000, visualize=False, verbose=2) use his.history ,just find episode_reward , nb_steps and nb_episode_steps 。 his.history {'episode_reward': [-51.53412198149204, 3.981158740171498], 'nb_steps': [487, 974], 'nb_episode_steps': [487, 487]} but log...
closed
2019-08-07T02:30:12Z
2019-11-12T04:11:30Z
https://github.com/keras-rl/keras-rl/issues/326
[ "wontfix" ]
hardy110
1
pandas-dev/pandas
python
61,081
BUG: pd.api.types.infer_dtype on scalar input
### Context I was trying to identify data types in columns with mixed data types: ```python df.map(pd.api.types.infer_dtype) ``` ### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/...
closed
2025-03-07T18:50:10Z
2025-03-13T15:38:18Z
https://github.com/pandas-dev/pandas/issues/61081
[ "Bug", "Docs" ]
gnotisauton
9
NVIDIA/pix2pixHD
computer-vision
197
File "C:\Users\virkt\Anaconda3\envs\pix2pix\lib\site-packages\torch\utils\data\dataloader.py", line 774, in _try_get_data raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) RuntimeError: DataLoader worker (pid(s) 24476, 14368) exited unexpectedly
Can anyone solve this error?
open
2020-06-05T10:37:50Z
2020-06-24T06:00:03Z
https://github.com/NVIDIA/pix2pixHD/issues/197
[]
manvirvirk
1
quantumlib/Cirq
api
6,327
Improve `__pow__` for `SingleQubitCliffordGate` and `CliffordGate` class
**Is your feature request related to a use case or problem? Please describe.** The `__pow__` operator for `CliffordGate` is implemented only for integer powers and has complexity $\mathcal{O}(n)$ where $n$ is the exponent. https://github.com/quantumlib/Cirq/blob/ec84a057614396bf89459cd141a5f77b4d01ed48/cirq-core/cirq...
open
2023-10-24T21:41:53Z
2024-04-30T20:52:08Z
https://github.com/quantumlib/Cirq/issues/6327
[ "good first issue", "kind/feature-request", "triage/accepted", "good for learning" ]
NoureldinYosri
6
X-PLUG/MobileAgent
automation
60
请教大佬:AssertionError: Torch not compiled with CUDA enabled这个问题怎么解决
当前环境:NVIDIA-SMI 475.14 Driver Version: 475.14 CUDA Version: 11.4 Python版本:3.10.11 ![image](https://github.com/user-attachments/assets/cb44d776-65cd-4b04-9205-8d9758907167)
closed
2024-09-13T01:58:05Z
2024-10-09T08:34:52Z
https://github.com/X-PLUG/MobileAgent/issues/60
[]
shenyugub
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
275
Run Ollama/Local Models on the Google Colab
**Is your feature request related to a problem? Please describe.** As openai & google api key cost money, it would be better if there's a way to run models directly on google colab **Describe the solution you'd like** I'd like to be able to use the google colab without having to use an api key, any local models li...
closed
2024-05-20T20:41:23Z
2024-05-29T17:29:39Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/275
[ "enhancement" ]
Nick088Official
3
allenai/allennlp
pytorch
5,346
'optional' multitask scheduler is not optional
The docstring for the `MultiTaskDataLoader` indicates the `scheduler` argument is optional https://github.com/allenai/allennlp/blob/311f1104bf4762b7b5c1172eb874276343d562c9/allennlp/data/data_loaders/multitask_data_loader.py#L54 However, it's declared as a required positional argument https://github.com/allen...
closed
2021-08-09T00:38:59Z
2021-08-12T09:06:29Z
https://github.com/allenai/allennlp/issues/5346
[ "bug" ]
david-waterworth
4
deezer/spleeter
tensorflow
219
[Bug] spleeter-gpu is unusable out of the box
## Description I tried, once again, to get spleeter running on the GPU, but I just can't do it. I never directly worked with TensorFlow or any other ML software package, so I can't even begin to debug this. ## Step to reproduce 1. Install CUDA 10.2 on a fresh, fully up-to-date Windows 10 installation 2. Inst...
closed
2020-01-02T07:07:19Z
2020-05-09T01:19:04Z
https://github.com/deezer/spleeter/issues/219
[ "bug", "invalid" ]
SamusAranX
19
Integuru-AI/Integuru
api
9
Proposal to Add Unit Tests and CI Workflow Using GitHub Actions
I propose adding unit tests to improve code reliability and establishing a CI workflow using GitHub Actions to run these tests automatically on each pull request and commit. This setup will help maintain code quality and streamline development by catching potential issues early and providing contributors with immediate...
closed
2024-11-01T04:55:14Z
2024-11-21T03:13:42Z
https://github.com/Integuru-AI/Integuru/issues/9
[]
legendkartik45
0
ultralytics/ultralytics
python
19,214
Problems caused by categories missing from training data?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I am training a model on a domain (Biology) with an a priori large number of...
open
2025-02-12T17:14:15Z
2025-02-12T17:15:11Z
https://github.com/ultralytics/ultralytics/issues/19214
[ "question", "detect" ]
csbrown
1
healthchecks/healthchecks
django
181
Check settings goes over display
Hi! I'm just starting to use this amazing tool. Thank you for developing it :) I meet minor UI issue: check settings goes over display: ![image](https://user-images.githubusercontent.com/25607790/43005978-1c304f60-8c3d-11e8-8997-5b66b11639ce.png) I have 1366x768 display. Google Chrome 67.0.3396.99 Windows 10 Hope ...
closed
2018-07-20T13:54:03Z
2018-07-24T09:20:27Z
https://github.com/healthchecks/healthchecks/issues/181
[]
dimadk24
1
graphql-python/graphene
graphql
866
Cannot add integral value to Timestamp without freq.
I have a date column as `dtype('<M8[ns]')` which was converted from string type. i want to add some number of days to this TIMESTAMP type. doing something like this: `data['dATE'].min()+6)` but getting the error `Cannot add integral value to Timestamp without freq.` how can i use arithmetic operation on date?
closed
2018-11-21T19:27:02Z
2019-03-16T13:54:13Z
https://github.com/graphql-python/graphene/issues/866
[]
F-Chaudhry
1
PaddlePaddle/models
computer-vision
4,771
可以用来裁剪或优化TTS语音模型吗
可以用来裁剪或优化TTS语音模型吗,例如:pytorch版本的tacotron2
closed
2020-07-27T06:00:08Z
2020-08-10T01:30:27Z
https://github.com/PaddlePaddle/models/issues/4771
[]
chwbin
1
pytest-dev/pytest-html
pytest
786
pytest_html_results_table_row hook is called twice when running tests
When running tests, i get the following error, same as in issue #782 ``` INTERNALERROR> if "sortable" in self._report.table_header[index]: INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ INTERNALERROR> IndexError: list index out of range ``` The sample code is take verbatim from the [d...
closed
2023-12-19T17:36:38Z
2024-12-07T10:14:23Z
https://github.com/pytest-dev/pytest-html/issues/786
[]
gregtwice
1
tflearn/tflearn
tensorflow
913
Appending to existing vocabulary.
Since my system runs out of memory when preprocessing data, I am experimenting with batch training. How do I append to the existing vocabulary? The way I've done it so far is below. Please let me know if there is a better or a correct way of doing it. Thank you. ``` vp = tflearn.data_utils.VocabularyProcessor(max_i...
open
2017-09-24T01:47:25Z
2017-09-24T01:47:25Z
https://github.com/tflearn/tflearn/issues/913
[]
igorvishnevskiy
0
jmcnamara/XlsxWriter
pandas
774
Feature request: set_range() similar to set_row() and set_column()
Hi, I am currently trying to format a specific range in an excel and after thorough search on stackoverflow or within the API, I realize that it is not possible. Nor could I find any method to change format only for one cell. The .write() methods all overwrite the current cell contents. Use case: - multiple tabl...
closed
2021-01-19T15:12:45Z
2021-01-19T20:37:10Z
https://github.com/jmcnamara/XlsxWriter/issues/774
[ "wont_fix", "feature request" ]
Db-pckr
1
plotly/dash-table
dash
413
table's height becomes too small when filtering returns 0 rows and virtualized=true
![virtualized-collapse](https://user-images.githubusercontent.com/1280389/56605256-b756cc80-65d1-11e9-8e22-7b273d1d06c3.gif) ```python import dash from dash.dependencies import Input, Output import dash_core_components as dcc import dash_html_components as html import dash_table import pandas as pd df = pd....
open
2019-04-23T18:12:20Z
2019-04-25T18:56:25Z
https://github.com/plotly/dash-table/issues/413
[ "dash-type-enhancement" ]
chriddyp
1
pyeve/eve
flask
1,309
No "_links" element in an embeddable field.
When querying a resource with an embeddable field, the resulting embedded document doesn't contains the "_links" element. This will allow to easily browse to the embedded resource. ### Expected Behavior **Query /people/5d72524e396a29fb502a2cf1?embedded={"parent": 1}** It contains a **parent._links** element....
closed
2019-09-06T13:00:26Z
2020-03-11T15:25:54Z
https://github.com/pyeve/eve/issues/1309
[ "stale" ]
jordeu
1
chainer/chainer
numpy
8,579
How about matching weight indices of LSTM in the docstring to implementation?
https://docs.chainer.org/en/stable/reference/generated/chainer.functions.n_step_lstm.html https://docs.chainer.org/en/stable/reference/generated/chainer.functions.n_step_bilstm.html In the docstring of `n_step_lstm` and `n_step_bilstm` , - `W0` and `W4` are weights for input gates - `W1` and `W5` are weights f...
closed
2020-08-04T08:41:58Z
2021-06-26T03:11:21Z
https://github.com/chainer/chainer/issues/8579
[ "cat:document", "stale", "prio:medium" ]
ysk24ok
2
ageitgey/face_recognition
machine-learning
1,252
ImportError: /usr/local/cuda/lib64/libcudnn.so.7: version `libcudnn.so.7' not found
* face_recognition version: 7 * Python version: 3.7 * Operating System: ubuntu 18.04 Keep getting this error: ImportError: /usr/local/cuda/lib64/libcudnn.so.7: version `libcudnn.so.7' not found (required by /home/ubuntu/anaconda3/lib/python3.7/site-packages/_dlib_pybind11.cpython-37m-x86_64-linux-gnu.so) ...
open
2020-12-10T02:26:31Z
2020-12-10T02:26:31Z
https://github.com/ageitgey/face_recognition/issues/1252
[]
augustfr
0
babysor/MockingBird
deep-learning
410
如何把一个py文件转换成ui文件?方便添加自己的功能并且再次修改界面ui
求助作者及各位大佬!
closed
2022-02-28T12:37:35Z
2022-03-07T04:24:57Z
https://github.com/babysor/MockingBird/issues/410
[]
flysmart
3
ibis-project/ibis
pandas
10,403
bug: DatabaseError: ORA-00923 when attempting to fetch table schema using Ibis Oracle backend
### What happened? Here's an English description of the issue suitable for a GitHub submission: Title: DatabaseError: ORA-00923 when attempting to fetch table schema using Ibis Oracle backend Description: I'm encountering an error when trying to connect to an Oracle database using the Ibis Oracle backend. The e...
closed
2024-10-31T03:51:23Z
2024-11-02T07:50:41Z
https://github.com/ibis-project/ibis/issues/10403
[ "bug" ]
xuefliang
2
replicate/cog
tensorflow
2,079
HTTPX verifytypes error
During cog push in our CI, we get the following error: ``` Validating model schema... Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/local/lib/python3.12/site-packages/cog/command/openapi_schema.py", line...
closed
2024-12-06T18:56:23Z
2024-12-09T11:03:36Z
https://github.com/replicate/cog/issues/2079
[]
christopher5106
1
albumentations-team/albumentations
machine-learning
2,474
SomeOf not respecting `p` of child augments
## Describe the bug SomeOf (and RandomOrder) does not seem to respect child augment probabilities. ### To Reproduce ``` pip install albumentations==2.0.5 ``` Example: ``` A.SomeOf([A.Erasing(p=0.1, scale=(0.2, 0.7), fill='random_uniform')], n=100) ``` ### Expected behavior Erasing should only be applied 1 out of...
open
2025-03-16T01:05:05Z
2025-03-18T16:51:42Z
https://github.com/albumentations-team/albumentations/issues/2474
[ "bug" ]
nmichlo
1
Neoteroi/BlackSheep
asyncio
247
error 500 custom template
Hi there! Can I use custom html template for `Internal Server Error` 500? If yes then how to do it?
closed
2022-04-13T17:44:34Z
2023-07-15T16:17:16Z
https://github.com/Neoteroi/BlackSheep/issues/247
[ "enhancement", "fixed in branch", "needs docs" ]
advenn
1
freqtrade/freqtrade
python
11,504
implement user access in freqtrade telegram bot
<!-- Note: this section will not show up in the issue. Have you search for this feature before requesting it? It's highly likely that a similar request was already filed. --> ## Describe your environment (if applicable) * Operating system: linux * Python Version: _____ (`python -V`) * CCXT version: _____ (`pip...
closed
2025-03-13T19:15:37Z
2025-03-16T14:20:05Z
https://github.com/freqtrade/freqtrade/issues/11504
[ "Question" ]
dobremha
9
thtrieu/darkflow
tensorflow
484
Video is not displaying.
I am trying to run camera video demo when using this command it executing correctly but no video output ./flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.weights --demo demo.mp4 but as i use --saveVideo, its output video working fine ./flow --model cfg/tiny-yolo-voc.cfg --load bin/tiny-yolo-voc.we...
open
2017-12-22T05:13:52Z
2018-01-10T04:37:12Z
https://github.com/thtrieu/darkflow/issues/484
[ "bug" ]
MuhammadFaizanKhan
1
MorvanZhou/tutorials
tensorflow
73
有没有读取自己的图像训练集的代码呀
open
2018-12-10T05:17:13Z
2018-12-10T05:17:13Z
https://github.com/MorvanZhou/tutorials/issues/73
[]
xiatutu
0
AirtestProject/Airtest
automation
948
图像没有匹配到,但是却通过了wait函数的检测
**描述问题bug** 图片没有匹配到,但是却通过了wait函数的检测,是哪里有bug吗 ![image](https://user-images.githubusercontent.com/1912339/127597050-7ca2e86f-fd07-45a1-921e-87bcf1ebdda2.png) **复现步骤** 1. 添加wait函数 2. 运行脚本 3. 图像还未出现 4. 提示已找到,脚本继续往下,造成后续流程混乱 **预期效果** 等待直到图片出现或达到超时时间,不应该直接通过 **python 版本:** `Python3.6.5` **airtest 版本:**...
closed
2021-07-30T03:53:37Z
2021-10-08T02:17:34Z
https://github.com/AirtestProject/Airtest/issues/948
[]
AnewG
3
lundberg/respx
pytest
226
Add a catch-all `.route()` example in docs
Proposed in https://github.com/lundberg/respx/issues/177#issuecomment-1400554951
closed
2023-01-27T15:21:33Z
2024-03-19T16:12:09Z
https://github.com/lundberg/respx/issues/226
[ "documentation" ]
lundberg
0
seleniumbase/SeleniumBase
pytest
2,976
After Dockerizing the Selenium Web App not opening the webpage that needs to be crawled.
Dear Micheal, I have build a full web app that scrapes some site and gathers some information. Locally everything runs perfectly, however after dealing with dockerizing the application. Never occured exception has risen due to: ``` INFO: 127.0.0.1:44352 - "POST /crawl_menu HTTP/1.1" 200 OK Exception in ...
closed
2024-07-30T15:02:35Z
2024-07-31T06:30:04Z
https://github.com/seleniumbase/SeleniumBase/issues/2976
[ "invalid usage", "UC Mode / CDP Mode" ]
Orbiszeus
9
wger-project/wger
django
1,506
Improve OFF import
At the moment, when importing a current OFF dump with a threshold of 0.7 completeness, around 230 000 products can't be imported because the `extract_info_from_off` function can't extract the necessary information. Most products fail because some of these fields are missing * energy-kcal_100g * proteins_100g * ...
open
2023-11-26T13:43:01Z
2023-11-27T19:26:41Z
https://github.com/wger-project/wger/issues/1506
[]
rolandgeider
0
tflearn/tflearn
data-science
796
any plan to add siamese network?
i seen that tensorflow has add siamese network to detect text similarity(https://github.com/dhwajraj/deep-siamese-text-similarity/), but i don't see any example about siamese network of tflearn, is there any plan to add siamese network of tflearn?
open
2017-06-15T14:40:48Z
2022-09-10T18:06:29Z
https://github.com/tflearn/tflearn/issues/796
[ "contributions welcome" ]
willduan
2
KaiyangZhou/deep-person-reid
computer-vision
582
Validating on my CAL model
Hi, I trained my CAL model for clothes changing using the backbone OSNet, but got very low map and top1 when validating the model on market1501 dataset using our main.py code, what is the reason of it?
open
2024-08-14T09:03:34Z
2024-08-14T09:03:34Z
https://github.com/KaiyangZhou/deep-person-reid/issues/582
[]
QiqLiang
0
numba/numba
numpy
9,707
Assertion error in LoopVectorize.cpp on AWS EC2 c7g.8xlarge machines
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
closed
2024-08-16T11:16:25Z
2024-11-28T02:03:40Z
https://github.com/numba/numba/issues/9707
[ "llvm", "more info needed", "bug - segfault", "stale" ]
Telofy
11
Kanaries/pygwalker
matplotlib
125
Cannot load more than
When I try to embed pygwalker in `streamlit`, I get the following error: ``` Dataframe is too large for ipynb files. Only 14862 sample items are printed to the file. ``` Is it a known issue that pygwalker cannot handle large datasets? Thanks a lot for the work, the project looks super cool 😄 Best, A...
closed
2023-06-05T08:41:15Z
2023-07-06T02:02:19Z
https://github.com/Kanaries/pygwalker/issues/125
[ "fixed but needs feedback", "P1" ]
ruaultadrien
2
pallets-eco/flask-wtf
flask
3
Use built-in json module within widgets.py
widgets.py currently requires simplejson to work. It should try importing the built-in json library before attempting to use simplejson. Patch attached. --- - Bitbucket: https://bitbucket.org/danjac/flask-wtf/issue/3 - Originally Reported By: [ ](http://bitbucket.org/sirn) - Originally Created At: 2010-07-20 22:05:49...
closed
2012-02-29T16:44:46Z
2021-05-30T01:24:53Z
https://github.com/pallets-eco/flask-wtf/issues/3
[ "bug", "import" ]
rduplain
0
polyaxon/traceml
plotly
8
Show missing columns only
Thanks for the awesome plugin ! 1. possible to add colors to point out missing values. Light shade of red if missing is > 0. 2. possible to display only missing columns? Sometimes a dataframe has a lot of columns and user is mostly interested in missing information. I am new to python, if you guide me where to ...
open
2017-04-24T18:50:35Z
2017-04-24T18:50:35Z
https://github.com/polyaxon/traceml/issues/8
[]
upkarlidder
0
jupyter-incubator/sparkmagic
jupyter
651
Automated runs via Papermill
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm trying to determine whether notebooks using livy/sparkmagic can be run via papermill. It would seem that the answer is yes (papermill is mentioned in your...
closed
2020-06-20T17:44:13Z
2020-07-06T14:41:59Z
https://github.com/jupyter-incubator/sparkmagic/issues/651
[]
dylanwilder
2
TencentARC/GFPGAN
deep-learning
60
如何降低美颜效果
个人觉得增强后的人脸好像美颜太过了一点 过于平滑 细节不够。请问一下我自己重新训练能否降低美颜效果,应该修改哪里最好呢
closed
2021-09-08T00:38:33Z
2021-09-24T07:57:10Z
https://github.com/TencentARC/GFPGAN/issues/60
[]
jorjiang
3
google-deepmind/sonnet
tensorflow
153
Request for Conv1D to support [WNC] input format
in pyTorch the convention places the time dimension first. This is convenient for RL and is extensively used in code bases. Currently the Conv1D in sonnet (v1) only supports (batch, sequence_length, element_size) in the "NWC" format. Can we add support to 'WNC' format to the Conv1D? https://pytorch.org/docs/stabl...
closed
2019-11-20T12:35:30Z
2019-11-22T10:00:03Z
https://github.com/google-deepmind/sonnet/issues/153
[]
geyang
1
apache/airflow
machine-learning
47,808
Scheduler crashes on dag with retries
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Following stack trace is seen on trying to execute the attached dag. ``` [2025-03-15 15:30:21 +0530] [27911] [INFO] Worker exiting (pid: 27911) return f(*args, **kwargs) ...
closed
2025-03-15T10:04:45Z
2025-03-15T14:37:52Z
https://github.com/apache/airflow/issues/47808
[ "kind:bug", "area:Scheduler", "area:core", "needs-triage" ]
tirkarthi
5
python-gino/gino
sqlalchemy
738
'Config' object has no attribute 'DB_DSN'
* GINO version: 1.0.1 * Python version: 3.8 * asyncpg version: * aiocontextvars version: * PostgreSQL version: 12 ### Description When i use documentation of Gino Webserver Fastapi, i try reproduce db = Gino(....) , so all parameters on .env file pass, so AttributeError: 'Config' object has no attribute 'D...
closed
2020-11-26T12:25:57Z
2020-11-26T16:11:56Z
https://github.com/python-gino/gino/issues/738
[ "question" ]
ScrimForever
2
google-research/bert
tensorflow
492
BERT accuracy reduced after providing custom training..The answer is also not correct
I have trained Google BERT with a custom training. I have included the exact question and answer along with the context from the input document in the training file and trained BERT. With new generated checkpoints (ckpt) I am still getting the same wrong answer as obtained before training. However it is observed th...
open
2019-03-11T12:53:15Z
2019-03-11T12:53:15Z
https://github.com/google-research/bert/issues/492
[]
shuvadibp
0
dynaconf/dynaconf
flask
997
Add Python API documentation / Module reference to the documentation/website
**Is your feature request related to a problem? Please describe.** As explained in #996 dynaconf 2.2.3 has a [Module reference](https://dynaconf.readthedocs.io/en/docs_223/reference/dynaconf.html#) where I can read see all the methods of dynaconf.LazySettings together with a description. I don't see anything sim...
closed
2023-09-05T13:55:15Z
2024-02-27T10:16:11Z
https://github.com/dynaconf/dynaconf/issues/997
[ "Not a Bug", "RFC", "Docs", "good first issue" ]
ecerulm
3
ivy-llc/ivy
pytorch
28,292
Fix Ivy Failing Test: numpy - shape.shape__rmul__
closed
2024-02-15T14:21:18Z
2024-02-21T06:42:17Z
https://github.com/ivy-llc/ivy/issues/28292
[ "Sub Task" ]
fnhirwa
0
rthalley/dnspython
asyncio
588
any way to get it run for opennic ?
I am trying to do a query on alternate root named opennic.org. Here is simple code snippet I am trying for it: ``` import dns.resolver my_resolver = my_resolver = dns.resolver.Resolver(configure=False) my_resolver.nameservers = ['91.217.137.37', '176.126.70.119', '172.104.136.243'] r = dns.resolver.resolve('grep....
closed
2020-09-28T18:52:30Z
2020-09-28T19:34:26Z
https://github.com/rthalley/dnspython/issues/588
[]
saurabhnemade
2
scikit-multilearn/scikit-multilearn
scikit-learn
73
Separate directory structure for unit tests
I think we should proceed on changing our test structure into a flat/separate one. This means that all tests should be in a single directory (`./tests`) and (if I may add) mirrors the package directory that we have. __I will open up a Pull Request that resolves this issue.__ I'd rather have sibling directories insid...
open
2017-09-28T11:13:01Z
2023-03-14T16:59:57Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/73
[ "enhancement", "help wanted" ]
ljvmiranda921
2
netbox-community/netbox
django
17,741
Tags logic in Config Context
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.3 ### Python Version 3.10 ### Steps to Reproduce - Assign tags "foo" to Virtual Machine 1 - Assign tags "foo" and "bar" to Virtual Machine 2 - Create Config Context with tags "foo" and "bar" ### Expected Behavior Config Conte...
closed
2024-10-11T18:39:37Z
2025-01-31T03:02:17Z
https://github.com/netbox-community/netbox/issues/17741
[ "type: bug", "netbox" ]
xcdr
1
onnx/onnx
tensorflow
6,352
[Feature request] Better support for large models (>2GB) in extract_model
### System information 1.16.2 ### What is the problem that this feature solves? Allows for extracting sub-models form a large model (>2GB). When using this function (both with the loaded model and the model path), we are forced to do 2 things: * `infer_shapes` with the loaded model (in `Extractor` init). This...
open
2024-09-09T08:58:13Z
2024-10-23T03:36:51Z
https://github.com/onnx/onnx/issues/6352
[ "topic: enhancement" ]
highly0
3
healthchecks/healthchecks
django
692
Forced notification endpoint
Would it be possible to add an endpoint called `/notify`, similar to `/log`, that also sends out a notification with the logged data?
closed
2022-08-09T20:12:10Z
2022-12-19T08:20:14Z
https://github.com/healthchecks/healthchecks/issues/692
[]
facorazza
1
huggingface/datasets
computer-vision
7,139
Use load_dataset to load imagenet-1K But find a empty dataset
### Describe the bug ```python def get_dataset(data_path, train_folder="train", val_folder="val"): traindir = os.path.join(data_path, train_folder) valdir = os.path.join(data_path, val_folder) def transform_val_examples(examples): transform = Compose([ Resize(256), ...
open
2024-09-05T15:12:22Z
2024-10-09T04:02:41Z
https://github.com/huggingface/datasets/issues/7139
[]
fscdc
2
huggingface/transformers
deep-learning
36,667
The parameter 'text' may be None as the comments says, there is a confuse.
The comments of method "\_\_call\_\_" say: Main method to prepare for the model one or several sequences(s) and audio(s). This method forwards the `text` and `kwargs` arguments to Qwen2TokenizerFast's [`~Qwen2TokenizerFast.__call__`] if `text` is not `None` to encode the text. To prepare the au...
open
2025-03-12T12:43:41Z
2025-03-17T17:15:50Z
https://github.com/huggingface/transformers/issues/36667
[]
ralgond
3