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
deezer/spleeter
tensorflow
557
pip install spleeter -> broken (on Archlinux) -> using virtualenv python 3.8 + poetry is fine !
- [x] I didn't find a similar issue already open. - [x] I read the documentation (README AND Wiki) - [x] I have installed FFMpeg - [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others) ## Description Pip install of spleeter 2.1.0 broken on archli...
closed
2021-01-12T12:32:18Z
2021-03-13T23:46:48Z
https://github.com/deezer/spleeter/issues/557
[ "bug", "invalid" ]
jujudusud
7
falconry/falcon
api
2,238
Evaluate CodSpeed for benchmarking in CI
I talked to @adriencaccia from [CodSpeed](https://codspeed.io) during EuroPython 2024, and it turns out that they productified the same Gist by @itamarst that https://github.com/falconry/falcon/pull/1825 is based upon :smiling_imp: CodSpeed is free for open source projects, and it has even by adopted by projects li...
open
2024-07-12T14:53:50Z
2024-11-11T06:52:35Z
https://github.com/falconry/falcon/issues/2238
[ "maintenance", "perf" ]
vytas7
1
tensorflow/tensor2tensor
deep-learning
1,106
Is it a good idea to apply NER for translation
This may not directly related to tensor2tensor, but I am curious about to what extend NER could improve translation quality in general. Here are some examples where NER could apply. 1. numbers, especially long digits e.g., 100,000,000. To my understand, it would be split into a serious of tokens with each element of b...
closed
2018-10-02T09:09:55Z
2018-11-13T04:33:20Z
https://github.com/tensorflow/tensor2tensor/issues/1106
[]
lkluo
4
JaidedAI/EasyOCR
machine-learning
723
Question about using EasyOCR
Hi, We are just wondering if the EasyOCR is free to use or we can execute it only 30 operations (for Community version-according to the web: https://www.jaided.ai/price/)? Many thanks!
closed
2022-05-09T11:11:01Z
2022-05-09T17:39:25Z
https://github.com/JaidedAI/EasyOCR/issues/723
[]
Di-Ma-S21
3
mirumee/ariadne
graphql
173
Look into supporting OpenTracing
OpenTracing (https://opentracing.io/) looks like a great way to implement generic APM support. OpenTracing would also allow us to track requests across multiple servers (via forwarding trace/span IDs, for example using HTTP headers).
closed
2019-05-10T15:36:59Z
2019-08-07T16:43:33Z
https://github.com/mirumee/ariadne/issues/173
[]
patrys
3
ScottfreeLLC/AlphaPy
pandas
19
AI to Metatrader 4
Hello, I'm interested in your application. I want the AI for Metatrader 4. My idea is to use Google Servers and this Technology from Google to handle a Website that clone Metatrader4 library. To clone Website you have to import this code from that is listed on this site: https://www.mql5.com/de/articles/3024?utm_...
closed
2018-01-17T13:12:19Z
2018-06-23T10:53:40Z
https://github.com/ScottfreeLLC/AlphaPy/issues/19
[]
ConsultingSecurty
2
amisadmin/fastapi-amis-admin
sqlalchemy
146
โžœ andy pip install fastapi_amis_admin[cli] zsh: no matches found: fastapi_amis_admin[cli]
pip install fastapi_amis_admin[cli] zsh: no matches found: fastapi_amis_admin[cli] ๆฑ‚้—ฎๅคงไฝฌ๏ผŒ่ฟ™ไธชๆ€Žไนˆๅค„็†
open
2023-12-04T09:48:17Z
2024-01-08T08:11:43Z
https://github.com/amisadmin/fastapi-amis-admin/issues/146
[]
brucel11qwe
1
coleifer/sqlite-web
flask
42
fails to display table with foreign keys
Using the latest version from pip, I have the following issue: When I click on a table that contains a foreign key, an Internal Server Error is caused with the following Traceback: ``` [2018-04-26 10:56:55,863] ERROR in app: Exception on /expression/ [GET] Traceback (most recent call last): File "/storage/a...
closed
2018-04-26T11:04:01Z
2018-05-04T13:57:08Z
https://github.com/coleifer/sqlite-web/issues/42
[]
grst
12
flairNLP/fundus
web-scraping
204
[Todo] Finish the migration to the new parser spec format
There are some quirks left after #201 has taken place: - [ ] Update the documentation - [ ] Rework/Simplify the Sitemap vs Newsmap Situation - [ ] Explain what the Sitemap Parameters do
closed
2023-05-13T07:38:34Z
2023-06-27T05:39:55Z
https://github.com/flairNLP/fundus/issues/204
[]
Weyaaron
2
dadadel/pyment
numpy
130
Feature Request: Publish/Deploy Sphinx Documentation Website
Hi, This is a feature request to Publish/Deploy the Sphinx Documentation Website. GitHub Pages might be a good option for this.
open
2023-08-01T04:32:08Z
2023-08-01T04:32:08Z
https://github.com/dadadel/pyment/issues/130
[]
jgarte
0
predict-idlab/plotly-resampler
plotly
83
update example notebooks
Main points: - [x] add `register_plotly_resampler` / `unregister_plotly_resampler` - [x] show `register_plotly_resampler` + `pd.options.plotting.backend` = 'plotly' - [x] show how `add_traces` can be used - [x] show how `add_trace` and `add_traces` can be used with dict_input **to discuss**: maybe also add th...
closed
2022-06-24T08:21:20Z
2022-08-12T07:18:57Z
https://github.com/predict-idlab/plotly-resampler/issues/83
[ "documentation", "enhancement" ]
jonasvdd
4
scikit-image/scikit-image
computer-vision
7,053
Address new deprecations in SciPy 1.12.0.dev0
Our nightly test job is doing its job and flagging pending deprecation warnings: https://github.com/scikit-image/scikit-image/actions/runs/5485938623/jobs/9995372984#step:5:3983 ``` FAILED segmentation/tests/test_random_walker.py::test_2d_cg[float16] - ValueError: Unexpected warning: 'scipy.sparse.linalg.cg' keywor...
closed
2023-07-07T14:37:40Z
2023-07-08T15:22:28Z
https://github.com/scikit-image/scikit-image/issues/7053
[ ":wrench: type: Maintenance" ]
lagru
0
Significant-Gravitas/AutoGPT
python
8,811
Home Page become a creator does not work
closed
2024-11-27T13:02:54Z
2024-12-09T16:30:51Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8811
[ "bug", "UI", "platform/frontend" ]
Swiftyos
0
keras-team/keras
machine-learning
20,552
This method creates a model with a 100% memory leak loop using model. fit()
I have tried various methods, but the memory is definitely leaking, it seems that the release of memory cannot keep up. Through the logs, it can be found that there is periodic memory recycling, but with the increase of time, there is still a clear upward trend Name: keras Version: 3.6.0 Please find the [gist](h...
open
2024-11-27T08:21:34Z
2024-11-28T06:42:29Z
https://github.com/keras-team/keras/issues/20552
[ "type:bug/performance" ]
phpYj
1
CatchTheTornado/text-extract-api
api
37
[feat] support returning images
Marker sometimes leaves like `![1_image_0.png](1_image_0.png)`in the text - would be great to return these images + bounding boxes as another option as well
open
2024-11-15T11:23:31Z
2025-01-12T17:01:55Z
https://github.com/CatchTheTornado/text-extract-api/issues/37
[ "feature" ]
pkarw
2
Kanaries/pygwalker
pandas
448
[BUG] Interpret Data meet Oops!
**Describe the bug** I render a bar graph, when click 'Interpret Data' meet a Oops bug. **To Reproduce** Steps to reproduce the behavior: 1. render a bar graph 2. click 'Interpret Data' on a bar, There will be a Oops Error **Expected behavior** **Screenshots** ![image](https://github.com/Kanaries/pygwalke...
closed
2024-02-29T08:58:48Z
2024-03-09T03:54:33Z
https://github.com/Kanaries/pygwalker/issues/448
[ "bug", "P1" ]
DonYum
2
ultralytics/yolov5
machine-learning
13,410
what is the width_multiple?
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, always grateful to use your YOLO. I have a question. I modified 'yolov5.ya...
closed
2024-11-10T13:43:10Z
2024-11-10T20:42:26Z
https://github.com/ultralytics/yolov5/issues/13410
[ "question" ]
sihogu
2
pyro-ppl/numpyro
numpy
1,032
Error in trying to run Example: MCMC Methods for Tall Data
I try to run the code in http://num.pyro.ai/en/stable/examples/covtype.html?highlight=GPU#sphx-glr-download-examples-covtype-py TypeError: Argument 'None' of type '<class 'NoneType'>' is not a valid JAX type
closed
2021-05-07T15:11:29Z
2021-05-27T22:11:09Z
https://github.com/pyro-ppl/numpyro/issues/1032
[ "question" ]
srijaniiserprinceton
10
donnemartin/system-design-primer
python
752
Sdp
open
2023-03-11T17:51:15Z
2023-05-23T01:31:32Z
https://github.com/donnemartin/system-design-primer/issues/752
[ "needs-review" ]
aminegui19
2
prkumar/uplink
rest-api
120
Add a way to override the execution order of certain class-level and method-level response handlers
**Is your feature request related to a problem? Please describe.** Here's the original question raised by @liiight on [gitter](https://gitter.im/python-uplink/Lobby?at=5beddea66b9822140d36ce8f): > so i have a class response handler to handle request errors, which basically just does `raise_for_status()` > I have ano...
open
2018-11-23T04:41:11Z
2019-07-06T00:41:43Z
https://github.com/prkumar/uplink/issues/120
[ "Feature Request" ]
prkumar
1
opengeos/streamlit-geospatial
streamlit
115
https://huggingface.co/spaces/giswqs/Streamlit
Exception: module 'ipyleaflet' has no attribute 'TileLayer' Traceback: File "/home/user/.local/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/home/user/app/app.py", line 2, in <module> import leafmap.foliumap as leaf...
closed
2023-04-01T18:39:01Z
2023-04-18T15:05:56Z
https://github.com/opengeos/streamlit-geospatial/issues/115
[]
paritoshk
1
seleniumbase/SeleniumBase
pytest
2,328
Selemiumbase Driver switches to another tab
After opening those three tabs, the driver switches from the third tab to the second one or the first one. It doesn't happen with the selenium driver nor the uc_chromedriver. I managed to reproduce the bug with the following code: happened on Python 3.9 & 3.11.6 `from seleniumbase import Driver` `AMAZON_PRIME_LO...
closed
2023-11-30T06:08:50Z
2025-02-14T12:58:32Z
https://github.com/seleniumbase/SeleniumBase/issues/2328
[ "question", "UC Mode / CDP Mode" ]
ZoneLover
6
miguelgrinberg/Flask-Migrate
flask
163
How to call apis(upgrade, current) in python script
I have a database `db`. I want to judge if `flask_migrate` has created tables in `db`. If not, `upgrade db`. There are commands, but no examples about calling `migrate, upgrade` in python script. The test files in flask_migrate also run commands, such as: `(o, e, s) = run_cmd('python app.py db migrate')`
closed
2017-07-07T05:06:28Z
2021-08-05T18:04:38Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/163
[ "question" ]
zhangjiajie023
5
dmlc/gluon-nlp
numpy
680
vocabulary set_embedding(glove) maps all OOV terms to the same vector if no lookup provided
When attaching the pre-trained embedding to a built vocab, namely, `vocab.set_embedding(glove_em)`, by design, all of the vocabulary that did not present in the pre-trained embedding will be mapped to the `<'unk'>` using init_unknown_vec (default `nd.zeros`). This is a bit awkward since the `<'unk'>` was defined in ...
open
2019-04-25T11:46:37Z
2019-06-23T21:41:18Z
https://github.com/dmlc/gluon-nlp/issues/680
[ "enhancement" ]
khui
6
tensorpack/tensorpack
tensorflow
1,059
dump-model-params.py fail for Fasterrcnn horovod checkpt
If you're asking about an unexpected problem you met, use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__: ### 1. What you did: (1) **If you're using examples, what's the command you run:** dump-model-params.py --meta mymeta myinputchpt outputnpz.npz (2) **If you're using examples, have you ma...
closed
2019-01-22T18:11:06Z
2019-04-13T07:27:28Z
https://github.com/tensorpack/tensorpack/issues/1059
[ "usage" ]
bluerythem
2
ResidentMario/missingno
data-visualization
73
What does the right Y axis ticks in missingno represent?
According to the example run by the author in the docs, I thought Y axis represented the number of entries according to the percentage in the right Y axis. However, values are way discrepant in my case: ![screenshot_20180717_094403](https://user-images.githubusercontent.com/13151704/42817974-093674f0-89a6-11e8-92a8-...
closed
2018-07-17T12:45:28Z
2019-03-17T04:25:24Z
https://github.com/ResidentMario/missingno/issues/73
[]
aguinaldoabbj
1
recommenders-team/recommenders
data-science
2,149
[BUG] No detailed information in testing error
### Description <!--- Describe your issue/bug/request in detail --> The recent nightly build logs (https://github.com/recommenders-team/recommenders/actions/runs/10335387467/job/28609908093) don't provide sufficient information about the error. ![image](https://github.com/user-attachments/assets/c8a116d9-3fe6-4a...
closed
2024-08-19T13:29:25Z
2024-08-20T03:23:26Z
https://github.com/recommenders-team/recommenders/issues/2149
[ "bug" ]
SimonYansenZhao
1
ray-project/ray
deep-learning
51,527
[Train] Crash at end of training
### What happened + What you expected to happen Recently I've been staring to experience a crash at the end of training. The backtrace is always the same: ``` Training completed after 1 iterations at 2025-03-05 04:39:56. Total running time: 8min 51s 2025-03-05 04:39:56,506 INFO tune.py:1009 -- Wrote the latest versio...
open
2025-03-19T16:53:00Z
2025-03-19T22:00:57Z
https://github.com/ray-project/ray/issues/51527
[ "bug", "triage", "train" ]
jleben
0
plotly/dash
data-science
3,036
[Feature Request] Optionally pass errors raised from a callback specific error handler to the global error handler
Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h...
open
2024-10-15T09:59:29Z
2024-10-15T09:59:29Z
https://github.com/plotly/dash/issues/3036
[]
tlauli
0
paulpierre/RasaGPT
fastapi
21
Any plan to support Slack bot?
Hi, Kindly ask if you could consider adding support for Slack bot
open
2023-05-15T18:18:34Z
2023-05-15T18:18:34Z
https://github.com/paulpierre/RasaGPT/issues/21
[]
JosephShenV
0
Johnserf-Seed/TikTokDownload
api
77
likeๆจกๅผๆ‰น้‡ไธ‹่ฝฝๆŠฅ้”™
**ๅŒไธ€ไธช่ดฆๅทๅœจpostๆจกๅผๅฏไปฅๆญฃๅธธไธ‹่ฝฝไฝ†ๆ˜ฏlikeๆจกๅผๆŠฅ้”™๏ผš** ๆ‰น้‡ไธ‹่ฝฝ็›ดๆŽฅๅ›ž่ฝฆ๏ผŒๅ•ไธ€่ง†้ข‘ไธ‹่ฝฝ็›ดๆŽฅ็ฒ˜่ดด่ง†้ข‘้“พๆŽฅ๏ผš ----่ฏปๅ–้…็ฝฎๅฎŒๆˆ---- ----ไธบๆ‚จไธ‹่ฝฝๅคšไธช่ง†้ข‘---- ----็”จๆˆท็š„sec_id=MS4wLjABAAAAs_Dkw8_CynCMjVN601UkAa8M3TGfDgLJqYUn2tKeyy_iEDch9ifarviMtWSjD4qN---- --------------------------------------------------------------------------- IndexError Tracebac...
closed
2022-01-17T23:21:09Z
2022-08-27T08:13:04Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/77
[]
adam2rdam
9
jmcnamara/XlsxWriter
pandas
552
Feature request: Support shapes
Hi, as you suggested in #107 I'm opening an issue for this. Other issue are quite old, I understand that some infrastructure are here to support shape, do you have updated stuff in the code to help supporting shapes. This shapes support might not be a great place for a first contrib :-/
closed
2018-08-13T13:45:41Z
2018-08-15T11:54:10Z
https://github.com/jmcnamara/XlsxWriter/issues/552
[ "feature request", "someday" ]
RemiDesgrange
1
unionai-oss/pandera
pandas
1,919
Datasets that fail DataFrameModel validation unexpectedly alter field properties
**Describe the bug** When a dataframe fails validation, it can corrupts the state of the `coerce` attribute for a particular field. In my case, a field is defined as coerce=True, but after trying to validate the bad dataset, the field now has coerce=False. - [x] I have checked that this issue has not already been ...
closed
2025-02-28T15:11:24Z
2025-03-06T03:48:32Z
https://github.com/unionai-oss/pandera/issues/1919
[ "bug" ]
tfwillems
2
chiphuyen/stanford-tensorflow-tutorials
nlp
49
03_linear_regression_sol.py can't run with errors as follows
Traceback (most recent call last): File "D:/stanford_tensorflow_tutorials/tf_oreilly/01_linear_regression_sol.py", line 19, in <module> book = xlrd.open_workbook(DATA_FILE, encoding_override="utf-8") File "C:\Anaconda3\lib\site-packages\xlrd\__init__.py", line 441, in open_workbook ragged_rows=ragged_ro...
open
2017-08-12T13:35:06Z
2017-08-12T13:35:06Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/49
[]
WoNiuHu
0
dask/dask
numpy
11,455
dask-expr increasing calculation time
Hi guys! I would like to report a possible bug on dask-expr. Runing this code with dask-expr is tooking ~10 seconds on my machine Now, running without dask-expr took ~2 secods Iยดve attached a sample csv file as data sample. [a (1).csv](https://github.com/user-attachments/files/17492243/a.1.csv) ``` imp...
closed
2024-10-23T13:58:46Z
2024-11-14T10:00:16Z
https://github.com/dask/dask/issues/11455
[ "dask-expr" ]
frbelotto
2
google-research/bert
tensorflow
984
token_type_id has only two possible value๏ผŒ yes๏ผŸ
I read the code, found that in the comments, token_type_ids = tf.constant([[0, 0, 1], [0, 2, 0]]) But I think token_type_ids can only be 1 or 0 , am I wrong
open
2020-01-08T07:50:02Z
2020-03-28T14:02:25Z
https://github.com/google-research/bert/issues/984
[]
novas-meng
1
horovod/horovod
deep-learning
2,935
Allredue hang in yolo3 train using multi machine
**Environment:** 1. Framework: MXNet 2. Framework version:1.6.0.post0 3. Horovod version:0.22.0 4. MPI version:3.1.0 5. CUDA version:10.2 6. NCCL version:2.9.6 7. Python version:3.6 8. Spark / PySpark version: 9. Ray version: 10. OS and version: Ubuntu 18.04.5 LTS \n \l 11. GCC version:7.5.0 12. CMake versi...
open
2021-05-24T08:03:09Z
2021-05-24T08:03:09Z
https://github.com/horovod/horovod/issues/2935
[ "bug" ]
vslyu
0
axnsan12/drf-yasg
django
744
ModuleNotFoundError: No module named 'jsonschema.compat'
drf_yasg==1.20.0 swagger_spec_validator==2.7.3 ```python Internal Server Error: / Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_response(request) File "/usr/local/lib/python3.9/site-packages/django/co...
open
2021-10-03T01:59:03Z
2025-03-07T12:11:13Z
https://github.com/axnsan12/drf-yasg/issues/744
[ "triage" ]
spavlovich001
1
jina-ai/serve
deep-learning
5,671
jina export kubernetes CLI should be able to export a Deploment YAML file to kubernetes
closed
2023-02-08T14:19:19Z
2023-02-08T21:12:47Z
https://github.com/jina-ai/serve/issues/5671
[]
alaeddine-13
0
OpenBB-finance/OpenBB
python
6,904
[๐Ÿ•น๏ธ]Starry-eyed Supporter
### What side quest or challenge are you solving? [๐Ÿ•น๏ธ]Starry-eyed Supporter ### Points 150 ### Description Starred OpenBB repo ### Provide proof that you've completed the task 1. ![image](https://github.com/user-attachments/assets/b23747ef-658e-4cf3-8aae-283bcac1fedb) 2. ![image](https://github.com/user-att...
closed
2024-10-28T16:24:05Z
2024-10-30T20:51:16Z
https://github.com/OpenBB-finance/OpenBB/issues/6904
[]
nepalankit
2
ageitgey/face_recognition
machine-learning
1,164
Need Help with Group Photo Handling
* face_recognition version: * Python version: 3.6 * Operating System: Windows 10 ### Description I want to compare two photos. The first has the face of one individual. The second is a group photo with many faces. I want to see if the individual from the first photo appears in the second photo. ### What...
open
2020-06-22T01:11:48Z
2020-10-09T05:27:23Z
https://github.com/ageitgey/face_recognition/issues/1164
[]
Basant206
1
OthersideAI/self-operating-computer
automation
147
[BUG] Brief Description of the Issue
Found a bug? Please fill out the sections below. ๐Ÿ‘ ### Describe the bug A clear and concise description of what the bug is. ### Steps to Reproduce 1. when starting the project in vscode and running it locally it just open the git local and creash the project 2. just screens open for the 2 second and wi...
open
2024-01-26T00:40:24Z
2024-01-26T00:42:44Z
https://github.com/OthersideAI/self-operating-computer/issues/147
[ "bug" ]
Praharsh1109
1
microsoft/qlib
deep-learning
1,659
ๆปšๅŠจ้ข„ๆต‹ไธญ็š„ๅŠจๆ€่‚กๆฑ 
ๆœŸๆœ›ๅฎž็Žฐไธ€ไธช็‰นๆ€ง๏ผŒๅณๆปšๅŠจ้ข„ๆต‹ๆ—ถ๏ผŒๅฎž็ŽฐๅŠจๆ€่‚กๆฑ ใ€‚ ๆฏ”ๅฆ‚ๆฏไธ€ๆปšๆ—ถ๏ผŒๅŠจๆ€็กฎๅฎš่ฏฅๆปš่‚กๆฑ ไธบๆปšๅŠจๆ—ฅๅธ‚ๅ€ผๆœ€ๅคง็š„ๅ‰300ๅช่‚ก็ฅจใ€‚
open
2023-09-29T11:46:06Z
2023-09-29T11:46:06Z
https://github.com/microsoft/qlib/issues/1659
[ "enhancement" ]
quant2008
0
matplotlib/matplotlib
data-visualization
29,746
[Doc]: Add uv and pixi install instructions
### Documentation Link https://matplotlib.org/devdocs/#install ### Problem Since uv and pixi are shaking up the package managment landscape, they should be included in our install instructions. ### Suggested improvement _No response_
closed
2025-03-12T17:01:12Z
2025-03-18T21:34:49Z
https://github.com/matplotlib/matplotlib/issues/29746
[ "Documentation" ]
timhoffm
1
plotly/dash
data-science
2,965
run black and other linting tools on generated code
In a comment on #2276, @alexcjohnson suggested: > I wonder, now that we're Py3-only, maybe we should call black on the generated files as part of the generation process? We already do that in the core component packages as a separate step.
open
2024-08-26T14:37:47Z
2024-08-26T14:38:21Z
https://github.com/plotly/dash/issues/2965
[ "infrastructure", "feature", "P3" ]
gvwilson
0
albumentations-team/albumentations
machine-learning
1,510
Multiple instances of keypoint labels per image
## ๐Ÿ› Bug I have an image that contains multiple faces and multiple landmarks. The number of faces and landmark instances is variable. The problem is that `alb.KeypointParams` allows to pass only a single instance of keypoints. ## To Reproduce ```python image = cv2.cvtColor( cv2.imread("couple.jpg"), ...
open
2024-01-28T07:54:42Z
2024-01-28T07:54:42Z
https://github.com/albumentations-team/albumentations/issues/1510
[]
kqf
0
huggingface/diffusers
deep-learning
10,893
[Feature request] CogvideoX Controlnet integration for 5B / 2B
**Is your feature request related to a problem? Please describe.** Came across and would be useful addition https://github.com/TheDenk/cogvideox-controlnet **Describe the solution you'd like.** If possible add the controlnet support for CogVideoX. The existing code is based on diffusers only **Describe alternatives y...
open
2025-02-24T18:15:02Z
2025-02-24T18:15:18Z
https://github.com/huggingface/diffusers/issues/10893
[]
nitinmukesh
0
matterport/Mask_RCNN
tensorflow
2,332
Error "TypeError: 'NoneType' object is not iterable" triggered by modellib.MaskRCNN in demo.ipynb
Hi, I have an error when I try to run the demo.ipynb file. I guess it's due to modellib.MasrRCNN function (see error below). My first guess is that it's due to tensorflow version that i'm using which is 2.2.0. But when I changed that to an older version 1.3.0, there's an incompatibility between keras and tensorfl...
open
2020-08-22T08:46:47Z
2020-08-22T08:46:47Z
https://github.com/matterport/Mask_RCNN/issues/2332
[]
YoussefAlj
0
yihong0618/running_page
data-visualization
129
Garmin login is broken I will try to fix it as soon as possible๏ผˆGarmin ไฟฎๆ”นไบ†็™ป้™†ๆ–นๅผ๏ผŒๆˆ‘ๅฐฝๅฟซๅฐ่ฏ•่งฃๅ†ณ๏ผ‰
closed
2021-05-18T00:54:48Z
2021-05-21T04:36:30Z
https://github.com/yihong0618/running_page/issues/129
[]
yihong0618
9
iterative/dvc
data-science
10,691
speed up checksum checks for large files
Hey DVC devs! First off, a huge thank you for creating this brilliant project. It has been a game-changer for our data science projects. In our work with lot of large input files (2 - 50+ GB), we've noticed that the checksum checks for these files are incredibly slow. Is there any plan or interest in speeding up the ...
closed
2025-02-20T05:13:41Z
2025-03-14T04:04:50Z
https://github.com/iterative/dvc/issues/10691
[]
tschwarzl
9
man-group/arctic
pandas
501
False positive integrity check failures when balanacer is running and moving chunks
#### Arctic Version 1.58 #### Arctic Store VersionStore, NdarrayStore #### Description of problem and/or code sample that reproduces the issue We a DataIntegrityException, where the number of expected updated segments (with new parent in their set) is double the number of the segments meant to change. ...
closed
2018-02-06T17:03:59Z
2018-02-06T22:41:59Z
https://github.com/man-group/arctic/issues/501
[]
dimosped
0
mwaskom/seaborn
data-visualization
3,728
Incorrect plotting of exactly overlapping scatter with `hue` and `hue_order`
While working with `sns.scatterplot` for representing locations on a grid, I discovered an issue where using `hue` and `hue_order` produces an incorrect plot: markers that should be perfectly overlappingโ€”they have identical (`x`, `y`) coordinatesโ€”are drawn at a small offset, such that the edge of one can be seen inters...
open
2024-07-12T14:04:03Z
2024-07-15T15:23:55Z
https://github.com/mwaskom/seaborn/issues/3728
[]
eloyvallinaes
3
littlecodersh/ItChat
api
55
ๆ€Žๆ ทไธปๅŠจ็ป™็‰นๅฎš่”็ณปไบบๅ‘้€ๆถˆๆฏ๏ผŸ
็œ‹ไบ†ๆ–‡ๆกฃ ๅŸบๆœฌ้ƒฝๆ˜ฏ่ขซๅŠจ็š„ๆŽฅๆ”ถๆถˆๆฏ ๅนถๅ›žๅค๏ผŒๆ€ŽไนˆไธปๅŠจ็ป™ๅˆซไบบๅ‘้€ๆถˆๆฏๅ‘ข๏ผŸ sendๅฏน่ฑกไธญๆ€Žไนˆ็ป™usernameๅ€ผ๏ผŸ ๆˆ‘ๅฐ่ฏ•็”จitchat.get_frineds(),ไฝ†ๆ˜ฏ่ฟ”ๅ›žๅ€ผไธ็Ÿฅ้“ๆ€Žไนˆๅค„็†ใ€‚
closed
2016-08-01T09:34:14Z
2017-03-24T01:37:05Z
https://github.com/littlecodersh/ItChat/issues/55
[ "question" ]
KennethYeah
13
wandb/wandb
data-science
9,238
[Bug]: subprocess.Popen gets stuck when running sweep
### Describe the bug wandb Version: 0.19.2 Python 3.10.12 Ubuntu 22.04 Inside my python script I spawn a subprocess like: ``` command = ["bash", "-c", "ffmpeg -framerate 24 -i frame_%d.png output.mp4] subprocess.Popen(command) ``` And it works perfectly fine if I run it directly. But if I create a sweep and start ...
closed
2025-01-10T02:51:42Z
2025-01-13T16:15:09Z
https://github.com/wandb/wandb/issues/9238
[ "ty:bug", "a:sdk" ]
simplerick
1
encode/httpx
asyncio
2,924
requesๅ’ŒhttpxๅฏนๅŒไธ€ไธช่ฏทๆฑ‚็ป“ๆžœไธไธ€่‡ด
he = { "cookie": "csrf_session_id=31bba393b7ed2c621edac0317048ba0a;tt_scid=VauYpHMBxVl.JRELyMyZUOvGbNLE0LM2FWR3I.-7y9ztQDU8xszugxiCKVYoVEWz84d0;ttcid=f38b7c0cc7634a3fb3e8fd56f40f60d542;msToken=5lVMnWk_WrZpmZi7yYDiwJQ0JUzVKb5U9VYKrWS47FHKMNVj04JvrtFjMLhKjCHRzx_EUIp8D-afCEqOk_kSRdGMQfkeYfjMZSUPaLaR;passport_csr...
closed
2023-11-03T07:29:51Z
2023-11-03T12:39:45Z
https://github.com/encode/httpx/issues/2924
[]
General-Denom
0
learning-at-home/hivemind
asyncio
198
Support gradient accumulation in ExpertBackend
Larger Transformer models are trained with larger batches, it's probably beneficial to accumulate gradients from several backward requests before making a step. It can be implemented in `ExpertBackend.apply_gradients()`, and the number of processed examples is already available. The tricky part is to implement loss ...
open
2021-03-29T07:16:20Z
2021-03-29T07:16:20Z
https://github.com/learning-at-home/hivemind/issues/198
[ "enhancement" ]
mryab
0
gevent/gevent
asyncio
1,799
Unable to build gevent in aws codebuild agents. Help identify the poblem
* gevent version: gevent==21.1.2 installed via pip * Python version: python:3.7-alpine docker image * Operating System: python:3.7-alpine ### Description: Unable to build gevent when run build on aws codebuild agent. Builds fine locally. For me unclear how come. Also created ticket to AWS support. ### Stack ...
closed
2021-06-29T15:49:31Z
2021-07-19T13:01:44Z
https://github.com/gevent/gevent/issues/1799
[]
KursLabIgor
14
matplotlib/matplotlib
data-science
29,594
[MNT]: Consolidate tick API
### Summary The Tick class/concept consistents of a *ticklabel*, a *tickline* (the marker) and a *gridline*. In addition there's the *location* as a fundmental property. We have a lot of methods to handle ticks. There are methods on Axis to configure all these properties - often in flavors of major/minor and global (...
open
2025-02-08T09:38:33Z
2025-02-26T07:39:09Z
https://github.com/matplotlib/matplotlib/issues/29594
[ "Maintenance" ]
timhoffm
0
StratoDem/sd-material-ui
dash
600
material-ui in dash
<!--- Provide a general summary of your changes in the Title above --> <!--- MANDATORY --> <!--- Always fill out a description, even if you are reporting a simple issue. If it is something truly trivial or simple, it is okay to keep it short and sweet. --> ## Description <!--- A clear and concise description of wha...
closed
2021-02-19T18:01:14Z
2021-02-19T19:17:56Z
https://github.com/StratoDem/sd-material-ui/issues/600
[]
oDevBR
1
quantmind/pulsar
asyncio
241
Start Pulsar WSGI Server from Docker
Hey, I am using Pulsar for JSON-RPC and everything works fine locally, but I can't send calls from outside the Docker container, where the WSGI Server is running. Do I need to expose other ports then the one that I expose with `--bind` or what could be the issue? I was hoping I could simply expose a JSON-RPC API with ...
closed
2016-08-26T14:37:44Z
2016-09-08T11:49:49Z
https://github.com/quantmind/pulsar/issues/241
[]
MrLoh
5
MorvanZhou/tutorials
numpy
25
initialize_all_variables is deprecated
for the code of tf14 and tf15 WARNING:tensorflow:From full_code.py:62 in <module>.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Instructions for updating: Use `tf.global_variables_initializer` instead.
closed
2016-11-29T12:45:17Z
2016-11-29T13:11:33Z
https://github.com/MorvanZhou/tutorials/issues/25
[]
xuyuji9000
1
dpgaspar/Flask-AppBuilder
flask
1,893
Need to include inputs in existing templates from the ModelView class.
### Environment Flask-Appbuilder version:3.4.4 ### Describe the expected results I wanted to modify the edit template such that I can include my own inputs. But the existing functions/methods don't allow that. So instead I did the below instead of the conventional edit_template = 'xx.html'. ```python cla...
closed
2022-07-19T05:15:55Z
2022-07-19T09:53:05Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1893
[]
XiangYang95
2
jazzband/django-oauth-toolkit
django
764
Please release new version - Cannot revoke all tokens: AccessToken matching query does not exist
I am getting a DoesNotExist exception trying to clean up when a user logs out. django-oauth-toolkit==1.2.0 ``` from itertools import chain from oauth2_provider.models import get_access_token_model, get_application_model, get_refresh_token_model access_tokens = get_access_token_model().objects.filter(us...
closed
2019-11-24T18:12:58Z
2020-03-23T14:33:08Z
https://github.com/jazzband/django-oauth-toolkit/issues/764
[]
thenewguy
3
HumanSignal/labelImg
deep-learning
747
image size problem
when i use format PascalVOC to save xml result, the <width> and <height> elements will save as 0 when the image size is 256*256
closed
2021-05-10T08:27:36Z
2021-06-06T14:52:13Z
https://github.com/HumanSignal/labelImg/issues/747
[]
Wangbenzhi
1
ultralytics/ultralytics
deep-learning
19,193
I want to integrate yolov8's detection + classification into a network and turn it into a multi-task network. Is there any existing case for reference when I do this?
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description I want to integrate yolov8's detection + classification into a network and turn it into a multi-task network. Is there any existing case f...
open
2025-02-12T00:47:48Z
2025-02-12T00:48:16Z
https://github.com/ultralytics/ultralytics/issues/19193
[ "enhancement", "detect", "classify" ]
hu874
1
Miserlou/Zappa
django
1,526
Update to support werkzeug >= 0.12
> Could not find a version that matches werkzeug==0.12,>=0.14 > - Werkzeug [required: ==0.12, installed: 0.14.1] This is colliding with everything that is using the new version. ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Zappa version used:...
closed
2018-06-10T15:23:12Z
2019-06-04T15:12:22Z
https://github.com/Miserlou/Zappa/issues/1526
[]
aminhusni
3
mwaskom/seaborn
matplotlib
3,650
Doubts about using two types of graphics to draw simultaneously
When I use two different functions to plot, using the same data, different functions result in different graphs. May I ask why? Thank you in advance๏ผI use seaborn 0.13 import pandas as pd import numpy as np import matplotlib.pyplot as plt import seaborn as sns import seaborn.objects as so sns.set('paper','ticks...
closed
2024-03-09T08:43:19Z
2024-03-09T16:48:33Z
https://github.com/mwaskom/seaborn/issues/3650
[]
z626093820
2
Johnserf-Seed/TikTokDownload
api
406
[BUG]TypeError: Profile.__init__() missing 1 required positional argument: 'headers'
**ๆ่ฟฐๅ‡บ็Žฐ็š„้”™่ฏฏ** ๅฏนbug็š„ๆธ…ๆ™ฐ่€Œ็ฎ€ๆด็š„ๆ่ฟฐใ€‚ gui้กต้ข่งฃๆž็”จๆˆทไธป้กต้—ช้€€๏ผŒๅŽๅฐๆŠฅ้”™๏ผšTypeError: Profile.__init__() missing 1 required positional argument: 'headers' **bugๅค็Žฐ** ๅค็Žฐ่ฟ™ๆฌก่กŒไธบ็š„ๆญฅ้ชค๏ผš mac็ณป็ปŸ
closed
2023-04-21T02:17:44Z
2023-08-07T14:16:13Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/406
[ "ๆ•…้šœ(bug)", "้ขๅค–ๆฑ‚ๅŠฉ(help wanted)", "ๆ— ๆ•ˆ(invalid)" ]
pipishousi
0
CatchTheTornado/text-extract-api
api
41
[feat] Test `pixtral` as a OCR strategy
https://mistral.ai/news/pixtral-12b/
open
2024-11-18T12:18:15Z
2025-01-09T17:20:47Z
https://github.com/CatchTheTornado/text-extract-api/issues/41
[ "feature" ]
pkarw
0
huggingface/text-generation-inference
nlp
3,105
google/gemma-3-27b-it context lenght issue
i have deployed the google/gemma-3-27b-it model on 4 H100 GPUS, it only supports 23k context length, when i increased to support 128k context window as it supports, i endup with following errors i even tried with 64k context window, it went into cuda out of memeory issues 2025-03-13T08:36:37.262517Z INFO text_ge...
open
2025-03-13T09:14:50Z
2025-03-17T10:17:51Z
https://github.com/huggingface/text-generation-inference/issues/3105
[]
nskpro-cmd
6
pyeve/eve
flask
1,275
List index out of range in validation.py
I just wanna apologize beforehand if this issue is a bit incoherent. I'm not yet 100% sure what is happening or exactly how to reproduce it but at least I've seen it happen so I'll try to just explain that instead. ### Expected Behavior No exception happening ### Actual Behavior I've gotten this stacktrace (...
closed
2019-05-28T11:05:28Z
2019-06-07T13:14:30Z
https://github.com/pyeve/eve/issues/1275
[]
kallqvist
2
keras-team/keras
python
21,080
Will Keras welcome new backend contributions?
Suppose we could develop a brand-new backend for Keras, such as [Paddle](https://github.com/PaddlePaddle/Paddle). Would Keras welcome our new backend contributions? In fact, I can understand that adding a new backend will increase the maintenance burden of the keras-team. Therefore, I would like to ask for keras-team'...
closed
2025-03-21T14:19:45Z
2025-03-21T17:25:58Z
https://github.com/keras-team/keras/issues/21080
[]
pass-lin
1
yvann-ba/Robby-chatbot
streamlit
36
Error: module 'langchain' has no attribute 'verbose'
I'm receiving this error consistently while attempting to use the App. Is there an issue with the latest version of langchain?
closed
2023-05-16T05:26:04Z
2023-05-27T14:16:23Z
https://github.com/yvann-ba/Robby-chatbot/issues/36
[]
lameds
1
Yorko/mlcourse.ai
plotly
661
Jupyter Images are not rendering
Hi Thanks for launching such an awesome course. I am really enjoying working with this material. However, I am facing a small issue right now. After cloning the repo and running the notebooks, it seems that the images are not getting rendered correctly. I have not moved the path of the Images and I have verified ...
closed
2020-04-05T13:45:45Z
2020-04-16T17:34:26Z
https://github.com/Yorko/mlcourse.ai/issues/661
[]
blaine12100
7
Skyvern-AI/skyvern
api
1,846
Error connecting workflow to prompt - Network error trying to host locally on vultr using the docker template
![Image](https://github.com/user-attachments/assets/97363d98-923c-4454-b754-bc7a876f0523) Hello you all love this tool trying to get it hosted locally on this machine I got it all situated with the docker compose up -d and it seems to be running working I put in the IP address of my vultr server then http://0.0.0.0...
closed
2025-02-27T00:21:05Z
2025-03-11T13:29:28Z
https://github.com/Skyvern-AI/skyvern/issues/1846
[]
TheMindExpansionNetwork
7
healthchecks/healthchecks
django
157
In API Update, make it possible to set specific channels
In the API currently we're only able to set all channels or no channels on a check. We need to be able to set specific channels programmatically through the API, and not only through the Web-UI. PS. If this already works, the API-Docs need to be updated with new information regarding how this should be done.
closed
2018-03-09T14:47:02Z
2018-11-21T18:44:45Z
https://github.com/healthchecks/healthchecks/issues/157
[]
RobertStigsson
1
exaloop/codon
numpy
160
Please provide evidence for performance claims
The readme claims "Typical speedups over Python are on the order of 10-100x or more, on a single thread." Where do these numbers come from? Please provide the benchmarks used, and any additional information needed to reproduce the result.
closed
2023-01-10T10:28:18Z
2023-01-12T18:52:08Z
https://github.com/exaloop/codon/issues/160
[]
markshannon
15
ydataai/ydata-profiling
data-science
1,548
Upgrade Visions library
### Missing functionality Visions 0.75 installs a dependency that consume 1.8Gb of hard disk space, in the new version of visions this library is removed. ### Proposed feature Upgrade to the latest visions version ### Alternatives considered _No response_ ### Additional context _No response_
open
2024-02-19T07:35:43Z
2024-02-19T07:35:56Z
https://github.com/ydataai/ydata-profiling/issues/1548
[ "needs-triage" ]
damiles
0
codertimo/BERT-pytorch
nlp
74
How to use BERT model to fine-tune a cloze-style task?
I mean,not just use BERT model to predict answers,also train it.
open
2020-02-13T01:42:33Z
2020-02-13T01:42:33Z
https://github.com/codertimo/BERT-pytorch/issues/74
[]
OrchidXu
0
dgtlmoon/changedetection.io
web-scraping
1,982
[feature] When viewing a diff with multiple changes since last view, default to the last viewed date
**Version and OS** v0.45.5 **Is your feature request related to a problem? Please describe.** When I see a bolded watch in the watch overview, I click it and it autoscrolls to the diff text. The issue is it only includes the diff between the latest two copies of the watch, and multiple changes may have occurred si...
closed
2023-11-15T04:00:40Z
2023-11-17T16:21:53Z
https://github.com/dgtlmoon/changedetection.io/issues/1982
[ "enhancement" ]
jonoff
2
youfou/wxpy
api
158
send_file()ๆ–นๆณ•ๅœจๅ‘้€.docxๆ–‡ไปถ็š„ๆ—ถๅ€™๏ผŒๆ”ถๅˆฐ็š„ๆ–‡ไปถไธบไป€ไนˆERROR_MESSAGE_MAIN
ๅœจ็”จsend_file๏ผˆ๏ผ‰ๆ–นๆณ•็š„ๆ—ถๅ€™๏ผŒไธๆ˜ฏๅ‘ไธๅ‡บๅŽป๏ผšๆŠฅ้”™๏ผš Traceback (most recent call last): File "<console>", line 1, in <module> File "/Users/uband/git/bot-env/lib/python3.6/site-packages/wxpy/api/chats/chat.py", line 54, in wrapped ret = do_send() File "/Users/uband/git/bot-env/lib/python3.6/site-packages/wxpy/utils/misc.py", li...
open
2017-08-19T08:10:06Z
2017-08-19T08:10:06Z
https://github.com/youfou/wxpy/issues/158
[]
GreenGitHuber
0
vitalik/django-ninja
django
697
ModelSchema with lower camel case results?
**Is your feature request related to a problem? Please describe.** I have Django models that are snake case, as is traditional (e.g., full_name). The client already specified lower camel case (e.g., fullName). So, every API call I have, I want to use lower camel case. **Describe the solution you'd like** I'd l...
closed
2023-03-08T19:08:44Z
2023-03-09T15:54:12Z
https://github.com/vitalik/django-ninja/issues/697
[]
boxydog
2
sherlock-project/sherlock
python
2,001
Sherlock
Https://github.com/sherlock project/sherlock
closed
2024-02-18T23:41:33Z
2024-02-23T00:39:27Z
https://github.com/sherlock-project/sherlock/issues/2001
[]
Johnnysoltan
1
iperov/DeepFaceLab
deep-learning
5,660
Readme outdated video
The video of Queen Elisabeth in the readme is private. Please remove! THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ## Expected behavior *Describe, in some detail, what you are trying to do and what the output is that you expect from the program.* ## Actual behavior ...
closed
2023-04-13T23:34:39Z
2023-06-08T16:34:17Z
https://github.com/iperov/DeepFaceLab/issues/5660
[]
DylanM5
2
getsentry/sentry
python
86,875
Bug: Linear-Sentry Integration Not Working Despite Successful Activation
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce I'll add that important error message to the bug report: ## Bug: Linear-Sentry Integration Not Working Despite Successful Activation ### Description I successfully activated the Sentry integration through Linear (confirmation received), but I'm unabl...
open
2025-03-12T09:38:22Z
2025-03-13T17:47:06Z
https://github.com/getsentry/sentry/issues/86875
[ "Product Area: Settings - Integrations" ]
LorenzoGentile
2
akfamily/akshare
data-science
5,909
ๅ…ณไบŽ็‰ˆๆœฌๆ›ดๆ–ฐ็š„้—ฎ้ข˜
้ฆ–ๅ…ˆๆ„Ÿ่ฐขไฝœ่€…็ปดๆŠค็š„ๅผ€ๆบ้กน็›ฎ ๅฏนๆฏ”ไธ‹, ่ฟ™ไธชๅบ“, ๅฏน่Žทๅ–่‚ก็ฅจๆ•ฐๆฎ, ็œŸ็š„ๅพˆๅฎž็”จ ็‰ˆๆœฌๆ›ดๆ–ฐ็š„ไนŸๅพˆ้ข‘็น, ็‰นๅˆซๆ„Ÿ่ฐข! ๆƒณๆไธชๆ„่ง, ๅ› ไธบ็‰ˆๆœฌๆ›ดๆ–ฐ็š„ๆฏ”่พƒ้ข‘็น: ่ฏทๅค‡ๆณจไธ‹, ็‰ˆๆœฌๆ›ดๆ–ฐๅค„็†็š„้—ฎ้ข˜ or ๆ–ฐๅŠ ็š„ๅŠŸ่ƒฝ ่ฟ™ๆ ท, ๅฏไปฅ่ฎฉ็”จๆˆท้€‰ๆ‹ฉๆ˜ฏๅฆๆ›ดๆ–ฐๅบ“, ๆ„Ÿ่ฐขไฝœ่€…!
closed
2025-03-17T08:54:47Z
2025-03-17T13:19:22Z
https://github.com/akfamily/akshare/issues/5909
[ "bug" ]
gyarmy
2
grillazz/fastapi-sqlalchemy-asyncpg
pydantic
3
boost logging with rich
closed
2021-08-30T07:33:47Z
2021-09-01T07:52:04Z
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/3
[ "enhancement" ]
grillazz
0
pydantic/pydantic
pydantic
11,363
Subclassing generic dataclass loses type of parent class fields
### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description This might be a non-issue if dataclasses are not intended to be subclassed. When extending a generic dataclass, the fields from the superclass have no validation done on them. ```python @dataclass class A(Generic[T]): a: T @dataclas...
open
2025-01-30T17:34:34Z
2025-02-03T14:16:14Z
https://github.com/pydantic/pydantic/issues/11363
[ "bug V2", "topic-generics" ]
tpoliaw
1
ultralytics/ultralytics
pytorch
19,816
`single_cls` training dies quietly during 1st epoch
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug I have a dataset consisting of ~95 categories that I'm trying to train a binary object detection model on fo...
closed
2025-03-21T11:44:56Z
2025-03-22T17:31:59Z
https://github.com/ultralytics/ultralytics/issues/19816
[ "bug", "detect" ]
enusbaum
7
ansible/awx
automation
15,504
[next_ui] Jobs limit query display filter
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software pro...
open
2024-09-12T15:56:36Z
2024-09-12T15:57:09Z
https://github.com/ansible/awx/issues/15504
[ "type:enhancement", "component:ui", "needs_triage", "community" ]
hungpr0
0
AntonOsika/gpt-engineer
python
150
AttributeError: 'tuple' object has no attribute 'expandtabs'
I'm getting the following error when running `python -m gpt_engineer.main`. I'm using python 3.11/ ``` File "/opt/miniconda3/envs/gpt-eng/lib/python3.11/inspect.py", line 873, in cleandoc lines = doc.expandtabs().split('\n') ^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'expa...
closed
2023-06-18T13:03:31Z
2023-06-18T13:37:43Z
https://github.com/AntonOsika/gpt-engineer/issues/150
[ "bug" ]
gchlebus
4
babysor/MockingBird
deep-learning
887
้ข„่ฎญ็ปƒๆจกๅž‹ๆ›ฟๆขๅŽไธๅŒน้…ๆ•‘ๅŠฉ
้ข„่ฎญ็ปƒๆจกๅž‹ๆ›ฟๆขๆˆpretrained-11-7-21_75kๅคงไฝฌๆไพ›็š„ๅ‡บ็ŽฐไธๅŒน้…ใ€‚ Found 266 samples +----------------+------------+---------------+------------------+ | Steps with r=2 | Batch Size | Learning Rate | Outputs/Step (r) | +----------------+------------+---------------+------------------+ | 85k Steps | 12 | 5e-06 | ...
open
2023-04-27T18:40:22Z
2023-04-27T18:40:22Z
https://github.com/babysor/MockingBird/issues/887
[]
zhangmm2
0
gradio-app/gradio
python
10,224
Disabling queue will display only the first character in chatbot streaming
### Describe the bug I want to disable queue for bot() in chatbot streaming - https://www.gradio.app/docs/gradio/chatbot#demos - chatbot_streaming ### Have you searched existing issues? ๐Ÿ”Ž - [X] I have searched and found no existing issues ### Reproduction ```python import gradio as gr import ra...
closed
2024-12-18T06:41:41Z
2024-12-18T17:12:37Z
https://github.com/gradio-app/gradio/issues/10224
[ "bug" ]
chai3
1
deezer/spleeter
tensorflow
157
[Bug] Spleeter crashes at "KMP_AFFINITY"
## Description On some songs Spleeter decides to exit too early, rendering nothing. ## Step to reproduce It's hard to get provide instructions due to potential piracy. I will not share the song I'm trying to process, but basically load a song and it exits at "Affinity" something. ## Output ``` INFO:sple...
closed
2019-12-03T17:33:49Z
2019-12-04T04:59:45Z
https://github.com/deezer/spleeter/issues/157
[ "bug", "invalid" ]
aidv
2
snooppr/snoop
web-scraping
14
Crash in wsl
The script crashes when executed in WSL because it does not have access to the pc hardware. Please fix or dont use `playsound`.
closed
2020-02-18T21:17:04Z
2020-02-19T10:55:08Z
https://github.com/snooppr/snoop/issues/14
[ "bug" ]
SunnyCapt
1
pandas-dev/pandas
data-science
60,602
QST: Does the project consider DataFrame.query() arbitrary code execution to be a security vulnerability?
### Research - [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). ### Link to question on StackOverflow https://stackoverflow.com/quest...
closed
2024-12-24T19:46:22Z
2025-03-22T19:12:20Z
https://github.com/pandas-dev/pandas/issues/60602
[ "Usage Question", "expressions", "Closing Candidate" ]
nickodell
21
thtrieu/darkflow
tensorflow
789
how using the .txt files instead of xml?
i was study by darknet, but now i try the darkflow. in darknet, my custom image dataset have annotation file format is txt. it is composed: "object-class" "x" "y" "width" "height" so my question is how can i using this txt file? if i can't this, how can i convert this file to the .xml files? many thanks, ...
closed
2018-06-03T11:05:23Z
2018-06-07T02:59:00Z
https://github.com/thtrieu/darkflow/issues/789
[]
Jeongseop-Yun
5
Avaiga/taipy
automation
1,748
Stop support for Python 3.8
Stop supporting version 3.8 of Python.
closed
2024-09-05T07:27:20Z
2024-09-21T06:49:17Z
https://github.com/Avaiga/taipy/issues/1748
[ "๐ŸŸฅ Priority: Critical", "๐Ÿ–ง Devops", "๐Ÿ”’ Staff only" ]
jrobinAV
2
InstaPy/InstaPy
automation
6,791
Insta.py
open
2024-02-03T20:32:24Z
2024-02-03T20:32:24Z
https://github.com/InstaPy/InstaPy/issues/6791
[]
lokotr0n
0
axnsan12/drf-yasg
rest-api
544
Error AttributeError: 'AnonymousUser'
I Have this trouble when I Open my documentation: view's MyViewSet raised exception during schema generation; use `getattr(self, 'swagger_fake_view ', False)` to detect and short-circuit this line 33, in get_queryset return MyModel.objects.filter(container=self.request.user.container) AttributeError: 'Anonymo...
closed
2020-02-11T14:14:32Z
2023-10-20T08:11:52Z
https://github.com/axnsan12/drf-yasg/issues/544
[]
danilocastelhano1
5