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
aiortc/aiortc
asyncio
1,071
addTrack failing inside datachannel message receive handler
I have used the server folder in examples as a base point. Then I made a few modification to achieve the following (I'm interested only in audio part): 1. Browser only sends audio initially, and the track from remote peer (python server) is not added yet 2. On "Stop" button, datachannel is used to send a message "...
closed
2024-03-18T17:38:45Z
2024-03-19T18:30:22Z
https://github.com/aiortc/aiortc/issues/1071
[]
pushkarprasad007
0
autokey/autokey
automation
92
keyboard.send_keys(output) adds an unwanted enter (with Python 3)
## Classification: BUG ## Reproducibility: ALWAYS ## Summary See this topic https://groups.google.com/forum/#!topic/autokey-users/ukpgoLK7lGY ## Steps to Reproduce (text from topic) Following little script gives me the date of the next sunday. Working fine: commandstr="date \"+%Y-%m-%d\" --date=\"next sun\...
closed
2017-07-22T20:08:41Z
2018-05-21T00:10:15Z
https://github.com/autokey/autokey/issues/92
[]
MauroSteel
8
autogluon/autogluon
scikit-learn
4,950
Documentation omission: 'weight_decay' parameter support for TFT model
### Describe the issue linked to the documentation While working with TFT model, I discovered that although the main parameters and official documentation do not mention support for the `weight_decay` parameter, passing it actually routes the value to the underlying `gluonts` keyword arguments in the `TemporalFusionTr...
closed
2025-03-01T18:01:28Z
2025-03-03T11:03:28Z
https://github.com/autogluon/autogluon/issues/4950
[ "API & Doc", "Needs Triage" ]
Killer3048
2
raphaelvallat/pingouin
pandas
187
Diffrence Normality result between pingouin and SPSS
I run a comparison for the `Normality` both in pingouin and SPSS. However, I notice, the result produced between these two platform are different with `pingouin` Table for `int` ``` W pval normal 1 1.0 1.0 True (issue) 2 1.0 1.0 True 3 1.0 1.0 True ``` with index 1,2,3 denote ...
closed
2021-07-31T16:22:56Z
2021-08-03T06:59:46Z
https://github.com/raphaelvallat/pingouin/issues/187
[ "invalid :triangular_flag_on_post:" ]
balandongiv
4
koaning/scikit-lego
scikit-learn
207
[FEATURE] Bayesian Encoder -> PandasPipe maybe?
Encoding categorical features with one hot encoding (basically the only option available on scikit-learn) can be quite troublesome in many scenarios. Something that has been working very well for me lately is a Bayesian approach. For instance, data in this binary classification problem: ``` Column Class 'valu...
closed
2019-09-22T13:01:31Z
2020-02-14T08:34:31Z
https://github.com/koaning/scikit-lego/issues/207
[ "enhancement" ]
arthurpaulino
9
pyg-team/pytorch_geometric
deep-learning
8,779
torch_geometric.compile does not speed up training
### 🐛 Describe the bug I have run the scripts in [examples/compile] (https://github.com/pyg-team/pytorch_geometric/tree/master/examples/compile) to compare the performance of compile vs. not compiled. The improvement with the compiled model is only 4%. I am using PyTorch 2.1.2 and PyG 2.4.0 on a RTX3090. ### Version...
closed
2024-01-16T10:21:10Z
2024-12-28T19:14:49Z
https://github.com/pyg-team/pytorch_geometric/issues/8779
[ "bug", "compile" ]
mario-linov
5
keras-team/keras
data-science
20,548
ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5.
I am trying to convert the age_model_weights.h5 to onnx .But it give me the following error ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5. This is my code: import tensorflow as tf import tf2onnx import onnx from tensorflow.keras.models import load_...
closed
2024-11-26T05:30:25Z
2025-01-01T02:06:54Z
https://github.com/keras-team/keras/issues/20548
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
Gnanapriya2000
6
pytest-dev/pytest-cov
pytest
638
"Fail under check" is failing because of ignoring the precession config
I'm configuring coverage report in pyproject.toml like ``` [tool.coverage.report] precision = 1 ``` and trying to get json report with fail-under configured like ```poetry run pytest --cov --cov-append --cov-fail-under=80.2 --cov-report=json``` but in the following check, it's failing https://github.com...
open
2024-04-02T01:16:26Z
2024-04-17T12:19:27Z
https://github.com/pytest-dev/pytest-cov/issues/638
[]
tanaydin
0
ansible/awx
automation
14,951
Add `/api/v2/` link to service-index navigation view
##### ISSUE TYPE - New or Enhanced Feature ##### COMPONENT NAME - API ##### SUMMARY Add a link to `/api/v2/service-index/` which is added upstream in DAB in https://github.com/ansible/django-ansible-base/pull/188
open
2024-03-05T20:48:30Z
2024-03-06T18:42:29Z
https://github.com/ansible/awx/issues/14951
[ "component:api" ]
AlanCoding
0
vastsa/FileCodeBox
fastapi
22
主线上传bug
我clone了主线最新程序,运行后发现提示上传功能已关闭,.env也配置了,经测试,发现checkFile函数在判断是否允许上传时写的是`if (!this.enable)`,但是我在其他地方再没找到过this.enable这个变量,只找到了this.enableUpload这个变量,将此处修复后,可以上传文件。 上面bug修复后发现只能上传文件,不能上传文本。对比了一下release版本,发现checkFile函数是新增加的,release版本中并没有。问题应该出在checkFile函数默认传入的是文件了,在判断`if (file.size > this.fileSizeLimit)`时应该出错了,当file是文本时,应该没有....
closed
2022-12-27T03:28:36Z
2022-12-27T05:32:17Z
https://github.com/vastsa/FileCodeBox/issues/22
[]
wangjs-cool
2
plotly/dash-table
plotly
370
Clearing `filtering_settings` does not clear the by-column filter fields
From community [thread](https://community.plot.ly/t/clearing-filters-in-a-datatable/19381/2). Clearing the `filtering_settings` does not cause the by-column filter fields to be cleared. The table displays the right data but the fields themselves are showing the previous value. Expected resolution: - fixes the be...
closed
2019-02-12T14:21:46Z
2022-02-18T22:56:32Z
https://github.com/plotly/dash-table/issues/370
[ "dash-type-bug" ]
Marc-Andre-Rivet
7
seleniumbase/SeleniumBase
pytest
2,889
sb.uc_gui_handle_cf() gets stuck on Windows in 4.28.2
## `sb.uc_gui_handle_cf()` gets stuck on Windows in `4.28.2` A lock issue that for some reason didn't occur on macOS or Linux... Apparently https://pypi.org/project/fasteners/ on Windows doesn't prevent an outer process lock from skipping the same lock when called from an inner process. At least it's a weekend. �...
closed
2024-07-01T00:42:53Z
2024-07-01T01:39:40Z
https://github.com/seleniumbase/SeleniumBase/issues/2889
[ "bug", "UC Mode / CDP Mode" ]
mdmintz
1
deezer/spleeter
deep-learning
734
[Discussion] Why the input of the model is 44kHz in config file
From [FAQ](https://github.com/deezer/spleeter/wiki/5.-FAQ#why-are-there-no-high-frequencies-in-the-generated-output-files-), we know the model was trained on 11kHz. But in separation [code](https://github.com/deezer/spleeter/blob/a1708143c5b45b20cc2779a2259814369d79ed52/spleeter/separator.py#L378), the input audio of t...
closed
2022-02-25T08:12:48Z
2022-02-25T08:31:32Z
https://github.com/deezer/spleeter/issues/734
[ "question" ]
yzspku
1
onnx/onnx
pytorch
5,871
RandomUniform operator don't support float16
# Ask a Question ### Question I attempted to generate a graph utilizing a RandomUniform node with an input data type of float16, and attempted to conduct inference using the ONNX API. However, when invoking the onnxruntime.InferenceSession, I encountered a NotImplemented error. The relevant code snippet is provided...
closed
2024-01-22T02:47:45Z
2024-01-22T18:19:56Z
https://github.com/onnx/onnx/issues/5871
[ "question" ]
ZackWan
1
Miserlou/Zappa
flask
1,649
Zappa Should Accommodate Passing a RoleARN to CloudFormation
## Context For security purposes, there are certain permissions contexts where CloudFormation needs to be invoked by Role A, but Role A does not have the permissions required to fully spin up the stack, or to assume Role B, which does. In this case, AWS lets Role A specify that CloudFormation itself should assume Ro...
open
2018-10-12T12:14:24Z
2018-10-12T12:14:24Z
https://github.com/Miserlou/Zappa/issues/1649
[]
relwell
0
vanna-ai/vanna
data-visualization
432
chat history bug https://github.com/vanna-ai/vanna/discussions/428
https://github.com/vanna-ai/vanna/discussions/428
open
2024-05-10T08:28:24Z
2024-05-31T00:57:13Z
https://github.com/vanna-ai/vanna/issues/432
[ "bug" ]
AI-Mart
2
jupyter/docker-stacks
jupyter
2,114
Update images to Ubuntu 24.04 LTS
### What docker image(s) is this feature applicable to? docker-stacks-foundation ### What change(s) are you proposing? Use image ubuntu:24.04 to build from. ### How does this affect the user? Newer g++ versions higher than g++-11 can be installed via apt-get. ### Anything else? I develop a python package which u...
closed
2024-04-30T16:34:30Z
2024-07-10T10:30:13Z
https://github.com/jupyter/docker-stacks/issues/2114
[ "type:Enhancement", "status:Need Info" ]
lukasbehammer
4
encode/uvicorn
asyncio
1,384
Access logs for mounted apps doesnt not contain the root path
This change broke our monitoring a bit. We use FastAPI and mount a ASGI-app to `/graphql` route. Since access logs are not really useful for GraphQL we filter them out in our monitoring to avoid a lot of noise. Since this change access logs are logging `/` instead of `/graphql` which breaks this and makes our logs ve...
closed
2022-02-21T13:35:45Z
2022-09-11T13:37:16Z
https://github.com/encode/uvicorn/issues/1384
[ "bug", "help wanted" ]
euri10
4
liangliangyy/DjangoBlog
django
516
没有预览图吗?
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2021-10-30T15:54:35Z
2021-11-15T02:06:23Z
https://github.com/liangliangyy/DjangoBlog/issues/516
[]
majoson-chen
6
FactoryBoy/factory_boy
sqlalchemy
556
Integrity error with OneToOneField and RelatedFactory
#### Description I've tried to reproduce [this](https://factoryboy.readthedocs.io/en/latest/recipes.html#example-django-s-profile) simple example from factory_boy documentation with absolutely same case, but with few additional fields in my models. The case is OneToOneField implementation with RelatedFactory. I wrote...
closed
2019-01-11T07:32:47Z
2019-04-04T21:17:38Z
https://github.com/FactoryBoy/factory_boy/issues/556
[]
IngvarListard
1
explosion/spaCy
data-science
13,550
Spacy 3.7.5 not working with python 3.12.4
## How to reproduce the behaviour * Install spacy 3.7.5 * Use Python 3.12.4 * Run the example from the homepage ```py # pip install -U spacy # python -m spacy download en_core_web_sm import spacy # Load English tokenizer, tagger, parser and NER nlp = spacy.load("en_core_web_sm") # Process whole documents ...
closed
2024-06-30T18:29:20Z
2024-10-15T00:02:52Z
https://github.com/explosion/spaCy/issues/13550
[]
Snawe
7
ranaroussi/yfinance
pandas
2,152
Screener
### Describe bug Hello, I have been trying to find a way to create a list of all securities on yahoo finance. I thought that screener with a custom query would be able to do this but the screener.response only returns up to 250 results. Is there a way to retrieve all values? Thank you for the package. ### Simple co...
closed
2024-11-26T01:20:52Z
2025-01-26T21:25:01Z
https://github.com/ranaroussi/yfinance/issues/2152
[]
24thronin
2
keras-team/keras
machine-learning
20,809
Tensorboard not working with Trainer Pattern
I'm using the Keras Trainer pattern as illustrated [here](https://keras.io/examples/keras_recipes/trainer_pattern/). The issue when using this pattern is that when you use Tensorboard only the top level weights are being recorded. The reason for this is that `Tensorboard` is recording the weights for the all the laye...
open
2025-01-24T09:58:16Z
2025-02-27T17:18:14Z
https://github.com/keras-team/keras/issues/20809
[ "stat:awaiting keras-eng", "type:Bug" ]
GeraudK
7
strawberry-graphql/strawberry-django
graphql
85
Authentication methods fail when trying to return None
Using `0.3rc1` and when trying to log in: 1. The username must match exactly, or 2. If the user doesn't exist The backend will try to return `None`, but the schema doesn't allow this and provides the following rejection: > "Cannot return null for non-nullable field Query.login." I'm on a fresh project using D...
closed
2022-01-21T10:35:08Z
2022-01-21T12:04:53Z
https://github.com/strawberry-graphql/strawberry-django/issues/85
[]
LaughDonor
2
chaos-genius/chaos_genius
data-visualization
411
[BUG] Inconsistent Last Updated between Anomaly and Deepdrills
## Describe the bug In some cases, the last updated for DeepDrills is ahead of Anomaly by one day. This is not true as both have the same data.
closed
2021-11-16T05:04:26Z
2021-11-16T05:13:40Z
https://github.com/chaos-genius/chaos_genius/issues/411
[]
kartikay-bagla
0
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,855
[Bug]: PuLID ControNet model VRAM Leak
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] 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 - [X] The issue has not been reported before...
open
2024-05-21T08:33:11Z
2024-05-21T08:33:11Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15855
[ "bug-report" ]
inspire-boy
0
huggingface/datasets
pytorch
7,360
error when loading dataset in Hugging Face: NoneType error is not callable
### Describe the bug I met an error when running a notebook provide by Hugging Face, and met the error. ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[2], line 5 3 # Load the enhancers dat...
open
2025-01-07T02:11:36Z
2025-02-24T13:32:52Z
https://github.com/huggingface/datasets/issues/7360
[]
nanu23333
5
tensorflow/tensor2tensor
deep-learning
1,408
{BUG} High Validation Accuracy but rubbish decoding
### Description I implemented a new problem and while training I get high accuracy more than 80%, but during decoding I got rubbish. Is there a bug in decoding ? ### Environment information ``` OS: Ubuntu $ pip freeze | grep tensor mesh-tensorflow==0.0.4 tensor2tensor==1.11.0 tensorboard==1.12.0 tensorfl...
closed
2019-01-24T14:48:46Z
2020-02-04T18:09:36Z
https://github.com/tensorflow/tensor2tensor/issues/1408
[]
agemagician
22
streamlit/streamlit
streamlit
9,917
Use index value instead of row position in `session_state` of `st.data_editor`
### 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 index number in the edited and delete row...
open
2024-11-24T22:42:16Z
2024-11-25T14:03:21Z
https://github.com/streamlit/streamlit/issues/9917
[ "type:enhancement", "feature:st.data_editor" ]
mhupfauer
3
gevent/gevent
asyncio
1,287
Semaphore does not check and notify callbacks on rawlink()
* gevent version: 1.3.6 * Python version: 3.7.0 from archlinux repos * Operating System: Linux 4.18.7-arch1-1-ARCH ### Description: `gevent.wait([semaphore])` does not yield when the semaphore is already ready. This raises that it would block forever ```python import gevent.monkey gevent.monkey.patch_all(...
closed
2018-10-12T09:03:49Z
2018-10-19T12:56:01Z
https://github.com/gevent/gevent/issues/1287
[]
danmilon
3
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,652
[Feature Request]: New fork for support of intel processors
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I have an intel pc and would like to be able to use the newest versions of WebUI, the current fork for intel processors is stuck at 1.6.0 and doesn't seem li...
open
2024-11-14T03:36:48Z
2024-11-14T03:37:29Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16652
[ "enhancement" ]
FrozenMode
0
deepinsight/insightface
pytorch
2,151
about jmlr render mesh?
How can I get the jmlr render mesh from predict 3d verts. whether I need some base model like the facial triangle indices ?
open
2022-10-26T06:07:02Z
2024-03-15T08:53:23Z
https://github.com/deepinsight/insightface/issues/2151
[]
miaoYuanyuan
1
suitenumerique/docs
django
354
Create contributing.md
Anthony gave a lot of guidelines on how to contribute on this PR: https://github.com/numerique-gouv/impress/pull/340 It's be great to formalize that into a CONTRIBUTING.md file at the root of the repo that we reference to people who start making prs.
closed
2024-10-17T16:00:10Z
2024-10-18T07:33:40Z
https://github.com/suitenumerique/docs/issues/354
[ "documentation", "duplicate", "good first issue" ]
virgile-dev
1
amisadmin/fastapi-amis-admin
fastapi
127
Pydantic 2 support?
SQLModel does not support Pydantic 2 but in your sources, I saw using Pydantic 2 Do you use https://github.com/tiangolo/sqlmodel/pull/632 ? Does your library support SQLAlchemy 2? can explain please, I try to help to adapt, but not understand if this is needed or not.
closed
2023-09-25T15:07:06Z
2023-09-25T15:27:34Z
https://github.com/amisadmin/fastapi-amis-admin/issues/127
[]
MatsiukMykola
2
erdewit/ib_insync
asyncio
79
bracketOrder functionality
Hello How to use the bracketOrder function to buy stocks? I dont understand the documentation for this particular function. Here is my code: ` contract = Stock(ticker, 'SMART', 'USD') #Number of stock i have in portfolio count = n_stock[ticker] ib.qualifyContracts(contract) order = bracketOrder('SELL', count, ...
closed
2018-07-24T06:23:02Z
2018-07-28T07:42:34Z
https://github.com/erdewit/ib_insync/issues/79
[]
PeterGardas
2
httpie/cli
api
904
`http: error: InvalidSchema: Missing dependencies for SOCKS support.` despite installing requests[socks]
I followed the documentation's instructions to install `requests[socks]` with `pip -U requests[socks]`, but I'm still getting the error. ``` $ http --version 0.9.8 ``` Using Ubuntu 18.04 with the following env vars set: ``` $ env | grep -i proxy HTTP_PROXY=socks5h://localhost:8118 FTP_PROXY=socks5h://loc...
closed
2020-04-27T14:02:00Z
2020-06-18T22:57:20Z
https://github.com/httpie/cli/issues/904
[ "packaging" ]
cl-ax
5
minivision-ai/photo2cartoon
computer-vision
55
一个关于batch问题
closed
2021-06-15T07:21:10Z
2021-07-21T05:12:39Z
https://github.com/minivision-ai/photo2cartoon/issues/55
[]
deepdreamerzhang
0
Anjok07/ultimatevocalremovergui
pytorch
782
Unknown Error
Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: Fail: "[ONNXRuntimeError] : 1 : FAIL : bad allocation" Traceback Error: " File "UVR.py", line 4716, in process_start File "separate.py", line 287, in seperate File...
open
2023-09-08T07:10:43Z
2023-09-08T07:10:43Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/782
[]
UltimateAmitieKaiNiC
0
ultralytics/ultralytics
deep-learning
19,305
Ultralytics memory problem
how to minimize the memory usage of gpu while training other than setting parameter of workers?
closed
2025-02-19T05:13:32Z
2025-02-21T05:05:12Z
https://github.com/ultralytics/ultralytics/issues/19305
[ "bug", "segment", "detect" ]
abhishekb-weboccult
11
StackStorm/st2
automation
5,910
pip_opts does't work
### STACKSTORM VERSION 3.8.0 Paste the output of ``st2 --version``: ##### OS, environment, install method docker-compose ## Steps to reproduce the problem configfile: [actionrunner] pip_opts = -i https://pypi.tuna.tsinghua.edu.cn/simple,--no-cache-dir,--disable-pip-version-check,--trusted-host=p...
closed
2023-02-21T09:08:48Z
2023-02-22T01:46:03Z
https://github.com/StackStorm/st2/issues/5910
[ "bug" ]
zhenglisai
3
itamarst/eliot
numpy
499
Accept non-string keys in dictionaries in JSON output
Python's `json` supports this by default. `orjson` does not, so this is a backwards incompatibility in 1.15.
open
2023-11-20T13:49:29Z
2023-11-20T13:49:29Z
https://github.com/itamarst/eliot/issues/499
[]
itamarst
0
scrapy/scrapy
web-scraping
6,065
Specifies the path of the crawler file to run
When I create multiple crawler files with the same name, I can specify the path? I want to run ./spriders/hao_kan_shi_pin/user_video.py ![11111](https://github.com/scrapy/scrapy/assets/118948488/ec99aff0-b6c8-41a1-87e2-06bfd56ca495) ![22222](https://github.com/scrapy/scrapy/assets/118948488/1aed9cba-a974-452c-9f43-...
closed
2023-09-25T08:04:08Z
2023-09-26T09:23:07Z
https://github.com/scrapy/scrapy/issues/6065
[]
PShiYou
4
open-mmlab/mmdetection
pytorch
11,712
"CoDINOHead is not registered" occurs when running the codetr model.
The error occurred during training of the CODETR model. File "j:/迅雷下载/mmdetection-3.3.0/mmdetection-3.3.0/tools/train.py", line 123, in <module> main() File "j:/迅雷下载/mmdetection-3.3.0/mmdetection-3.3.0/tools/train.py", line 112, in main runner = Runner.from_cfg(cfg) File "C:\Users\322\.conda\envs\fz4...
open
2024-05-14T09:07:35Z
2024-05-21T16:23:51Z
https://github.com/open-mmlab/mmdetection/issues/11712
[]
deadeye8858
1
bmoscon/cryptofeed
asyncio
969
Can I use to get the stream of unconfirmed transactions?
Hi, Can I use this to get unconfirmed transaction (i.e. as in here wss://ws.blockchain.info/inv) and potentially market orders. I searched over the repo but couldn't find this so I am guessing that this is not possible. Thanks!
open
2023-04-21T11:03:02Z
2023-04-21T11:03:16Z
https://github.com/bmoscon/cryptofeed/issues/969
[ "question" ]
drljem
0
PokeAPI/pokeapi
graphql
931
Idea: Evolution chains to include Version information
I have recently run into this issue - I don't think it's possible to determine in which version an evolution chain has been added or rather: is applicable to. This can be especially problematic when dealing with location based evolutions such as Eevee or Nosepass. At the moment, if I wanted to only show evolution de...
open
2023-09-30T18:27:34Z
2023-10-02T11:56:17Z
https://github.com/PokeAPI/pokeapi/issues/931
[]
helblinglilly
2
pallets-eco/flask-wtf
flask
384
reCaptcha blocked in some countries - need configurable URL
As per this reCaptcha FAQ: https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally Currently it appears to be hard-coded. Making this configurable would be a big help.
closed
2019-11-25T16:45:37Z
2021-11-22T00:39:46Z
https://github.com/pallets-eco/flask-wtf/issues/384
[ "recaptcha" ]
mdsteveb
3
tqdm/tqdm
pandas
1,555
Proposal: setting of info, without needing `pbar` object
- [x] I have marked all applicable categories: + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [x] new feature request - [x] I have visited the [source website], and in particular rea...
open
2024-02-27T07:50:02Z
2024-12-01T11:24:31Z
https://github.com/tqdm/tqdm/issues/1555
[]
sradc
1
bmoscon/cryptofeed
asyncio
628
Bug with L2 Orderbook on dYdX
**Describe the bug** There is a bug in parsing the orderbooks from dYdX via websockets. If you run it for awhile, you see best bid > best ask and also price levels where the size 0. I suspect it is not handling price levels with size 0 properly (it should be deleted). The initial snapshot might already include pr...
closed
2021-09-15T04:02:13Z
2021-09-15T22:26:30Z
https://github.com/bmoscon/cryptofeed/issues/628
[ "bug" ]
mchangun
3
vaexio/vaex
data-science
1,534
[BUG-REPORT] fillna not work
In [11]: df['ff']=df['ff'].fillmissing('missing') In [12]: df.ff Out[12]: Expression = ff Length: 14 dtype: string (column) --------------------------------- 0 a 1 2 3 b 4 c ... 9 a 10 Aa 11 BB 12 BB 13 BB In [13]: df = df.fillna(value='missing', column_names=['ff']) In [14...
closed
2021-08-24T08:34:15Z
2021-08-24T18:33:40Z
https://github.com/vaexio/vaex/issues/1534
[]
gaodianzhuo
3
jupyter-widgets-contrib/ipycanvas
jupyter
240
method name typo in documentation
on the page https://ipycanvas.readthedocs.io/en/latest/drawing_shapes.html it says: `fill_styled_rect(x, y, width, height, color, alpha):` but looking at the API it probably should be `fill_styled_rects(x, y, width, height, color, alpha):` i.e. with "rects" instead of "rect" Stumbled upon that while do...
closed
2022-01-12T22:59:11Z
2022-01-14T16:08:31Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/240
[]
gittar
3
vanna-ai/vanna
data-visualization
255
not able to display Chinese?
Why try to display the column which contains Chinese I got below error: Traceback (most recent call last): File "/Users/xx/anaconda3/envs/vanna/lib/python3.9/site-packages/vanna/flask.py", line 226, in generate_plotly_figure fig = vn.get_plotly_figure(plotly_code=code, df=df, dark_mode=False) File "/Users/...
closed
2024-02-23T08:14:04Z
2024-04-02T01:43:16Z
https://github.com/vanna-ai/vanna/issues/255
[ "bug" ]
njalan
3
davidsandberg/facenet
tensorflow
625
How to choose the far_target
I was wondering if the far_target is chosen in a random way or someway else. I am currently running FaceNet with my own face dataset, but I got a bad validation rate (14%) when I use 1e-3 as the far_target, and in this case my threshold was 0.25, it is strange. I though the threshold should be 1.021.
closed
2018-01-22T13:30:12Z
2018-04-01T21:29:09Z
https://github.com/davidsandberg/facenet/issues/625
[]
LiuNull
3
horovod/horovod
machine-learning
3,968
Distributed Models guide with Gloo has disappeared
Hi, Looks like spell.ml no longer has a web presence? If there's a copy on how to run distributed models using Gloo (listed here: https://horovod.readthedocs.io/en/latest/summary_include.html#gloo under Guides) that would be great to see. Thanks!
closed
2023-07-27T14:39:06Z
2023-08-31T10:39:47Z
https://github.com/horovod/horovod/issues/3968
[]
jthiels
0
graphdeco-inria/gaussian-splatting
computer-vision
1,016
Evaluation Images link
closed
2024-10-17T03:57:13Z
2024-10-17T04:54:41Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1016
[]
sumit171993
0
biolab/orange3
pandas
6,183
Prediction widget does not export eval result.
**What's wrong?** Described as the issue title. **How can we reproduce the problem?** ![image](https://user-images.githubusercontent.com/170311/197923885-823ede03-5d02-44f8-a466-65037072f9c4.png) ![image](https://user-images.githubusercontent.com/170311/197924061-d3b9de6f-4a06-46c8-902b-e3f43662ba40.png)...
closed
2022-10-26T02:57:29Z
2022-11-14T09:21:24Z
https://github.com/biolab/orange3/issues/6183
[ "bug report" ]
leaf918
4
tflearn/tflearn
tensorflow
790
Module 'tflearn' has no attribute 'get_layer_variables_by_scope'
I am trying to compile the GAN from tflearn, but i am getting the error: `'tflearn' has no attribute 'get_layer_variables_by_scope'` This is the code: ``` """ GAN Example Use a generative adversarial network (GAN) to generate digit images from a noise distribution. References: - Generative adversarial n...
open
2017-06-11T10:22:54Z
2017-07-25T09:37:08Z
https://github.com/tflearn/tflearn/issues/790
[]
imswiming
4
scikit-learn/scikit-learn
python
30,785
SequentialFeatureSelector fails on text features even though the estimator supports them
### Describe the bug When a model can handle the data type (may it be text or NaN), `SequentialFeatureSelector` appears to be performing its own validation ignoring the capability of the model and apparently always insists that everything must be numbers. `cross_val_score` appears to be working so it's `SequentialFeat...
open
2025-02-08T00:48:33Z
2025-02-12T07:38:14Z
https://github.com/scikit-learn/scikit-learn/issues/30785
[ "Bug", "Needs Info" ]
sktin
7
encode/databases
sqlalchemy
321
Async connection created callback
I need to issue a set of SQL commands at the start of each connection, e.g. to set up the search path. Currently it looks like this can only be done by subclassing `Database` and completely reimplementing its `connection` method to return a subclass of `Connection` that overrides `__aenter__`. Would it be acceptable to...
closed
2021-04-05T10:11:29Z
2021-04-05T14:41:06Z
https://github.com/encode/databases/issues/321
[]
alicederyn
1
amidaware/tacticalrmm
django
1,370
Documentation Fail2Ban Issue
The regex for the fail2ban filter in the documentation is not ideal. I have a device with "200" in its name, which triggers the ignoreregex resulting in not being banned. My suggestion would be to change it to: ``` tacticalfail2banfilter="$(cat << EOF [Definition] failregex = ^<HOST>.*400.17.*$ ignoreregex = ^<...
closed
2022-12-09T15:46:36Z
2022-12-09T17:07:00Z
https://github.com/amidaware/tacticalrmm/issues/1370
[]
christophsanz
3
jadore801120/attention-is-all-you-need-pytorch
nlp
110
Have some confuse about dec_enc_attn_mask
I think the dec_enc_attn_mask should be like this [[[0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1], ...
closed
2019-07-22T14:53:29Z
2019-12-22T14:22:58Z
https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/110
[]
wangleiai
2
automl/auto-sklearn
scikit-learn
1,072
bug report
Hi: The following error report occurs when I use AutoSklearn2Classifier: ``` ~/envs/nn/lib/python3.7/site-packages/autosklearn/experimental/askl2.py in fit(self, X, y, X_test, y_test, metric, feat_type, dataset_name) 331 dataset_name=None): 332 --> 333 with open(selector_file, 'rb') a...
closed
2021-02-03T09:53:18Z
2021-02-18T06:26:45Z
https://github.com/automl/auto-sklearn/issues/1072
[ "bug" ]
weir12
2
gradio-app/gradio
data-science
10,713
The progress bar still exists when the backend raise an error
### Describe the bug In the previous version (5.12.0), when an error was raised, the progress bar would immediately disappear and display a closable alert. gradio 5.20.0 ![Image](https://github.com/user-attachments/assets/62fb676a-ea14-42a3-9519-aa0668213a1e) gradio 5.12.0 ![Image](https://github.com/user-attachment...
closed
2025-03-03T11:40:38Z
2025-03-04T22:17:14Z
https://github.com/gradio-app/gradio/issues/10713
[ "bug", "Regression" ]
Col0ring
1
d2l-ai/d2l-en
machine-learning
2,617
Question about showing picture of jupyter in pycharm
This is a great job, I like it! But I have met some problem in **showing picture of jupyter locally in my pycharm**. The case is, every picture in my jupyter is in the form of `../img/picture_name`, which result in the failure of showing picture. ![image](https://github.com/user-attachments/assets/765fe8e2-b211-4...
open
2024-08-29T10:28:16Z
2024-08-29T10:28:16Z
https://github.com/d2l-ai/d2l-en/issues/2617
[]
chenzhigang00
0
grillazz/fastapi-sqlalchemy-asyncpg
sqlalchemy
96
migrate to pydantic 2
closed
2023-07-07T17:49:57Z
2023-07-07T18:39:33Z
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/96
[ "enhancement" ]
grillazz
0
sczhou/CodeFormer
pytorch
274
The image under final_result is not clear but the restored_faces are clear
I tried the repo. It is very good. However, it is strange that the images under final_results are not clear but the images under restored_faces are clear. `python inference_codeformer.py -w 0.7 --input_path ./inputs/whole_imgs/00.jpg` final_results ![00](https://github.com/sczhou/CodeFormer/assets/140383824/542...
closed
2023-07-24T08:11:53Z
2024-02-22T07:19:06Z
https://github.com/sczhou/CodeFormer/issues/274
[]
fomohodl2022
10
yinkaisheng/Python-UIAutomation-for-Windows
automation
94
如何遍历弹出的window 的内容
点击button后弹出的window(没有标题) 的内容如何遍历? 我已经知道怎么找到
closed
2019-09-06T13:22:39Z
2019-09-07T07:09:53Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/94
[]
nickwu2008
1
python-visualization/folium
data-visualization
1,752
Can popup trigger GroupedLayerControl ?
I have multiple polyline in my map and some of them are highly overlapped, I want to click one polyline that other polylines can disappear to make the target polyline more clear I think GroupedLayerControl can do the similar thing but it seems that it cannot trigger by popup Are there any solutions? thanks
closed
2023-04-27T13:07:09Z
2023-05-17T10:28:45Z
https://github.com/python-visualization/folium/issues/1752
[]
jamiechoi1995
1
Kanaries/pygwalker
pandas
678
There is a problem in pygwalker-offline-example.
In your pygwalker-offline-example project, there is a bug when starting it. **Error** TypeError Traceback (most recent call last) Cell In[5], [line 1](vscode-notebook-cell:?execution_count=5&line=1) ----> [1](vscode-notebook-cell:?execution_count=5&line=1) walker = pyg.walk( [2](v...
closed
2025-03-05T08:59:32Z
2025-03-06T08:32:18Z
https://github.com/Kanaries/pygwalker/issues/678
[]
vanbolin
1
samuelcolvin/watchfiles
asyncio
318
Undetected modifications to MSSQL databases on Windows
### Description I tested on Ubuntu (via WSL) where changes to the `company.mdf` and `company_log.ldf` files were detected when performing CRUD operations on the MSSQL `company` database. Now on Windows, although the creation and deletion of the `company` database is detected, but the modifications are not. ###...
closed
2024-12-09T14:10:45Z
2024-12-12T14:34:28Z
https://github.com/samuelcolvin/watchfiles/issues/318
[ "bug" ]
joelabreurojas
4
abhiTronix/vidgear
dash
333
[Proposal]: Rename `output_filename` to `output` in WriteGear API
### Issue guidelines - [X] I've read the [Issue Guidelines](https://abhitronix.github.io/vidgear/latest/contribution/issue/#submitting-an-issue-guidelines) and wholeheartedly agree. ### Issue Checklist - [X] I have searched open or closed [issues](https://github.com/abhiTronix/vidgear/issues) and found nothing...
closed
2022-08-24T11:04:00Z
2023-01-03T08:55:23Z
https://github.com/abhiTronix/vidgear/issues/333
[ "ENHANCEMENT :zap:", "SOLVED :checkered_flag:", "PROPOSAL :envelope_with_arrow:" ]
abhiTronix
1
django-oscar/django-oscar
django
3,828
XSS in option name
### Issue Summary There is an XSS security issue as demonstrated in the below POC video https://drive.google.com/file/d/1F4rGIsBkFnf7ENJC68ci2VfIpeGUaYHV/view?usp=sharing django-oscar allows user to include JavaScript code on 'Option' feature. ### Steps to Reproduce 1. Build your own django oscar shop like i...
closed
2021-12-17T00:44:30Z
2022-01-30T03:46:01Z
https://github.com/django-oscar/django-oscar/issues/3828
[]
ktg9
2
thp/urlwatch
automation
84
Using Remote urls.yaml File
I'm having an issue with setting the target variable for my urls.yaml file. I was trying to point it to my web server so that I could modify the urls I want to use even when I'm not on my home machine. I keep getting an error everytime I set the urls_yaml variable on line 51. ``` SyntaxError: invalid syntax File "...
closed
2016-07-26T23:30:26Z
2016-07-27T14:14:00Z
https://github.com/thp/urlwatch/issues/84
[]
goodgrowth
2
yt-dlp/yt-dlp
python
12,016
Noodle Magazine - Unable to download webpage: HTTP Error 403: Forbidden
### 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 that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
open
2025-01-07T04:13:06Z
2025-01-11T16:32:05Z
https://github.com/yt-dlp/yt-dlp/issues/12016
[ "NSFW", "site-bug", "triage" ]
GrungyBitmaps
3
serengil/deepface
machine-learning
1,401
[BUG]: The code comment is incorrect
### Before You Report a Bug, Please Confirm You Have Done The Following... - [X] I have updated to the latest version of the packages. - [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ...
closed
2024-12-18T05:29:10Z
2024-12-18T07:32:24Z
https://github.com/serengil/deepface/issues/1401
[ "bug" ]
dohyeonYoon
0
labmlai/annotated_deep_learning_paper_implementations
deep-learning
254
connection timed out
https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/999f2036a5a7c54403352211b5d1cc0df42b83f6/labml_nn/neox/checkpoint.py#L22 It seems the above url is no longer working.
open
2024-05-22T15:04:06Z
2024-05-22T15:04:06Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/254
[]
cxw-droid
0
JaidedAI/EasyOCR
machine-learning
1,271
Support for rocm amd gpu card
Pytorch is now very good with rocm how we can adapt to use rocm graphic cards with it ?
open
2024-06-21T13:55:12Z
2024-06-23T15:24:37Z
https://github.com/JaidedAI/EasyOCR/issues/1271
[]
remixmabix
1
tiangolo/uvicorn-gunicorn-fastapi-docker
pydantic
250
Runtime Error: Can't start new thread
After a while when using Docker image, during Build, when trying to upgrade PIP or install packages I get a runtime error. I've upgrade to python version 3.10 and 3.11 and still getting the same issue. ![image](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/assets/98499334/fe184850-f7c0-4f1d-88a0-5b088...
closed
2023-08-28T03:54:16Z
2024-08-25T04:17:09Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/250
[]
ABEHW
2
rougier/matplotlib-cheatsheet
data-visualization
5
Error in Matplotlib Cheatsheet?
Think there may be an error in your cheatsheet. The legend locations seem to be different than those in the matplotlib documentation: https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.pyplot.legend.html#:~:text=matplotlib.pyplot.legend%20%C2%B6%20%20%20%20Location%20String%20,%20%203%20%207%20more%20rows%20
closed
2021-01-12T16:49:16Z
2021-01-12T16:50:19Z
https://github.com/rougier/matplotlib-cheatsheet/issues/5
[]
zfasnacht1013
1
2noise/ChatTTS
python
789
zero-shot 在不同环境下同样的音频采样值不一样
通过下述代码进行采样: ```python spk_smp = chat.sample_audio_speaker(load_audio(audio_path, 24000)) ``` 采样的结果在本地没有问题,在基于pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime 镜像的容器中会短一点,然后生成的音频有很明显的噪音
open
2024-10-17T05:02:57Z
2024-10-17T17:05:23Z
https://github.com/2noise/ChatTTS/issues/789
[ "documentation", "algorithm" ]
superstring
1
ahmedfgad/GeneticAlgorithmPython
numpy
271
Manipulate solution before saving it as parent
Hi, Thank you for this wonderful lib. I'm experimenting with PyGAD on a scheduling problem, and I'm facing a bit of difficulty. My fitness function performs a multi-agent simulation (using python lib "mesa"), takes an input planning and returns a single score. The challenge I'm facing is that the input (="theo...
open
2024-02-01T18:51:25Z
2024-04-09T14:36:38Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/271
[ "question" ]
Overdrivr
5
BlinkDL/RWKV-LM
pytorch
203
huggingface无法使用
作者您好,由于国内huggingface目前无法使用,想问一下有没有别的地方可以稳定下载模型?
open
2023-11-20T03:56:50Z
2023-11-21T13:09:56Z
https://github.com/BlinkDL/RWKV-LM/issues/203
[]
x19990416
1
StackStorm/st2
automation
5,133
YaqlEvaluationException: Unable to evaluate expression '<%= obj.flashvars %>'. YaqlGrammarException: Parse error: unexpected '=' at position 0 of expression '= obj.flashvars
## SUMMARY There are some problems with Orquesta workflow execution ```python { "output": null, "errors": [ { "type": "error", "message": "YaqlEvaluationException: Unable to evaluate expression '<%= obj.flashvars %>'. YaqlGrammarException: Parse error: unexpected '=' at position 0 of expre...
closed
2021-01-29T01:47:35Z
2022-03-29T08:40:21Z
https://github.com/StackStorm/st2/issues/5133
[ "status:to be verified", "stale" ]
h7hac9
5
OpenInterpreter/open-interpreter
python
866
Openllm support
### Is your feature request related to a problem? Please describe. At the moment, despite openllm having OpenAI compatibility, the code doesn't work with it. ### Describe the solution you'd like Openllm to be supported (in theory this should be a quick fix). ### Describe alternatives you've considered _No response...
closed
2024-01-03T21:03:10Z
2024-01-03T21:14:38Z
https://github.com/OpenInterpreter/open-interpreter/issues/866
[ "Enhancement" ]
Speedway1
2
openapi-generators/openapi-python-client
fastapi
1,229
"model_type" error when encountering "items": false
**Describe the bug** According to the openapi 3.1 specification, tuples should be modeled using the `"prefixItems"` field with the `"items"` field being set to `false` ([spec](https://json-schema.org/understanding-json-schema/reference/array#additionalitems)). However this causes a "model_type" error as the generator...
open
2025-03-19T14:39:37Z
2025-03-19T14:39:37Z
https://github.com/openapi-generators/openapi-python-client/issues/1229
[]
Ichmed
0
coqui-ai/TTS
pytorch
3,722
Can't install TTL on Windows 11: Could not build wheels for TTS
### Describe the bug ``` C:\Python311\include\pyconfig.h(207): fatal error C1083: Impossible d'ouvrir le fichier includeÿ: 'basetsd.h'ÿ: No such file or directory error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\cl.exe'...
closed
2024-05-07T12:31:34Z
2024-11-10T14:26:19Z
https://github.com/coqui-ai/TTS/issues/3722
[ "bug", "wontfix" ]
DarthJahus
12
cchen156/Learning-to-See-in-the-Dark
tensorflow
74
Is it possible to apply PNG images as inputs?
Thanks for your great work! I tried to apply the pretrained model to enhance PNG format images, but outputs were weird. Is is caused by the model trained on RAW data? ![image](https://user-images.githubusercontent.com/33931693/55058863-3d9df280-50a8-11e9-87df-73c7b076cdfd.png) Is there a way to apply this network ...
closed
2019-03-27T07:54:28Z
2019-03-27T08:32:35Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/74
[]
Qide
2
WeblateOrg/weblate
django
13,502
Duplicate security scheme objects in generated OpenAPI schema
### Describe the issue Weblate's log emits warnings about components with identical names whenever a client sends a GET request to `/api/docs/`. ```txt nginx stdout | 172.19.0.1 - - [14/Jan/2025:13:50:09 +0000] "GET /api/docs/ HTTP/1.1" 200 657 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/...
closed
2025-01-14T14:24:06Z
2025-01-14T16:27:23Z
https://github.com/WeblateOrg/weblate/issues/13502
[ "bug" ]
walpox
1
noirbizarre/flask-restplus
api
565
applying nginx with ssl resulting swagger says No API definition provided.
I have implemented nginx and ssl , but when I run the swagger UI it says No API definition provided
closed
2018-12-18T14:53:28Z
2020-02-18T10:10:22Z
https://github.com/noirbizarre/flask-restplus/issues/565
[]
bilalbayasut
6
proplot-dev/proplot
data-visualization
443
path effects not pretty
### Description Hi, I found that the path effects around title are sometime not as pretty as the default ones in matplotlib. I really like this feature in proplot so it would be nice if we can fix this. Below, I show an example where the path effect shows a weird behavior. ### Steps to reproduce ```python i...
open
2023-12-20T18:20:42Z
2023-12-20T18:20:42Z
https://github.com/proplot-dev/proplot/issues/443
[]
kinyatoride
0
tensorlayer/TensorLayer
tensorflow
1,097
How can I save tensorlayer's customized model as saved_model format in tensorflow2.x and tensorlayer2.x?
### New Issue Checklist - [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues) ### Issue Description In tensorflow2.x, there is no session to build ...
open
2020-07-14T10:03:58Z
2020-07-15T09:58:06Z
https://github.com/tensorlayer/TensorLayer/issues/1097
[]
cy1996go
0
iMerica/dj-rest-auth
rest-api
148
Getting "Invalid username/password." on login
Hi there, Maybe somebody as an idea: I am posting to the login url (which is correct, I put a debugger in the correct view) with correct credentials (I tested against django admin) and I always get "Invalid username/password." When debugging the issue, the exception is raised within DRF's function `perform_authen...
closed
2020-09-22T07:57:23Z
2020-09-22T09:23:12Z
https://github.com/iMerica/dj-rest-auth/issues/148
[]
GitRon
2
InstaPy/InstaPy
automation
6,043
Administrator privileges not found
when I go to the windows folder and open install it says Administrator privileges not found Rerun this file with Administrative privileges
open
2021-01-21T19:58:05Z
2021-07-21T00:19:51Z
https://github.com/InstaPy/InstaPy/issues/6043
[ "wontfix" ]
m4xinn0o
10
supabase/supabase-py
fastapi
372
Storage API
Hello! How to create a folder in a bucket via the Python API? Thanks again for your hard work!
closed
2023-02-11T23:17:22Z
2023-03-06T12:34:00Z
https://github.com/supabase/supabase-py/issues/372
[]
youcefjd
1
explosion/spaCy
deep-learning
13,345
nlp.pipe() with multiple processes on Windows VSCode
Trying to run `nlp.pipe()` with `n_process > 1` results in the code hanging indefinitely on my Windows machine when running the code inside a VSCode interactive session. Running the same code from a VSCode Jupyter notebook instance works fine. Running the same code from a traditional Jupyter notebook works fine. Runni...
open
2024-02-22T11:39:11Z
2024-02-27T18:00:15Z
https://github.com/explosion/spaCy/issues/13345
[ "windows", "scaling" ]
IliasAarab
2
deepspeedai/DeepSpeed
pytorch
5,582
Data Loading for DeepSpeed Ulysses and Data Parallelism
**Describe the bug** After reading the source code [here](https://github.com/microsoft/DeepSpeed/blob/78c3b148a8a8b6e60ab77a5c75849961f52b143d/deepspeed/sequence/layer.py#L26), [here](https://github.com/microsoft/DeepSpeed/blob/78c3b148a8a8b6e60ab77a5c75849961f52b143d/deepspeed/sequence/layer.py#L73-L77) and some exis...
open
2024-05-29T09:21:42Z
2024-05-29T09:22:50Z
https://github.com/deepspeedai/DeepSpeed/issues/5582
[ "bug", "training" ]
zijian-hu
0
ethanopp/fitly
plotly
9
Where do we use df_samples?
I want to import all my strava data into the tool (1500+ activities since 2007) so I'm trying to import a csv extract from http://flink.run In the datapull.refresh_database function, I replace the strava API call: ``` activities = client.get_activities(after=after, limit=0) ``` By this snippet: ``` if strava_...
open
2020-08-15T23:22:36Z
2020-08-16T20:07:37Z
https://github.com/ethanopp/fitly/issues/9
[]
pierretamisier
2
ipython/ipython
jupyter
13,845
BUG: 8.7.0 removes `code-block:: ipython` pygment lexer support
Installed via pip / PyPI -- previously this RST worked: ``` .. code-block:: ipython In [1]: %matplotlib qt ``` but now we get: ``` /home/circleci/project/doc/install/advanced.rst:33: WARNING: Pygments lexer name 'ipython' is not known ``` At least this is what I think is happening in our CircleCI build t...
closed
2022-11-28T14:33:44Z
2022-12-26T17:47:48Z
https://github.com/ipython/ipython/issues/13845
[]
larsoner
8
ivy-llc/ivy
tensorflow
28,754
Fix Frontend Failing Test: jax - averages_and_variances.numpy.mean
closed
2024-05-22T07:06:10Z
2024-05-23T21:57:21Z
https://github.com/ivy-llc/ivy/issues/28754
[ "Sub Task" ]
ZenithFlux
0
plotly/plotly.py
plotly
4,412
Force aspect ratio in subplots for example square
I have to do a plot with many subplots that sometimes have a weird layout (like a triangular hexagon of plots with different x and y total sizes). And I need all subplots to always be squares. It would be nice to be able to control the aspect ratio of individual subplots instead of relying on having to make grossly inn...
closed
2023-11-03T11:14:48Z
2024-07-11T17:17:17Z
https://github.com/plotly/plotly.py/issues/4412
[]
bonfire27
4
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
751
Contradictory use of G networks?
Hi there, In `cycle_gan_model.py` I see `net_G_A` applied to `real_A` in this [line](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/models/cycle_gan_model.py#L114), but then I see `net_G_A` applied to `real_B` in the backward step for generators in this [line](https://github.com/junyanz/pytorch-...
closed
2019-09-03T16:43:48Z
2019-09-03T16:56:28Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/751
[]
alexeyrodriguez
1