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
plotly/dash
flask
2,486
Duplicate callback outputs with identical inputs (and potentially different states) fail
Environment ``` dash 2.9.2 ``` **Describe the bug** When 2 callbacks are created with a duplicate output (and `allow_duplicate=True`) and the same `Input`s (`State`s can be different), Dash gives a Duplicate callback outputs error. ```python from dash import Input, Output, Patch, State, cal...
open
2023-03-31T07:56:31Z
2024-08-13T19:29:47Z
https://github.com/plotly/dash/issues/2486
[ "bug", "P3" ]
RenaudLN
13
comfyanonymous/ComfyUI
pytorch
6,538
how to install on colab (please help totally new to this)
### Your question hello thanks for reading, I am pretty new to this. Also first time ever posting on github do I apologise if i have got the etiquette wrong! Idon't have an IT background just an enthusiasm for AI. I'm really struggling to install comfy UI onto google colab. I've copied each text block into its sep...
open
2025-01-20T18:10:34Z
2025-03-14T03:35:24Z
https://github.com/comfyanonymous/ComfyUI/issues/6538
[ "User Support" ]
cattern90
1
vaexio/vaex
data-science
1,688
issue in reading data from s3
Error1: I do read a .hdf5 file from s3 to a VM everyday for further use cases, however even after deleting the file from s3 am still able to read the file with complete data. does Vaex cache the data onto VM ?
closed
2021-11-09T19:39:54Z
2021-11-17T09:05:21Z
https://github.com/vaexio/vaex/issues/1688
[]
beeramnikhil
3
fastapi-users/fastapi-users
fastapi
372
Is there any way to redirect to some other page after successful login by using cookie based Auth?
I am using cookie based authentication and I am trying to login and redirect the flow to some other page for eg. User Home once the login is successful. Currently login route is setting the JWT token in cookie and returning None as Response show in below part of code. `async def get_login_response(self, u...
closed
2020-10-24T11:49:31Z
2020-10-24T11:59:25Z
https://github.com/fastapi-users/fastapi-users/issues/372
[]
thejeshpr
1
cleanlab/cleanlab
data-science
930
extend active learning with multiple annotators to multi-label datasets
Requested in the [Slack community](https://cleanlab.ai/slack) Objectives: 1) Make a multi-label version of the `get_active_learning_scores` function: https://docs.cleanlab.ai/master/cleanlab/multiannotator.html#cleanlab.multiannotator.get_active_learning_scores 2) Extend other functions in the `cleanlab.multi...
open
2023-12-21T21:46:51Z
2024-12-25T20:04:06Z
https://github.com/cleanlab/cleanlab/issues/930
[ "enhancement", "good first issue", "help-wanted" ]
jwmueller
2
sinaptik-ai/pandas-ai
pandas
937
Add Joins Argument to SmartDataLake
### 🚀 The feature adding an argument to SmartDataLake to define the joins between dataframes, this can boost the performance of the prompts, and enhance the performance, and avoid any hallucinations, especially when join keys between datafames aren't the same. example to think about, there are arguments like `left...
closed
2024-02-15T20:09:37Z
2024-06-01T00:20:21Z
https://github.com/sinaptik-ai/pandas-ai/issues/937
[]
Ezzaldin97
0
piskvorky/gensim
nlp
3,353
question about the installation question
Hello, i am trying to install gensim for my project. And i came across some problem, here is my version: os: Ubuntu 20.04.1 LTS python: 3.6.7 numpy: 1.18.1 scipy: 1.4.1 which version should i change? can you give me some useful advice? thank you
closed
2022-06-10T02:03:50Z
2022-06-10T02:46:10Z
https://github.com/piskvorky/gensim/issues/3353
[]
xinli2008
1
SALib/SALib
numpy
469
tox currently not being used for tests or deployment on travis
open
2021-09-02T09:42:26Z
2021-09-02T09:42:51Z
https://github.com/SALib/SALib/issues/469
[ "enhancement", "clean up/maintenance" ]
willu47
0
DistrictDataLabs/yellowbrick
scikit-learn
354
Scripts to Regenerate Tutorial and Quickstart Documentation Images
In the documentation, the tutorial and quickstart need a script that can autogenerate the images similar to how they are done in the `doc/api/` section. The code to generate the images is located in the rst files and can be simple extracted and moved into a py file. These scripts can live right alongside their .rst ...
closed
2018-03-20T02:01:12Z
2019-02-01T03:51:19Z
https://github.com/DistrictDataLabs/yellowbrick/issues/354
[ "level: intermediate", "type: documentation" ]
ndanielsen
3
fastapi-admin/fastapi-admin
fastapi
56
静态文件重复加载问题
每次切换标签似乎所有的js css文件都要请求一遍 这个方便优化吗 还有一个是国内用户建议使用unpkg的国内镜像 unpkg.zhimg.com 我看issues还是有挺多国人的
closed
2021-07-11T12:33:02Z
2021-07-13T06:26:06Z
https://github.com/fastapi-admin/fastapi-admin/issues/56
[]
doveppp
2
donnemartin/data-science-ipython-notebooks
deep-learning
82
Ipython notebook
open
2021-03-07T14:02:35Z
2023-03-16T10:41:21Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/82
[ "needs-review" ]
alfa0977
0
streamlit/streamlit
python
10,737
Add configurable buttons into `st.chat_input`
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Add support for configurable toggle buttons which are integrated into the chat input field similar to how its...
open
2025-03-12T12:35:27Z
2025-03-12T12:36:33Z
https://github.com/streamlit/streamlit/issues/10737
[ "type:enhancement", "feature:st.chat_input" ]
lukasmasuch
1
gradio-app/gradio
deep-learning
10,063
Chatbot in chat_interface.py has fixed 200 height
### Describe the bug I'm looking into chat_interface.py file and here (https://github.com/gradio-app/gradio/blob/main/gradio/chat_interface.py#L236) the line is ``` height=200 if fill_height else None, ``` So if fill_height=True which is default, height of chatbox area will be just 200px. I don't know why i...
closed
2024-11-28T09:29:25Z
2024-12-06T13:49:07Z
https://github.com/gradio-app/gradio/issues/10063
[ "bug", "pending clarification" ]
myke11j
3
streamlit/streamlit
python
10,357
`st.dataframe` Column Menu Misalignment Inside `st.dialog`
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary In the new Streamlit 1.42.0, st.dataframe int...
closed
2025-02-07T07:55:54Z
2025-02-07T15:38:47Z
https://github.com/streamlit/streamlit/issues/10357
[ "type:bug", "feature:st.dataframe", "status:confirmed", "priority:P2", "feature:st.data_editor" ]
pallagj
2
ivy-llc/ivy
pytorch
28,564
Fix Frontend Failing Test: paddle - reduction_ops.torch.mean
closed
2024-03-12T16:51:53Z
2024-03-16T15:28:11Z
https://github.com/ivy-llc/ivy/issues/28564
[ "Sub Task" ]
ZenithFlux
0
ipython/ipython
data-science
14,137
Strange right arrow completion
<!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories. If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org. If you are unsure, it's ok to post here, though, there are few ...
closed
2023-08-14T13:39:30Z
2025-03-08T13:14:33Z
https://github.com/ipython/ipython/issues/14137
[]
oscarbenjamin
16
BeanieODM/beanie
pydantic
272
Fix links in documents
Fix links in the below documents (`Inherited from:` sections) - https://roman-right.github.io/beanie/api-documentation/query/ - https://roman-right.github.io/beanie/api-documentation/document/
closed
2022-05-16T00:18:54Z
2023-01-25T02:30:51Z
https://github.com/BeanieODM/beanie/issues/272
[ "Stale" ]
ehdgua01
2
gunthercox/ChatterBot
machine-learning
1,786
Database Integration
I need to do something simple (I think it's simple). I need to train chatbot for certain user questions, identify which question it is, do a database search, and return the information. For example: User: How many customers are in the database? Chabot: Identifies the type of request. Chatbot: Query the datab...
closed
2019-07-28T20:11:36Z
2020-06-24T19:03:58Z
https://github.com/gunthercox/ChatterBot/issues/1786
[]
dan-developer
2
FactoryBoy/factory_boy
sqlalchemy
166
Fix @post_generation example in docs
In the documentation (https://github.com/rbarrois/factory_boy/blob/master/docs/reference.rst#extracting-parameters) this is the example for `@post_generation`: ``` @post_generation def post(self, create, extracted, **kwargs): obj.set_origin(create) ``` But `obj` doesn't appear to be in scope. Based on checking th...
closed
2014-09-18T15:29:53Z
2014-11-25T22:50:37Z
https://github.com/FactoryBoy/factory_boy/issues/166
[ "Doc" ]
jamescooke
5
HIT-SCIR/ltp
nlp
450
安装过程中没有报错,但是导入包时提示 module 'tensorflow_core.keras.activations' has no attribute 'swish'
使用 pip install ltp 的命令进行安装,安装过程没有报错; 安装完毕后使用 from ltp import LTP 时发生报错,报错信息如下: AttributeError: module 'tensorflow_core.keras.activations' has no attribute 'swish' 报错位置为python3.7/site-packages/transformers/activations_tf.py in <module>,不知道是什么原因造成的,看了一下tensorflow.keras.activations.swish是存在的 环境配置如下: python=...
closed
2020-12-09T07:54:22Z
2020-12-29T01:34:37Z
https://github.com/HIT-SCIR/ltp/issues/450
[]
lixuanhng
3
sanic-org/sanic
asyncio
2,255
log a warning or error when adding something to blueprint after adding it to application
**Is your feature request related to a problem? Please describe.** when i add a blueprint to the sanic app, and then add routes to it, those routes dont work. i have to add the blueprint to the app after adding routes. but there is no indication that im doing something wrong if i do it the wrong way **Describe th...
closed
2021-10-02T18:52:34Z
2021-11-17T15:29:42Z
https://github.com/sanic-org/sanic/issues/2255
[ "feature request" ]
fredlllll
6
tensorflow/tensor2tensor
deep-learning
1,631
Most straight forward way to train summarization on new data with simpler format than CNN/DM datasets? Make a new data_generator ?
### Description I would like to train a summarizer on my own data, and I am wondering what's the most straightforward way to do this. The CNN/DailyMail datasets have a bit of an odd format which seems tricky to convert regular summarization datasets (CSVs with 1 column for source, 1 column for summary) into. So ...
closed
2019-07-12T22:51:02Z
2021-03-03T13:07:17Z
https://github.com/tensorflow/tensor2tensor/issues/1631
[]
Santosh-Gupta
2
home-assistant/core
asyncio
140,602
Envoy Lifetime energy production regularly decreases with 1.2 Mw
### The problem Envoy Lifetime energy production regularly decreases with 1.2 Mw This heavily disrupts the Energy Dasboard graphs. ### What version of Home Assistant Core has the issue? core-2025.3.2 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you...
open
2025-03-14T15:56:29Z
2025-03-24T08:45:25Z
https://github.com/home-assistant/core/issues/140602
[ "integration: enphase_envoy" ]
Richardvdw01
9
tqdm/tqdm
pandas
1,076
tqdm_telegram exhausts message quota because of frequent updates
Is there a way we can throttle the telegram updates in order to avoid hitting the limits of their API? If not, any guidance on where the code change should take place? Thanks in advance
closed
2020-11-18T22:46:48Z
2020-11-20T17:34:00Z
https://github.com/tqdm/tqdm/issues/1076
[ "question/docs ‽", "submodule ⊂" ]
JulienMaille
1
huggingface/diffusers
deep-learning
10,695
DDIMInverseScheduler.step: Incorrect Previous Timestep Calculation
### Describe the bug There is a bug in DDIMInverseScheduler.step related to how the previous timestep is computed. The inverse scheduler should move from timestep $t+1$ to $t$, but currently, the code is mistakenly computing $t-1$ instead of $t+1$. https://github.com/huggingface/diffusers/blob/89e4d6219805975bd7d253a...
open
2025-01-31T05:20:59Z
2025-03-08T15:02:57Z
https://github.com/huggingface/diffusers/issues/10695
[ "bug" ]
stop1one
2
ultralytics/yolov5
pytorch
13,462
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 233: illegal multibyte sequence
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug D:\0_yyyzt\AIM\yolo\yolov5> python train.py --weights yolov5s.pt --epochs 300 --batch-size 16 --workers 8 --data D:\0_yyyzt...
open
2024-12-16T17:13:08Z
2024-12-17T06:52:36Z
https://github.com/ultralytics/yolov5/issues/13462
[ "bug", "devops" ]
zhangsiying2001
2
dgtlmoon/changedetection.io
web-scraping
2,427
[feature] On non-200 ( so 404 for example ) offer to turn on "would you like to track content changes in non-200 return" ?
[feature] On non-200 ( so 404 for example ) offer to turn on "would you like to track content changes in non-200 return" ?
open
2024-06-18T12:15:11Z
2024-06-18T12:15:11Z
https://github.com/dgtlmoon/changedetection.io/issues/2427
[ "enhancement" ]
dgtlmoon
0
modelscope/data-juicer
streamlit
413
[Feat] Support explicit `FusedOP` that allows for the configuration and application of multiple operators in smaller, manageable batches
### Search before continuing 先搜索,再继续 - [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。 ### Description 描述 Currently, the Data-Juicer's recipe and default executor support processing only a sequence of operations, such as OP1 and OP...
open
2024-09-02T12:54:38Z
2024-11-04T08:18:06Z
https://github.com/modelscope/data-juicer/issues/413
[ "enhancement", "dj:op" ]
yxdyc
2
AirtestProject/Airtest
automation
923
111111111111111111111111111111
:bulb:**相关项目:** Airtest **标题:** [BUG提交]111111111111111111111111111111 **AirtestIDE版本:** 11111111111111 - [x] **使用了本地Pyhton环境运行脚本** - Python版本: 11111 - Airtest版本: v1.1.8 **报错描述:** &nbsp;&nbsp;&nbsp;&nbsp;111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111...
closed
2021-06-22T08:23:57Z
2021-06-22T08:29:48Z
https://github.com/AirtestProject/Airtest/issues/923
[]
NoneTypeCoder
0
litestar-org/litestar
asyncio
3,457
Bug: SQLAlchemy models with default=func.now() error with Unexpected default type
### Description Columns with `default=func.now()` will cause `SQLAlchemySerializationPlugin` to error with `ValueError: Unexpected default type`. Workaround is replacing it with `server_default=func.now()` ### URL to code causing the issue _No response_ ### MCVE ```python from litestar import Litestar, get fro...
closed
2024-05-01T04:44:32Z
2025-03-20T15:54:40Z
https://github.com/litestar-org/litestar/issues/3457
[ "Bug :bug:" ]
MitPitt
5
jeffknupp/sandman2
rest-api
56
sqlite db displays on {} on http://0.0.0.0:5000/
Following the instructions on the main githiub page I attempt to connect to a small db that I have started creating. However I am receiving only when I open the localhost > {} I am in the same directory and connect to the db race.db you can see here in this structure, I connect no errors just am not receiving the...
closed
2017-03-06T02:44:28Z
2017-03-11T23:02:59Z
https://github.com/jeffknupp/sandman2/issues/56
[]
MortalCatalyst
4
iterative/dvc
data-science
10,583
pull: fails on HDFS after removing `.dvc/cache`
# Bug Report ## Description `dvc pull`fails on HDFS after removing `.dvc/cache`. It means someone clones the repository at first then `dvc pull` always fails. But `dvc pull -q` succeed. So it seems that some log printing causes this problem. I explain things that may help you to debug hopefully. 1. Variable [total...
open
2024-10-08T07:10:07Z
2024-10-23T08:06:38Z
https://github.com/iterative/dvc/issues/10583
[ "bug", "help wanted", "upstream", "fs: hdfs" ]
zsaladin
2
pykaldi/pykaldi
numpy
169
"python setup.py install" found the wrong python version in python 3
Dear All, I tried to build pykaldi from source in pythin 3.6.8 in colab. everything was built smoothly. However, it seems that the "python setup.py install" command found the wrong python version. Therefore, the "python setup.py test" command failed and reported "undefined symbol: PyClass_Type". The most strange ...
closed
2019-10-04T20:14:26Z
2019-12-06T17:21:16Z
https://github.com/pykaldi/pykaldi/issues/169
[]
yfliao
5
httpie/cli
api
637
Is there a way to catch response body of a Internal Server Error?
Hello, i need to get the response body of a Http Status Code 500 request, but i need that request itself to be an "exit 0" request. Is there a way to do this with httpie? Example with curl: ```bash curl --silent --show-error --fail -X GET --header "Accept: application/json" --header "token:mytoken" "https://myr...
closed
2017-12-04T16:41:48Z
2017-12-28T16:03:30Z
https://github.com/httpie/cli/issues/637
[]
thiagobucca
1
miguelgrinberg/Flask-SocketIO
flask
1,909
A callback isn't envoked when handling one namespace event and emiting to another namespace
### Description: I have two clients connected to a flask-socketio server. When the first one emits a message the server handles it and emits to the other client. When the second client receives the message it sends back an acknowledgement and the server invokes a callback on it. It works when both clients are connecte...
closed
2022-11-20T11:33:15Z
2022-11-20T12:44:47Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1909
[ "bug" ]
valerykustov
3
PokeAPI/pokeapi
api
1,037
Change API to have only one Pokemon endpoint, instead of pokemon_species, pokemon_forms and pokemon
As #1026 , #1034 , #1035, #940, #966 and probably others make it apparent, a separation of pokemon and pokemon_species has not been feasible since 2016. An Base assumption that veekun did for the pokemon species, which was valid before Sun and Moon introduced regional variants was that Forms are a rare occurance wi...
open
2024-02-08T07:25:56Z
2024-12-01T01:51:05Z
https://github.com/PokeAPI/pokeapi/issues/1037
[]
GreatNovaDragon
19
ultrafunkamsterdam/undetected-chromedriver
automation
989
Headless detected by cloudflare when using chrome version 109?
Works fine on 108/107, does anyone else encounter this problem?
closed
2023-01-13T15:32:06Z
2023-01-14T10:47:06Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/989
[]
IsaacHog
4
huggingface/datasets
tensorflow
7,243
ArrayXD with None as leading dim incompatible with DatasetCardData
### Describe the bug Creating a dataset with ArrayXD features leads to errors when downloading from hub due to DatasetCardData removing the Nones @lhoestq ### Steps to reproduce the bug ```python import numpy as np from datasets import Array2D, Dataset, Features, load_dataset def examples_generator():...
open
2024-10-21T15:08:13Z
2024-10-22T14:18:10Z
https://github.com/huggingface/datasets/issues/7243
[]
alex-hh
5
marshmallow-code/flask-smorest
rest-api
535
SOLVED: After upgrade from 0.21 to 0.42: POST operations with DB.session.add(item) don't work
Hi! I am currently working on upgrading a very large API project from smorest 0.21 (and matching Flask 1, SQLAlchemy 2 etc) to the current smorest with the following relevant package versions: - apispec==6.3.0 - Flask==2.2.5 - flask-marshmallow==0.15.0 - flask-smorest==0.42.0 - Flask-SQLAlchemy==3.0.5 - mar...
closed
2023-07-25T10:38:25Z
2023-07-25T12:06:49Z
https://github.com/marshmallow-code/flask-smorest/issues/535
[]
kettenbach-it
1
huggingface/transformers
nlp
36,802
BERT is broken on `v4.49.0-Gemma-3`
### System Info I'm using pytorch 2.6.0 on Linux. ### Who can help? _No response_ ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own task or dataset (give details below) ###...
open
2025-03-18T20:54:14Z
2025-03-21T01:45:43Z
https://github.com/huggingface/transformers/issues/36802
[ "bug" ]
koute
2
desec-io/desec-stack
rest-api
117
api: remove domains/:id endpoint
closed
2018-09-07T11:25:52Z
2018-09-07T16:41:10Z
https://github.com/desec-io/desec-stack/issues/117
[ "bug", "prio: low" ]
peterthomassen
0
pallets-eco/flask-sqlalchemy
flask
572
will set pool_size=10 if use mysql
This config set in source code, but it is not in documents. Sorry I'm not English speaker so I think I'm not the best candidate for updating documents.
closed
2017-12-13T11:05:59Z
2020-12-05T20:46:20Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/572
[ "config" ]
MisLink
0
KevinMusgrave/pytorch-metric-learning
computer-vision
732
the question of DistributedLossWrapper
![image](https://github.com/user-attachments/assets/d30d8666-7d11-4c52-815f-7681d552405a) I want to know about the red line part. In the case of efficient=False, we collect the results on multiple GPUs, and then calculate the loss together. Why does the total loss need to be multiplied by the number of GPUs in the end...
closed
2024-11-19T08:00:38Z
2024-11-22T20:41:58Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/732
[]
hukongzhi
3
MaartenGr/BERTopic
nlp
1,908
Quiet .merge_topics()
When running the topic_model.merge_topics() function it prints a TQDM progress bar during the merge. I instantiated BERTopic() with `verbose=False`. Is there a way to quiet the merge_topics() function?
open
2024-04-03T15:14:19Z
2024-04-14T07:07:07Z
https://github.com/MaartenGr/BERTopic/issues/1908
[]
eschaffn
9
deepset-ai/haystack
machine-learning
8,942
OpenAIChatGenerator raises error in AsyncPipeline when config with `stream_options`: `include_usage`
**Describe the bug** OpenAIChatGenerator raises error in AsyncPipeline when config with `stream_options`:`include_usage` According to OpenAI API [docs](https://platform.openai.com/docs/api-reference/chat/create#chat-create-stream_options), if set `stream_options: { include_usage: true }}`, an additional chunk will be ...
closed
2025-02-27T08:13:42Z
2025-03-05T17:30:28Z
https://github.com/deepset-ai/haystack/issues/8942
[ "type:bug", "P1" ]
tientt-holistics
1
ultralytics/yolov5
deep-learning
12,941
Can yolov5 use as a part of commercial project , if so do we need to open-source the code or the whole project ?
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I want to use yolov5 as a sub-part of the project for commercial purpose. As pe...
closed
2024-04-18T08:01:15Z
2024-10-20T19:44:19Z
https://github.com/ultralytics/yolov5/issues/12941
[ "question", "Stale" ]
krupalimistry1993
9
yinkaisheng/Python-UIAutomation-for-Windows
automation
112
不能截图
``` cmd> python automation_calculator.py 2020-03-27 10:07:27.998 automation_calculator.py[131] CalcOnWindows10 -> {ClassName: 'ApplicationFrameWindow', Compare: <function CalcOnWindows10.<locals>.<lambda> at 0x0000023EFF2D69D0>, Desc: 'Calculator Window', ControlType: WindowControl} TraverseControls: 12, SearchTime: ...
closed
2020-03-27T02:12:57Z
2021-05-11T05:12:15Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/112
[]
snowman
2
ray-project/ray
data-science
51,482
CI test windows://python/ray/tests:test_basic_4_client_mode is consistently_failing
CI test **windows://python/ray/tests:test_basic_4_client_mode** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aad4-a541-45a9-b1ef-d27f9a1da383 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4168-a0da-6cbdc8cbd2df DataCaseName-windows...
closed
2025-03-18T23:06:43Z
2025-03-19T21:52:29Z
https://github.com/ray-project/ray/issues/51482
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
2
kymatio/kymatio
numpy
125
Clear Instructions for Backend (was: 2d has drastically slowed down on GPU versus pyscatwave)
I've compared to imagenet sizes pyscatwave and kymatio 2d. The results are on 1080 Ti and use the script currently in examples/2d/compute_speed.py with a minor change pyscatwave: Elapsed time: 5.118290 [s / 10 evals], avg: 0.51 (s/batch) kymatio: avg: 3.06 (s/batch) @edouardoyallon To reproduce my results...
closed
2018-11-06T07:56:25Z
2018-11-24T20:39:31Z
https://github.com/kymatio/kymatio/issues/125
[]
eugenium
12
jupyterhub/repo2docker
jupyter
774
During startup check that docker is running
<!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Proposed change <!-- Use this section to describe the feature you'd like to be added. --> If you run repo2docker before starting docker locally, I got an obscure ...
closed
2019-09-04T15:05:07Z
2019-09-07T12:07:04Z
https://github.com/jupyterhub/repo2docker/issues/774
[ "help wanted" ]
sje30
3
errbotio/errbot
automation
789
Plugin unblacklist does not work anymore
Hello, After upgrade to 4.2.1 the unblacklist function of plugin is not working anymore. [5:22 PM] Ramona Misaila: !plugin activate VersionChecker [5:22 PM] Hilda-san (Bot): Plugin VersionChecker activated. [5:22 PM] Ramona Misaila: !plugin unblacklist VersionChecker [5:22 PM] Hilda-san (Bot): Plugin VersionChecker r...
closed
2016-06-17T08:39:02Z
2017-06-20T05:38:45Z
https://github.com/errbotio/errbot/issues/789
[]
ramonamis
8
comfyanonymous/ComfyUI
pytorch
7,037
Missing Node Types issue
### Your question When running sample template of comfyUI, an error occurred: Missing Node Types When loading the graph, the following node types were not found SaveWEBM WanImageToVideo help ,tks. ### Logs ```powershell ``` ### Other _No response_
closed
2025-03-02T10:04:08Z
2025-03-03T09:30:35Z
https://github.com/comfyanonymous/ComfyUI/issues/7037
[ "User Support" ]
pawnzhang
2
iterative/dvc
machine-learning
9,688
repro is staging metric files, dvcfiles, etc
```console dvc stage add -n foo "echo foo" git status dvc repro git status ``` ```console $ dvc stage add -n foo "echo foo" Added stage 'foo' in 'dvc.yaml' To track the changes with git, run: git add dvc.yaml To enable auto staging, run: dvc config core.aut...
closed
2023-07-03T06:43:11Z
2023-07-03T08:57:24Z
https://github.com/iterative/dvc/issues/9688
[ "bug", "regression" ]
skshetry
0
davidsandberg/facenet
tensorflow
679
run facenet on jetson tx2 error
HI: I want use tx2 to do face recognition with facenet. Copy the trianed model and classifier from the pc to the tx2. And install tensorflow(1.5),and others stuff Run the contributed/real_time_face_recognition.py Then report errors: Model directory: /home/nvidia/facenet/facenet/contributed/../src/models/20170512-...
open
2018-04-02T12:11:46Z
2020-09-23T02:39:33Z
https://github.com/davidsandberg/facenet/issues/679
[]
airukongqi
2
assafelovic/gpt-researcher
automation
558
Change/Add Code interpreter on user input
It would be good if we can add/modify this field as per default its not enabled. Is there any way to do it on this current version manually? <img width="754" alt="model1" src="https://github.com/assafelovic/gpt-researcher/assets/169309534/195c71cf-216c-415d-afc2-fa457e1a957c">
open
2024-06-01T11:08:27Z
2024-06-02T00:07:02Z
https://github.com/assafelovic/gpt-researcher/issues/558
[]
hemeratrading
2
streamlit/streamlit
deep-learning
10,029
st.radio label alignment and label_visibility issues in the latest versions
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary The st.radio widget has two unexpected behavi...
closed
2024-12-16T12:28:53Z
2024-12-16T16:06:20Z
https://github.com/streamlit/streamlit/issues/10029
[ "type:bug", "feature:st.radio", "status:awaiting-team-response" ]
Panosero
4
Lightning-AI/pytorch-lightning
machine-learning
19,590
Update lit-gpt reference
### 📚 Documentation ```shell docs/source-fabric/examples/index.rst:45: :button_link: https://github.com/Lightning-AI/lit-gpt/blob/main/pretrain/openwebtext.py ``` this needs to go or be updated cc @borda
closed
2024-03-07T16:05:47Z
2024-03-17T23:57:40Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19590
[ "docs" ]
carmocca
2
kubeflow/katib
scikit-learn
2,112
katib install failed
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] kubectl logs katib-mysql-67c5b6586f-w5b2p -n kubeflow 2023-02-13 15:38:30+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.26-1debian10 started. 2023-02-13 15:38:30+00:00 [Note] [Entryp...
closed
2023-02-13T15:51:47Z
2023-09-11T20:05:05Z
https://github.com/kubeflow/katib/issues/2112
[ "kind/bug", "lifecycle/stale" ]
helloxjade
4
cleanlab/cleanlab
data-science
1,165
links in the misc datalab workflows tutorial don't work
example links that are broken: https://docs.cleanlab.ai/stable/tutorials/datalab/issue_type_description.html#data-valuation-issue https://docs.cleanlab.ai/stable/tutorials/datalab/issue_type_description.html#underperforming-group-issue
closed
2024-06-27T01:59:52Z
2024-06-28T15:28:55Z
https://github.com/cleanlab/cleanlab/issues/1165
[ "bug", "next release" ]
jwmueller
2
OWASP/Nettacker
automation
301
Color coding breaks with python3
![image](https://user-images.githubusercontent.com/32503192/84680285-0b4c0f80-af50-11ea-89d6-6b45107ddf0d.png) Please Describe the issue or question and share your OS and Python version. _________________ **OS**: `Linux` **OS Version**: `Ubuntu 18.04` **Python Version**: `3.6.9`
closed
2020-06-15T16:05:18Z
2020-07-04T00:19:51Z
https://github.com/OWASP/Nettacker/issues/301
[ "bug" ]
aman566
0
mars-project/mars
pandas
3,267
[BUG] Ray executor run inv_mapper raises ValueError: assignment destination is read-only
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** A clear and concise description of what the bug is. ```python __________________________ test_label_encoder[int64] ________________________...
closed
2022-09-20T08:54:21Z
2022-10-13T03:43:59Z
https://github.com/mars-project/mars/issues/3267
[ "type: bug" ]
fyrestone
0
jschneier/django-storages
django
986
Setup.py should list extas_require for each storage backend
I'm doing a bit of dependency cleanup, and I noticed that we have boto3 listed on our requirements.txt list. That surprised me a bit because our code doesn't actually call boto3 at any point. Instead, it's a sub-dependency of django-storage when using the s3 backend. In theory, it shouldn't be listed in our require...
closed
2021-03-02T20:50:14Z
2023-09-03T22:36:34Z
https://github.com/jschneier/django-storages/issues/986
[]
mlissner
1
TheAlgorithms/Python
python
11,947
Wildcard pattern matching with FFT in O((n+m) log (n+m))
### Feature description [Reference](https://www.informatika.bg/resources/StringMatchingWithFFT.pdf)
open
2024-10-10T17:29:16Z
2025-01-25T08:35:09Z
https://github.com/TheAlgorithms/Python/issues/11947
[ "enhancement" ]
fffelix-huang
2
vitalik/django-ninja
pydantic
789
How implement permissions like DRF in django-ninja?
I'm starting a big project with django-ninja last week, I managed to implement a JWT authentication with python-jose and one feature my project heavily relies on is permissions like it works in DRF or DRF - Access Policy or other DRF-related packages. Can someone recommend me a way to achieve this? PS: I noticed th...
open
2023-07-12T11:07:54Z
2025-02-11T19:46:35Z
https://github.com/vitalik/django-ninja/issues/789
[]
forrestkouakou
15
ijl/orjson
numpy
220
32bit linux compat
For using it with Home Assistant, I tried to compile it for our 32bit devices. I got some type errors. I see that it could support i32 but only with target windows. Would it be possible to support it also for Linux? Errors: ``` error[E0308]: mismatched types --> src/lib.rs:34:77 | 34 | ...
closed
2021-11-11T13:48:27Z
2021-12-05T16:40:02Z
https://github.com/ijl/orjson/issues/220
[]
pvizeli
1
babysor/MockingBird
deep-learning
635
web界面 AI拟音 提示No such file or directory:错误 求解 谢谢
错误界面 ![捕获](https://user-images.githubusercontent.com/108532659/177673466-c793dc8a-042c-432a-9266-4fbea2985629.PNG)
closed
2022-07-07T01:55:43Z
2022-07-10T03:18:55Z
https://github.com/babysor/MockingBird/issues/635
[]
yxwudi
2
paperless-ngx/paperless-ngx
machine-learning
7,946
[BUG] Backend fails if broker not accessible
### Description First, I'd like to express my sincere thanks for the effort you put into developing and maintaining this excellent software. For the past few days, I’ve been experiencing networking (DHCP) issues on the LAN side, which, as far as I understand, should not affect the Docker stack. However, since these...
closed
2024-10-17T06:38:48Z
2024-11-17T03:15:45Z
https://github.com/paperless-ngx/paperless-ngx/issues/7946
[ "not a bug" ]
vigne
3
Anjok07/ultimatevocalremovergui
pytorch
1,246
Tcl wasn't install properly
Hi mate! Thanks for your cool application I have some issues during installing release v.5.6 from your uploading link: https://github.com/Anjok07/ultimatevocalremovergui/releases/download/v5.6/UVR_v5.6.0_setup.exe after installation launch attempt failed with error ![image](https://github.com/Anjok07/ultim...
open
2024-03-19T11:49:55Z
2025-03-05T08:32:08Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1246
[]
nanak-giri-baba
3
huggingface/datasets
numpy
7,001
Datasetbuilder Local Download FileNotFoundError
### Describe the bug So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution I face a FileNotFoundError. I debug the code and it seems...
open
2024-06-25T15:02:34Z
2024-06-25T15:21:19Z
https://github.com/huggingface/datasets/issues/7001
[]
purefall
1
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
518
类别字典key是int型,不用转成str
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/blob/a0e73a739df5c7b1e3a6c1f2b55f8ed24e6a1d90/pytorch_object_detection/faster_rcnn/draw_box_utils.py#L54
closed
2022-04-13T03:08:29Z
2022-04-15T01:04:57Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/518
[]
weekstudy
2
statsmodels/statsmodels
data-science
9,207
ENH: inter_rater.fleiss_kappa p-values and confidence interval
ERROR: type should be string, got "https://stackoverflow.com/questions/78323943/statistic-values-of-fleiss-kappa-using-statsmodels-stats-inter-rater/78324041#78324041\r\n\r\nNote our fleiss_kappa includes also randolph's kappa, i.e. we would need p-values also for those.\r\n\r\n(needs reference, I have not looked at this in a long time)\r\n\r\ncopy from answer\r\n```\r\nimport numpy as np\r\nimport pandas as pd\r\nfrom statsmodels.stats.inter_rater import fleiss_kappa\r\nfrom scipy.stats import norm\r\n\r\nnp.random.seed(42)\r\n\r\ndata = {\r\n f'Item{i+1}': np.random.choice([0, 1, 2], size=30, p=[0.33, 0.33, 0.34]) for i in range(15)\r\n}\r\ndf = pd.DataFrame(data)\r\n\r\nformatted_data = {\r\n f\"Category {cat}\": [(df[item] == cat).sum() for item in df] for cat in range(3)\r\n}\r\nformatted_df = pd.DataFrame(formatted_data)\r\n\r\nkappa = fleiss_kappa(formatted_df.values)\r\n\r\ncategory_totals = formatted_df.sum(axis=1) \r\np = np.sum((category_totals / (30 * 15))**2) \r\n\r\nn = 15 \r\nk = 3 \r\nN = n * 30 \r\n\r\nvariance = (1 / (N * (n - 1))) * (N * p * (1 - p) + (n * (k - 1) * (p - (1 / k)**2)))\r\nif variance > 0:\r\n z_value = kappa / np.sqrt(variance)\r\n p_value = 2 * (1 - norm.cdf(np.abs(z_value)))\r\n z_critical = norm.ppf(0.975)\r\n margin_of_error = z_critical * np.sqrt(variance)\r\n lower_bound = kappa - margin_of_error\r\n upper_bound = kappa + margin_of_error\r\n\r\n print(\"Fleiss' kappa:\", kappa)\r\n print(\"Z-value:\", z_value)\r\n print(\"P-value:\", p_value)\r\n print(\"Confidence interval (95%):\", (lower_bound, upper_bound))\r\nelse:\r\n print(\"Variance calculation error: Non-positive variance\", variance)\r\n```\r\n```\r\nFleiss' kappa: -0.008536683290635389\r\nZ-value: -0.1312124600755962\r\nP-value: 0.8956072394628303\r\nConfidence interval (95%): (-0.13605194965657783, 0.11897858307530704)\r\n```"
open
2024-04-14T19:58:39Z
2024-05-08T22:14:34Z
https://github.com/statsmodels/statsmodels/issues/9207
[ "type-enh", "comp-stats" ]
josef-pkt
1
falconry/falcon
api
1,491
Falcon issue posting params unittest
I am not sure what I am doing wrong but not able to post params during unit-test. Below is my code. ``` config = {"config": "abc"} result = self.simulate_post(f"/path/{id}", params=config) ``` When I receive call to api, I get `None` for `req.get_params('config')`. Any Idea?
closed
2019-04-10T12:21:46Z
2019-05-06T05:19:03Z
https://github.com/falconry/falcon/issues/1491
[ "needs-information", "question" ]
praveenagre
2
pallets-eco/flask-sqlalchemy
sqlalchemy
1,063
Add an option to disable CamelCase to snake_case conversion
I noticed that Flask-SQLAlchemy converts class names from CamelCase to snake_case, but I think users should have an option to disable this behavior, because: 1. It's unintuitive, and most new developers assume that in relations they have to specify name of class as it is written in the code 2. It doesn't make sense f...
closed
2022-07-08T18:50:51Z
2022-07-23T00:15:55Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1063
[]
Mortasen
6
randyzwitch/streamlit-folium
streamlit
233
Uncaught app exception when using st_folium with hmac authentication and requests
First of all, thanks for the great tool! I ran into an error when using the following three components in the same streamlit app: - authentication with `hmac` - a `st_folium` map component - an api call with `requests` that returns json Plotting the map and making the api call in that sequence seems to be cl...
closed
2024-10-18T22:17:33Z
2024-11-04T13:42:11Z
https://github.com/randyzwitch/streamlit-folium/issues/233
[]
amedyukhina
4
deepfakes/faceswap
deep-learning
964
plaidml.dll OSError: [WinError 126] The specified module could not be found
I'm getting an error that it can't load plaidml.dll even though I already set the PLAIDML_NATIVE_PATH OS: Windows 10 64 bit File "C:\Users\CptLadiesMan\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\plaidml\__init__.py", line 174, in __ini...
closed
2020-01-18T08:04:24Z
2020-01-25T14:00:43Z
https://github.com/deepfakes/faceswap/issues/964
[]
CptLadiesMan
1
autogluon/autogluon
scikit-learn
4,390
Feature Selection in Tabular predictor failed when the number of trianing data is larger than the ''n_train_subsample' setting
Hi @Innixma When 'n_train_subsmaple' is set to 5000, and the number of train_data is larger than 5000, say, 40000, the following error is reported. ### **Error messages** File "C:\miniconda3\envs\ag100.tabular_mini\Lib\site-packages\autogluon\core\trainer\abstract_trainer.py", line 2583, in _proxy_model_feat...
closed
2024-08-15T02:51:57Z
2025-01-08T19:19:05Z
https://github.com/autogluon/autogluon/issues/4390
[ "bug", "module: tabular" ]
jmren168
10
keras-team/keras
deep-learning
20,878
Loss scale optimizer does not increment iterations
Loss scale optimizer does not automatically increment iteration counter when `apply` method is called. As a side effect, this breaks `evaluation_loss_vs_iterations` metric in TensorBoard when mixed precision is enabled. See example here: [colab](https://colab.research.google.com/gist/itmo153277/295f75633b6b4f5dd94850...
closed
2025-02-08T04:01:45Z
2025-02-15T19:28:09Z
https://github.com/keras-team/keras/issues/20878
[ "keras-team-review-pending", "type:Bug" ]
itmo153277
2
K3D-tools/K3D-jupyter
jupyter
247
Orbit camera doesn't rotate in detached window
Issue: * Camera rotation doesn't work in a detached window when in 'orbit' mode. * Camera rotates when starting a click-and-drag sequence in the detached and hovering over the jupyter window * Default camera mode works as expected * See video: ![k3d_camera](https://user-images.githubusercontent.com/921731/96851502...
closed
2020-10-22T09:33:34Z
2020-11-18T09:26:18Z
https://github.com/K3D-tools/K3D-jupyter/issues/247
[]
elor
3
KevinMusgrave/pytorch-metric-learning
computer-vision
188
set_to_eval in BaseTrainer should have the same form as set_to_train
The current form could lead to confusion or bugs.
closed
2020-08-31T13:16:02Z
2020-09-14T09:56:16Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/188
[ "enhancement", "fixed in dev branch" ]
KevinMusgrave
0
vaexio/vaex
data-science
1,849
Access and update values in vaex df
Hi, I was wondering if there is a way to do the following operation from pandas in vaex. `` df.values[list_row_index, list_column_index] += 1 `` Thanks
closed
2022-01-20T16:06:26Z
2022-02-01T15:56:47Z
https://github.com/vaexio/vaex/issues/1849
[]
MarcoAbbatangelo
5
HumanSignal/labelImg
deep-learning
1,000
alex- error labelimg
File "C:\Users\Utente\.conda\envs\labelimg\Lib\site-packages\labelImg\labelImg.py", line 1014, in zoom_request self.add_zoom(scale * units) File "C:\Users\Utente\.conda\envs\labelimg\Lib\site-packages\labelImg\labelImg.py", line 974, in add_zoom self.set_zoom(self.zoom_widget.value() + increment) File ...
open
2023-07-10T13:22:32Z
2023-07-18T01:19:13Z
https://github.com/HumanSignal/labelImg/issues/1000
[]
KITZUNEKURAMA
3
pytorch/pytorch
python
149,101
DISABLED test_donated_buffer1_dynamic_shapes (__main__.DynamicShapesAotAutogradFallbackTests)
Platforms: linux, mac, macos This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_donated_buffer1_dynamic_shapes&suite=DynamicShapesAotAutogradFallbackTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/38...
open
2025-03-13T03:45:33Z
2025-03-14T03:45:33Z
https://github.com/pytorch/pytorch/issues/149101
[ "triaged", "module: flaky-tests", "skipped", "oncall: pt2", "module: dynamo" ]
pytorch-bot[bot]
4
vvbbnn00/WARP-Clash-API
flask
10
ip优选
每次clash更新时,都会自动优选ip吗?
closed
2024-01-01T02:37:27Z
2024-01-05T06:49:19Z
https://github.com/vvbbnn00/WARP-Clash-API/issues/10
[]
hylyLLL
0
flairNLP/flair
pytorch
2,836
Can't download biomedical abstracts of HunFlair
Dear Flair developers, I try to process the biomedical NER datasets used in HunFlair and I use the code from flair/datasets/biomedical.py. While downloading the datasets, some requsts errors occur. I'm wondering if you can share the dataset directly in a google drive maybe? Thanks for your help!
closed
2022-06-24T18:36:57Z
2022-11-13T08:43:41Z
https://github.com/flairNLP/flair/issues/2836
[ "question", "wontfix" ]
possible1402
3
computationalmodelling/nbval
pytest
92
Use pytest assertion rewriting
Is there a way to make use of [pytest's pretty assertion rewriting](https://docs.pytest.org/en/latest/example/reportingdemo.html#tbreportdemo) with nbval?
open
2018-01-31T16:06:04Z
2018-11-01T17:01:04Z
https://github.com/computationalmodelling/nbval/issues/92
[]
gartentrio
5
Kludex/mangum
fastapi
80
[Feature Request] Support multiValueQueryStringParameters
API Gateway gives `multiValueQueryStringParameters` to lambda when QueryParameters are multiple parameters. However, mangum always passes `queryStringParameters` to `query_string` in ASGI's scope. I can create a PR if you want it to support multiple query parameters. ## Related Links https://aws.amazon.com/...
closed
2019-12-20T07:34:48Z
2019-12-29T21:24:37Z
https://github.com/Kludex/mangum/issues/80
[]
koxudaxi
6
huggingface/diffusers
pytorch
10,147
Support MV-Adapter for multi-view generation
### Model/Pipeline/Scheduler description [MV-Adapter](https://huanngzh.github.io/MV-Adapter-Page/) is a creative productivity tool that seamlessly transfer text-to-image models to multi-view generators. Highlights: - generate 768x768 multi-view images - work well with personalized models, LCM, ControlNet - suppo...
open
2024-12-08T02:59:06Z
2024-12-26T09:56:30Z
https://github.com/huggingface/diffusers/issues/10147
[ "New pipeline/model", "contributions-welcome" ]
huanngzh
1
tensorpack/tensorpack
tensorflow
967
[Q] the proper way of using tensorflow slim models?
I read the tutorial about model load/save. What I understand is that `tensorpack` basically uses a simple rule about model loading, which checks/matches tensors by their names. To make sure, please let me ask a few things: (1) Let's say I am applying ResNet 50 in `tensorflow.models.research.slim` to a custom datase...
closed
2018-11-05T09:06:54Z
2018-11-05T10:49:07Z
https://github.com/tensorpack/tensorpack/issues/967
[]
ywpkwon
4
activeloopai/deeplake
computer-vision
2,280
LFPW datasets
Hello, It is not clearly a bug, neither a missing feature so i did not know where to post this. I used deeplake library to download LFPW dataset and it works well. This dataset is composed of images and keypoints for each image. However, in the official website of this dataset (https://neerajkumar.org/databases/...
closed
2023-04-07T17:22:56Z
2023-06-18T17:26:17Z
https://github.com/activeloopai/deeplake/issues/2280
[ "bug" ]
Lunnor
13
mwaskom/seaborn
matplotlib
3,253
How to move the legend of sns.jointplot() with kind='kde'?
Hi, I am trying to move the legend of a jointplot, but none of the methods works. I tired ``` import seaborn as sns penguins = sns.load_dataset("penguins") sns.jointplot(data=penguins, x="bill_length_mm", y="bill_depth_mm", hue="species") ``` ![image](https://user-images.githubusercontent.com/339161...
closed
2023-02-09T17:51:06Z
2023-02-09T23:23:41Z
https://github.com/mwaskom/seaborn/issues/3253
[]
sorenwacker
4
open-mmlab/mmdetection
pytorch
12,023
How to convert MMdetection model to PyTorch?
After training an object detction model (e.g., Faster R-CNN or YOLO) using MMDetection, is there an optimal way to convert my .pth model to a standard PyTorch model, or should I rebuild it manually, layer by layer, and then load the weights?
open
2024-10-31T01:26:39Z
2025-01-03T07:45:49Z
https://github.com/open-mmlab/mmdetection/issues/12023
[]
nikitaSisikin
1
RobertCraigie/prisma-client-py
pydantic
116
Feature Parity with the TypeScript Client
- [ ] #10 - [x] #19 - [ ] #25 - [ ] #26 - [ ] #27 - [x] #28 - [ ] #31 - [x] #39 - [x] #42 - [x] #52 - [x] #53 - [x] #54 - [ ] #64 - [ ] #76 - [ ] #103 - [x] #106 - [ ] #107 - [x] #134 - [ ] #314 - [x] #434 - [ ] #676 - [ ] #714 - [x] #719 - [ ] #816 - [x] #994 - [ ] #127
open
2021-11-13T10:49:39Z
2024-08-27T18:27:11Z
https://github.com/RobertCraigie/prisma-client-py/issues/116
[ "kind/epic", "level/advanced", "priority/high" ]
RobertCraigie
3
lmcgartland/graphene-file-upload
graphql
2
Handle multiple file upload
Is this possible with the current implementation?
closed
2018-05-10T18:42:03Z
2018-05-10T19:20:04Z
https://github.com/lmcgartland/graphene-file-upload/issues/2
[]
mvanlonden
1
pytorch/pytorch
numpy
149,858
DISABLED test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_uint8 (__main__.TestForeachCUDA)
Platforms: linux, slow This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_uint8&suite=TestForeachCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/...
open
2025-03-24T15:42:19Z
2025-03-24T15:42:23Z
https://github.com/pytorch/pytorch/issues/149858
[ "triaged", "module: flaky-tests", "skipped", "module: mta" ]
pytorch-bot[bot]
1
babysor/MockingBird
deep-learning
210
服务器训练模型在本地继续训练后,报错
在服务器上训练的magicdata BS 84,训练到110K,。模型下载到本地,BS改为12,继续训练后,报错代码如下: 服务器训练采用的版本日期是10.24日。 F:\MockingBird\synthesizer\synthesizer_dataset.py:84: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting ...
closed
2021-11-11T08:31:48Z
2021-11-16T15:01:42Z
https://github.com/babysor/MockingBird/issues/210
[]
ferretgeek
5
huggingface/transformers
tensorflow
35,954
Can't use Trainer on mps device
### System Info version information: ``transformers -- 4.48.1`` ``torch -- 2.2.2`` ``accelerate -- 1.3.0`` ``system -- mac os 15.2 (24C101)`` ### Who can help? @muellerzr @SunMarc ### Information - [ ] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the...
closed
2025-01-29T10:23:46Z
2025-03-09T08:05:11Z
https://github.com/huggingface/transformers/issues/35954
[ "bug" ]
smartliuhw
2
ageitgey/face_recognition
python
1,435
Unable to open ./shape_predictor_68_face_landmarks.dat
* Python version: 3.10 * Operating System: windows 10 I am trying to get an executable file for my project through pyinstaller, but I am facing an error regarding the following model: shape_predictor_68_face_landmarks.dat Here is the error message I get: Traceback (most recent call last): File "tag2.py", l...
open
2022-07-31T08:03:56Z
2023-05-28T13:28:34Z
https://github.com/ageitgey/face_recognition/issues/1435
[]
Sherif-Sakran
1
kiwicom/pytest-recording
pytest
161
[BUG] VCR crashed completely
I get errors during 1 week on all environments and on all states in the past of project in tests that use pytest-recording. I have hardcoded versions in requirements.txt and didn't changed any of them. I get it absolutely unexpectedly. Help me, please, asap. It looks like something critical. Copy you complete trace...
closed
2024-12-29T19:20:52Z
2025-01-06T18:12:10Z
https://github.com/kiwicom/pytest-recording/issues/161
[ "Status: Review Needed", "Type: Bug" ]
mihalt
2
tensorpack/tensorpack
tensorflow
1,138
How to do multi-scale training efficiently
Hi, given a dataset with a fixed image size, I want to randomly scale the images for different batches so that the trained network is robust to images with different scales. Is there an efficient way to do it? I tried to use imgaug.randomresize, but clearly it is not batch-independently. Thanks!
closed
2019-04-11T20:16:57Z
2019-04-12T20:28:08Z
https://github.com/tensorpack/tensorpack/issues/1138
[ "usage" ]
yzpick
14
gradio-app/gradio
data-visualization
9,912
Gradio.File throws "Invalid file type" error for files with long names (200+ characters)
### Describe the bug `gradio.exceptions.Error: "Invalid file type. Please upload a file that is one of these formats: ['.***']"` When using the `gradio.File` component, files with names that exceed 200 characters (including the suffix) fail to be proceed. Even though the file is with the correct suffix), Gradio rai...
closed
2024-11-07T10:01:18Z
2024-11-07T18:52:21Z
https://github.com/gradio-app/gradio/issues/9912
[ "bug" ]
TakaSoap
0