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
pydata/pandas-datareader
pandas
265
Unable to load special German index over Google
Hello, it seems to be impossible to load the values of the MDAX, which is a German index. The Error message is: pandas_datareader._utils.RemoteDataError: Unable to read URL: http://www.google.com/finance/historical The values are definitely available in Google as you could see here: https://www.google.com...
closed
2016-12-10T12:42:53Z
2018-09-12T08:06:50Z
https://github.com/pydata/pandas-datareader/issues/265
[ "google-finance" ]
GitHubUser2014
5
pytorch/vision
machine-learning
8,394
Run all torchvision models in one script.
### 🚀 The feature Is there a test script that can run models. ### Motivation, pitch Hl, i am testing a model migration script from cuda to sycl and i would like to test it on torch vision model set, i would like to know do we have a test script that can run all models in torchvision? like run.py [code](https:...
closed
2024-04-24T01:39:23Z
2024-04-29T10:18:17Z
https://github.com/pytorch/vision/issues/8394
[]
leizhenyuan
1
PokeAPI/pokeapi
api
866
Paldea Pokedex endpoint is 404
<!-- Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following: - Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!) - If your issue is one of outdated API data, please note that we get our data from [veekun](https://g...
closed
2023-04-05T02:23:28Z
2024-11-14T13:48:49Z
https://github.com/PokeAPI/pokeapi/issues/866
[]
elliebartling
2
paperless-ngx/paperless-ngx
django
8,973
[BUG] Error 500 in INBOX after pdf upload
### Description After a month or two not using Paperless, i get stuck while checking my INBOX documents. I believe a signed document have been imported automatically and get paperless stuck while trying to list it and throw a 500 error only in INBOX (if excluded from filters everything works, but not being able to us...
closed
2025-01-31T17:52:16Z
2025-03-03T03:12:00Z
https://github.com/paperless-ngx/paperless-ngx/issues/8973
[ "not a bug" ]
maxoux
2
giotto-ai/giotto-tda
scikit-learn
136
I can not install giotto.
I a, using ubuntu and in python3.5 and python 3.7 I can not install giotto. How can I install it simply? `Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-xsyfhd6s/giotto-learn/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();e...
closed
2019-12-26T16:41:03Z
2020-01-21T22:32:34Z
https://github.com/giotto-ai/giotto-tda/issues/136
[ "enhancement", "good first issue" ]
MINIMALaq
14
JaidedAI/EasyOCR
machine-learning
1,251
Error on Loading "Tamil" language
When I load the tamil language as following code , import os import easyocr reader = easyocr.Reader(['ta']) But It does not load, Following errors appear WARNING:easyocr.easyocr:Neither CUDA nor MPS are available - defaulting to CPU. Note: This module is much faster with a GPU. ---------------------------...
open
2024-05-09T11:48:06Z
2024-05-20T09:25:51Z
https://github.com/JaidedAI/EasyOCR/issues/1251
[]
kokul93
1
qubvel-org/segmentation_models.pytorch
computer-vision
471
Focal Loss run time error
Hi all i am new in using of Sematic Segmantation models so i used the smp modsl for smenatic segamtnion and i built model and loss lik following: model = smp.Unet(encoder_name=‘resnet34’, encoder_depth=5, encoder_weights=‘imagenet’, decoder_use_batchnorm=True, decoder_channels=(256, 128, 64, 32, 16), decoder_...
closed
2021-08-18T12:06:06Z
2022-03-12T01:52:14Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/471
[ "Stale" ]
Sarmadfismael
3
iperov/DeepFaceLab
machine-learning
5,695
Docker's issue
I configured a docker image of the deepfacelab. I found that the interval between loading the model in the image and starting training was much longer than running it directly locally. I tried to modify the Virtual memory of the docker, but it was not improved
open
2023-07-03T03:30:22Z
2023-08-16T20:57:15Z
https://github.com/iperov/DeepFaceLab/issues/5695
[]
DUODUODUODUOBOOM
1
pytest-dev/pytest-django
pytest
291
Can't use custom django TestRunner
Hi, We use django in your project and we are eager to upgrade our test made originally with unittest.unittest or DjangoTestCase to py.test for access to its numerous functionnality. During my implementation of pytest-django, I encountered some issues on code wich was written with other unittesting framework (ApiTestC...
closed
2015-11-13T13:59:45Z
2015-12-05T09:06:43Z
https://github.com/pytest-dev/pytest-django/issues/291
[]
Moerin
1
jupyter-book/jupyter-book
jupyter
2,125
docutils/transforms/misc.py error
### Describe the bug I am trying to build my JupyterBook with the latest version of of the package (and I hadn't upgraded for quite a while), and the docutils/transforms/misc.py script is throwing an error. Does anyone know what I can change to avoid this error? It's hard for me to identify where this error is co...
open
2024-02-26T01:43:23Z
2025-02-26T08:03:23Z
https://github.com/jupyter-book/jupyter-book/issues/2125
[ "bug" ]
melaniewalsh
2
yeongpin/cursor-free-vip
automation
186
BUG
❌ register.config_setup_error Traceback (most recent call last): File "main.py", line 344, in <module> File "main.py", line 291, in main File "new_signup.py", line 232, in setup_config File "configparser.py", line 735, in read File "configparser.py", line 1050, in _read File "configparser.py", line 1058, in...
closed
2025-03-11T00:55:18Z
2025-03-11T01:11:52Z
https://github.com/yeongpin/cursor-free-vip/issues/186
[ "bug" ]
kkatree
0
chezou/tabula-py
pandas
311
Password Protected Files
Not able to read password protected file using this. I passed the argument password and given password in string format. Everytime it error comes CalledProcessError Command '['java', '-Dfile.encoding=UTF8', '-jar', '/home/bizhues/workspace/AccPro/env/lib/python3.10/site-packages/tabula/tabula-1.0.5-jar-with-depende...
closed
2022-08-06T08:19:00Z
2022-08-06T08:19:13Z
https://github.com/chezou/tabula-py/issues/311
[]
aditya-bizhues
1
mckinsey/vizro
data-visualization
286
Should vizro support polars (or other dataframes besides pandas)?
> Ty Petar, please consider supporting polars, I think it is necessary, given that the whole point of vizro is working with a dataframe in memory. Currently vizro cannot determine polars column names (detects them as [0,1,2,3,4...]) _Originally posted by @vmisusu in https://github.com/mckinsey/vizro/issues/191#issue...
open
2024-01-25T09:51:04Z
2024-12-04T20:37:37Z
https://github.com/mckinsey/vizro/issues/286
[]
antonymilne
12
ultralytics/ultralytics
pytorch
18,731
predict result
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question I'm using yolo11 with pycharm. If i run self.model.predict(source=pil...
open
2025-01-17T10:28:06Z
2025-01-17T10:45:17Z
https://github.com/ultralytics/ultralytics/issues/18731
[ "question" ]
kunsungwoo
2
ipyflow/ipyflow
jupyter
41
incorporate refs to global variables inside functions during liveness checking (at function callpoints)
closed
2020-08-06T22:18:27Z
2020-08-25T20:48:50Z
https://github.com/ipyflow/ipyflow/issues/41
[]
smacke
0
serengil/deepface
machine-learning
733
DeepFace.find, force return unknown faces
Hello. First of all, excellent project. Congratulations ! Is there a way to force "find" to return faces with score 0 ? I'm having to run DeepFace.represent along with DeepFace.find, when I could just run DeepFace.find if it would also return the faces that couldn't be identified
closed
2023-04-26T16:25:10Z
2023-04-26T16:28:35Z
https://github.com/serengil/deepface/issues/733
[ "enhancement" ]
CostanzoPablo
1
scikit-learn-contrib/metric-learn
scikit-learn
161
improve bounds argument and bounds_ attribute in ITML
See comment: https://github.com/metric-learn/metric-learn/pull/159#discussion_r250234204 We should: - Allow tuples, lists, numpy arrays, (any array like, TODO: see if there is other array-like than these 3 types) as arguments for `bounds` for ITML - I think a unique type of return for `bounds_` would be better, ...
closed
2019-01-24T09:53:35Z
2019-05-24T17:49:04Z
https://github.com/scikit-learn-contrib/metric-learn/issues/161
[]
wdevazelhes
0
microsoft/qlib
deep-learning
1,704
ModuleNotFoundError: No module named 'pyqlib' after install qyqlib package
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1.(base) C:\Users\a>cd pyqlib 1.(base) C:\Users\a\pyqlib>python -m build 1.(base) C:\Users\a\pyqlib>touch setup.py (base) C:\Users\a\pyqlib>python -m build * Creating venv ...
open
2023-12-02T15:08:03Z
2024-01-04T12:26:25Z
https://github.com/microsoft/qlib/issues/1704
[ "bug" ]
david2588e
1
xuebinqin/U-2-Net
computer-vision
332
Any advices on image restoration
hi @xuebinqin , thanks for your awesome work, I want to re-use u2net for image restoration tasks, because I suppose that a good architecture like U2Net learned good representation, no matter segmentation or other tasks, could you please give some advices on image restoration task? thank you.
open
2022-09-13T01:00:35Z
2022-09-13T01:00:35Z
https://github.com/xuebinqin/U-2-Net/issues/332
[]
anguoyang
0
tortoise/tortoise-orm
asyncio
1,899
tortoise.exceptions.OperationalError: syntax error at or near "order" in 0.24.1
``` # tortoise-orm==0.24.0 from tortoise.contrib.postgres.functions import Random await Table.annotate(order=Random()).order_by('order') ... DEBUG:tortoise.db_client:SELECT "name","id",RANDOM() "order" FROM "table" ORDER BY RANDOM() ASC: [] # works ``` ``` # tortoise-orm==0.24.1 from tortoise.contrib.postgres.funct...
closed
2025-02-26T07:17:17Z
2025-02-26T12:18:44Z
https://github.com/tortoise/tortoise-orm/issues/1899
[ "bug" ]
rSedoy
1
nolar/kopf
asyncio
935
Additional filtering options for node status updates
### Problem In our operator, we are interested in node status changes to identify node ready/not ready scenarios and take some actions based on the status. Our handler is like @kopf.on.update('node', field='status.conditions') async def node_status(body, status, logger, **kwargs): ... ... It works as expected, ...
closed
2022-07-12T23:17:28Z
2022-07-13T21:50:09Z
https://github.com/nolar/kopf/issues/935
[ "enhancement" ]
sribee
1
akfamily/akshare
data-science
5,634
AKShare 接口问题报告 | 新增接口请求
问题描述: 在stock_board_industry_ths.py中,建议增加一个接口,可以获取某个行业所有公司当天的涨跌幅情况 比如电机这个行业:https://q.10jqka.com.cn/thshy/detail/code/881277/ ![Image](https://github.com/user-attachments/assets/166c9588-d8d2-4b36-be00-a1ac141c9ff4)
closed
2025-02-16T16:10:31Z
2025-02-17T07:27:50Z
https://github.com/akfamily/akshare/issues/5634
[ "bug" ]
tianhaisuifeng
0
vitalik/django-ninja
django
1,216
Pagination does not work with code response - [BUG]
**Describe the bug** If you add decorator @paginate you can't return a tuple where the first element is the response code, because it throws a ValidationError Both replies in the following code throw ValidationError: ``` @router.get("/{post_id}/replies/", response={200: List[ReplyResponse], 400: Error, 404: Error...
closed
2024-07-03T00:18:16Z
2024-07-05T00:14:30Z
https://github.com/vitalik/django-ninja/issues/1216
[]
pertile
1
docarray/docarray
fastapi
1,497
Support dealing with DocList/DocDict that does not fit in memory
# Context the objective is to support dealing with DocArray that doesn't fit in memory. How it will work is not well defined but we would like to not mix up the concept of in memory and on disk like we did with DocArray v1. This would be different as well as DocIndex that are used for vector retrieval only and DocSt...
open
2023-05-05T09:44:03Z
2023-05-05T09:54:55Z
https://github.com/docarray/docarray/issues/1497
[]
samsja
0
alteryx/featuretools
data-science
2,457
`NumWords` returns wrong answer when text with multiple spaces is passed in
``` NumWords().get_function()(pd.Series(["hello world"])) ``` Returns 4. Adding another space would return 5. The issue is with how the number of words is counted. Consecutive spaces should be collapsed into one.
closed
2023-01-19T22:02:47Z
2023-02-09T18:30:43Z
https://github.com/alteryx/featuretools/issues/2457
[ "bug" ]
sbadithe
0
feature-engine/feature_engine
scikit-learn
404
multivariate imputation
In multivariate imputation, we estimate the values of missing data using regression or classification models based of the other variables in the data. The iterativeimputer will allows us only to use either one of regression or classification. But often we have binary, discrete and continuous variables in our dataset...
open
2022-03-30T15:56:27Z
2022-08-20T16:35:08Z
https://github.com/feature-engine/feature_engine/issues/404
[]
solegalli
4
ClimbsRocks/auto_ml
scikit-learn
267
warm start for lightgbm
open
2017-07-04T06:56:05Z
2017-07-04T06:56:05Z
https://github.com/ClimbsRocks/auto_ml/issues/267
[]
ClimbsRocks
0
sunscrapers/djoser
rest-api
573
User updated signal
I have my users (optionally) signed up to an external mailing list for marketing. It would be really useful if this library could send out a user_updated signal that I could connect to in order to update the user's details on that external service when they change any of their details. Looking at things as they a...
open
2021-01-05T16:18:47Z
2021-01-05T16:18:47Z
https://github.com/sunscrapers/djoser/issues/573
[]
bodgerbarnett
0
erdewit/ib_insync
asyncio
605
Incorrect Contract "lastTradeDateOrContractMonth"
Version: TWS 10.19.2a, ib_insync 0.9.85 During TWS login, choose timezone=`Asia/Shanghai` UTC+8 (`US/Eastern` is UTC-4 or UTC-5). Below is a minimal code to reproduce the issue: ``` import ib_insync as ibi ib = ibi.IB() ib.connect('127.0.0.1', 7496, 1234) opt = ibi.Contract(conId=610457880) # AAPL monthly ...
closed
2023-06-20T15:12:50Z
2023-07-02T11:10:31Z
https://github.com/erdewit/ib_insync/issues/605
[]
phcchan
1
tensorflow/tensor2tensor
deep-learning
1,742
registry.list_models() returns un empty list
### Description Tensor2Tensor library can't find any of its predefined models! I wanted to use the Transformer but finally, I found that it contains absolutely no single model, because `registry.list_models()` returned an empty list. ### Environment information ``` OS: Manjaro Linux 64-bit with kernel 4.19.81 a...
closed
2019-11-13T03:55:23Z
2019-11-13T11:28:18Z
https://github.com/tensorflow/tensor2tensor/issues/1742
[]
Hamza5
1
psf/black
python
3,929
Line wrapping on generic functions using the type parameter syntax
**Describe the style change** The suggested style change regards the type parameter syntax introduced in Python 3.12. When formatting lines too long, I think line-wrapping should occur in the arguments' parenthesis rather than in the type parameters' brackets. **Examples in the current _Black_ style** This...
closed
2023-10-06T23:33:42Z
2024-12-18T03:09:17Z
https://github.com/psf/black/issues/3929
[ "T: style", "S: accepted" ]
PaulWassermann
4
moshi4/pyCirclize
matplotlib
56
Massive size on save to svg - vectors of sector borders and some other lines have tons of nodes
![example01-inkscape-nodes](https://github.com/moshi4/pyCirclize/assets/87722897/d0dc7460-89d3-4c28-95fa-1b4030594b19) Hello! I would like to save pycirclize plots to svg to submit for publication in vector format (required for the journal). I found that upon saving to svg, the output files are massive and unwiel...
closed
2024-02-17T13:21:23Z
2024-05-03T02:32:05Z
https://github.com/moshi4/pyCirclize/issues/56
[ "enhancement" ]
dnjst
1
comfyanonymous/ComfyUI
pytorch
7,072
ComfyUI Interface frozen.
### Expected Behavior I have the problem that as soon as I open the ComfyUI launcher it freezes. Now I know that the problem is the ComfyUI-AnimateDiff-Evolved. As soon as I disable it I can move again. The problem is that I need that for my project: https://civitai.com/models/559596?modelVersionId=713139 I had this...
open
2025-03-04T14:06:38Z
2025-03-14T00:26:35Z
https://github.com/comfyanonymous/ComfyUI/issues/7072
[ "Custom Nodes Bug" ]
FilipeFilipeFilipe
6
ultralytics/yolov5
deep-learning
12,860
Extracting Features from Specific Layers of the YOLOv5x6 Model
### 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 I want to understand how to extract features from a specific layer of the YOLOv5x6...
closed
2024-03-28T06:14:41Z
2024-05-09T00:21:01Z
https://github.com/ultralytics/yolov5/issues/12860
[ "question", "Stale" ]
Bycqg
4
pytorch/vision
computer-vision
8,565
Torchvision Normalize zero checks and tensor creation in constructor
### 🚀 The feature Move checks for zeros and tensor creation to __init__ of torchvision transform normalize https://pytorch.org/vision/main/_modules/torchvision/transforms/transforms.html#Normalize ### Motivation, pitch The mean and std attributes normally don't change, so checking if they are valid and creating ...
closed
2024-07-31T17:40:03Z
2024-08-09T13:53:29Z
https://github.com/pytorch/vision/issues/8565
[]
heth27
3
ageitgey/face_recognition
machine-learning
1,210
How to get all face images' encoding embedding rather than some face images' are None?
* face_recognition version:1.2.3 * Python version:3.7 * Operating System:win10 ### Description I need to get 1000 face images encoding embedding, but some face images's embedding what I get using this library face_recognition is None. Is it needed to be trained again?What should I do to successfully encode all th...
open
2020-08-30T02:15:59Z
2020-11-20T15:48:01Z
https://github.com/ageitgey/face_recognition/issues/1210
[]
Piaoyyt
1
simple-login/app
flask
1,476
[enhancement] Enable file upload to non-AWS object storage
It would be great if it was possible to upload files to an S3 API compatible object storage service different from AWS S3, such as Google Cloud Platform, Oracle Cloud, self-hosted Minio and many others. This could be achieved by adding support for the following variables: - `AWS_URL`: URL of the object storage endp...
open
2022-12-08T22:05:29Z
2024-06-20T05:27:58Z
https://github.com/simple-login/app/issues/1476
[]
buxm
1
huggingface/transformers
pytorch
36,541
Wrong dependency: `"tensorflow-text<2.16"`
### System Info - `transformers` version: 4.50.0.dev0 - Platform: Windows-10-10.0.26100-SP0 - Python version: 3.10.11 - Huggingface_hub version: 0.29.1 - Safetensors version: 0.5.3 - Accelerate version: not installed - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): not instal...
open
2025-03-04T15:23:19Z
2025-03-07T00:14:03Z
https://github.com/huggingface/transformers/issues/36541
[ "bug" ]
d-kleine
6
gradio-app/gradio
deep-learning
9,896
Dropdown's preprocessing error when using a dropdown in a function without refreshing the frontend after starting the backend
### Describe the bug An error occurs when attempting to use a dropdown in a function. This issue specifically arises if the backend is started without refreshing the frontend. Here is the error: `\Lib\site-packages\gradio\components\dropdown.py", line 202, in preprocess raise Error( gradio.exceptions.Error:...
closed
2024-11-04T14:28:11Z
2024-11-05T05:10:55Z
https://github.com/gradio-app/gradio/issues/9896
[ "bug" ]
GuizMeuh
1
mithi/hexapod-robot-simulator
dash
81
Ideas to improve code quality
The variable trio isn't being used at all, should we even return it, or should we just return the n axis and the height? https://github.com/mithi/hexapod-robot-simulator/blob/531fbb34d44246de3a0116def7e3d365de25b9f6/hexapod/ground_contact_solver/ground_contact_solver.py#L39
closed
2020-04-21T21:49:08Z
2020-04-23T14:18:53Z
https://github.com/mithi/hexapod-robot-simulator/issues/81
[ "code quality" ]
mithi
2
OpenBB-finance/OpenBB
python
6,770
[🕹️] Write a Article Comparing OpenBB and Other Financial Tools
### What side quest or challenge are you solving? Write a Article Comparing OpenBB and Other Financial Tools ### Points 300 ### Description Wrote a article on [Medium](https://medium.com) comparing OpenBB and other financial tools ### Provide proof that you've completed the task » 14-October-2024 by Ayan Mondal ...
closed
2024-10-14T09:16:16Z
2024-10-19T23:37:20Z
https://github.com/OpenBB-finance/OpenBB/issues/6770
[]
trinetra110
8
coqui-ai/TTS
python
2,386
[Feature request] Add a hint on how to solve "not enough sample"
<!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> **🚀 Feature Description** Hi, In section "SPeaker Adaptation" of [YourTTS paper](https://arxiv.org/pdf/2112.02418.pdf) it is mentioned that the experiment is conducted with eg 15 samples. I am trying to re...
closed
2023-03-06T04:26:10Z
2023-04-19T14:12:37Z
https://github.com/coqui-ai/TTS/issues/2386
[ "help wanted", "wontfix", "feature request" ]
Ca-ressemble-a-du-fake
3
Python3WebSpider/ProxyPool
flask
57
代码中url错误导致的retrying.RetryError: RetryError[Attempts: 3, Value: None]
**url错误导致的retrying模块报错问题** * proxypool.crawlers.daili66.BASE_URL:http://www.664ip.cn/{page}.html ,这个url的域名应该是写错了,改成 www.66ip.cn 就可以正常运行
closed
2020-02-21T07:19:56Z
2020-02-21T14:05:11Z
https://github.com/Python3WebSpider/ProxyPool/issues/57
[ "bug" ]
zyrsss
2
voxel51/fiftyone
data-science
5,427
[DOCS] Is there a documentation for converting video dataset into frames or images and vice versa?
### URL(s) with the issue https://docs.voxel51.com/recipes/convert_datasets.html ### Description of proposal (what needs changing) Title. As the link I refer, there are some things I want to talk. I think this documentation only covers the dataset conversion for the same media type, for example, image to image. With...
open
2025-01-23T15:18:33Z
2025-02-09T18:41:04Z
https://github.com/voxel51/fiftyone/issues/5427
[ "documentation" ]
DWSuryo
4
coqui-ai/TTS
deep-learning
3,074
[Bug] json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
### Describe the bug Can't generate with Coqui Studio voices ### To Reproduce When running tts = TTS(model_name="coqui_studio/en/Torcull Diarmuid/coqui_studio", progress_bar=False) tts.tts_to_file(text="This is a test.", file_path="out.wav") I get that error json.decoder.JSONDecodeError: Expecting value: ...
closed
2023-10-17T14:41:55Z
2023-11-03T19:54:14Z
https://github.com/coqui-ai/TTS/issues/3074
[ "bug" ]
darkzbaron
11
facebookresearch/fairseq
pytorch
4,938
How to choose which value for --arch????
## What is your question? While finetuning a model I noticed that I get an architecture mismatch error when I change the value for `--arch`. In this case the value for `--arch` was specified in a working example, but in future cases where there is no value for `--arch` specified, how do I know which one to choose cons...
open
2023-01-09T20:53:16Z
2023-01-09T20:54:34Z
https://github.com/facebookresearch/fairseq/issues/4938
[ "question", "needs triage" ]
FayZ676
0
keras-team/keras
data-science
20,463
BackupAndRestore callback sometimes can't load checkpoint
When training interrupts, sometimes model can't restore weights back with BackupAndRestore callback. ```python Traceback (most recent call last): File "/home/alex/jupyter/lab/model_fba.py", line 150, in <module> model.fit(train_dataset, callbacks=callbacks, epochs=NUM_EPOCHS, steps_per_epoch=STEPS_PER_EPOCH, ...
closed
2024-11-07T05:57:29Z
2024-11-11T16:49:36Z
https://github.com/keras-team/keras/issues/20463
[ "type:Bug" ]
shkarupa-alex
1
jina-ai/serve
machine-learning
5,974
Which version is the stable version???
jina docarray
closed
2023-07-19T03:16:04Z
2023-07-19T08:01:51Z
https://github.com/jina-ai/serve/issues/5974
[]
yuanjie-ai
2
gradio-app/gradio
python
10,217
IndexError when creating a pure API endpoint
### Describe the bug For unit testing purposes, I wanted to create a pure API endpoint, i.e. a function that could be called from `gradio_client` but wouldn't show in the UI. So I tried: ```python gr.on ([], fn = test, show_api = False) ``` but this throws an `IndexError` in `set_event_trigger`. Note: this ...
closed
2024-12-17T13:57:48Z
2025-01-10T19:46:58Z
https://github.com/gradio-app/gradio/issues/10217
[ "bug", "needs designing" ]
jeberger
2
getsentry/sentry
python
87,537
Real-time mode including issues not matching project filter
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce [JAVASCRIPT-2YM5](https://sentry.sentry.io/issues/feedback/?feedbackSlug=javascript%3A6424080044&project=11276) This screenshot demonstrates the problem: ![Image](https://github.com/user-attachments/assets/446059d6-2a75-46f6-9498-87f62a0428c6) ### Ex...
open
2025-03-20T20:18:06Z
2025-03-20T20:19:26Z
https://github.com/getsentry/sentry/issues/87537
[]
mrduncan
0
facebookresearch/fairseq
pytorch
5,065
omegaconf.errors.ValidationError: Cannot convert 'DictConfig' to string
Describe the bug when i used fairseq to load a pretrained model, an error occured: omegaconf.errors.ValidationError: Cannot convert 'DictConfig' to string: '{'_name': 'gpt2', 'gpt2_encoder_json': 'https://dl.fbaipublicfiles.com/fairseq/gpt2_bpe/encoder.json', 'gpt2_vocab_bpe': '[https://dl.fbaipublicfiles.com/fairs...
open
2023-04-08T11:35:58Z
2024-04-27T14:11:10Z
https://github.com/facebookresearch/fairseq/issues/5065
[ "bug", "needs triage" ]
FayeXXX
2
Kinto/kinto
api
3,157
Performance for plural endpoints is suboptimal
Some background: we use Kinto as a synced per-user data store, using a bucket per app deployment/environment, and a collection per user. Users can often have thousands of records (most fairly small, a handful per collection fairly large). We're using `postgresql` for the `storage` and `permission` backends (and `mem...
open
2023-03-19T12:48:52Z
2024-07-23T20:04:51Z
https://github.com/Kinto/kinto/issues/3157
[ "stale" ]
lesderid
0
jacobgil/pytorch-grad-cam
computer-vision
91
hello,grad-cam for c++?
closed
2021-05-19T05:18:50Z
2021-05-19T07:23:37Z
https://github.com/jacobgil/pytorch-grad-cam/issues/91
[]
mx1mx2
1
pydata/xarray
pandas
9,935
Use DatasetGroupBy.quantile for DatasetGroupBy.median for multiple groups when using dask arrays
### Is your feature request related to a problem? I am grouping data in a Dataset and computing statistics. I wanted to take the median over (two) groups, but I got the following message: ```python >>> ds.groupby(['x', 'y']).median() # NotImplementedError: The da.nanmedian function only works along an axis or a sub...
open
2025-01-09T14:28:41Z
2025-01-09T19:36:17Z
https://github.com/pydata/xarray/issues/9935
[ "upstream issue" ]
adriaat
0
Anjok07/ultimatevocalremovergui
pytorch
1,564
Error when Processing (Vocal Only)
Tried to process a voice isolation with 'BS-Roformer-Viperx-1297' and kept getting an error. Here is the error text: Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: ZeroDivisionError: "float division by zero" Traceba...
open
2024-09-22T16:31:25Z
2024-09-22T16:31:25Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1564
[]
DylanWGaming
0
ansible/awx
automation
15,062
AWX Community Meeting Agenda - April 2024
# AWX Office Hours ## Proposed agenda based on topics @TheRealHaoLiu fall out of the postgres 15 upgrade - [Data lost after restarting postgres-15 pod after upgrading to awx-operator 2.13.0 ](https://github.com/ansible/awx-operator/issues/1768) - [Postgres 15 pod: cannot create directory '/var/lib/pgsql/data/user...
closed
2024-04-03T17:41:51Z
2024-04-10T19:20:47Z
https://github.com/ansible/awx/issues/15062
[ "needs_triage" ]
TheRealHaoLiu
1
marshmallow-code/flask-smorest
rest-api
263
Marshmallow 'missing' and 'default' attributes of fields are deprecated
# Proposed solution - Replace missing/default field parameters with load_default/dump_default [marshmallow#1742](https://github.com/marshmallow-code/marshmallow/pull/1742) - Upgrade minimal version of marshmallow (probably marshmallow>=3.13.0,<4) # How to reproduce? If `requirements.txt`: ```txt marshmallo...
closed
2021-07-27T08:35:04Z
2021-07-29T19:36:56Z
https://github.com/marshmallow-code/flask-smorest/issues/263
[]
BorjaEst
1
proplot-dev/proplot
matplotlib
257
Allow nan values in indicate_error
### Description It would be nice if `indicate_error` has an option to skip nan values in the input data. Currently, means and stds are not drawn if there is a nan value. ### Steps to reproduce ```python import numpy as np import proplot as plot x = np.arange(10) rng = np.random.default_rng() y = rng.stan...
closed
2021-07-08T01:07:28Z
2021-08-19T16:54:21Z
https://github.com/proplot-dev/proplot/issues/257
[ "enhancement" ]
kinyatoride
3
AirtestProject/Airtest
automation
1,161
命令行版本和pip安装版本对应不上
![image](https://github.com/AirtestProject/Airtest/assets/8998031/d4701858-f2ec-43e8-bcf9-e5f1ffd851bf) ![image](https://github.com/AirtestProject/Airtest/assets/8998031/59d207de-1f51-469c-9493-2983f5b55558)
closed
2023-09-25T02:52:23Z
2023-10-16T09:30:36Z
https://github.com/AirtestProject/Airtest/issues/1161
[]
aogg
2
chatanywhere/GPT_API_free
api
219
免费版GPT35支持接入Openwebui的时候配置多个key吗
免费版GPT35支持接入Openwebui的时候配置多个key吗?近期遇到了一个key每天免费使用次数不能超过100次的报错 还有就是付费版是否有如单窗口上下文限制、每天聊天次数的限制?
closed
2024-04-23T03:25:49Z
2024-05-23T07:36:10Z
https://github.com/chatanywhere/GPT_API_free/issues/219
[]
linux-y
1
PaddlePaddle/ERNIE
nlp
442
C++ Call Stacks (More useful to developers):0 std::string paddle::platfo
![image](https://user-images.githubusercontent.com/46865239/82187562-2ca0e800-991f-11ea-89a4-b9f13efa0ffe.png) I donot know why this happened in some of my kernel on AI studio,while the others not when I am trying to use Baidu AI studio gpu.
closed
2020-05-18T07:51:24Z
2020-07-24T09:41:01Z
https://github.com/PaddlePaddle/ERNIE/issues/442
[ "wontfix" ]
qmzorvim123
1
microsoft/nni
machine-learning
5,669
Model doesn't train after pruning
Hi, I am trying to apply the soft pruning algorithm to a face detector using the FPGMPruner from NNI. I am using the following code: ``` from nni.algorithms.compression.v2.pytorch.pruning import FPGMPruner config_list = [{ 'sparsity_per_layer' : compress_rates_total[0], 'op_types' : ['Conv2d'], ...
closed
2023-08-22T13:19:42Z
2023-09-08T12:27:57Z
https://github.com/microsoft/nni/issues/5669
[]
gkrisp98
0
Lightning-AI/pytorch-lightning
pytorch
20,185
Checkpoint callback run before validation step - stale or none monitor values considered for validation metrics
### Bug description I am doing iterative training with `check_val_every_n_epoch=None` and (example values)`val_check_interval=10` on my trainer and with the matched argument on ModelCheckpoint `every_n_train_steps=10`. e.g. ```python checkpoint_callback = ModelCheckpoint( dirpath=experiment_dir.joinpath(...
open
2024-08-10T01:23:28Z
2024-08-11T02:05:46Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20185
[ "bug", "needs triage", "ver: 2.4.x", "ver: 2.3.x" ]
PheelaV
2
deepinsight/insightface
pytorch
1,883
inference.py
How do I use my own image for face recognition?
open
2022-01-11T14:11:29Z
2022-01-11T14:11:29Z
https://github.com/deepinsight/insightface/issues/1883
[]
Zmmccc
0
recommenders-team/recommenders
data-science
1,954
[BUG] SAR needs to be modified due to a breaking change in scipy
### Description <!--- Describe your issue/bug/request in detail --> With scipy 1.10.1, the item similarity matrix is a dense matrix ``` print(type(model.item_similarity)) print(type(model.user_affinity)) print(type(model.item_similarity) == np.ndarray) print(type(model.item_similarity) == scipy.sparse._csr.csr_m...
closed
2023-07-03T16:41:19Z
2024-04-30T04:52:05Z
https://github.com/recommenders-team/recommenders/issues/1954
[ "bug" ]
miguelgfierro
9
Yorko/mlcourse.ai
scikit-learn
3
Короткая инструкция по работе с материалами курса средствами GItHub
Добрый день! Во-первых, я хотел бы сказать, что вы большие молодцы, что делаете этот курс! Основательность с который вы его запустили впечатляет! Во-вторых, я хотел бы предложить небольшое дополнение, а именно добавить короткую инструкцию о том, как работать с материалами курса средствами Git/GitHub. Я думаю не...
closed
2017-03-04T09:28:45Z
2017-03-13T19:54:14Z
https://github.com/Yorko/mlcourse.ai/issues/3
[ "help wanted" ]
adyomin
2
ray-project/ray
python
51,393
Remote Ray Dataloader
### Description Related to this issue at https://github.com/ray-project/ray/issues/51392. The remote dataloader is an open interface of Pytorch Dataloader. Here, it is temporarily named TorchBasedRayDataloader. The implementation principle of the demo is as follows. In this way, the allocation logic of the dataloader c...
open
2025-03-15T02:33:04Z
2025-03-17T21:47:50Z
https://github.com/ray-project/ray/issues/51393
[ "enhancement" ]
Jay-ju
1
ray-project/ray
machine-learning
50,938
Release test long_running_many_tasks_serialized_ids.aws failed
Release test **long_running_many_tasks_serialized_ids.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954650-a064-46ce-b8d2-cf86fedefe0f for more details. Managed by OSS Test Policy
closed
2025-02-27T08:08:07Z
2025-02-28T06:09:27Z
https://github.com/ray-project/ray/issues/50938
[ "bug", "P0", "triage", "core", "release-test", "ray-test-bot", "weekly-release-blocker", "stability" ]
can-anyscale
1
NVIDIA/pix2pixHD
computer-vision
24
Do you train global and local generator seperately or together ?
Hey, While in the paper you mention that the global and local generator are trained separately before fine tuning them together, in the default settings of the code I see both of them trained together. Can you clarify a bit on that ? For eg. if I launch train_512.sh, would they be trained together from the start...
closed
2018-03-06T15:52:45Z
2018-06-28T21:25:20Z
https://github.com/NVIDIA/pix2pixHD/issues/24
[]
PraveerSINGH
3
geopandas/geopandas
pandas
2,502
BUG: OutOfBoundsDatetime on read of faulty datetimes
- [x ] I have checked that this issue has not already been reported. - [ x] I have confirmed this bug exists on the latest version of geopandas. - [x ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- #### Code Sample, a copy-pastable example Expected behaviour converting 'f...
closed
2022-07-20T16:14:33Z
2022-07-24T10:44:26Z
https://github.com/geopandas/geopandas/issues/2502
[ "bug" ]
danlewis85
1
skypilot-org/skypilot
data-science
4,817
[PythonAPI] SDK returns a dict with string keys for the job id for `sky.job_status`
closed
2025-02-25T21:47:31Z
2025-02-28T17:00:47Z
https://github.com/skypilot-org/skypilot/issues/4817
[ "PythonAPI" ]
romilbhardwaj
0
microsoft/MMdnn
tensorflow
542
Error when converting PyTorch model to TF model
Platform (like ubuntu 16.04/win10): Ubuntu16.04 Python version: 3.6.7 Source framework with version (like Tensorflow 1.4.1 with GPU): PyTorch 0.4.0 Destination framework with version (like CNTK 2.3 with GPU): TensorFlow 1.12 Pre-trained model path (webpath or webdisk path): Customed ResNet-50 Running scr...
closed
2019-01-03T01:24:16Z
2019-01-03T12:25:36Z
https://github.com/microsoft/MMdnn/issues/542
[]
ShuaiHuang
2
pallets-eco/flask-wtf
flask
360
Broken link in documentation for warning against easy_install
I was reading through the [documentation's instructions about installation this morning](https://flask-wtf.readthedocs.io/en/stable/install.html) and the link about easy_install, [shouldn't do that,](https://python-packaging-user-guide.readthedocs.io/en/latest/pip_easy_install/) is broken. I can see that the broken ...
closed
2019-02-26T16:49:28Z
2021-05-26T00:55:03Z
https://github.com/pallets-eco/flask-wtf/issues/360
[]
McEileen
1
PrefectHQ/prefect
automation
16,724
Prefect UI not working with Server API Auth (username:password)
I'm trying to implement Authentication for Prefect Open Source while hosting the server locally. My docker-compose for Prefect server looks like this: ``` services: db: image: postgres:latest environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=yourTopSecretPassword - POSTG...
closed
2025-01-15T06:38:37Z
2025-02-05T17:30:32Z
https://github.com/PrefectHQ/prefect/issues/16724
[ "bug", "ui" ]
shah1dk
8
pallets/flask
flask
5,155
FLASK_APP is unavailable when FlaskGroup is not used
When cli group created with [flask.cli.AppGroup](https://github.com/pallets/flask/blob/main/src/flask/cli.py#L362) and returned to cli instead of default [flask.cli.FlaskGroup](https://github.com/pallets/flask/blob/main/src/flask/cli.py#L481) [flask.cli.ScriptInfo](https://github.com/pallets/flask/blob/main/src/flask/c...
closed
2023-06-07T15:12:51Z
2023-06-07T16:11:51Z
https://github.com/pallets/flask/issues/5155
[]
TitaniumHocker
4
d2l-ai/d2l-en
data-science
2,308
Add chapter on diffusion models
GANs are the most advanced topic currently discussed in d2l.ai. However, diffusion models have taken the image generation mantle from GANs. Holding up GANs as the final chapter of the book and not discussing diffusion models at all feels like a clear indication of dated content. Additionally, fast.ai just announced tha...
open
2022-09-16T21:41:12Z
2023-05-15T13:48:32Z
https://github.com/d2l-ai/d2l-en/issues/2308
[ "feature request" ]
dmarx
4
jschneier/django-storages
django
1,098
How to connect using DefaultAzureCredential from azure.identity?
Hello, I am STRUGGLING with this, I have a backend setup, but we're trying to use credential = DefaultAzureCredential() from azure.identity to authenticate ourselves. However, we cannot seem to get our django app to connect to the container. Is it even possible to connect to blob storage with DefaultAzureCrede...
closed
2021-12-13T16:58:07Z
2023-09-05T00:13:04Z
https://github.com/jschneier/django-storages/issues/1098
[]
TimothyMalahy
1
autokey/autokey
automation
848
Shortcuts not working in GTK4 + LibAdwaita apps
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Xorg ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of ...
open
2023-05-02T18:38:12Z
2023-07-14T23:30:42Z
https://github.com/autokey/autokey/issues/848
[ "installation/configuration" ]
hyuri
32
mckinsey/vizro
plotly
99
Have a component like Plotly Textarea to get text input from the user.
### What's the problem this feature will solve? Enabling users to input SQL queries for data retrieval can significantly enhance the utility of data connectors. This feature would allow for the generation of dynamic dashboards that can be customized according to user-defined queries as texts. ### Describe the solutio...
closed
2023-10-06T05:16:26Z
2024-07-09T15:09:00Z
https://github.com/mckinsey/vizro/issues/99
[ "Custom Components :rocket:" ]
farshidbalan
1
MaartenGr/BERTopic
nlp
1,401
Determining optimal range of threshold values in some techniques like outlier reduction or zero shot CLF
There are many good techniques available in BERTopic which is helpful. However, it would be really great if we can get some conceptual idea about optimizing values of these very crucial parameter values. For example, we have `threshold` in [outlier reduction](https://maartengr.github.io/BERTopic/api/bertopic.html#be...
open
2023-07-11T18:43:56Z
2023-07-12T05:24:25Z
https://github.com/MaartenGr/BERTopic/issues/1401
[]
Pratik--Patel
1
OthersideAI/self-operating-computer
automation
104
Does GPT4 vision have this ability?
Here is a response from GPT4 when I try to prompt it though the chat interface. It doesn't seem to actually be parsing the grid on the image or attempting to interpolate where to place the cursor. It seems to be guessing based on training data over some form of documentation about browser layout. _Given the standar...
closed
2023-12-12T23:52:05Z
2023-12-21T00:47:29Z
https://github.com/OthersideAI/self-operating-computer/issues/104
[]
ahsin-s
1
kevlened/pytest-parallel
pytest
26
session-scope fixtures aren't honored
Similar to what happens with `pytest-xdist`: https://github.com/pytest-dev/pytest-xdist/issues/271
open
2018-11-29T06:45:18Z
2022-06-16T08:06:15Z
https://github.com/kevlened/pytest-parallel/issues/26
[ "bug" ]
hectorv
5
PaddlePaddle/PaddleHub
nlp
1,467
使用超分模型出错 ModuleNotFoundError: No module named 'realsr.module'; 'realsr' is not a package
使用超分模型出错 ModuleNotFoundError: No module named 'realsr.module'; 'realsr' is not a package 也试过手动删除缓存目录,和更新paddlehub版本,还是不行 - 代码 ``` ''' realsr.py ''' import paddle import os import argparse import cv2 import paddlehub as hub def main(args): image_path = 'input.png' image = cv2.imread(image_pa...
closed
2021-06-08T09:41:52Z
2021-06-09T03:29:06Z
https://github.com/PaddlePaddle/PaddleHub/issues/1467
[ "cv" ]
KingsleyYau
2
microsoft/nlp-recipes
nlp
495
[ASK] [tc_multi_languages_transformers.ipynb] temporary data directory and cache directory are not deleted after the notebook run
### Description The temporary directories should be deleted after the notebook run is finished. ### Other Comments consider https://security.openstack.org/guidelines/dg_using-temporary-files-securely.html
open
2019-11-25T21:51:23Z
2019-12-05T17:01:25Z
https://github.com/microsoft/nlp-recipes/issues/495
[ "bug" ]
daden-ms
9
strawberry-graphql/strawberry
graphql
3,655
multipart upload struggle
I am trying to make the file upload work and no luck yet I got back to the example on https://strawberry.rocks/docs/guides/file-upload#sending-file-upload-requests but just copy past multi file requests from postman returns "Unsupported content type" <!-- Provide a general summary of the bug in the title above. --...
closed
2024-10-01T15:59:02Z
2025-03-20T15:56:53Z
https://github.com/strawberry-graphql/strawberry/issues/3655
[ "bug" ]
itsklimov
5
sinaptik-ai/pandas-ai
pandas
1,593
Plot chart failing on windows
Env: Windows 10 Pro Pandas AI version: 3.0.0b8 Python version : 3.11.9 ` import pandasai as pai from pandasai_openai import AzureOpenAI from pandasai import Agent #removed key, end point llm = AzureOpenAI( api_token="", azure_endpoint = "", deployment_name="gpt-4o", api_version="2024-02-15-preview") ...
closed
2025-02-06T11:58:40Z
2025-02-28T10:45:06Z
https://github.com/sinaptik-ai/pandas-ai/issues/1593
[]
pulkitmehtawork
8
gee-community/geemap
jupyter
1,175
ee_export_image_to_drive
Hi Dr. Wu, I am not sure if I did it correctly but ee_export_image_to_drive() function doesn't seem to work for me. I ran this code ``` geemap.ee_export_image_to_drive(img,description='Billa_Satellite_Predictors',folder='export', region=roi, scale=10, crs=crs) ``` but nothing to s...
closed
2022-08-04T03:41:02Z
2022-08-08T01:47:59Z
https://github.com/gee-community/geemap/issues/1175
[ "bug" ]
Daniel-Trung-Nguyen
2
polakowo/vectorbt
data-visualization
548
vector cannot be installed on my pc .
Hi , vector cannot be installed on my pc , my python version is 3.11.0 , I think that is the issue here . are you thinking on updating vectorbt to run newer version on python ? ![vectorbt](https://user-images.githubusercontent.com/58735112/209572382-bbc9c18a-0e3f-408b-811d-f7a9670bc193.PNG)
closed
2022-12-26T17:40:45Z
2024-03-16T10:41:51Z
https://github.com/polakowo/vectorbt/issues/548
[]
ajit1310
4
ARM-DOE/pyart
data-visualization
908
Py-ART bug?
We are using Py-ART for our project and recently updated to python3. In the nexrad_level2.py, there are the lines _> grep get_msg29 nexrad_level2.py new_pos = _get_msg29_from_buf(buf, pos, dic) def _get_msg29_from_buf(pos, dic): It's calling with three arguments but receiv...
closed
2020-02-19T20:18:50Z
2020-03-18T19:56:14Z
https://github.com/ARM-DOE/pyart/issues/908
[]
simaberson
3
OWASP/Nettacker
automation
121
Bring ML to OWASP Nettacker
Hello, As you know, OWASP Nettacker logs every event in the database, after a while, you will have enough data to use them for machine learning to find the risks easier. I am not an expert in AI/ML so I cannot tell, but I have a few ideas. for instance, we have a company with an internal network (include 10,000 IPs)...
closed
2018-04-23T20:38:20Z
2021-02-02T20:20:32Z
https://github.com/OWASP/Nettacker/issues/121
[ "enhancement", "priority" ]
Ali-Razmjoo
7
glumpy/glumpy
numpy
130
possible ways to accelerate the rendering
Hi, I am trying to accelerate the procedure of rendering. I render about 10~20 images every time with one object in each image and found it will cause about 0.05 sec/image. Do you have any suggestions to shorten the time? Like can I use multiple GPU to render them parallelly, or can I downsample the model? D...
open
2018-01-11T20:51:40Z
2018-01-13T06:55:17Z
https://github.com/glumpy/glumpy/issues/130
[]
liyi14
7
vitalik/django-ninja
django
760
More comprehensive documentation for CSRF protection
Hello, I was trying to switch one of my codebases from my custom auth (that didn't need to use the default csrf protection as I was using custom tokens in headers) to the default Django sessions (now using CSRF protection then). The Ninja CSRF documentation felt a bit too short, as in my opinion: - A link to the ...
closed
2023-05-08T17:09:06Z
2023-11-19T12:47:51Z
https://github.com/vitalik/django-ninja/issues/760
[]
c4ffein
3
giotto-ai/giotto-tda
scikit-learn
539
[CI] Update maynlinux2010 version
**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Eg. "I'm always frustrated when [...]" --> I'm always frustrated when the CI starts to fail x) Last week, CI, build wheels with `maynlinux2010` started to fails because `Cent OS 6` ha...
closed
2020-12-07T08:49:05Z
2022-08-18T08:12:41Z
https://github.com/giotto-ai/giotto-tda/issues/539
[ "enhancement", "discussion", "CI" ]
MonkeyBreaker
1
deezer/spleeter
tensorflow
792
[Feature] speaker/singer/vocalist separation
## Description speaker separation, so when we hear different speakers or singers or vocalists, every different voice gets a separated audio voice track ## Additional information
closed
2022-09-27T02:45:38Z
2022-10-07T10:33:54Z
https://github.com/deezer/spleeter/issues/792
[ "enhancement", "feature" ]
bartman081523
2
NullArray/AutoSploit
automation
905
Divided by zero exception281
Error: Attempted to divide by zero.281
closed
2019-04-19T16:03:11Z
2019-04-19T16:37:01Z
https://github.com/NullArray/AutoSploit/issues/905
[]
AutosploitReporter
0
pytorch/pytorch
python
148,883
Pytorch2.7+ROCm6.3 is 34.55% slower than Pytorch2.6+ROCm6.2.4
The same hardware and software environment, only the versions of PyTorch+ROCm are different. Use ComfyUI to run Hunyuan text to video: ComfyUI:v0.3.24 ComfyUI plugin: teacache 49frames 480x960 20steps CPU:i5-7500 GPU:AMD 7900XT 20GB RAM:32GB PyTorch2.6+ROCm6.2.4 Time taken: 348 seconds 14.7s/it The VAE Decode Tile...
open
2025-03-10T12:56:34Z
2025-03-19T14:14:52Z
https://github.com/pytorch/pytorch/issues/148883
[ "module: rocm", "triaged" ]
testbug5577
6
huggingface/datasets
nlp
7,289
Dataset viewer displays wrong statists
### Describe the bug In [my dataset](https://huggingface.co/datasets/speedcell4/opus-unigram2), there is a column called `lang2`, and there are 94 different classes in total, but the viewer says there are 83 values only. This issue only arises in the `train` split. The total number of values is also 94 in the `test`...
closed
2024-11-11T03:29:27Z
2024-11-13T13:02:25Z
https://github.com/huggingface/datasets/issues/7289
[]
speedcell4
1
proplot-dev/proplot
data-visualization
216
Cannot change barb linewidths
Hi,luke: `barbs` linewidth is not work when data is 1d array ![wind_sfc_2020-08-10T2000](https://user-images.githubusercontent.com/38394940/89861840-46c62b80-dbd9-11ea-8db2-aa020b940673.png)
closed
2020-08-11T06:14:12Z
2021-07-03T20:21:30Z
https://github.com/proplot-dev/proplot/issues/216
[ "support" ]
wangrenz
3
kubeflow/katib
scikit-learn
1,598
Can the different Katib trials run from the same volume/model?
/kind question Question: We are currently running the pytorch Katib pods by mounting the data and model from a shared NFS volume. Does that cause any issues? Should each trial have its own volume for the model? Or perhaps every worker as well?
closed
2021-07-30T11:16:08Z
2022-03-02T11:58:43Z
https://github.com/kubeflow/katib/issues/1598
[ "kind/question", "lifecycle/stale" ]
PatrickGhosn
3
pytest-dev/pytest-mock
pytest
128
Mocker fixture fails to patch class
I am trying to patch a class within one of my application submodules using the `pytest-mocker` fixture. The patch is not successfully applied because when I try `assert MyMock.call_count == 1` it says that MyMock was called 0 times, even when in my function under test I invoked my class' constructor. I added a diffe...
closed
2018-10-31T18:41:46Z
2018-11-01T14:17:43Z
https://github.com/pytest-dev/pytest-mock/issues/128
[]
richin13
2