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
pykaldi/pykaldi
numpy
128
Install error from source
Hello, I have a problem by install pykaldi, during install there are no error, but at the step: python setup.py install, getting errors , I have tried many times but it always so, I want to ask if you know what can cause this problem and how can I fix it?Thank you Line .123456789.123456789.123456789.123456789 1:...
closed
2019-05-24T06:13:20Z
2019-09-06T23:14:57Z
https://github.com/pykaldi/pykaldi/issues/128
[]
Winderxia
1
joerick/pyinstrument
django
348
CUDA Out Of Memory issue
As far as I understand it, and during some testing I kept on getting Cuda OOM errors while running code with pyinstrument where multiple models were run one after another. While making sure there was no reference kept to the tensors in the python code, I kept on getting CUDA OOM errors when using `pyinstrument`. But ...
open
2024-10-28T15:33:07Z
2024-11-18T13:34:50Z
https://github.com/joerick/pyinstrument/issues/348
[]
emil-peters
3
pydantic/FastUI
fastapi
134
Unable to view components when the app is mount in another app.
If I use one FastAPI app which contains all the FastUI routes and I mount this app in another FastAPI app, I can't access to any components in frontend. What I'm doing wrong ? I tried to use **root_path** parameter of FastAPI but with no success To reproduce: ```python from datetime import date from fa...
closed
2023-12-28T15:03:52Z
2024-07-19T06:26:37Z
https://github.com/pydantic/FastUI/issues/134
[]
pbrochar
7
ivy-llc/ivy
pytorch
27,968
Fix Ivy Failing Test: tensorflow - elementwise.maximum
closed
2024-01-20T16:18:41Z
2024-01-25T09:54:03Z
https://github.com/ivy-llc/ivy/issues/27968
[ "Sub Task" ]
samthakur587
0
gunthercox/ChatterBot
machine-learning
2,169
rgrgrgrg
rgrgrgrg
closed
2021-06-08T17:38:25Z
2021-10-02T20:49:03Z
https://github.com/gunthercox/ChatterBot/issues/2169
[]
mgkw
1
koxudaxi/datamodel-code-generator
pydantic
1,823
Clean up Pydantic v2 Migration warnings
There's quite a few warnings generated by Pydantic v2 generated models that could be cleaned up to make a lot less noise in downstream project users. Some examples: ``` datamodel_code_generator/parser/jsonschema.py:1663: PydanticDeprecatedSince20: The `parse_obj` method is deprecated; use `model_validate` instead....
open
2024-01-29T17:50:08Z
2024-01-30T17:37:31Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1823
[ "enhancement" ]
rdeaton-freenome
1
minivision-ai/photo2cartoon
computer-vision
4
请问可以公开微信小程序客户端的源代码吗?
万分感谢!
closed
2020-04-21T15:27:33Z
2020-04-22T08:35:41Z
https://github.com/minivision-ai/photo2cartoon/issues/4
[]
Z863058
2
stanfordnlp/stanza
nlp
1,070
NER for Polish
I'd like to add NER model for Polish. For now, I wonder what else is needed. **Datasets** - Char-LM: [Wikipedia Subcorpus](http://clip.ipipan.waw.pl/PolishWikipediaCorpus) - NER annotations: [NKJP Corpus](http://clip.ipipan.waw.pl/NationalCorpusOfPolish) **Baseline models** - [char-lm based](http://mozart.ipip...
closed
2022-07-04T09:29:43Z
2022-09-14T19:48:55Z
https://github.com/stanfordnlp/stanza/issues/1070
[ "enhancement" ]
k-sap
6
keras-team/keras
machine-learning
20,083
Incompatibility of TensorFlow/Keras Model Weights between Versions 2.15.0 and V3
Hi, I have a significant number of models trained using TensorFlow 2.15.0 and Keras 2.15.0, saved in HDF5 format. Upon attempting to reuse these models with Keras 3.3.3, I discovered that the models are not backward compatible due to differences in naming conventions and structure of the HDF5 files. **Observation*...
closed
2024-08-02T09:26:58Z
2024-09-05T01:58:29Z
https://github.com/keras-team/keras/issues/20083
[ "type:bug/performance", "stat:awaiting response from contributor", "stale" ]
estebvac
5
pydantic/logfire
pydantic
838
TypeError: MeterProvider.get_meter() got multiple values for argument 'version' during FastAPI instrumentation
### Description Hi Logfire team, I'm encountering an issue when instrumenting my FastAPI application with Logfire. When I call logfire.instrument_fastapi, I get the following error: ```bash TypeError: MeterProvider.get_meter() got multiple values for argument 'version' The error appears to be triggered from within L...
closed
2025-02-05T09:46:06Z
2025-02-05T10:50:49Z
https://github.com/pydantic/logfire/issues/838
[]
alon710
2
roboflow/supervision
computer-vision
1,152
ultralytics_stream_example do not work
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug I have run the ultralytics_stream_example file for time in zone example, but nothing happen shown as result tracking, despite the deprecated decorec...
closed
2024-04-29T08:29:57Z
2024-04-30T09:17:43Z
https://github.com/roboflow/supervision/issues/1152
[ "bug" ]
tgbaoo
8
randyzwitch/streamlit-folium
streamlit
92
Dynamic width foliummap stuck at 50%
When using setting the width=None, to leverage the new dynamic width functionnalities, maps are being displayed as if they were DualMap (with width 50%). I'm not good with web dev but I think the issue is related to the HTML element .float-child with has a width of 50% even for single maps. If my explanation isn't ...
closed
2022-11-16T10:48:38Z
2022-12-08T13:30:29Z
https://github.com/randyzwitch/streamlit-folium/issues/92
[]
Berhinj
0
hpcaitech/ColossalAI
deep-learning
5,245
Implement speculative decoding
Development branch: https://github.com/hpcaitech/ColossalAI/tree/feat/speculative-decoding In speculative decoding, or assisted decoding, both a drafter model (small model) and a main model (large model) will be used. The drafter model will generate a few tokens sequentially, and then the main model will validate th...
closed
2024-01-09T08:34:54Z
2024-05-08T02:34:07Z
https://github.com/hpcaitech/ColossalAI/issues/5245
[ "enhancement" ]
CjhHa1
0
chezou/tabula-py
pandas
59
Can 'convert_into()' pdf file to json but executing 'read_pdf()' as json gives UTF-8 encoding error.
# Summary of your issue Can 'convert_into()' pdf file to json, but executing 'read_pdf()' as json gives UTF-8 encoding error. # Environment Write and check your environment. - [ ] `python --version`: ? 3.6.1.final.0, jupyer notebook 5.0.0 - [ ] `java -version`: ? - [ ] OS and it's version: ? win64 anacond...
closed
2017-10-10T16:07:24Z
2022-05-16T08:44:33Z
https://github.com/chezou/tabula-py/issues/59
[]
evanleeturner
8
pytest-dev/pytest-xdist
pytest
211
looponfail tests broken on more recent pytest
#210 introduced a xfail for a looponfail test we should take a look on whether we want to fix that or solve it via the port into pytest-core
closed
2017-08-09T12:37:21Z
2021-11-18T13:09:23Z
https://github.com/pytest-dev/pytest-xdist/issues/211
[]
RonnyPfannschmidt
2
TencentARC/GFPGAN
pytorch
169
in Windows AssertionError: An object named 'ResNetArcFace' was already registered in 'arch' registry!
runfile('../GFPGAN/inference_gfpgan.py', args='-i inputs/whole_imgs -o results -v 1.3 -s 2', wdir='../GFPGAN') Traceback (most recent call last): File "..\GFPGAN\inference_gfpgan.py", line 9, in <module> from gfpgan import GFPGANer File "..\GFPGAN\gfpgan\__init__.py", line 2, in <module> from .arc...
open
2022-03-02T10:16:38Z
2023-02-10T18:07:54Z
https://github.com/TencentARC/GFPGAN/issues/169
[]
Mehrancd
2
vitalik/django-ninja
pydantic
389
Throwing a HttpError with `data`
I enjoy using `HttpError` as it is the simplest way to return an error response with a message anywhere in the project. Yet, I've encountered some cases where I wish to return an error response with additional data (e.g. an error code or a dict of error fields and failed reasons). Since a dict (`{ "detail": "{messa...
closed
2022-03-14T14:03:40Z
2022-03-16T00:15:14Z
https://github.com/vitalik/django-ninja/issues/389
[]
ach0o
4
databricks/koalas
pandas
1,974
HIVE JDBC Connection Using Pyspark-Koalas returns Column names as row values
I am using Pyspark to connect to HIVE and fetch some data. The issue is that it returns all rows with the values that are column names. It is returning correct column names. Only the Row values are incorrect. Here is my Code: ``` hive_jar_path="C:Users/shakir/Downloads/ClouderaHiveJDBC-2.6.11.1014/ClouderaHiveJDBC-2...
closed
2020-12-17T09:57:01Z
2020-12-21T11:16:22Z
https://github.com/databricks/koalas/issues/1974
[ "not a koalas issue" ]
shakirshakeelzargar
4
CorentinJ/Real-Time-Voice-Cloning
python
261
No GPU - can we use Google Colab?
noob here without a GPU. How would someone use this with Google Colab
closed
2020-01-10T04:36:44Z
2020-07-04T23:22:10Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/261
[]
infiniti350
2
KevinMusgrave/pytorch-metric-learning
computer-vision
194
Update Docs For Computational Performance
See #192. For other people who encounter performance problems, perhaps a 'performance optimization' section can be added to the docs that describes first using a miner of [type 2](https://github.com/KevinMusgrave/pytorch-metric-learning/issues/192#issuecomment-689814355) and either chaining the results into another min...
open
2020-09-09T20:57:29Z
2020-09-09T23:52:59Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/194
[ "documentation" ]
AlexSchuy
0
dmlc/gluon-cv
computer-vision
1,434
Faster-RCNN meets CUDA illegal memory access error when converting into symbol model
Hi, I tried to convert the Faster-RCNN model from gluoncv model zoo into symbol API format. When I do inference with CPU, everything is well. However, when inferring with GPU, it raised CUDA Error The full code as following: ``` import time import mxnet as mx from gluoncv import model_zoo from tqdm impo...
closed
2020-09-02T05:19:17Z
2021-05-22T06:40:29Z
https://github.com/dmlc/gluon-cv/issues/1434
[ "Stale" ]
JIElite
1
graphdeco-inria/gaussian-splatting
computer-vision
207
Ply file
May I ask if the ply file obtained in the output is different from a typical point cloud file? Can I convert it to a grid for use?
closed
2023-09-18T03:49:02Z
2023-09-28T16:23:40Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/207
[]
HeptagramV
1
koxudaxi/fastapi-code-generator
fastapi
35
Change datamodel-code-generator version
`fastapi-code-generator` depends on [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) I'm working on [refactoring the internal interface](https://github.com/koxudaxi/datamodel-code-generator/issues/237) of `datamodel-code-generator`. I will resolve the issues after the refactoring is...
closed
2020-10-13T09:25:42Z
2020-11-04T17:16:35Z
https://github.com/koxudaxi/fastapi-code-generator/issues/35
[ "released" ]
koxudaxi
0
vanna-ai/vanna
data-visualization
128
Function to duplicate a model
We might want a function to duplicate a model. It would look something like this: ```python def duplicate_model(from_model: str, to_model: str, types: list = ['ddl', 'documentation', 'sql']): vn.set_model(from_model) # Get the training data from the source model training_data = vn.get_training_data...
closed
2023-10-13T16:02:55Z
2024-01-17T05:57:38Z
https://github.com/vanna-ai/vanna/issues/128
[ "enhancement" ]
zainhoda
0
gradio-app/gradio
machine-learning
10,277
Progress bar do not show up at the first run.
### Describe the bug This is a minimal example explaning the problem I met: The progress bar works well since the second time I clicked the "Show Reverse Result" button, anyway it do not show up the first time. ![image](https://github.com/user-attachments/assets/d5f13cd6-6b52-4377-b52c-d926696073b6) ### Have you ...
closed
2025-01-02T13:50:18Z
2025-01-02T15:03:14Z
https://github.com/gradio-app/gradio/issues/10277
[ "bug" ]
RyougiShiki-214
1
pyg-team/pytorch_geometric
deep-learning
9,299
Index out of range in SchNet on a modification of QM9 dataset.
### 🐛 Describe the bug Hi! The idea of the code below is to run a custom version of SchNet on SMILES representations of molecules. Code: ```python print("Importing packages...") import torch import torch.nn.functional as F from torch_geometric.loader import DataLoader from torch_geometric.datasets import QM9...
open
2024-05-06T15:47:01Z
2024-05-13T09:22:23Z
https://github.com/pyg-team/pytorch_geometric/issues/9299
[ "bug" ]
CalmScout
1
nltk/nltk
nlp
2,525
install NLTK
Last login: Sat Apr 4 17:02:21 on ttys000 hanadys-mbp:~ hanadyahmed$ import nltk -bash: import: command not found hanadys-mbp:~ hanadyahmed$ python Python 2.7.10 (default, Jul 14 2015, 19:46:27) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for...
closed
2020-04-04T15:18:52Z
2020-04-12T22:35:35Z
https://github.com/nltk/nltk/issues/2525
[]
Hanadyma
4
PaddlePaddle/models
computer-vision
5,739
自定义切词错误
from LAC import LAC, custom lac = LAC() lac.model.custom = custom.Customization() lac.model.custom.add_word('中华人民共和国/国家') lac.model.custom.add_word('国2/标准') print(lac.run('中华人民共和国2008年奥运会')) // 返回 [['中华人民共和', '国2', '008年', '奥运会'], ['国家', '标准', 'TIME', 'nz']]
open
2023-11-09T09:20:01Z
2024-02-26T05:07:39Z
https://github.com/PaddlePaddle/models/issues/5739
[]
guoandzhong
0
numpy/numpy
numpy
27,781
BUG: `numpy.std` misbehaves with an identity array
### Describe the issue: I created a `(7,)`-shape array with the same number. Then I called `numpy.std`, and it returned `4` (far from the expected `0`). ### Reproduce the code example: ```python import numpy as np np.std(np.prod(np.full((7, 10), 45, dtype="float64"), axis=1),axis=0) ``` ### Error message: _No re...
closed
2024-11-17T04:35:32Z
2024-11-17T04:36:09Z
https://github.com/numpy/numpy/issues/27781
[ "00 - Bug" ]
zzctmac
0
huggingface/transformers
deep-learning
36,769
Add Audio inputs available in apply_chat_template
### Feature request Hello, I would like to request support for audio processing in the apply_chat_template function. ### Motivation With the rapid advancement of multimodal models, audio processing has become increasingly crucial alongside image and text inputs. Models like Qwen2-Audio, Phi-4-multimodal, and various...
open
2025-03-17T17:05:46Z
2025-03-17T20:41:41Z
https://github.com/huggingface/transformers/issues/36769
[ "Feature request" ]
junnei
1
PokemonGoF/PokemonGo-Bot
automation
6,242
Error whit pokemon_hunter.py
### Actual Behavior <!-- Tell us what is happening --> It give me this error: https://pastebin.com/Zxfq1XM6 ### Your FULL config.json (remove your username, password, gmapkey and any other private info) <!-- Provide your FULL config file, feel free to use services such as pastebin.com to reduce clutter --> #...
open
2017-10-26T07:46:05Z
2017-11-09T02:07:59Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/6242
[]
tobias86aa
2
tqdm/tqdm
jupyter
1,359
Failing in notebook
- [x] I have marked all applicable categories: + [ ] exception-raising bug + [x] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating syste...
closed
2022-08-25T04:33:17Z
2023-04-14T13:29:11Z
https://github.com/tqdm/tqdm/issues/1359
[ "duplicate 🗐", "p2-bug-warning ⚠", "submodule-notebook 📓" ]
grburgess
7
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,487
Problem of pix2pix on two different devices that shows 'nan' at the begining
When I use 2 different devices to run the pix2pix training part , one can smoothly finish the training part but another leads to 'nan' in loss function since the begining as the figure shows. The environments and dataset(facades) are quite the same. ![image](https://user-images.githubusercontent.com/111649799/192196...
open
2022-09-26T04:56:27Z
2022-09-27T20:24:54Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1487
[]
YujieXiang
1
huggingface/datasets
pytorch
6,841
Unable to load wiki_auto_asset_turk from GEM
### Describe the bug I am unable to load the wiki_auto_asset_turk dataset. I get a fatal error while trying to access wiki_auto_asset_turk and load it with datasets.load_dataset. The error (TypeError: expected str, bytes or os.PathLike object, not NoneType) is from filenames_for_dataset_split in a os.path.join call ...
closed
2024-04-26T00:08:47Z
2024-05-29T13:54:03Z
https://github.com/huggingface/datasets/issues/6841
[]
abhinavsethy
8
healthchecks/healthchecks
django
858
Notify on failure rate
I have a case of a check that is a bit flaky these days, but all I care about is that it runs at least sometimes. Would it be possible to implement something like a threshold of failures for notifications? Instead of notifying immediately on the first failure, we would compute the percentage of failed jobs over a p...
open
2023-07-05T21:56:32Z
2023-12-15T12:10:52Z
https://github.com/healthchecks/healthchecks/issues/858
[ "feature" ]
Crocmagnon
7
tfranzel/drf-spectacular
rest-api
626
could not resolve authenticator JWTCookieAuthenticator
I'm seeing an error, could not resolve authenticator <class 'dj_rest_auth.jwt_auth.JWTCookieAuthentication'>. There was no OpenApiAuthenticationExtension registered for that class. Try creating one by subclassing it. Ignoring for now. my default auth classes are below: ` "DEFAULT_AUTHENTICATION_CLASSES": ( ...
closed
2021-12-24T15:55:00Z
2021-12-25T10:50:55Z
https://github.com/tfranzel/drf-spectacular/issues/626
[]
aabanaag
2
charlesq34/pointnet
tensorflow
33
Recognize bottle from ycb data as monitor!
hi.. I'm trying to use pointnet to recognize object from ycb dataset (http://www.ycbbenchmarks.com/) under the category of bottle, and it does have very similar shape to training dataset, but point-net did not recognize it correctly! I think the issue may be related to how I prepare/down-sample the data! I tried...
closed
2017-08-09T12:24:05Z
2019-12-10T11:47:07Z
https://github.com/charlesq34/pointnet/issues/33
[]
mzaiady
5
mwaskom/seaborn
data-science
3,479
Annotations on heatmaps not shown for all values
Example: https://www.tutorialspoint.com/how-to-annotate-each-cell-of-a-heatmap-in-seaborn ```python import seaborn as sns import pandas as pd import numpy as np import matplotlib.pyplot as plt plt.rcParams["figure.figsize"] = [7.50, 3.50] plt.rcParams["figure.autolayout"] = True df = pd.DataFrame(np.random.ran...
closed
2023-09-18T01:05:34Z
2024-09-24T03:12:06Z
https://github.com/mwaskom/seaborn/issues/3479
[]
ellie-okay
3
InstaPy/InstaPy
automation
6,050
commenting
i want to have the users follower and following list as an output and also i want my bot to comment on the post with the most likes (of every user in the list) please help me if you can thanks
open
2021-01-24T16:31:44Z
2021-07-21T02:19:12Z
https://github.com/InstaPy/InstaPy/issues/6050
[ "wontfix" ]
melikaafs
1
tradingstrategy-ai/web3-ethereum-defi
pytest
11
autosummary docs to gitignore
Currently autosummary docs are generated, but they still get committed to the repo. - Add to .gitignore. - Remove from the existing git tree - Check that readthedocs will still correctly build the docs
closed
2022-03-17T21:50:27Z
2022-03-18T14:54:49Z
https://github.com/tradingstrategy-ai/web3-ethereum-defi/issues/11
[ "priority: P2" ]
miohtama
0
BeastByteAI/scikit-llm
scikit-learn
78
Safe openai version to work on?
Hi, I try to use the few-shot classifier in the sample code. However, it seems that the openai package is restructuring their codes: https://community.openai.com/t/attributeerror-module-openai-has-no-attribute-embedding/484499. Here are the error codes: Could not obtain the completion after 3 retries: `APIRemovedIn...
closed
2023-11-09T07:08:53Z
2023-11-09T07:23:45Z
https://github.com/BeastByteAI/scikit-llm/issues/78
[]
Dededon
0
microsoft/nni
pytorch
4,945
Supported for torch.sum
**Describe the issue**: I noticed that currently NNI does not support the `torch.sum` operation. But I did find the `torch.sum` operation in some network models, such as `resnest`. I wrote my own support for `torch.sum` but it doesn't seem right. ```python def sum_python(node, speedup): c_node = node.key...
open
2022-06-17T07:14:28Z
2022-11-17T03:33:52Z
https://github.com/microsoft/nni/issues/4945
[ "bug", "model compression", "ModelSpeedup" ]
maxin-cn
29
allenai/allennlp
nlp
5,153
Implement a ROUGE metric that faithfully reproduces the official metric written in perl.
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
open
2021-04-24T21:44:58Z
2021-06-09T07:42:53Z
https://github.com/allenai/allennlp/issues/5153
[ "Contributions welcome", "Feature request" ]
niansong1996
26
DistrictDataLabs/yellowbrick
scikit-learn
623
Pass fitted or unfitted objects to Classification Visualizers - how to avoid fitting X_train twice?
For yellowbrick `visualize()` - from the __Classification Visualizers__ section: - I am trying to avoid fitting a classification model twice to training data. Sould we pass fitted or unfitted model/gridsearch objects to the `visualize` method? - my question is about when to call `visualizer.fit()` - before or afte...
closed
2018-10-01T22:38:43Z
2018-11-19T16:20:06Z
https://github.com/DistrictDataLabs/yellowbrick/issues/623
[ "type: question" ]
edesz
6
feature-engine/feature_engine
scikit-learn
776
Provide optional "transform" function to run for each feature selection fit
**Is your feature request related to a problem? Please describe.** Sometimes I use transformations that are dependent on the feature set. For example, one typical transformation is scaling by the total (e.g., x/x.sum()). **Describe the solution you'd like** The original feature matrix is retained and upon each ...
closed
2024-06-24T20:58:39Z
2024-08-24T11:57:42Z
https://github.com/feature-engine/feature_engine/issues/776
[ "wontfix" ]
jolespin
3
clovaai/donut
computer-vision
7
Release yaml files
Hi, Thank you for sharing your interesting work. I was wondering if there is an expected date on when you will be releasing yaml files regarding anything other than CORD? I want to reproduce the experimental results in my environment.
closed
2022-08-01T00:28:02Z
2022-08-10T09:49:28Z
https://github.com/clovaai/donut/issues/7
[]
rtanaka-lab
2
man-group/arctic
pandas
977
argument of type 'NoneType' is not iterable (when updating)
#### Arctic Version ``` 1.80.5 ``` #### Arctic Store ``` ChunkStore ``` #### Platform and version Linux #### Description of problem and/or code sample that reproduces the issue I also encountered the same bug. When the original collection has this row of data, but the metadata collection doe...
closed
2023-01-16T06:30:21Z
2023-02-16T09:52:01Z
https://github.com/man-group/arctic/issues/977
[]
TwoBeng
1
explosion/spaCy
deep-learning
13,709
Unable to fine-tune previously trained transformer based spaCy NER.
## How to reproduce the behaviour Use spacy to fine-tune a base model with a transformer from hugging face: python -m spacy train config.cfg --output ./output --paths.train ./train.spacy --paths.dev ./dev.spacy Collect new tagged entries under new sets and set your model location to the output/model-last in a new...
open
2024-12-06T04:46:11Z
2024-12-06T04:57:26Z
https://github.com/explosion/spaCy/issues/13709
[]
jlustgarten
1
dask/dask
numpy
11,318
cannot access local variable 'divisions' where it is not associated with a value
getting this error when trying to use sort_values multiple times **Anything else we need to know?**: Dask Scheduler Compute: 1core, 1GB mem Dask Workers: 3, 1core, 1GB mem each using docker to setup a cluster docker compose.yml **Environment**: -Dask version:2024.5.2 - Python version: 3.12 - Operating S...
closed
2024-08-14T22:15:11Z
2024-10-10T17:02:48Z
https://github.com/dask/dask/issues/11318
[ "needs triage" ]
Cognitus-Stuti
1
datadvance/DjangoChannelsGraphqlWs
graphql
45
Graphene v3 support?
is there any plan to support v3 of graphene? if it's already in the roadmap, i can help to test :)
closed
2020-08-02T08:34:59Z
2023-04-27T21:08:38Z
https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/45
[]
hyusetiawan
14
microsoft/nni
data-science
5,758
USER_CANCELED
![issue](https://github.com/microsoft/nni/assets/100355131/f41ea6b1-420e-41ed-a6fb-50fbabd8970d) When I submit the code to run on the server, without performing any operations, the status changes to "USER_CANCELED". Even the NNI code that used to run successfully before is now encountering this issue when I try to run...
closed
2024-03-19T11:25:33Z
2024-03-28T02:32:51Z
https://github.com/microsoft/nni/issues/5758
[]
fantasy0905
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,038
selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: cannot parse capability: goog:chromeOptions from invalid argument: unrecognized chrome option: excludeSwitches
I am finding this error. Please help me.
open
2023-02-05T21:22:33Z
2023-06-01T16:42:25Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1038
[]
mominurr
3
httpie/cli
api
1,425
Support httpie in Chrome DevTools
This is not httpie tool request per-se, instead as an avid user of the httpie tool, I find it frustrating that in the network tab of the Chrome DevTools, there's an option in the context menu of a request to copy it as a Curl or Fetch command line, but not as Httpie command line. It would be great if anyone from this ...
open
2022-07-27T16:12:06Z
2022-07-27T17:06:06Z
https://github.com/httpie/cli/issues/1425
[ "enhancement" ]
tomers
1
replicate/cog
tensorflow
1,784
Update cog.run nav to link to docs/deploy.md
@mattt recently made some updates to `docs/deploy.md` in https://github.com/replicate/cog/pull/1761/files I went to take a look at those changes on the [cog.run](https://cog.run/) website, but noticed that file is not currently referenced from the site's nav/sidevar. See https://github.com/replicate/cog/blob/93ec993...
open
2024-07-02T15:48:47Z
2024-07-02T15:48:47Z
https://github.com/replicate/cog/issues/1784
[]
zeke
0
onnx/onnx
pytorch
5,847
May I ask if PSD and SoudenMVDR in torchaudio support conversion to onnx?
May I ask if PSD and SoudenMVDR in torchaudio support conversion to onnx?
closed
2024-01-06T09:08:02Z
2025-01-29T06:43:46Z
https://github.com/onnx/onnx/issues/5847
[ "question", "topic: converters", "stale" ]
wrz1999
2
sinaptik-ai/pandas-ai
pandas
645
Custom Prompt
### 🐛 Describe the bug hey All, I'm just new to pandasai i want help to use my custom prompt instead of default prompt template @gventuri thanks in advance
closed
2023-10-14T13:36:52Z
2024-06-01T00:20:13Z
https://github.com/sinaptik-ai/pandas-ai/issues/645
[]
L0GESHWARAN
1
ydataai/ydata-profiling
jupyter
1,429
Common Values incorrectly reporting (missing)
### Current Behaviour OS:Mac Python:3.11 Interface: Jupyter Lab pip: 22.3.1 [dataset](https://github.com/plotly/datasets/blob/master/2015_flights.parquet) |DEPARTURE_DELAY|ARRIVAL_DELAY|DISTANCE|SCHEDULED_DEPARTURE| |---------------|-------------|--------|-------------------| | -11.0| ...
open
2023-08-24T12:52:21Z
2024-01-28T05:33:33Z
https://github.com/ydataai/ydata-profiling/issues/1429
[ "bug 🐛", "spark :zap:" ]
danhosanee
1
plotly/dash
dash
3,212
Dash 3.0 getattr on app recursive error
Calling `getattr(app, "property_name")` generate an infinite recursive error.
closed
2025-03-12T18:33:46Z
2025-03-13T13:21:26Z
https://github.com/plotly/dash/issues/3212
[ "bug", "P1", "dash-3.0" ]
T4rk1n
0
plotly/plotly.py
plotly
5,053
Flatten figures of subplot for easy plotting
I just dabbled into plotly for some project and i noticed via the documentation and stackoverflow that plotly does not have an easy way to flatten figures for easy subplotting. You literally have to explicitly define which rows and column you want your trace to be. It would be great if plotly could have a similar featu...
open
2025-02-23T05:01:56Z
2025-02-24T16:19:03Z
https://github.com/plotly/plotly.py/issues/5053
[ "feature", "P3" ]
Folarin14
0
Kanaries/pygwalker
plotly
137
Code export showing "Cancel" as "Cancal"
Just a really small one. When clicking on "export_code" on the visualization tab, the pop-out shows "Cancal" instead of "Cancel" on the bottom right (see picture in attachment). ![grafik](https://github.com/Kanaries/pygwalker/assets/111295916/a6ac062d-c1b0-4acf-9e1e-05faa4a30e98)
closed
2023-06-21T13:38:17Z
2023-06-25T12:01:32Z
https://github.com/Kanaries/pygwalker/issues/137
[ "P2" ]
abfallboerseMWE
3
mars-project/mars
pandas
2,860
[BUG]xgb train exception in py 3.9.7
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** raise exception when train model use xgb my code like this ``` (ray) [ray@ml-test ~]$ cat test_mars_xgb.py import ray ray.init(address="ra...
closed
2022-03-24T03:00:29Z
2022-03-24T07:48:45Z
https://github.com/mars-project/mars/issues/2860
[ "type: bug", "mod: learn", "prio: high" ]
wuyeguo
1
piskvorky/gensim
nlp
3,216
Number of workers when working on multicore systems
Hello, I am trying to run FastText on huge corpus of newspaper text, and on a multicore server at my University. I have requested 48 cores to run this operation, and I wondering if in the FastText parameters I have to specify workers=48 too. I don't understand from the documentation whether it has to be like this. ...
closed
2021-08-18T08:23:03Z
2021-08-18T09:48:16Z
https://github.com/piskvorky/gensim/issues/3216
[]
sandrastampibombelli
1
pykaldi/pykaldi
numpy
92
it gives error when i use Cmvn.applpy_cmvn() function?
# C is a kaldi matrix 124*83 from kaldi.transform import cmvn from kaldi.matrix import DoubleMatrix ki=Input("cmvn.ark") cmvn_stats=DoubleMatrix() cmvn_data=cmvn_stats.read_(ki.stream(),True) from kaldi.transform.cmvn import Cmvn cmvn=Cmvn(83) cmvn.apply(C) the error is : /transform/cmvn.pyc in apply(...
closed
2019-03-18T10:20:50Z
2019-03-29T08:07:26Z
https://github.com/pykaldi/pykaldi/issues/92
[]
liuchenbaidu
3
opengeos/leafmap
jupyter
231
Help with netcdf files
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: 0.9.1 - Python version: 3.9.10 - Operating System: macOS 10.6.5 ### Description I was trying to follow along with the [netCDF example](https://leafmap.org/notebooks/52_netcdf/), but wi...
closed
2022-04-05T12:30:32Z
2022-04-05T16:31:04Z
https://github.com/opengeos/leafmap/issues/231
[ "bug" ]
mathomp4
6
mljar/mercury
data-visualization
135
disable execution history in watch mode
Please disable execution history in watch mode. In the watch mode, we expect to have many changes in the notebook itself. There is no need to show execution history. What is more, execution history reset widgets values: ![watch-mode-bug](https://user-images.githubusercontent.com/6959032/178469452-fdbacc5f-6e00-4a35...
closed
2022-07-12T10:25:07Z
2022-07-12T10:36:43Z
https://github.com/mljar/mercury/issues/135
[ "bug" ]
pplonski
0
saulpw/visidata
pandas
2,224
[split] Change in behaviour in visidata 3.0
regex split behavior has changed with the update to version 3 Instead of splitting columns, the behavior I expected from version 2 I instead get a new column with format: [N] first_value ; second_value where N is a number (appears to be field count) and the various fields are all contained in the first (and only) ...
closed
2024-01-03T16:03:58Z
2024-10-12T04:41:01Z
https://github.com/saulpw/visidata/issues/2224
[ "documentation" ]
fourjay
12
deepspeedai/DeepSpeed
deep-learning
6,589
[BUG] MOE: Loading experts parameters error when using expert parallel.
**Describe the bug** I have a model with 60 experts, and I am training the experts in parallel on two GPUs. Theoretically, GPU0 should load the parameters of the first 30 experts, while GPU1 should load the parameters of the last 30 experts. However, I found that both GPUs are loading the parameters of the first 30 ex...
open
2024-09-29T09:32:54Z
2024-10-08T12:49:13Z
https://github.com/deepspeedai/DeepSpeed/issues/6589
[ "bug", "training" ]
kakaxi-liu
1
pytest-dev/pytest-mock
pytest
101
Confusing requirement on mock for Python 2
The README explicitly list `mock` as a requirement for Python 2, whereas it is listed in `extras_require` in the setup script. Please clarify whether `mock` is an optional or required dependency for `pytest-mock` with Python 2. If optional, please adjust the wording of the README, if required (which I suspect), please ...
closed
2018-02-15T20:05:21Z
2018-02-16T19:51:05Z
https://github.com/pytest-dev/pytest-mock/issues/101
[]
ghisvail
1
graphdeco-inria/gaussian-splatting
computer-vision
959
How to get the cross section of reconstructions using gaussian splatting
open
2024-08-30T10:12:25Z
2024-08-30T10:12:25Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/959
[]
sdfabkapoe
0
ultralytics/ultralytics
deep-learning
19,691
Error occurred when training YOLOV11 on dataset open-images-v7
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question train.py: from ultralytics import YOLO # Load a COCO-pretrained YOLO11n mod...
closed
2025-03-14T06:35:34Z
2025-03-19T10:43:33Z
https://github.com/ultralytics/ultralytics/issues/19691
[ "question", "dependencies", "detect" ]
1623021453
10
dask/dask
scikit-learn
11,101
TypeError: can only concatenate str (not "traceback") to str
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. `````` Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Ve...
open
2024-05-06T14:19:27Z
2024-05-06T14:19:41Z
https://github.com/dask/dask/issues/11101
[ "needs triage" ]
sinsniwal
0
developmentseed/lonboard
jupyter
281
Better visualization defaults
See e.g. https://github.com/developmentseed/lonboard/issues/275. Not sure how much I want to try for "perfect defaults". Maybe `viz` should have "smart" defaults, but not direct layer constructors?
closed
2023-12-01T22:11:51Z
2024-02-26T22:41:02Z
https://github.com/developmentseed/lonboard/issues/281
[]
kylebarron
0
axnsan12/drf-yasg
django
181
tox + setup.py failing with "The version specified ('0.0.0.dummy+0000016513faf897') is an invalid version"
tox and setup.py are failing for me currently on master (at 16b6ed7fd64d36f8a7ac5368a00a19da1e115c17) with this error: ``` $ /usr/bin/python setup.py /usr/local/lib/python2.7/dist-packages/setuptools/dist.py:407: UserWarning: The version specified ('0.0.0.dummy+0000016513faf897') is an invalid version, this may ...
closed
2018-08-07T10:47:43Z
2018-08-07T14:20:09Z
https://github.com/axnsan12/drf-yasg/issues/181
[]
therefromhere
2
coqui-ai/TTS
python
3,064
[Bug] FileNotFoundError: [Errno 2] No such file or directory: ...config.json
### Describe the bug `FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.local/share/tts/tts_models--multilingual--multi-dataset--bark/config.json'` ### To Reproduce 1. `pip install TTS` 2. `tts --text "some text" --model_name "tts_models/multilingual/multi-dataset/bark" --out_path /some/path` 3....
closed
2023-10-13T10:33:13Z
2025-01-15T16:53:41Z
https://github.com/coqui-ai/TTS/issues/3064
[ "bug" ]
Kzer-Za
5
PedroBern/django-graphql-auth
graphql
18
Example with custom user model
Is there an example with custom user model?
closed
2020-03-23T02:23:36Z
2020-03-25T23:36:56Z
https://github.com/PedroBern/django-graphql-auth/issues/18
[ "documentation" ]
maxwaiyaki
2
yt-dlp/yt-dlp
python
12,585
Delay during download phase: unexplained wait time
### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a feature - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))...
closed
2025-03-12T14:06:35Z
2025-03-14T03:00:04Z
https://github.com/yt-dlp/yt-dlp/issues/12585
[ "incomplete" ]
Jekylor
0
alyssaq/face_morpher
numpy
34
What is the parameter "dest_shape" in warper.warp_image()?
closed
2018-02-08T03:11:57Z
2018-02-09T15:13:53Z
https://github.com/alyssaq/face_morpher/issues/34
[]
HOTDEADGIRLS
2
PaddlePaddle/PaddleHub
nlp
2,026
Meet an error when installing paddlehub
Hi developer, When I use the latest pip to install paddlehub as follow `!pip install --upgrade paddlehub` I meet the following problem, ``` Installing collected packages: visualdl, rarfile, easydict, paddlehub ERROR: Exception: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packa...
open
2022-09-16T02:10:35Z
2022-09-16T06:10:49Z
https://github.com/PaddlePaddle/PaddleHub/issues/2026
[]
Kunlun-Zhu
3
getsentry/sentry
python
87,404
[User Feedback] Feedback list loads slowly and doesn't show spam/resolve state changes
Sentry Feedback: [JAVASCRIPT-2YMF](https://sentry.sentry.io/feedback/?referrer=github_integration&feedbackSlug=javascript%3A6426713284&project=11276) The user feedback list sometimes takes a long time to load new items when scrolling to the bottom. It also does not update the list if I mark a feedback as spam or resol...
open
2025-03-19T16:49:32Z
2025-03-19T16:50:08Z
https://github.com/getsentry/sentry/issues/87404
[ "Component: Feedback", "Product Area: User Feedback" ]
sentry-io[bot]
1
modoboa/modoboa
django
2,602
opendkim not work
# Impacted versions * OS Type: Ubuntu 20.04 * OS Version: Number or Name * Database Type: PostgreSQL * Database version: X.y * Modoboa: 2.0.1 * installer used: Yes * Webserver: Nginx # Steps to reproduce systemctl status opendkim ● opendkim.service - OpenDKIM DomainKeys Identified Mail (DKIM) Milter ...
closed
2022-09-18T17:20:25Z
2022-09-22T08:54:35Z
https://github.com/modoboa/modoboa/issues/2602
[]
tate11
6
AntonOsika/gpt-engineer
python
240
“Ask for feedback” step.
Create a step that asks “did it run/work/perfect”?, and store to memory folder. And let the benchmark.py script check that result, and convert it to a markdown table like benchmark/RESULTS.md , and append it with some metadata to that file.
closed
2023-06-20T06:20:28Z
2023-07-02T14:00:37Z
https://github.com/AntonOsika/gpt-engineer/issues/240
[ "help wanted", "good first issue" ]
AntonOsika
6
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,068
choppy stretched out audio
My spectrogram looks kinda weird and the audio sounds like heavily synthesised choppy vocals, did I install anything [wrong?[ <img width="664" alt="Screenshot 2022-05-23 at 07 08 02" src="https://user-images.githubusercontent.com/71672036/169755394-e387d753-f4ce-46a3-8553-bafcec526580.png"> ]
open
2022-05-23T06:17:29Z
2022-05-25T20:16:48Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1068
[]
zemigm
1
sqlalchemy/alembic
sqlalchemy
439
Double "%" in SQL when exporting via --sql
**Migrated issue, originally created by babak ([@babakness](https://github.com/babakness))** To summarize my issue, I have to fix the output of `alembic upgrade [id]:head --sql > foo.sql` with ` 's/[%]{2,2}/%/g'` Because all "%" characters are escaped.
closed
2017-07-20T20:54:51Z
2017-09-18T05:37:03Z
https://github.com/sqlalchemy/alembic/issues/439
[ "bug" ]
sqlalchemy-bot
4
litestar-org/litestar
api
3,780
Docs: testing + debug mode
### Summary As a new litestar user, I've just started looking at documentation to test my application. With the default example, un-handled errors are simply turning up as 500 internal server error without much to use. Simply setting `app.debug = True` inside the test module is enough to have a proper traceback....
closed
2024-10-07T14:21:48Z
2025-03-20T15:54:57Z
https://github.com/litestar-org/litestar/issues/3780
[ "Documentation :books:" ]
romuald
0
ultralytics/ultralytics
machine-learning
19,839
WARNING ⚠️ numpy>=1.23.0 is required, but numpy==2.2.4 is currently installed
### 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 _No response_ ### Bug ``` Traceback (most recent call last): File "/usr/local/bin/yolo", line 10, in <module> sys.ex...
closed
2025-03-24T10:40:06Z
2025-03-24T18:35:06Z
https://github.com/ultralytics/ultralytics/issues/19839
[ "bug", "dependencies", "fixed" ]
glenn-jocher
2
matterport/Mask_RCNN
tensorflow
2,842
problems with transfer learning: using my own trained weights, or the Usiigaci trained wieghts
hey! my project also involves cell detection, so I thought I'd try training my CNN using [Usiigaci pre-trained weights](https://github.com/oist/Usiigaci). but when I try I get the following error: `ValueError: Layer #362 (named "anchors") expects 1 weight(s), but the saved weights have 0 element(s).` The training w...
open
2022-06-12T07:39:09Z
2022-06-12T07:40:55Z
https://github.com/matterport/Mask_RCNN/issues/2842
[]
avnerst
0
pyjanitor-devs/pyjanitor
pandas
808
[ENH] Filter rows across Multiple Columns
# Brief Description <!-- Please provide a brief description of what you'd like to propose. --> I would like to propose a `filter_rows` function (not sure what the name should be), where rows in a dataframe can be filtered across columns or at a specific column # Example API <!-- One of the selling points of...
closed
2021-03-02T06:02:09Z
2021-12-11T10:28:31Z
https://github.com/pyjanitor-devs/pyjanitor/issues/808
[]
samukweku
0
miguelgrinberg/flasky
flask
63
Something can't understand in page 80
Hi Miguel, Thanks you for your book, There're some sentences I can't understand in the book. In the second paragraph of the page 80,<b>"Importing these modules causes the routes and error handlers to be associated with the blueprint."</b> Doesn't the routes and error handlers associated with the blueprint by the deco...
closed
2015-08-24T03:55:12Z
2015-08-26T06:42:13Z
https://github.com/miguelgrinberg/flasky/issues/63
[ "question" ]
testerman77
2
jupyter/nbgrader
jupyter
1,360
sort_index()
### Ubuntu 18.04 ### nbgrader version 0.6.1 ### `jupyterhub --version` (if used with JupyterHub) ### 6.0.3 ### Expected behavior extract_grades.py does not crash ### Actual behavior extract_grades.py crashes `grades = pd.DataFrame(grades).set_index(['student', 'assignment']).sortlevel()` needs to ...
open
2020-08-28T16:31:37Z
2020-08-28T16:31:37Z
https://github.com/jupyter/nbgrader/issues/1360
[]
drfeinberg
0
cvat-ai/cvat
tensorflow
8,546
Error uploading annotations with Yolov8 Detection format
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce _No response_ ### Expected Behavior I want to upload new annotations done in Yolov8 to a job that already has some annota...
closed
2024-10-16T06:16:51Z
2024-11-11T10:44:37Z
https://github.com/cvat-ai/cvat/issues/8546
[ "bug" ]
uxuegu
1
QuivrHQ/quivr
api
3,187
[Backend] Update/Remove knowledge
* Moving knowledge -> Reassign knowledge id * Rename file * Remove knowledge with Cascade remove of folder empty or non empty
closed
2024-09-11T08:51:59Z
2024-09-16T14:51:17Z
https://github.com/QuivrHQ/quivr/issues/3187
[ "area: backend" ]
linear[bot]
1
mljar/mljar-supervised
scikit-learn
501
Cannot import name 'ABCIndexClass' from 'pandas.core.dtypes.generic'
Hello, unfortunately I cannot properly use MLJar due to some import error after notebook creation. It seems like some imports under the hood are not proper (pandas import throwing exception), the original problem is mentioned in screenshot: ![image](https://user-images.githubusercontent.com/33793127/145207099-8a1...
open
2021-12-08T12:23:02Z
2021-12-08T13:14:36Z
https://github.com/mljar/mljar-supervised/issues/501
[]
ghost
2
oegedijk/explainerdashboard
plotly
150
ExplainerDashboard() error in Google Colab: FormGroup was deprecated
Since one of the most recent updates, ExplainerDashboard is not working anymore in Google Colaboratory. It warns of several deprecated packages and then fails with FormGroup. Trying to run the basic example: ``` !pip install explainerdashboard ``` ``` from sklearn.ensemble import RandomForestClassifier from...
closed
2021-10-24T12:14:43Z
2021-10-31T20:28:26Z
https://github.com/oegedijk/explainerdashboard/issues/150
[]
yerbby
3
ets-labs/python-dependency-injector
flask
486
AsyncResource integration with fastapi-utils CBVs
Hello, I'm trying to use an AsyncResource (to manage SQLAlchemy AsyncSessions) with FastAPI Class-Based Views (from [fastapi-utils](https://fastapi-utils.davidmontague.xyz/user-guide/class-based-views/)) so that I can inject common resources using a base class that my endpoints will inherit. Unfortunately, I can't s...
closed
2021-08-12T22:24:38Z
2021-08-13T15:38:54Z
https://github.com/ets-labs/python-dependency-injector/issues/486
[ "question" ]
Daveography
4
QuivrHQ/quivr
api
3,488
Documentation not up to date with new changes
<img src="https://uploads.linear.app/51e2032d-a488-42cf-9483-a30479d3e2d0/5978517c-49ef-4491-a38d-3189509a5af3/09d81e58-233c-4032-8396-568e6131fef6?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzUxZTIwMzJkLWE0ODgtNDJjZi05NDgzLWEzMDQ3OWQzZTJkMC81OTc4NTE3Yy00OWVmLTQ0OTEtYTM4ZC0zMTg5NTA5YTVhZjMvMDlkODFlNTgtM...
closed
2024-11-18T22:13:57Z
2025-02-24T20:06:30Z
https://github.com/QuivrHQ/quivr/issues/3488
[ "Stale", "area: docs" ]
StanGirard
3
Anjok07/ultimatevocalremovergui
pytorch
1,243
problema con Ultimate Vocal Remover
Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "MPS backend out of memory (MPS allocated: 447.37 MB, other allocations: 3.05 GB, max allowed: 3.40 GB). Tried to allocate 4.50 MB on private pool. Use PYTORCH...
open
2024-03-17T12:20:58Z
2024-03-17T12:20:58Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1243
[]
Mamboitalian0
0
milesmcc/shynet
django
185
Incorrect calculation of month value
``` shynet_main | [2022-01-01 00:04:18 +0000] [9] [INFO] Booting worker with pid: 9 shynet_main | ERROR Internal Server Error: /dashboard/ shynet_main | Traceback (most recent call last): shynet_main | File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner shynet_m...
closed
2022-01-01T00:08:43Z
2022-01-01T21:28:41Z
https://github.com/milesmcc/shynet/issues/185
[]
wolfpld
6
Lightning-AI/pytorch-lightning
deep-learning
19,599
The color scheme of yaml code in the document makes it difficult to read
### 📚 Documentation <img width="334" alt="截屏2024-03-08 18 09 26" src="https://github.com/Lightning-AI/pytorch-lightning/assets/17872844/07f59352-03eb-4c8d-a28c-00308de5be0a"> The black background and the dark blue text makes the code really difficult to read. cc @borda
open
2024-03-08T10:10:48Z
2024-03-08T15:20:22Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19599
[ "bug", "duplicate", "docs" ]
BakerBunker
2
thtrieu/darkflow
tensorflow
532
how to plot recall-precision curve and print mAP on the terminal along with the validation loss
Hey all, Can anyone help me to plot recall-precision curve and print mAP on the terminal along with the loss? Also has anyone applied validation flow after particular number of steps? I want to see the loss of train and validation sets in the same plot. Any help? Thanks.
open
2018-01-20T09:07:31Z
2018-03-08T01:04:51Z
https://github.com/thtrieu/darkflow/issues/532
[]
onurbarut
0
huggingface/pytorch-image-models
pytorch
1,625
[BUG] broken source links in the documentation
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Clicking on the `list_models` page redirects to Broken link page &rarr; https://huggingface.co/docs/timm/reference/models ![image](https://user-images.githubusercontent.com/31466137/211...
closed
2023-01-08T17:40:32Z
2023-01-13T22:47:22Z
https://github.com/huggingface/pytorch-image-models/issues/1625
[ "bug" ]
deven367
5