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
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,676
[Bug]: Lora, Textual Inversion, Hypernetworks Tab Not Displany Anything
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
open
2024-05-01T07:24:16Z
2024-05-02T00:37:15Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15676
[ "bug-report" ]
makaras221
1
serengil/deepface
deep-learning
635
module 'deepface.commons.functions' has no attribute 'find_input_shape'
I have used your code for face recognition and have applied on faces . Now It is showing module 'deepface.commons.functions' has no attribute 'find_input_shape' error
closed
2023-01-26T16:48:51Z
2023-02-10T09:20:09Z
https://github.com/serengil/deepface/issues/635
[ "dependencies" ]
chandniagarwal
13
python-security/pyt
flask
40
sqli.py test fails on non-3.6 versions of python
So I tried to add a tox.ini with all the versions of py3 + pypy3, due to the results file I realized with 3.6 you get: ```python 2 vulnerabilities found: Vulnerability 1: File: example/vulnerable_code/sql/sqli.py > User input at line 26, trigger word "get(": param = request.args.get('param', 'not set') File...
closed
2017-05-04T00:02:56Z
2018-04-15T01:53:03Z
https://github.com/python-security/pyt/issues/40
[]
KevinHock
5
BeanieODM/beanie
pydantic
1,055
[BUG] Memory consumption during iterative migration is very high
**Describe the bug** We recently try to run an iterative migration, but it always was killed by the OS because it kept using to much memory. It was a collection with hundred thousands of rather large documents and after a few minutes the migration scripts used up over 10 GiBs of memory. **To Reproduce** Create a ...
closed
2024-10-15T15:55:37Z
2025-02-24T02:41:53Z
https://github.com/BeanieODM/beanie/issues/1055
[ "improvement", "Stale" ]
pschoen-itsc
6
seleniumbase/SeleniumBase
pytest
3,457
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
I created a docker container for my selenium crawler and I am using x86 linux machine. There is no official chromedriver for x86 so I downloaded the one from electron. After running the basic selenium script i get this error, but the script still continues and works properly. I wanted to ask what is this error? ``` r...
closed
2025-01-27T20:31:17Z
2025-01-27T20:43:40Z
https://github.com/seleniumbase/SeleniumBase/issues/3457
[ "question", "external" ]
MaazBinMusa
1
microsoft/Bringing-Old-Photos-Back-to-Life
pytorch
109
Why doesn't VAE generate mean and variance
Why doesn't VAE generate mean and variance? Auto-Encoder or VAE?
closed
2021-01-20T09:27:55Z
2021-01-20T12:18:08Z
https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/109
[]
ryanqiutu
1
allenai/allennlp
nlp
5,036
spacy 3.0 warnings about lemmatization and POS
I'm training a model (https://github.com/allenai/allennlp-models/blob/main/training_config/pair_classification/mnli_roberta.jsonnet) with allennlp 2.1.0, using SpaCy 3. There are a bunch of warnings that show up (I'm not sure if these were here before, but I noticed them now because my log files are now massive): ...
closed
2021-03-04T21:39:14Z
2021-03-24T22:28:31Z
https://github.com/allenai/allennlp/issues/5036
[ "bug" ]
nelson-liu
6
numba/numba
numpy
9,922
serialize the compilation library file
When using Numba to develop a computational geometry library, the large number of precompiled classes and functions results in extremely slow startup times. I would like to know what the LLVM compilation results are and whether they can be serialized. For example, could they be saved as dynamic library files to enable ...
open
2025-02-11T16:07:52Z
2025-03-22T06:31:25Z
https://github.com/numba/numba/issues/9922
[ "no action required" ]
yxdragon
11
pyeve/eve
flask
1,074
OPLOG =True is not working currently,
eve/methods/common.py in v0.8 if not config.OPLOG \ or op not in config.OPLOG_METHODS\ or resource in config.URLS[resource]: return in v0.7 and preview if not config.OPLOG or op not in config.OPLOG_METHODS: return it works in v0.7,and not work in v0.8
closed
2017-10-17T09:48:10Z
2018-03-30T08:54:58Z
https://github.com/pyeve/eve/issues/1074
[]
cst4049
7
opengeos/streamlit-geospatial
streamlit
98
Error running app.
This error shows up in the console for the file useAppState.ts:43 INITIAL -> (10, 0, undefined) -> ERROR
closed
2022-11-26T15:26:03Z
2022-11-29T14:51:28Z
https://github.com/opengeos/streamlit-geospatial/issues/98
[]
pdinkins
0
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
405
[BUG] 简短明了的描述问题
docker 版怎么自己换cookie啊。
closed
2024-05-22T03:08:56Z
2024-05-26T05:38:25Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/405
[ "BUG" ]
xiaoyaozz
1
tortoise/tortoise-orm
asyncio
1,568
Corrupt sql generated when bulk_create method is configured with on_conflict parameter
**Describe the bug** In the sqlite engine, configuring `update_fields` will configure on_conflict for `self.insert_query` and `self.insert_query_all`, resulting in duplicate on conflict fields. `'INSERT INTO "fileevent" ("id","tn","date","url","status","create_at") VALUES (?,?,?,?,?,?) ON CONFLICT ("id", "id") DO...
open
2024-03-12T10:19:22Z
2024-09-05T22:44:08Z
https://github.com/tortoise/tortoise-orm/issues/1568
[]
zzl221000
1
robinhood/faust
asyncio
417
Workers don't get assigned to available partitions
## Steps to reproduce - create an agent that groups stream by some id - the number of groups (different ids) I have is 5 - start 6 workers from the terminal each with a different web port ## Expected behavior each worker gets assigned to a partition and process them in parallel ## Actual behavior - only 3 w...
open
2019-09-04T16:30:14Z
2020-09-09T22:11:34Z
https://github.com/robinhood/faust/issues/417
[]
MarcoRizk
5
chaos-genius/chaos_genius
data-visualization
995
[BUG] Edit KPI does not trigger KPI Validation
## Describe the bug Edit KPI does not trigger KPI Validation ## Current behavior Internal Server Error on an invalid KPI setup ## Expected behavior KPI should fail to edit with a relevant popup.
closed
2022-06-16T08:38:41Z
2022-06-16T10:32:15Z
https://github.com/chaos-genius/chaos_genius/issues/995
[]
varunp2k
0
graphdeco-inria/gaussian-splatting
computer-vision
208
The problems in cov3D in forward.cu.
I found that the _cov3D_ in _forward.cu_ is calculated based on [here:](https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d/cuda_rasterizer/forward.cu#L143)`glm::mat3 Sigma = glm::transpose(M) * M ` where M is defined as`glm::mat3 M = S * R` This is not con...
closed
2023-09-18T13:37:45Z
2024-02-22T08:03:51Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/208
[]
cjfcsjt
2
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
14
是否有用到真实医疗场景数据?
Hello! 想问下是否有用到其他数据集(除了instruct生成的数据外)?
closed
2023-04-24T03:38:00Z
2023-04-27T06:45:01Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/14
[]
kaishxu
1
psf/black
python
3,709
support configuration to prefer single/double quote string style?
closed
2023-05-29T03:54:10Z
2023-05-29T11:55:55Z
https://github.com/psf/black/issues/3709
[ "T: enhancement" ]
skygragon
5
Urinx/WeixinBot
api
147
有没有获取动画表情的接口?
open
2017-01-25T10:26:57Z
2017-01-25T10:26:57Z
https://github.com/Urinx/WeixinBot/issues/147
[]
lauhg
0
hbldh/bleak
asyncio
476
Error with Bleak and Kivy [TypeError: __import__() takes at least 1 argument (0 given)]
* bleak version: 0.11.0a3 * Python version: 3.8.6 * Operating System: Windows 10 Henrik: I came across this error today while trying to combine kivy and bleak. Example Code https://raw.githubusercontent.com/kivy/kivy/master/examples/async/asyncio_basic.py The below code works fine ``` import asyncio ...
closed
2021-03-07T03:53:34Z
2021-03-19T00:09:42Z
https://github.com/hbldh/bleak/issues/476
[]
BioMycoBit
4
coqui-ai/TTS
pytorch
3,218
[Bug] --list_speaker_idx doesn't work in tts-cpu on docker for model xtts_v2
### Describe the bug --list_speaker_idx doesn't work in tts-cpu on docker for model xtts_v2 ### To Reproduce 1) On ubuntu-server with docker installed: 2) Run: sudo docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu:latest 3) Run: python3 TTS/server/server.py --model_name "tts_model...
closed
2023-11-14T18:52:30Z
2023-11-15T09:20:34Z
https://github.com/coqui-ai/TTS/issues/3218
[ "bug" ]
maxime-fleury
2
horovod/horovod
deep-learning
3,687
Support custom data loaders in TorchEstimator
Follow-up to #3602, to add support for customizable data modules/loaders in the TorchEstimator.
closed
2022-09-08T15:28:18Z
2023-02-01T06:17:20Z
https://github.com/horovod/horovod/issues/3687
[ "enhancement" ]
leewyang
0
ryfeus/lambda-packs
numpy
30
Geeting error on uploading Pack.zip for Tesseract
START RequestId: dd896580-dd19-11e8-b337-198d982a5114 Version: $LATEST LD_LIBRARY_PATH=/var/task/lib TESSDATA_PREFIX=/var/task ./tesseract /tmp/imgres.png /tmp/result Start END RequestId: dd896580-dd19-11e8-b337-198d982a5114 REPORT RequestId: dd896580-dd19-11e8-b337-198d982a5114 Duration: 3003.30 ms Billed Duration...
closed
2018-10-31T14:36:44Z
2018-11-01T08:34:05Z
https://github.com/ryfeus/lambda-packs/issues/30
[]
kranthijulakantiwork
0
miguelgrinberg/Flask-SocketIO
flask
1,398
Concurrent socket connections handling.
**Increasing the performance of sockets and the connections** Good day! I develop an API using Python Flask framework and I've got to move a part of code for socket.io usage. But my issue is the quantity of connections on single worker, because I need a >1000 users to be connected. Is it possible to increase the qty o...
closed
2020-10-28T13:16:41Z
2021-04-06T13:19:12Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1398
[ "question" ]
mikebionic
6
vitalik/django-ninja
rest-api
631
Django Forms and validators
The django-ninja is awesome, but I found something that is not supported. Django has validators that used in models and forms. It would be very helpful to support that feature in django-ninja. Of course after data-validation we can put the data into a form and validate it. But it's better to have it in a Schema cla...
open
2022-12-14T22:33:43Z
2023-08-23T10:24:12Z
https://github.com/vitalik/django-ninja/issues/631
[]
liminspace
4
iterative/dvc
data-science
10,347
dvc fetch: Files downloaded from remote storage (AWS S3) to the DVC cache should have mtime restored
We want to use DVC to store media files of a static page that is build with Jupyter Book (Sphinx doc). However, `dvc fetch` / `dvc pull` sets the mtime of the files downloaded from remote storage in AWS S3 to the local DVC cache to the current time instead of the last modified time of the remote file object. This then ...
open
2024-03-08T11:49:41Z
2024-04-02T09:37:20Z
https://github.com/iterative/dvc/issues/10347
[]
aschuh-hf
7
waditu/tushare
pandas
1,427
pro.fut_settle 数据缺失
```python import tushare as ts pro = ts.pro_api() df = pro.fut_settle(trade_date='20200903') ``` `df` 中缺失大商所, 郑商所, 中金所相关数据。
open
2020-09-09T07:11:30Z
2020-09-09T07:11:30Z
https://github.com/waditu/tushare/issues/1427
[]
flios
0
ahmedfgad/GeneticAlgorithmPython
numpy
290
pygad.kerasga
Hi why pygad.kerasga is much slower compared to pygad.gann? I am using the same model specification (1 Input layer, 2 hidden layers and 1 output layer). Why Keras model runtime is very high? Another question is why we are not using crossover and mutation in Keras example? Are we actually using Genetic algorithm here...
open
2024-04-27T04:23:12Z
2025-01-07T22:09:21Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/290
[ "question" ]
hiteshKjindal
1
graphistry/pygraphistry
pandas
15
better error when NaN in src/dst/node
closed
2015-07-10T05:40:10Z
2015-08-06T13:53:03Z
https://github.com/graphistry/pygraphistry/issues/15
[ "bug" ]
lmeyerov
2
coqui-ai/TTS
pytorch
3,718
Can't start training due to recursion depth error
### Describe the bug I have manually split my .wav audio file into chunks of 10 seconds in 75 files and written transcriptions for them. However, when I tried to train the model I got an error: `RecursionError: maximum recursion depth exceeded while calling a Python object`. Nevertheless, I have used a similar appro...
closed
2024-05-03T15:45:48Z
2024-06-26T16:49:12Z
https://github.com/coqui-ai/TTS/issues/3718
[ "bug", "wontfix" ]
yukiarimo
1
Morizeyao/GPT2-Chinese
nlp
249
如何加入微信群或者QQ群
作者您好,请问如何才能加微信群或者qq群呢?
open
2022-08-02T08:11:50Z
2022-08-02T08:11:50Z
https://github.com/Morizeyao/GPT2-Chinese/issues/249
[]
ipeaking
0
davidsandberg/facenet
tensorflow
521
Align the LFW dataset
I am getting error while aligning it. I am trying to follow the steps for " N in {1..4}; do python src/align/align_dataset_mtcnn.py ~/datasets/lfw/raw ~/datasets/lfw/lfw_mtcnnpy_160 --image_size 160 --margin 32 --random_order --gpu_memory_fraction 0.25 & done" Am i supposed to run this command in command prompt ...
open
2017-11-09T07:47:13Z
2019-11-26T18:36:28Z
https://github.com/davidsandberg/facenet/issues/521
[]
KrishnaJoshii
13
chaoss/augur
data-visualization
2,822
What should be possible after docker compose up
I've been able to get the augur docker containers up and running using the Docker quick start instructions on windows as described on this page https://oss-augur.readthedocs.io/en/main/docker/quick-start.html. However, it isn't clear what to do after running `docker compose up`. I had to use the `docker-compose-ext...
closed
2024-06-17T03:39:54Z
2024-10-01T22:51:03Z
https://github.com/chaoss/augur/issues/2822
[ "installation" ]
JustinGOSSES
2
pyeve/eve
flask
1,018
Nothing being returned on valid query.
Hey there, I'm having a strange problem where a raw mongodb query is working fine, but the same results aren't being returned in a eve-run project? ``` db.getCollection('metabolites').find({"adducts.positive" : {"$elemMatch" : {"accurate_mass" : {"$gte" : 300, "$lte" : 301},"type" : {"$in" : ["[M+K]1+"]}}}}, {"n...
closed
2017-05-09T16:20:21Z
2018-05-18T17:19:51Z
https://github.com/pyeve/eve/issues/1018
[ "stale" ]
KeironO
1
graphdeco-inria/gaussian-splatting
computer-vision
1,031
How to Perform Depth Map Rendering
Hello!How to Perform Depth Map Rendering
open
2024-10-27T04:01:50Z
2024-10-27T04:01:50Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1031
[]
zhuchi1121
0
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
58
tiktok 海外视频貌似解析不了?
用的是说明文档里面的链接尝试的,试了一下其他的也一样,无法解析 Scraper.tiktok() | Expecting value: line 1 column 1 (char 0) | https://www.tiktok.com/@tvamii/video/7045537727743380782
closed
2022-07-27T05:58:27Z
2022-08-01T05:34:02Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/58
[ "API Down", "Fixed" ]
formating
5
sinaptik-ai/pandas-ai
data-science
1,125
Unable to run locally to contribute
### System Info master branch (2.0.34) Using Python 3.11 Package installation (I have tried both approaches): * ```poetry install --all-extras --with dev ``` * ```pip install . ``` ### 🐛 Describe the bug I can get pandasai working via ```pip install pandasai``` using the PANDASAI_API_KEY however when I use t...
closed
2024-04-19T05:41:05Z
2024-08-28T16:08:53Z
https://github.com/sinaptik-ai/pandas-ai/issues/1125
[]
jackwalkin
8
pydantic/pydantic
pydantic
11,051
The default value in the annotated type does not apply
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hi, I have a model that uses this construction in fastapi ```python type Maybe[T] = Annotated[T | None, Field(None)] ``` Today I upgraded pydantic from 2.9.2 to 2.10.3 and now I get the `Field required` error. I tried rolling bac...
closed
2024-12-05T14:27:59Z
2024-12-09T10:25:24Z
https://github.com/pydantic/pydantic/issues/11051
[ "bug V2" ]
9en9i
7
paperless-ngx/paperless-ngx
machine-learning
8,277
[BUG] Header bar unexpectedly shifts down, covering content in Paperless-ngx file tasks view
### Description Currently, Paperless-ngx has a layout issue where the green header bar is unexpectedly shifted downward in the file tasks view. This behavior causes the header bar to overlap with the list of documents, obscuring parts of the content and limiting usability. This issue seems to affect the display o...
closed
2024-11-14T07:35:07Z
2024-12-15T03:19:11Z
https://github.com/paperless-ngx/paperless-ngx/issues/8277
[ "not a bug" ]
Friedjof
2
yt-dlp/yt-dlp
python
12,018
Unable to use :ytfav to get Liked videos.
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting a bug unrelated to a specific site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](http...
closed
2025-01-07T06:10:54Z
2025-01-11T16:05:04Z
https://github.com/yt-dlp/yt-dlp/issues/12018
[ "question", "site:youtube" ]
mqwec43as
5
pytorch/vision
computer-vision
8,677
Deterministic order of classes and images for the Omniglot dataset
### 🚀 The feature By sorting the output of the `list_files()` and `list_dir()` helper functions, the order of samples in the Omniglot dataset can be made deterministic across OSes. ### Motivation, pitch Right now, it is quite difficult to obtain reproducible accuracies across machine with the same few-shot le...
open
2024-10-09T12:05:12Z
2024-10-09T12:10:29Z
https://github.com/pytorch/vision/issues/8677
[]
V0XNIHILI
0
babysor/MockingBird
pytorch
217
demo闪退
Feel free to add your own. You can still use the toolbox by recording samples yourself. Traceback (most recent call last): File "C:\Users\sha7dow\OneDrive - longessay\文档\GitHub\MockingBird\demo_toolbox.py", line 43, in <module> Toolbox(**vars(args)) File "C:\Users\sha7dow\OneDrive - longessay\文档\GitHub\Mock...
closed
2021-11-14T10:20:02Z
2022-04-03T04:00:08Z
https://github.com/babysor/MockingBird/issues/217
[]
sha7dowXX
7
stitchfix/hamilton
numpy
244
Cannot use @does with @extract_columns
Cannot use `@does` with `@extract_columns` when used together on a function. # Current behavior The code fails on DAG construction with a function defined like so: ```python def _cross_join(**series: pd.Series) -> pd.DataFrame: # logic... @extract_columns('a', 'b') @does(_cross_join) def field1_fie...
closed
2022-12-14T04:38:45Z
2022-12-18T05:43:27Z
https://github.com/stitchfix/hamilton/issues/244
[ "bug" ]
skrawcz
0
xinntao/Real-ESRGAN
pytorch
173
Version file lost but import in code
https://github.com/xinntao/Real-ESRGAN/blob/42110857efae8a3ae8bcf5a1de245e4542de1384/realesrgan/__init__.py#L6
open
2021-12-05T09:27:08Z
2022-02-09T10:12:03Z
https://github.com/xinntao/Real-ESRGAN/issues/173
[]
qhduan
1
pytest-dev/pytest-selenium
pytest
87
Question: FF/ Chrome unable to bypass self sign SSL certificate
Hi, First of all I would like to applogise, because I am not sure this issue is causing by selenium 3 itself or other components issue, please forgive me to spare your time when you reading this. I have configure selenium 3 in grid setup, then I try to run my existing test script. But my browsers (FF/ Chrome) were un...
closed
2016-10-19T06:22:13Z
2016-10-19T10:24:26Z
https://github.com/pytest-dev/pytest-selenium/issues/87
[]
rarajabs
1
jupyter-incubator/sparkmagic
jupyter
113
Local mode for wrapper kernels
Add a magic (`%%python`? `%%local`?) which tells the kernel to run the code locally inside the IPython kernel. This lets users access the `Out` collection to collect dataframes and perform analyses/visualizations on them locally.
closed
2016-01-13T01:47:29Z
2016-01-13T01:50:56Z
https://github.com/jupyter-incubator/sparkmagic/issues/113
[ "duplicate", "kind:enhancement" ]
msftristew
1
horovod/horovod
tensorflow
3,948
Dimensions mismatch for add & div when using NCCL
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.11 3. Horovod version: 0.26.1.8 4. MPI version: 5. CUDA version: 6. NCCL version: 7. Python version: 3.10 **Bug report:** Using the below optimizer ```python hvd.DistributedOptimizer(tf.keras.optimizers.legacy.Adam(), average_aggregated_gra...
open
2023-06-23T05:47:18Z
2023-06-23T05:47:18Z
https://github.com/horovod/horovod/issues/3948
[ "bug" ]
Nithanaroy
0
KaiyangZhou/deep-person-reid
computer-vision
451
How to traing on PRW(Person Re-identification in the Wild)?
open
2021-08-06T08:28:47Z
2021-08-06T08:28:47Z
https://github.com/KaiyangZhou/deep-person-reid/issues/451
[]
BarryKCL
0
dinoperovic/django-salesman
rest-api
45
Add PATCH endpoint for basket item "extra" data
It would be helpful if there was an endpoint one could use to patch extra key values like: ``` <form hx-patch="{% endverbatim %}{% url 'salesman-basket-list' %}{% verbatim %}{{ ref }}/" hx-swap="none" > <input type="number" name="unit_price_override" value="{{ unit_price }}" min="0" step="0.01"> ...
open
2024-04-23T20:32:49Z
2024-04-23T20:32:49Z
https://github.com/dinoperovic/django-salesman/issues/45
[]
thenewguy
0
ultralytics/ultralytics
python
18,819
Moving comet-ml to opensource?
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description There is a new recently project that is opensource and it's cool for everyone and open source AI https://github.com/aimhubio/aim Feel fre...
closed
2025-01-22T09:41:02Z
2025-01-22T20:03:47Z
https://github.com/ultralytics/ultralytics/issues/18819
[ "enhancement" ]
johnnynunez
2
influxdata/influxdb-client-python
jupyter
473
Warn on measurement starting with hashtags
<!-- Thank you for suggesting an idea to improve this client. * Please add a :+1: or comment on a similar existing feature request instead of opening a new one. * https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3A%22enha...
closed
2022-07-25T07:13:12Z
2022-08-23T11:04:29Z
https://github.com/influxdata/influxdb-client-python/issues/473
[ "enhancement" ]
NicholasTNG
5
mlflow/mlflow
machine-learning
14,175
[FR] mlflow.get_experiment_by_name should take an artifact_location argument just like create_experiment
### Willingness to contribute Yes. I would be willing to contribute this feature with guidance from the MLflow community. ### Proposal Summary `mlflow.get_experiment_by_name` takes a single argument, the name, and as a side effect it creates an empty and needless `./mlruns` folder. `mlflow.create_experiment` o...
open
2024-12-28T23:19:44Z
2025-01-05T09:47:28Z
https://github.com/mlflow/mlflow/issues/14175
[ "enhancement", "area/tracking" ]
fritz-trawa
5
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,036
Some questions regarding CycleGAN testing
1. I am not clear about the difference in between the options --ntest and --num_test in test_options.py. Can you please elaborate on these two options? Also, I have observed that test.py always tests 45 or less images, even though neither options mentioned earlier has a default of 45. So how can I get test.py to execut...
open
2020-05-20T20:43:55Z
2020-05-24T00:24:32Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1036
[]
debnay
1
openapi-generators/openapi-python-client
fastapi
958
Invalid code generated for nullable discriminated union
**Describe the bug** Given the schema below, using the generated code like: ```python from test_client.models.demo import Demo from test_client.models.a import A Demo(example_union=A()).to_dict() ``` fails with: ``` Traceback (most recent call last): File "/Users/eric/Desktop/test/test.py", line 4...
closed
2024-02-09T18:53:43Z
2024-02-20T01:11:40Z
https://github.com/openapi-generators/openapi-python-client/issues/958
[]
codebutler
0
ultralytics/ultralytics
deep-learning
19,100
TOTALLY WRONG `AssertionError: ERROR`
### 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 Export ### Bug So, I was having a ridiculously hard time trying deploy a YOLO model using OpenVINO without Torch. The mai...
closed
2025-02-06T12:05:28Z
2025-02-07T03:05:25Z
https://github.com/ultralytics/ultralytics/issues/19100
[ "exports" ]
sangoi-exe
4
pytest-dev/pytest-selenium
pytest
206
MarkInfo removed removed in pytest 4.1, breaks pytest-selenium
Version 4.1 of pytest (released yesterday) [removes the `MarkInfo` class](https://github.com/pytest-dev/pytest/pull/4564) which `pytest-selenium` imports [here](https://github.com/pytest-dev/pytest-selenium/blob/master/pytest_selenium/drivers/saucelabs.py#L8). This causes pytest to fail: ``` Traceback (most recent...
closed
2019-01-06T23:23:00Z
2019-07-22T17:17:00Z
https://github.com/pytest-dev/pytest-selenium/issues/206
[ "bug" ]
yourcelf
13
mwaskom/seaborn
data-science
2,857
kdeplot cmap legend no color
``` sns.kdeplot(x=casual_workday, y=registered_workday, cmap="Reds") sns.kdeplot(x=casual_non_workday, y=registered_non_workday, cmap="Blues") plt.legend(["Workday", "Non-Workday"]) ``` or ``` sns.kdeplot(x=casual_workday, y=registered_workday, cmap="Reds", label="Workday") sns.kdeplot(x=casual_non_workday, y=r...
closed
2022-06-14T10:55:46Z
2022-06-14T12:45:25Z
https://github.com/mwaskom/seaborn/issues/2857
[]
yihuajack
1
iperov/DeepFaceLab
deep-learning
546
train H64 uses CPU instead of GPU
Hi everybody! I'm new here, as I'm new in Deepfacelab use I have a problem that don't know how to solve and hope that somebody here can gime some useful info! when I'm using train H64, I see that my pc is working with cpu instead of gpu I've installed cuda 9,2 I was wondering if working with gpu will be faster t...
closed
2020-01-05T02:12:43Z
2020-03-28T05:42:17Z
https://github.com/iperov/DeepFaceLab/issues/546
[]
Aletv90
4
pyg-team/pytorch_geometric
pytorch
9,717
FlopCounterMode RuntimeError with APPNP
### 🐛 Describe the bug ```python from torch_geometric.nn import APPNP import torch in_dim = 16 sample = 100 x = torch.randn(sample, in_dim) edge_index = torch.randint(0, sample, (2, 1000)) model = APPNP(K=10, alpha=0.1) from torch.utils.flop_counter import FlopCounterMode with FlopCounterMode(): mod...
closed
2024-10-19T17:44:47Z
2024-10-21T15:48:16Z
https://github.com/pyg-team/pytorch_geometric/issues/9717
[ "bug" ]
MH-limarco
4
biolab/orange3
numpy
5,974
Runtime error on Ubuntu 22.04 - Could not load the Qt platform plugin "xcb"
When I execute the command ```python3 -m Orange.canvas``` i get the following error: ``` Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to st...
closed
2022-05-16T15:51:32Z
2024-11-22T02:14:44Z
https://github.com/biolab/orange3/issues/5974
[ "bug report" ]
abertagnon
15
jstrieb/github-stats
asyncio
92
fatal: unable to access 'https://github.com/***/': The requested URL returned error: 403
Hi, I am trying to replicate this work for my profile. I follow all the steps but end up here. None of my workflows have succeeded. <img width="1051" alt="Screenshot 2023-03-15 at 4 58 43 PM" src="https://user-images.githubusercontent.com/46529961/225296083-bed64536-5df5-4fc9-ae3b-faf3b581f2e3.png"> where the i...
open
2023-03-15T11:29:58Z
2023-03-15T11:29:58Z
https://github.com/jstrieb/github-stats/issues/92
[]
pra-dan
0
recommenders-team/recommenders
deep-learning
1,232
DKN how to save/restore model ? [ASK]
### Description How can I save and then restore a trained DKN model? The 00_quick example for DKN doesn't show it nor does the 02_model_content_based_filtering/dkn_deep_dive.ipynb. ### Other Comments I prefer not to have to train it every time I want to mess with evaluating the model. Thanks.
open
2020-11-05T22:43:03Z
2020-11-15T02:16:35Z
https://github.com/recommenders-team/recommenders/issues/1232
[ "help wanted" ]
wingz1
1
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
765
Cannot show and save the intermediate results
I am running the experiments on images with 512*256 resolution, when I run the following command `python train.py --dataroot ./datasets/Cityscapes --name Cityscapes_exp --model pix2pix --which_model_netG resnet_9blocks --which_direction AtoB --norm instance --gpu_ids 0 --batchSize 2 --no_flip --niter 100 --niter_deca...
open
2019-09-11T15:52:31Z
2019-09-12T18:40:11Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/765
[]
Ha0Tang
1
lukas-blecher/LaTeX-OCR
pytorch
352
Running latexocr in WSL2 ubuntu
When I executed **latexocr** command, I got the following errors: `fused_weight_gradient_mlp_cuda` module not found. gradient accumulation fusion with weight gradient computation disabled. xkbcommon: ERROR: failed to add default include path /home/user/mambaforge/envs/myenvs/share/X11/xkb qt.qpa.wayland: failed to...
open
2023-12-27T09:23:54Z
2023-12-27T09:23:54Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/352
[]
lyheangUNG
0
Yorko/mlcourse.ai
seaborn
693
some notes on MAPE and infinite values
Lecture 9 describes MAPE and other metrics. As noted by @amber4eg it's good to mention that these metrics can explode around zero.
closed
2021-12-22T22:21:02Z
2022-01-07T13:26:02Z
https://github.com/Yorko/mlcourse.ai/issues/693
[ "articles" ]
Yorko
0
Farama-Foundation/Gymnasium
api
410
[Proposal] Future APIs (and revisions) should include a version system (similar to environments)
### Proposal New APIs and new revisions of existing APIs should include a versioning system (for `Gymansium` and all other `Farama` projects) e.g. if a future revision of `gymnasium.vector.VectorEnv` is made, it should be called `gymnasium.vector.VectorEnv_v1` e.g. if a new API is created for `pettingzoo` hybrid ...
closed
2023-03-28T13:30:54Z
2023-03-29T13:38:53Z
https://github.com/Farama-Foundation/Gymnasium/issues/410
[ "enhancement" ]
Kallinteris-Andreas
6
hack4impact/flask-base
flask
15
Find easier way to create first admin
See discussion at https://github.com/hack4impact/women-veterans-rock/pull/1
closed
2015-10-21T03:14:59Z
2016-07-07T17:32:52Z
https://github.com/hack4impact/flask-base/issues/15
[ "enhancement" ]
sandlerben
3
ray-project/ray
machine-learning
50,980
[Core] calling remote function in `Future` callback breaks ray
### What happened + What you expected to happen When a callback function installed to a future created from ref.future() calls remote function, ray seems to be broken ### Versions / Dependencies latest ray 2.43, python 3.10, ubuntu ### Reproduction script ```python import time import ray ray.init() @ray.remote d...
open
2025-02-28T06:45:43Z
2025-03-22T00:58:04Z
https://github.com/ray-project/ray/issues/50980
[ "bug", "P1", "core" ]
auderson
0
Johnserf-Seed/TikTokDownload
api
587
[Feature]能否提供解析用户主页的api接口
就是获取用户主页的所有视频的真实视频地址 这样比较灵活点,后续用户可以自定义去根据用户主页视频链接来查看视频或者是下载,而不是统一下载全部
closed
2023-10-27T06:11:49Z
2024-02-24T10:08:26Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/587
[ "已确认(confirmed)" ]
ghost
3
ansible/awx
automation
15,436
Unable to request new `access_token` using `refresh_token` grant per documentation
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
closed
2024-08-12T03:14:30Z
2024-08-12T03:49:39Z
https://github.com/ansible/awx/issues/15436
[ "type:bug", "component:api", "needs_triage", "community" ]
timothydilbert
1
deepfakes/faceswap
deep-learning
993
Run problems again
when i satisfy all the requirements,and i run: python faceswap.py extract -i ./data/trump -o ./face/trump it raise: Setting Faceswap backend to NVIDIA 11/10/2019 18:12:52 INFO Log level set to: INFO but nothing happened! of course,i have dataset. what's happen? thx for your answer This issue doesn't h...
closed
2020-03-18T17:22:16Z
2020-03-29T17:27:55Z
https://github.com/deepfakes/faceswap/issues/993
[]
Valeronich
6
slackapi/bolt-python
fastapi
988
app.action listener should accept block_id-only constraints for bolt-js feature parity
(Filling out the following details about bugs will help us solve your issue sooner.) ### Reproducible in: ```bash pip freeze | grep slack python --version sw_vers && uname -v # or `ver` ``` #### The `slack_bolt` version ``` $ .venv/bin/pip freeze | grep slack slack-bolt==1.18.0 slack-sdk==3.24.0 ```...
closed
2023-11-20T03:05:10Z
2023-11-21T07:03:40Z
https://github.com/slackapi/bolt-python/issues/988
[ "bug" ]
darkfoxprime
5
NVlabs/neuralangelo
computer-vision
38
Problem with Docker Container
Hi! Your project is so amazing that even a person who knows nothing about coding (yes, that's me) decided to try it :) Expectedly, I had some problems getting everything to work. I use WSL2 on Windows 11, and when I run the script: docker run -it chenhsuanlin/colmap:3.8 /bin/bash I get the following warning abou...
closed
2023-08-18T05:03:15Z
2023-08-28T18:23:20Z
https://github.com/NVlabs/neuralangelo/issues/38
[]
iam-machine
20
python-restx/flask-restx
flask
353
typing support instead of marshal_with
If there is interest, I can suggest a PR. Please let me know if this is something you would be interested in adding to flast-restx. **Describe the solution you'd like** Just like FastAPI has, allow type hints to be used for documentation and validation automatically. This will provide a more integrated, modern, up ...
open
2021-07-14T17:44:45Z
2021-07-14T17:44:45Z
https://github.com/python-restx/flask-restx/issues/353
[ "enhancement" ]
miquelvir
0
kizniche/Mycodo
automation
1,340
GNU License Window Unresponsive
### Describe the problem/bug Upon execution of "curl -L https://kizniche.github.io/Mycodo/install | bash" the installation downloads and launches, but hangs up on the portion where you can accept the GNU license. You cannot select "Yes" or "No" through any input key command: ex. "Y", "ENTER", "YES+ENTER", "CONFIRM",...
closed
2023-10-14T13:17:44Z
2023-10-16T01:42:32Z
https://github.com/kizniche/Mycodo/issues/1340
[]
neutralgenius
6
pyppeteer/pyppeteer
automation
259
page.screenshot gets stuck
Happens consistently when I open and close three pages in the Chrome browser Probably related to https://github.com/puppeteer/puppeteer/issues/4273 I have tried to switch to PDF, but I am getting "unsupported" in my settings. I guess something amiss in the dependencies I install.
closed
2021-05-14T18:06:59Z
2021-08-15T06:55:55Z
https://github.com/pyppeteer/pyppeteer/issues/259
[]
larytet
1
HIT-SCIR/ltp
nlp
437
metaclass conflict
简单的示例 ``` from ltp import LTP ltp = LTP() sents = ltp.sent_split(["他叫汤姆去拿外衣。", "汤姆生病了。他去了医院。"]) ``` 运行报错: > Traceback (most recent call last): > File "/Users/dylan/PycharmProjects/Demo/Test.py", line 1, in <module> > from ltp import LTP > File "/Library/Frameworks/Python.framework/Versions/3.6/lib/pyt...
closed
2020-11-13T09:00:23Z
2020-11-16T01:58:22Z
https://github.com/HIT-SCIR/ltp/issues/437
[]
JiaCheng-Huang
1
Asabeneh/30-Days-Of-Python
flask
406
png on introduction is broken
png on introduction is broken
closed
2023-06-19T10:41:42Z
2023-06-20T10:28:35Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/406
[]
CR00N0S
0
HumanSignal/labelImg
deep-learning
566
extra unnecessary classes in classes.txt by default
how to remove these by default added classes by labellmg Classes from 1-15 were added by default. classes from 16-21 are classes used by me ![asdf](https://user-images.githubusercontent.com/44517762/77222425-f9d5b000-6b78-11ea-9ad9-1e5b0d2b4cea.png)
open
2020-03-21T08:09:02Z
2020-04-06T19:10:16Z
https://github.com/HumanSignal/labelImg/issues/566
[]
prateekmahajan
1
plotly/dash
jupyter
3,145
[BUG] Unable to run werkzeug profiler on python 3.12
**Describe your context** I'm following the instructions posted in this [Community forum blog post](https://community.plotly.com/t/performance-profiling-dash-apps-with-werkzeug/65199) to run `werkzeug` profiler in my Dash application to identify performance bottlenecks. It doesn't work with python version 3.12, recei...
open
2025-01-31T11:29:35Z
2025-01-31T13:46:03Z
https://github.com/plotly/dash/issues/3145
[ "bug", "sev-3" ]
Farkites
1
proplot-dev/proplot
matplotlib
148
Error about xticklabel in geoaxes
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description I use labels=True in ax.format, although i set lonlim=(120,2...
closed
2020-05-08T06:42:50Z
2020-05-11T10:18:11Z
https://github.com/proplot-dev/proplot/issues/148
[ "bug" ]
heylsitan
1
pyjanitor-devs/pyjanitor
pandas
945
Read in Data From the command line into a Pandas DataFrame
I would like to propose reading data from the command line into a Pandas DataFrame. This can come in handy when processing large files, where the pre-filtering step is done on the command line (`grep/sed/...`) before pulling into Pandas. This can be handy, efficient and avoid loading all the data into Pandas before pro...
closed
2021-10-11T02:52:18Z
2022-01-12T10:12:00Z
https://github.com/pyjanitor-devs/pyjanitor/issues/945
[]
samukweku
5
vitalik/django-ninja
rest-api
1,005
[BUG] filters.filter does not apply filters that consist of a list of values
**Describe the bug** `filters.filter` that applies the defined filters does not work when applying a filter that has a list of values. If I change this filter to only accept a singular value it does work. **Versions (please complete the following information):** - Python version: Python 3.11.7 - Django version:...
closed
2023-12-14T09:34:24Z
2024-01-19T13:51:45Z
https://github.com/vitalik/django-ninja/issues/1005
[]
stvdrsch
2
aiortc/aiortc
asyncio
413
DTLS handshake timeout
I'm trying to establish a WebRTC stream to my server that is behind a firewall, via my TURN server over TCP. I think the TURN server is working fine. However, I encounter timeouts concerning DTLS. This is the output of the server: ``` DEBUG:asyncio:Using selector: EpollSelector ======== Running on http://0.0.0.0:...
closed
2020-08-27T20:01:01Z
2021-03-01T21:35:56Z
https://github.com/aiortc/aiortc/issues/413
[ "question" ]
Schmiddo
2
marcomusy/vedo
numpy
1,012
distance_to produces error if the point cloud does not contain faces
``` p = Point((0,0,1)) C=Cube() p.distance_to(C) ``` works fine. But ``` pc = Points(C.vertices) p.distance_to(pc) ``` produces error: pcloud.point_locator.SetDataSet(pcloud) TypeError: SetDataSet argument 1: method requires a VTK object Making it a mesh by adding an edge (or a face) makes it wo...
closed
2024-01-10T00:15:59Z
2024-01-10T14:40:35Z
https://github.com/marcomusy/vedo/issues/1012
[]
baba-yaga
4
comfyanonymous/ComfyUI
pytorch
6,509
Unable to Free Up Memory in a ComfyUI workflow
### Feature Idea I am currently working on a workflow in ComfyUI that involves loading large models, such as FluxDev. The workflow performs generation tasks where the output of one model serves as the input for another. However, I encounter an issue when attempting to load a third model; my system's memory (not VRAM) ...
open
2025-01-18T09:49:58Z
2025-01-18T09:49:58Z
https://github.com/comfyanonymous/ComfyUI/issues/6509
[ "Feature" ]
oomiDimoo
0
tortoise/tortoise-orm
asyncio
1,034
help!!Occasional bugs with tortoise + aiomysql running on sanic
**Describe the bug** Version: tortoise-orm==0.17.7 A clear and concise description of what the bug is. **To Reproduce** Unable to re, only occasionally does this error occur **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context...
open
2022-01-06T09:57:30Z
2023-06-27T01:25:20Z
https://github.com/tortoise/tortoise-orm/issues/1034
[]
ChangeMoreNate
6
microsoft/nni
pytorch
5,457
Failed to create NNI experiment, error: AttributeError: 'dict' object has no attribute 'name'
**Describe the issue**: But when I created the NNI experiment using the official example of Hyperparameter Optimization, I received the following error information: ``` Traceback (most recent call last): File "/home/sunze/anaconda3/bin/nnictl", line 8, in <module> sys.exit(parse_args()) File "/home/sunz...
closed
2023-03-18T12:38:13Z
2023-03-21T04:48:49Z
https://github.com/microsoft/nni/issues/5457
[]
sunze992
4
sammchardy/python-binance
api
991
Problem with binance library
After writing the test code: _from binance.client import Client_ I get: _### Traceback (most recent call last): File "C:\Users\Mistrz Karp\PycharmProjects\pythonProject2\cos.py", line 2, in <module> from binance.client import Client ModuleNotFoundError: No module named 'binance'_ I am using Python 3.9 ...
closed
2021-08-14T09:53:39Z
2021-08-16T12:40:03Z
https://github.com/sammchardy/python-binance/issues/991
[]
karpus420
1
sgl-project/sglang
pytorch
4,158
[Bug] Accuracy issue with SGLang using DeepSeek-R1-AWQ
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-07T04:04:05Z
2025-03-24T06:55:01Z
https://github.com/sgl-project/sglang/issues/4158
[ "quant" ]
TheTinyTeddy
5
chatopera/Synonyms
nlp
10
language detect
在处理时,检测语言是否是中文。不是返回None,或者raise Exception。 # solution ``` pip install langid ```
closed
2017-11-02T13:00:40Z
2020-10-01T11:38:50Z
https://github.com/chatopera/Synonyms/issues/10
[]
hailiang-wang
1
huggingface/peft
pytorch
2,283
TypeError when inference with different LoRA adapters in the same batch
### System Info transformers 4.41.0 peft 0.13.2 ### Who can help? @BenjaminBossan I tried to adopt [Inference with different LoRA adapters in the same batch] to an encoder-decoder T5 model. Specifically, I load the base model, the first LoRA, and the second LoRA adapters, and perform inference with these...
closed
2024-12-15T13:07:34Z
2025-01-22T15:03:50Z
https://github.com/huggingface/peft/issues/2283
[]
yuxiang-guo
9
guohongze/adminset
django
62
主机信息采集问题
嗨,您好, 首先就是很高兴能够遇到adminset这么好的项目! 但是在测试过程中发现一个小的问题。那就是磁盘采集信息的问题,采集的不是物理机硬盘的块数,这方面是否想过进行优化呢。 还有就是比较关心的就是,该项目用到了mongodb/redis/MySQL数据库,关于该软件架构文档可以提供吗? 最后,还是非常感谢您能提供这么好的项目!!!!
open
2018-06-01T07:55:52Z
2018-06-01T07:55:52Z
https://github.com/guohongze/adminset/issues/62
[]
ixiaoyi93
0
graphql-python/flask-graphql
graphql
24
Subscriptions in flask-graphql
Is there any plan to implement this / are you accepting pull requests?
open
2017-02-17T03:26:37Z
2024-12-26T22:00:17Z
https://github.com/graphql-python/flask-graphql/issues/24
[]
willdeuschle
8
davidteather/TikTok-Api
api
273
[BUG] - userLikedbyUsername returns a blank list when count is greater than the amount of liked videos
**Describe the bug** When retrieving a list of IDs with `userLikedbyUsername`, it returns `[]` when `count` is greater than the user's amount of liked videos. For example, the user `tiktok` has 33 liked videos. `api.userLikedbyUsername(name, count=33)` returns an array that contains all 33 of tiktok's liked videos, ...
closed
2020-09-21T23:24:57Z
2020-09-22T03:23:27Z
https://github.com/davidteather/TikTok-Api/issues/273
[ "bug" ]
Coloradohusky
3
airtai/faststream
asyncio
1,170
Feature: Adds support for the Redis cluster
**Is your feature request related to a problem? Please describe.** We use redis cluster at our company, but there is no cluster mode support in faststream. When trying to connect to one of the nodes and send a message, faststream displays an error ``` redis.exceptions.ResponseError: MOVED 7304 127.0.0.1:1234 ``` ...
open
2024-01-25T04:50:50Z
2025-03-05T19:23:38Z
https://github.com/airtai/faststream/issues/1170
[ "enhancement", "Redis" ]
powersemmi
3
amidaware/tacticalrmm
django
1,683
Include Serial Number on MacOS (like Windows does)
**Is your feature request related to a problem? Please describe.** Currently you can't search for serial number on MacOS, only Windows. You also can't view/retrieve the serial number from the summary tab of the agent. **Describe the solution you'd like** The agent queries the serialnumber from the mac host and pop...
closed
2023-11-16T17:25:10Z
2024-01-27T02:55:16Z
https://github.com/amidaware/tacticalrmm/issues/1683
[ "enhancement" ]
jesse2point0
2
clovaai/donut
nlp
263
Dataset Loader didn't work properly on Kaggle
Good afternoon, This morning I was trying to run Donut on Kaggle. The structure of the dataset is similar with the one defined on the documentation. However, when I am trying train the model, an error occurred, saying that the "ground truth" didn't exist. While checking on the sample, it shows that the load_dataset ...
closed
2023-10-25T03:46:36Z
2023-10-25T12:42:00Z
https://github.com/clovaai/donut/issues/263
[]
wdprsto
1
mirumee/ariadne
graphql
244
Upgrade to GraphQL-core v3
I'm getting the following deprecation warning. Is this something that is already on your radar / that you are planning to resolve for the next release? >**DeprecationWarning**: GraphQL-core-next has been discontinued. It is now released as GraphQL-core v3 and newer.
closed
2019-09-06T08:28:05Z
2019-12-03T14:05:00Z
https://github.com/mirumee/ariadne/issues/244
[ "enhancement", "help wanted", "roadmap" ]
tlil
3
tfranzel/drf-spectacular
rest-api
1,295
Question: Missing "Security Requirement Object"
**Describe the bug** I configured a OpenApiAuthenticationExtension class based on OAuth2 with Scopes. All information given there are present in the Schema. But I am missing the root security element, defined in the standard as "Security Requirement Object", with a list of defined scopes. Is it correct that it is not ...
open
2024-09-20T13:41:19Z
2024-09-20T13:41:19Z
https://github.com/tfranzel/drf-spectacular/issues/1295
[]
ichnoweb
0
tensorly/tensorly
numpy
507
Error encountered when using tensorly.decomposition.parafac with high rank and GPU
#### Describe the bug I encountered an error while using the tensorly.decomposition.parafac function in my code. The issue arises when the rank is set to a value larger than one of the dimensions of the tensor and the code is executed on a GPU. #### Steps or Code to Reproduce ```python import torch, tensorly ten...
closed
2023-06-14T21:45:39Z
2023-10-24T15:44:02Z
https://github.com/tensorly/tensorly/issues/507
[]
fufeisi
2