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
PeterL1n/RobustVideoMatting
computer-vision
195
关于视频编解码硬件加速的问题
#159 我遇到了和该问题一致的情况,在使用v100时,模型推理速度只有2-3帧,speedtest却有60-70帧,请问是以下代码造成这种问题吗 ``` if output_foreground is not None: writer_fgr.write(fgr[0]) if output_alpha is not None: writer_pha.write(pha[0]) # pha[0] [12,1,h,w] if output_com...
open
2022-08-11T08:20:26Z
2023-04-17T03:42:22Z
https://github.com/PeterL1n/RobustVideoMatting/issues/195
[]
tayton42
1
graphql-python/gql
graphql
497
Add License to the classifier
Hello, It seems the MIT license is missing from your package classifier, is it possible to add it ? Thanks
closed
2024-10-14T10:44:15Z
2024-10-27T13:39:22Z
https://github.com/graphql-python/gql/issues/497
[ "type: chore" ]
Elias-SELHAOUI
0
InstaPy/InstaPy
automation
6,398
My bot doesn't work help me pls
this is the error how can I resolve ? My bot script is right. here is the error : File "C:\Users\Alessandro\Desktop\bot2.py", line 10, in <module> session.like_by_tags(["minimal","techno","housemusic","minimalhouse"],amount=5) File "C:\Users\Alessandro\AppData\Local\Programs\Python\Python310\lib\site-...
open
2021-11-18T17:14:43Z
2022-01-23T05:00:28Z
https://github.com/InstaPy/InstaPy/issues/6398
[]
AlessandroDiPatria
5
ivy-llc/ivy
tensorflow
28,655
`__getnewargs__`
closed
2024-03-21T11:52:10Z
2024-03-21T12:01:39Z
https://github.com/ivy-llc/ivy/issues/28655
[]
Ishticode
0
plotly/dash
dash
2,552
provide control item that allows selecting and ordering options
Like sortable lists in Ag Grid: https://github.com/plotly/dash/assets/101562106/e35dcbbc-e6d3-436e-9bac-67edbabb2e4f **Code for video app:** app.py ``` import dash_ag_grid as dag from dash import dcc, html, Input, Output, State, Dash, ctx, callback import pandas as pd import dash app = Dash(__name__) ...
open
2023-05-31T11:39:09Z
2024-08-13T19:33:43Z
https://github.com/plotly/dash/issues/2552
[ "feature", "P3" ]
celia-lm
0
aleju/imgaug
deep-learning
460
Perspective Changes in imgaug -- 3D perspective change
Hi, I am experimenting with single images and want to apply some perspective changes (like a 3D shift). However, the current documentation does not include this. Is it possible to do something like with the images below? ORIGINAL ![coke](https://user-images.githubusercontent.com/11669082/67080369-69dca600-f195-1...
open
2019-10-18T08:53:31Z
2019-10-19T19:04:35Z
https://github.com/aleju/imgaug/issues/460
[]
AGrosserHH
1
encode/httpx
asyncio
3,324
Improve robustness for HTTP/2
We've got a handful of open issues around HTTP/2 robustness. I'm going to collate these into a single issue, to help us keep the issue easily reviewable & improve prioritisation. - [ ] #2983 - [ ] #3002 - [ ] #3072
open
2024-09-27T10:56:03Z
2025-03-06T13:45:26Z
https://github.com/encode/httpx/issues/3324
[ "http/2" ]
tomchristie
5
seleniumbase/SeleniumBase
pytest
2,934
I would like to use a certificate, but I am not sure how to do so.
# Environment Python: 3.10.11 SeleniumBase: 4.24.12 # Description I would like to use a certificate, but I am not sure how to do so. Below is the sample source code. In this example, I am unable to access "https://geo.brdtest.com/mygeo.json". ``` from seleniumbase import Driver as MySBDriver import ssl i...
closed
2024-07-18T03:39:10Z
2024-07-18T04:56:07Z
https://github.com/seleniumbase/SeleniumBase/issues/2934
[ "question", "UC Mode / CDP Mode" ]
ShogoDev0212
1
httpie/cli
api
1,433
Allow flags to be specified after method
## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request Allow flags to be specified after the method or URL, for example `http post -f example.com ...` ## Problem it solves It's more human-readable than putting flags after the command. For example, "Make an HTTP post ...
open
2022-09-01T00:55:26Z
2022-09-01T01:00:59Z
https://github.com/httpie/cli/issues/1433
[ "enhancement", "new" ]
asportnoy
0
piskvorky/gensim
machine-learning
3,516
SyntaxError: future feature annotations is not defined
I use the python3.6 before, it's running successfully. But now we ara failed to run . File "/opt/app/.venv/lib/python3.6/site-packages/gensim/utils.py", line 45, in <module> from smart_open import open File "/opt/app/.venv/lib/python3.6/site-packages/smart_open/__init__.py", line 34, in <module> ...
closed
2024-03-14T09:38:27Z
2024-03-15T04:04:59Z
https://github.com/piskvorky/gensim/issues/3516
[]
ppdk-data
4
2noise/ChatTTS
python
84
运行报错 CUDNN_STATUS_NOT_SUPPORTED cuda 12.2
![image](https://github.com/2noise/ChatTTS/assets/31463641/7ae65bad-c251-49e9-a249-0012cd37d1e8)
closed
2024-05-30T06:43:32Z
2024-05-30T07:45:52Z
https://github.com/2noise/ChatTTS/issues/84
[]
gaoleihero
0
explosion/spaCy
data-science
13,248
Cannot train Arabic models with a custom tokenizer
This issue was initially about a possible bug in the _training pipeline_, related to the _parser_ (see below). But now I believe that posing preliminary questions is more appropriate: - is it possible to create a completely _custom tokenizer_, which does not define custom rules and a few methods, but just redefines ...
open
2024-01-18T21:32:32Z
2024-02-09T22:44:40Z
https://github.com/explosion/spaCy/issues/13248
[ "lang / ar", "feat / tokenizer" ]
gtoffoli
3
koaning/scikit-lego
scikit-learn
22
enchancement: add GMM setting for `RandomRegressor`
once https://github.com/koaning/scikit-lego/pull/21 is merged there is a randomregression. this is a dummy model used for benchmarking.
closed
2019-03-01T21:07:32Z
2019-10-18T14:06:08Z
https://github.com/koaning/scikit-lego/issues/22
[ "enhancement" ]
koaning
1
saulpw/visidata
pandas
1,805
Add read-only flag
## The problem I personally only use VisiData to inspect the contents of SQLite databases used by software on my server, as this is much more secure and requires less maintenance than using a public-facing web interface. These databases may contain logs or user accounts, and I only need to read them; all the writing a...
closed
2023-03-13T10:59:12Z
2024-09-17T08:13:48Z
https://github.com/saulpw/visidata/issues/1805
[ "wishlist", "wish granted" ]
FWDekker
4
cs230-stanford/cs230-code-examples
computer-vision
13
forget about masking when compute accuracy
https://github.com/cs230-stanford/cs230-code-examples/blob/159df10a6187c7e1d6ec949c8e06d7f67f8f1cd2/tensorflow/nlp/model/model_fn.py#L68 The computation of accuracy and the metrics of accuracy below are lack of masking. In this way the accuracy could be wrong because of wrong predictions of padded tokens.
open
2018-06-01T21:18:33Z
2018-06-01T21:18:33Z
https://github.com/cs230-stanford/cs230-code-examples/issues/13
[]
yinxusen
0
falconry/falcon
api
1,856
Can't decode URL when preprocessing the request
Hello, I am building a falcon API that receives encoded URLs which contain the following format in query parameters : `eq%3foo` that I would like to preprocess and pass as `eq:foo` before it is routed. I am using a middleware to try to do the following : ```python class RequestPreProcessing: def proces...
closed
2021-01-25T16:48:56Z
2021-01-27T15:34:28Z
https://github.com/falconry/falcon/issues/1856
[ "question" ]
cyrillay
4
ivy-llc/ivy
tensorflow
28,838
[Bug]: `ivy.array(0)[None]` (adding dimention to a 0-dimentional array) `UnboundLocalError: cannot access local variable 'array_queries' where it is not associated with a value`
### Bug Explanation ```shell > python -c "import ivy; ivy.array(0)[..., None]" Traceback (most recent call last): File "<string>", line 1, in <module> File "./venv/lib/python3.11/site-packages/ivy/func_wrapper.py", line 643, in _handle_view_indexing ret = fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^...
open
2024-10-26T01:53:16Z
2024-10-26T10:22:12Z
https://github.com/ivy-llc/ivy/issues/28838
[ "Bug Report" ]
34j
2
recommenders-team/recommenders
data-science
1,237
[BUG] smoke test creates folders in rootdir that should have been temporary
### Description <!--- Describe your issue/bug/request in detail --> When running test_extract_mind(size,tmp) in tests/smoke/test_mind.py, it creates MINDxxx_train.zip folder that are removed after tests. (xxx is either demo or small). I would expect folder would be created in /tmp and would be deleted after the t...
closed
2020-11-08T15:57:28Z
2021-05-13T13:36:51Z
https://github.com/recommenders-team/recommenders/issues/1237
[ "bug" ]
wutaomsft
1
nl8590687/ASRT_SpeechRecognition
tensorflow
42
这两个数据集的文件路径能给一下吗?直接下载好数据集后的文件需要数据集的哪些文件?以及你的路径是怎样的?能否给个路径树
closed
2018-09-12T03:00:33Z
2019-04-09T09:57:42Z
https://github.com/nl8590687/ASRT_SpeechRecognition/issues/42
[]
yuqinjh
5
QingdaoU/OnlineJudge
django
121
java 和 python
用java和python提交代码都是RE
closed
2018-01-29T13:23:05Z
2018-01-30T03:58:24Z
https://github.com/QingdaoU/OnlineJudge/issues/121
[]
yangdelu855
2
JoeanAmier/XHS-Downloader
api
78
我是 macos 系统,通过指令进行数据采集,但是报了 SSLCertVerificationError 的错误,错误信息如下:
错误信息如下:Cannot connect to host www.xiaohongshu.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)')] 请问一下应该如何解决这个问题。
open
2024-04-22T12:35:53Z
2024-06-20T15:19:24Z
https://github.com/JoeanAmier/XHS-Downloader/issues/78
[ "功能异常(bug)" ]
wufu-fire
5
manbearwiz/youtube-dl-server
rest-api
20
Added videos not downloading automatically anymore
I updated the docker image yesterday and was wondering why no new videos are being downloaded. In my case, I add videos through flexget by the channels RSS feed and add them to the docker image through the curl command you provided (curl -X POST --data-urlencode "url={{url}}" http://{{address}}:8080/youtube-dl/q). ...
closed
2018-12-11T07:16:56Z
2018-12-11T09:11:51Z
https://github.com/manbearwiz/youtube-dl-server/issues/20
[]
Fribb
2
deepinsight/insightface
pytorch
1,916
Glint360k original data failed decompression
I downloaded the Glint360k dataset via Baidu cloud, and the link was written on the Readme file. After the downloading finished, I tried to decompress the file using the `cat glint360k_* | tar -xzvf -` command. The decompression process was failed and reported an error like the below: ``` cat glint360k_* | tar -x...
open
2022-02-17T09:29:46Z
2024-11-14T10:38:28Z
https://github.com/deepinsight/insightface/issues/1916
[]
lujx1024
2
ml-tooling/opyrator
streamlit
63
More dynamic input modules for audio and video like webcam and 🎤
<!-- Thanks for requesting a feature 🙌 ❤️ Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure t...
closed
2022-10-11T08:23:45Z
2023-01-25T02:28:27Z
https://github.com/ml-tooling/opyrator/issues/63
[ "feature", "stale" ]
aadityaverma
1
pytorch/vision
computer-vision
8,348
Extracting custom EXIF data from PNG files
### 🚀 The feature Being able to use [torchvision.io.read_image(...)](https://pytorch.org/vision/main/generated/torchvision.io.read_image.html) to read PNG files alongside the custom metadata stored in the _exchangeable image file format_ (EXIF). ### Motivation, pitch I am training different deep learning mod...
open
2024-03-21T07:50:05Z
2024-03-21T11:37:18Z
https://github.com/pytorch/vision/issues/8348
[]
frank690
2
roboflow/supervision
tensorflow
956
set_classes bugs when I use it in the yolo world model
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug If I use set_classes to set the classes count more than 7, after I convert into coreml, it does not work in M1/M2 macbook. ### Environment python: 3.1...
closed
2024-02-28T15:57:47Z
2024-02-28T16:15:25Z
https://github.com/roboflow/supervision/issues/956
[ "bug" ]
qihuijia
1
strawberry-graphql/strawberry-django
graphql
211
Automatic resolver for single types leaves `pk` argument optional
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug Given the following code: ...
closed
2022-11-09T20:40:51Z
2025-03-20T15:57:09Z
https://github.com/strawberry-graphql/strawberry-django/issues/211
[ "bug" ]
fireteam99
6
littlecodersh/ItChat
api
62
短时间关闭程序后重连功能的文档
短时间关闭程序后重连功能的文档建议的第一种用法,貌似应对改为下面的样子为宜,无论之前有无登录存档,均应当进入主循环。不知道我是否理解得正确。 ``` python import itchat if not itchat.load_login_status(): itchat.auto_login() itchat.dump_login_status() print('Config stored') @itchat.msg_register('Text') def simple_reply(msg): print(msg['Text']) itchat.run() itcha...
closed
2016-08-09T09:43:29Z
2016-08-16T07:19:17Z
https://github.com/littlecodersh/ItChat/issues/62
[ "question" ]
brothertian
1
netbox-community/netbox
django
18,920
Add user object type to event rules
### NetBox version v4.2.5 ### Feature type Data model extension ### Proposed functionality It would be great to be able to trigger e.g. scripts based on events in the user object. ### Use case This is needed to e.g. automatically run a script to configure newly created users to e.g. give them specific default gr...
open
2025-03-17T10:48:33Z
2025-03-20T17:34:00Z
https://github.com/netbox-community/netbox/issues/18920
[ "type: feature", "needs milestone", "status: backlog", "complexity: medium" ]
PaulR282
0
miguelgrinberg/flasky
flask
133
Selenium Tests fail with multiple tests per fixture
I've been getting an error when I try to use more than one test under the SeleniumTestCase fixture. I believe it is related to the client/driver not cleaning up properly, or perhaps it is related to the running server in the alternate thread (though it still does receive the request to /shutdown). Simple steps to r...
closed
2016-04-26T01:53:54Z
2017-03-17T18:59:53Z
https://github.com/miguelgrinberg/flasky/issues/133
[]
danwiesenthal
3
tiangolo/uwsgi-nginx-flask-docker
flask
88
How to configure nginx config?
Hi, I have a docker container running with: ```dockerfile FROM tiangolo/uwsgi-nginx-flask:python3.6 COPY requirements.txt /tmp/ RUN pip install -U pip RUN pip install -r /tmp/requirements.txt COPY ./app /app ``` When running (it runs flawless except for this), there is a particular action that causes th...
closed
2018-10-02T13:26:22Z
2018-11-23T13:09:15Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/88
[]
duarteocarmo
16
amidaware/tacticalrmm
django
1,939
Feature Request - Store Hostname As Caps or Lower Case Option
**Is your feature request related to a problem? Please describe.** When sorting reports using the "order by" for hostname, case sensitivity seem to mater. For example, Apple, Bat, Cat would be in order but another value with apple, but be under Cat. **Describe the solution you'd like** A Global Option, for the It...
closed
2024-07-26T20:07:51Z
2024-07-26T20:31:15Z
https://github.com/amidaware/tacticalrmm/issues/1939
[]
davesmith87
1
FlareSolverr/FlareSolverr
api
355
[yggtorrent] Exception (yggtorrent): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: Cloudflare has blocked this request. Probably your IP is banned for this site, check in your web browser.: FlareSolverr was unable to process the request, please check FlareSol...
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-04-06T18:33:02Z
2022-04-17T07:59:26Z
https://github.com/FlareSolverr/FlareSolverr/issues/355
[ "help wanted", "confirmed" ]
EienFr
28
huggingface/datasets
pytorch
6,912
Add MedImg for streaming
### Feature request Host the MedImg dataset (similar to Imagenet but for biomedical images). ### Motivation There is a clear need for biomedical image foundation models and large scale biomedical datasets that are easily streamable. This would be an excellent tool for the biomedical community. ### Your con...
open
2024-05-22T00:55:30Z
2024-09-05T16:53:54Z
https://github.com/huggingface/datasets/issues/6912
[ "dataset request" ]
lhallee
8
dask/dask
numpy
11,614
Incorrect indexing with boolean arrays
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-12-19T12:47:32Z
2024-12-20T10:46:42Z
https://github.com/dask/dask/issues/11614
[ "needs triage" ]
stephenworsley
2
DistrictDataLabs/yellowbrick
scikit-learn
1,188
Documentation Exceptions
**Describe the bug** There are two `.. plot::` directive bugs that are causing images to not be built in the documentation, their tracebacks are below. **To Reproduce** TODO: fill in this section with the code from the plot directives. **Dataset** See plot directives for internal YB datasets used. **...
closed
2021-07-12T16:23:53Z
2022-02-26T22:22:33Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1188
[ "type: bug", "type: documentation" ]
bbengfort
1
widgetti/solara
flask
406
Discord link broken
The discord link is invalid.
closed
2023-11-30T19:22:57Z
2023-11-30T19:51:33Z
https://github.com/widgetti/solara/issues/406
[]
langestefan
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,878
solved
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [x] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2025-03-03T15:38:47Z
2025-03-14T16:30:52Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16878
[ "bug-report" ]
Sensanko52123
2
bregman-arie/devops-exercises
python
173
Great Repo - Thank you.
This should be a required class for all CS majors. thank you for providing, i've sent the link to my son
closed
2021-11-10T18:04:12Z
2021-11-11T12:34:48Z
https://github.com/bregman-arie/devops-exercises/issues/173
[]
jfmatth
1
statsmodels/statsmodels
data-science
8,710
Multivariate Granger causality
According to the documentation: `The data for testing whether the time series in the second column Granger causes the time series in the first column.` So it seems to visit possible to compute the GC using more time series. However: the following code: ``` import numpy as np import statsmodels.api as sm ...
open
2023-03-02T10:50:31Z
2023-03-02T10:50:31Z
https://github.com/statsmodels/statsmodels/issues/8710
[]
MatteoSerafino
0
neuml/txtai
nlp
785
Add a microphone pipeline
Add a pipeline that supports reading audio from input devices such as microphones. This pipeline should ahave voice activity detection built in.
closed
2024-09-20T16:29:46Z
2024-09-20T17:36:07Z
https://github.com/neuml/txtai/issues/785
[]
davidmezzetti
0
huggingface/datasets
deep-learning
6,838
Remove token arg from CLI examples
As suggested by @Wauplin, see: https://github.com/huggingface/datasets/pull/6831#discussion_r1579492603 > I would not advertise the --token arg in the example as this shouldn't be the recommended way (best to login with env variable or huggingface-cli login)
closed
2024-04-25T14:00:38Z
2024-04-26T16:57:41Z
https://github.com/huggingface/datasets/issues/6838
[]
albertvillanova
0
OWASP/Nettacker
automation
387
Installation error on Kali
Hi, I am facing issues while installing the Nettacker, someone can please help me to fix the issues. when run python setup.py install the following errors received. Downloading https://files.pythonhosted.org/packages/60/e2/9c9b456c0ddaa1268f320bc2f739f1598290f5cf3acf8d65e2c36fde8afe/click-8.0.0a1.tar.gz#sha256=e4315...
closed
2021-02-05T04:11:16Z
2021-02-05T04:15:36Z
https://github.com/OWASP/Nettacker/issues/387
[]
aligrt
0
freqtrade/freqtrade
python
10,650
Newbie Question about running multiple bots.
<!-- Have you searched for similar issues before posting it? Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there Please do not use the question template to report bugs or to request new features. --> ## Describe your e...
closed
2024-09-13T06:21:16Z
2024-09-13T06:56:56Z
https://github.com/freqtrade/freqtrade/issues/10650
[ "Question" ]
vikashbaraiya
1
charlesq34/pointnet
tensorflow
120
program for hand labeling, semantic segmentation
Hello, Can someone give me any advise for a program to do the the semantic segmentation labeling to my own data? I usually work with Ubuntu 16 and ROS for visualization. I saw a lot of options, but none of them free or for Ubuntu. Is there any good program to do this on Ubuntu for free? Or what is a good free altern...
open
2018-07-24T10:51:15Z
2019-10-10T03:13:09Z
https://github.com/charlesq34/pointnet/issues/120
[]
mescpla
3
plotly/dash
jupyter
3,210
Devtools UI blocks mantine Notification
This is the app that I used to test this: ``` from dash import Dash, html, Input, Output, dcc import dash_mantine_components as dmc from dash_iconify import DashIconify # external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css'] app = Dash(__name__) import dash_mantine_components as dmc from dash import Ou...
open
2025-03-11T18:51:38Z
2025-03-17T18:20:48Z
https://github.com/plotly/dash/issues/3210
[ "bug", "P1" ]
marthacryan
0
jonaswinkler/paperless-ng
django
810
[BUG] Debug Mode breaks start
Wanted to start paperless via docker in debug mode. When I enable `PAPERLESS_DEBUG=true` and start the containers, I got the following error and the container restarts all the time: ``` webserver_1 | 2021-03-23 06:58:44,362 INFO spawned: 'gunicorn' with pid 55 webserver_1 | System check identified some issues:...
open
2021-03-23T07:06:20Z
2021-06-16T20:55:45Z
https://github.com/jonaswinkler/paperless-ng/issues/810
[ "bug" ]
Bart1909
2
serengil/deepface
machine-learning
823
embeddings
How i can verify two face embeddings using the DeepFace library
closed
2023-08-14T21:21:31Z
2023-08-15T17:28:50Z
https://github.com/serengil/deepface/issues/823
[ "question" ]
oussaifi-majdi
1
mlfoundations/open_clip
computer-vision
546
Support for training on spot instances
Big fan of the repo! I tried Horovod training with regular instances and the code worked great, wondering if there is support for spot instances with Horovod? My first guess would be no since it doesn't look like the repo uses [elastic horovod](https://horovod.readthedocs.io/en/stable/elastic_include.html) but wanted t...
closed
2023-06-13T16:54:00Z
2024-05-10T18:42:05Z
https://github.com/mlfoundations/open_clip/issues/546
[]
humzaiqbal
0
dask/dask
pandas
11,030
Does not work with AWS - aiobotocore related error
Still getting [this error](https://github.com/dask/dask/issues/8335) when running cell 5 of this: https://nbviewer.org/github/NOAA-OWP/AORC-jupyter-notebooks/blob/master/jupyter_notebooks/AORC_Zarr_notebook.ipynb `AttributeError: module 'aiobotocore' has no attribute 'AioSession'` - Dask version: - Python versio...
closed
2024-03-27T18:44:20Z
2024-04-02T14:13:37Z
https://github.com/dask/dask/issues/11030
[ "needs triage" ]
openSourcerer9000
2
aws/aws-sdk-pandas
pandas
2,845
`athena.to_parquet` fails when `mode=overwrite_partitions` and `partition_cols` contains something like `hour(timestamp_col)`.
### Describe the bug When using `s3.to_parquet` to update a parquet file that is partitioned by a time interval or a timestamp "attribute" (such as year, month, hour, etc.), the function fails because for this mode the implementation assumes that the values of `partition_cols` are names of the parquet / table columns,...
open
2024-06-04T18:02:10Z
2024-08-19T14:42:09Z
https://github.com/aws/aws-sdk-pandas/issues/2845
[ "bug", "backlog" ]
useredsa
3
ray-project/ray
python
51,514
[Autoscaler] Add Support for BatchingNodeProvider in Autoscaler Config Option
### Description [KubeRay](https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/configuring-autoscaling.html#overview) currently uses the BatchingNodeProvider to manage clusters externally (using the KubeRay operator), which enables users to interact with external cluster management systems. However, to support...
open
2025-03-19T06:51:24Z
2025-03-19T22:23:54Z
https://github.com/ray-project/ray/issues/51514
[ "enhancement", "P2", "core" ]
nadongjun
0
amidaware/tacticalrmm
django
1,769
Make the agent more resilient against DNS issues
**Is your feature request related to a problem? Please describe.** When an agent loses DNS services it will not work anymore. (Mesh is not or less impacted) **Describe the solution you'd like** when a dns resolution fails it should fallback to the latest known working ip that was replied and probably changes the c...
open
2024-02-23T14:10:45Z
2024-03-13T07:19:19Z
https://github.com/amidaware/tacticalrmm/issues/1769
[ "enhancement" ]
P6g9YHK6
3
nolar/kopf
asyncio
699
Is there a way to set my own context vars that are visible in all handlers?
## Question I want to load some settings from the environment that I'm going to use later while the operator is running. Although not important, for settings management I use [pydantic](https://pydantic-docs.helpmanual.io/usage/settings/). My initial thought was to make use of the startup handler to load these se...
closed
2021-02-25T09:06:55Z
2021-02-25T13:03:34Z
https://github.com/nolar/kopf/issues/699
[ "question" ]
zoopp
2
PrefectHQ/prefect
automation
16,939
Prefect run runtime not stopped when run is canceled
### Bug summary Hey! We run our tasks on `fargate` in `ecs`. Every once in a while our tasks silently fail, they are then marked as `Running` in prefect cloud UI, but the run is reporting close to no logs both in `Cloudwatch` or Prefect cloud Ui. The only logs we see are: ``` EVENTS 1738079190030 15:46:25.912 | DEBU...
open
2025-02-03T11:45:50Z
2025-02-03T11:45:50Z
https://github.com/PrefectHQ/prefect/issues/16939
[ "bug" ]
mch-sb
0
sunscrapers/djoser
rest-api
766
You have a duplicated operationId in your OpenAPI schema: meUser
Hey, that's what im getting while generating openapi schema ``` python manage.py generateschema --file openapi-schema.yml C:\Users\style\.virtualenvs\newsltr-dOCyhCR8\Lib\site-packages\rest_framework\schemas\openapi.py:49: UserWarning: You have a duplicated operationId in your OpenAPI schema: meUser Route...
closed
2023-09-29T23:15:34Z
2023-10-08T17:24:58Z
https://github.com/sunscrapers/djoser/issues/766
[]
style77
1
raphaelvallat/pingouin
pandas
105
Deprecating or replacing pingouin.plot_skipped_corr
For the sake of simplicity, I would be in favor of deprecating the [pingouin.plot_skipped_corr](https://pingouin-stats.org/generated/pingouin.plot_skipped_corr.html#pingouin.plot_skipped_corr) function which I think is too specific and most likely only used by very few users (but I may be wrong?). That said, I do like ...
closed
2020-06-23T05:27:27Z
2020-07-29T04:12:27Z
https://github.com/raphaelvallat/pingouin/issues/105
[ "deprecation :skull:" ]
raphaelvallat
3
autogluon/autogluon
computer-vision
3,905
Multilabel Predictor Issue
I have trained a model 'Multilabel Predictor' in my local computer. I need to run a airflow pipeline to predict the data and store predictions in a table in redshift. The issue with the model stored in my computer is that the pickle file has the hardcore path of my computer (screenshot 1: first line of the pickle file)...
open
2024-02-06T18:57:17Z
2024-11-25T22:47:10Z
https://github.com/autogluon/autogluon/issues/3905
[ "bug", "module: tabular", "priority: 1" ]
YilanHipp
0
keras-team/keras
pytorch
20,778
The error you're facing arises from using masking in the Embedding layer while building a POS Tagging model.
The error you're encountering is related to using mask_zero=True in the Embedding layer and ensuring proper handling of the propagated mask through subsequent layers like LSTM and TimeDistributed. Below is a refined explanation and the updated solution. Steps to Address the Issue Mask Propagation Ensure that all layer...
closed
2025-01-17T21:05:43Z
2025-01-20T06:48:39Z
https://github.com/keras-team/keras/issues/20778
[]
ARforyou
1
kymatio/kymatio
numpy
357
`cdgmm` doesn't check that both inputs are on the same device
This is at least true for the 2D torch `cdgmm`. It only complains when you try to multiply tensors. We should throw an error instead.
closed
2019-03-01T21:18:40Z
2019-05-29T11:09:12Z
https://github.com/kymatio/kymatio/issues/357
[ "bug" ]
janden
3
litestar-org/polyfactory
pydantic
79
How to access faker to generate realistic value
Hello, thanks for this useful project! 👍 As for the title of my question, in factory_boy we can access faker like this: ``` class RandomUserFactory(factory.Factory): class Meta: model = models.User first_name = factory.Faker('first_name') last_name = factory.Faker('last_name') ``` ...
closed
2022-10-08T23:59:06Z
2022-10-09T09:15:34Z
https://github.com/litestar-org/polyfactory/issues/79
[ "enhancement" ]
LeonardoGentile
1
pandas-dev/pandas
data-science
60,831
BUG: `pd.Series.groupby` issues `FutureWarning`
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
closed
2025-02-02T18:03:53Z
2025-02-22T15:38:39Z
https://github.com/pandas-dev/pandas/issues/60831
[ "Bug", "Groupby", "Warnings" ]
TiborVoelcker
7
serengil/deepface
deep-learning
690
deepface.stream() ERROR
i am using python 3.10.5 on vscode and getting this error and could not able to find any solution for this can u help me ........ code---- from deepface import DeepFace DeepFace.stream(db_path=r"C:\Users\HP\Desktop\studies\coding\python\detection\database") Error-- File "c:\Users\HP\Desktop\studies\coding\...
closed
2023-03-04T07:24:01Z
2023-03-05T07:58:27Z
https://github.com/serengil/deepface/issues/690
[ "question" ]
Aditya6371
1
tox-dev/tox
automation
3,037
`tox -e docs` not making `index.html`
## Issue <!-- Describe what's the expected behaviour and what you're observing. --> Just sharing some hiccups encountered with `tox` developers setup. First hiccup is the development guide should have `pip install tox` or `pip install -e .`, as it's required to be able to run `tox -e docs`. The [Setup](https:...
closed
2023-06-17T05:47:05Z
2023-06-20T16:56:29Z
https://github.com/tox-dev/tox/issues/3037
[]
jamesbraza
1
autokey/autokey
automation
998
Ubuntu installation process needs to be revised for Wayland
### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland? Wayland ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is ...
open
2024-12-22T05:47:39Z
2024-12-22T07:30:13Z
https://github.com/autokey/autokey/issues/998
[ "enhancement", "installation/configuration", "development", "wayland" ]
dlk3
0
psf/requests
python
6,112
What is the correct way to pass the proxy username and proxy password ?
Hey, After reading and trying out many things, I am confused how the proxy username and password is passed in the follows - proxy = {'https' : 'http://{username}:{password}@host:port', 'http': 'http://{username}:{password}@host:port' } requests.get(url, proxies=proxy) 1. Do I have to use quote(...
closed
2022-04-26T18:12:02Z
2023-04-28T00:03:31Z
https://github.com/psf/requests/issues/6112
[]
pghole
3
plotly/dash-html-components
dash
60
Re-sync development toolchain
~This line causes an infinite loop: https://github.com/plotly/dash-html-components/blob/2692da82580ebdab08c40a0222642214257619b7/package.json#L27~ Actually, I think we just need to get rid of the old toolchain stuff, e.g. `npm run prepublish` doesn't work anymore.
closed
2018-08-29T20:36:42Z
2018-09-10T18:37:11Z
https://github.com/plotly/dash-html-components/issues/60
[]
rmarren1
0
dynaconf/dynaconf
flask
762
[RFC] Put newest version of documentation on readthedocs (dynaconf.com seems to be expired)
**Is your feature request related to a problem? Please describe.** RTD only contains documentation for v2.2.3, and dynaconf.com seems to be expired, so the current version of the documentation can only be seen using Google cache for dynaconf.com, AFAIK. **Describe the solution you'd like** Update the documentation...
closed
2022-06-24T07:38:06Z
2022-06-24T11:56:50Z
https://github.com/dynaconf/dynaconf/issues/762
[ "Not a Bug", "RFC" ]
nizwiz
2
ContextLab/hypertools
data-visualization
96
animate = static, rotate or trajectory
Instead of setting animate to `True` or `False`, we could support (at least) 3 plot options: 1. static plots - this would be the default plot style 2. rotating plots - with this option, the data would be static, but the camera would rotate around the plot, so that all the data can be visualized easily 3. trajector...
closed
2017-04-18T14:53:23Z
2017-04-25T18:12:24Z
https://github.com/ContextLab/hypertools/issues/96
[ "enhancement", "help wanted" ]
andrewheusser
5
ultralytics/yolov5
pytorch
13,437
Setting Custom Anchors in YOLOv5 for Mismatched Bounding Box Sizes
### 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 Hi, I'm facing a challenge with my object detection model. My training data is quite l...
closed
2024-11-28T02:10:29Z
2024-12-03T07:05:24Z
https://github.com/ultralytics/yolov5/issues/13437
[ "question", "detect" ]
shinzokuro
2
bendichter/brokenaxes
matplotlib
6
Recover axes to origin with zoomed_inset_axes
I want to zoom out part of a line plot and use broken axes for another part of the plot. After following your answer [here](https://stackoverflow.com/a/43684155/6829195), my broken axes is ready. But I added another zoomed_inset_axes, and the plot is separate to two, one is almost with nothing and my original plot with...
closed
2017-08-21T07:45:43Z
2018-05-25T11:41:53Z
https://github.com/bendichter/brokenaxes/issues/6
[]
zhangysh1995
2
iperov/DeepFaceLive
machine-learning
83
QPainter::begin: Paint device returned engine == 0, type: 2
``` Running DeepFaceLive. QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::setCompositionMode: Painter not active QPainter::end: Painter not active, aborted Traceback (most recent call last): File "main.py", line 254, in <module> main() File "main.py", line 247, in main args.fu...
closed
2022-09-10T08:42:46Z
2023-01-25T00:04:02Z
https://github.com/iperov/DeepFaceLive/issues/83
[ "linux" ]
nikell28
1
yt-dlp/yt-dlp
python
12,465
binary search to find start of date range
### Checklist - [x] I'm requesting a feature unrelated to a specific site - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels)) - [x] I've searched...
closed
2025-02-23T23:28:35Z
2025-03-03T20:12:39Z
https://github.com/yt-dlp/yt-dlp/issues/12465
[ "enhancement", "wontfix" ]
BPplays
3
pydantic/pydantic
pydantic
10,598
When overriding __init__ with enclosed generic classes pydantic raises spurious validation errors
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a use case where I'm using python generics (`typing.Generic`) with pydantic models which are nested and where the nesting model has a custom `__init__` function which instantiates the nested model. I think the issue may someho...
closed
2024-10-10T18:03:43Z
2024-10-11T19:53:43Z
https://github.com/pydantic/pydantic/issues/10598
[ "bug V2", "pending" ]
reversefold
6
waditu/tushare
pandas
1,230
daily接口不能访问
Python3 调用sdk时, data = pro.daily(ts_code=tsc, start_date='20151231', end_date='20191221') Exception: 抱歉系统错误,请反馈我们送积分,感谢!请求ID() tsc="000001.SZ" tushare 1.2.48 调用好用过。之后一直有问题
closed
2019-12-22T13:07:15Z
2019-12-25T11:31:02Z
https://github.com/waditu/tushare/issues/1230
[]
zhaoyifei
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
362
سعيد
I am not maintaining this repo anymore (I explain why in the readme). I keep issues open only because some old ones are useful. I will not assist you in any way.
closed
2020-06-13T19:50:33Z
2020-06-13T19:51:08Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/362
[]
mooss11
1
streamlit/streamlit
deep-learning
10,611
`st.chat_input` does not expand to accommodate a multiline placeholder like it does for a multiline prompt
### 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 If you type a long prompt (or multiline promp...
open
2025-03-03T18:39:27Z
2025-03-03T19:09:21Z
https://github.com/streamlit/streamlit/issues/10611
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.chat_input" ]
sfc-gh-dmatthews
1
deezer/spleeter
tensorflow
341
[Bug] name your bug
## Description Used in both cases: Spleet gui result: Spleeter works fine on Win7, but produces this, on Win10: ## Step to reproduce Installed: python-3.8.2.exe Miniconda3-latest-Windows-x86_64.exe then (without errors): pip install spleeter conda install numba ## Output Informationen über...
closed
2020-04-25T18:31:35Z
2020-04-27T08:32:31Z
https://github.com/deezer/spleeter/issues/341
[ "bug", "invalid" ]
Ry3yr
0
microsoft/MMdnn
tensorflow
668
Error when using the converted pytorch model(mxnet->IR->pytorch)
Platform (ubuntu 14.04): Python version: 3.5 Source framework with version (like mxnet 1.0.0 with GPU): Destination framework with version (like pytorch 0.4.0 with GPU): Pre-trained model path (LResNet34E , https://github.com/Microsoft/MMdnn/blob/72529a9f6b17f7298eacb7b2a0dae6dc5b9ce408/mmdnn/conversion/pyt...
open
2019-06-03T16:39:44Z
2020-06-11T01:51:55Z
https://github.com/microsoft/MMdnn/issues/668
[]
MengDebin18
3
pnkraemer/tueplots
matplotlib
20
Related packages
It could be useful to add information about related packages somewhere (to the readme?). This way we can mix and match (and also explain what we are doing differently) There are for instance: * Seaborn: https://seaborn.pydata.org/index.html * ProPlot: https://proplot.readthedocs.io/en/latest/cycles.html * Science...
closed
2021-12-09T11:08:16Z
2021-12-10T14:48:54Z
https://github.com/pnkraemer/tueplots/issues/20
[]
pnkraemer
2
jupyterlab/jupyter-ai
jupyter
593
Jupyter AI Installation Failure
The installation of the jupyter ai fails in the notebook as shown below, <img width="491" alt="2024-01-23_01h15_44" src="https://github.com/jupyterlab/jupyter-ai/assets/18661896/05390a69-3f71-428f-8df1-1362b6751f59">
closed
2024-01-22T19:46:29Z
2024-01-24T17:06:53Z
https://github.com/jupyterlab/jupyter-ai/issues/593
[ "bug" ]
YashzAlphaGeek
10
xuebinqin/U-2-Net
computer-vision
261
Does anyone have the u2netp model trained by human portrait dataset?
Constrain with the gpu memory and speed , using u2net trained by human portrait set which provided by author cause my gpu stack full, even on one batch. Therefore, l hope someone can provide the u2netp which is a small version of u2net trained by human portrait set ,sincerely. It is only 4.6M which means a piece of ca...
open
2021-10-23T04:03:56Z
2021-10-23T04:03:56Z
https://github.com/xuebinqin/U-2-Net/issues/261
[]
liuyishoua
0
jupyter-incubator/sparkmagic
jupyter
739
pyspark should upload / import packages from local by default
**Is your feature request related to a problem? Please describe.** When pyspark starts the connection to Spark cluster (Livy), it should load the packages in the local folder by default (or at least a way to specify that), so users can use these packages in the spark session as well. For example, in pySpark kern...
open
2021-11-11T02:53:38Z
2024-05-13T21:07:57Z
https://github.com/jupyter-incubator/sparkmagic/issues/739
[]
kdzhao
3
Evil0ctal/Douyin_TikTok_Download_API
fastapi
558
[BUG] fetch_user_live_videos_by_room_id問題
***发生错误的平台?*** 抖音 ***发生错误的端点?*** https://douyin.wtf/api/douyin/web/fetch_user_live_videos_by_room_id 会发生以上的问题不知是否有人遇过?? { "code": 200, "router": "/api/douyin/web/fetch_user_live_videos_by_room_id", "data": { "data": { "message": "Request params error", "prompts": "Request params error\t" }, ...
closed
2025-02-21T03:09:28Z
2025-02-22T19:32:12Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/558
[ "BUG" ]
cary1123
2
deeppavlov/DeepPavlov
tensorflow
1,261
ner_f1 metric computed wrongly
Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. Please enter all the information below, otherwise your issue may be closed without a warning. **DeepPavlov version** (you can look it up by running `pip show ...
closed
2020-06-30T12:21:03Z
2020-06-30T12:27:51Z
https://github.com/deeppavlov/DeepPavlov/issues/1261
[ "bug" ]
PeganovAnton
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,603
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed - error while running the server on macOS
For macOS users, it's highly likely that they may encounter the `SSL: CERTIFICATE_VERIFY_FAILED` problem when starting the visdom server. Fortunately, there is a remedy. Depending on the Python version in use (mine is 3.9), attempt to execute the following command to install certificates: ``` /Applications/Pyth...
open
2023-10-13T23:51:07Z
2023-10-13T23:51:07Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1603
[]
foxtrotdev
0
dgtlmoon/changedetection.io
web-scraping
2,756
Price tracker - Exception: could not convert string to float: ''
all versions https://www.firestormcards.co.uk/POK85321
closed
2024-10-31T11:09:39Z
2024-11-01T09:56:28Z
https://github.com/dgtlmoon/changedetection.io/issues/2756
[ "triage" ]
dgtlmoon
0
deezer/spleeter
tensorflow
49
[Bug] Spleeter hangs endlessly on "Tears of a Clown"
## Description On this environment, Spleeter hangs endlessly on "Tears of a Clown" and other certain songs. It works for the demo example and a majority of songs, but has an endless loop on some. The hang is similar whether using the spleeter-cpu or spleeter-gpu activation. The hang is similar whether using 2 ste...
closed
2019-11-07T14:20:20Z
2019-11-07T15:40:40Z
https://github.com/deezer/spleeter/issues/49
[ "bug", "duplicate" ]
beckerdo
2
LAION-AI/Open-Assistant
python
3,232
Login failure by SSO
I registered for open assistant data platform when only email was available. No I changed my device and email is not even in spam, using Google SSO I can't login because it's different auth type. Because I just reached the top 50 it would be sad if I need to change my account and start from scratch again. the emai...
closed
2023-05-26T06:57:24Z
2023-08-27T21:10:35Z
https://github.com/LAION-AI/Open-Assistant/issues/3232
[ "bug", "website" ]
flozi00
9
dynaconf/dynaconf
flask
1,093
[RFC] Add option to perform a self token renew when using vault
**Is your feature request related to a problem? Please describe.** I'm using dynaconf vault loader with a simple token, but since the token is not renewed dynaconf failed to authenticated. **Describe the solution you'd like** Add a configuration variable to perform `client.auth.token.self_renew()` **Descri...
open
2024-04-29T15:10:03Z
2024-07-08T18:37:54Z
https://github.com/dynaconf/dynaconf/issues/1093
[ "Not a Bug", "RFC" ]
asyd
0
pallets-eco/flask-sqlalchemy
sqlalchemy
685
Supported Python and dependency versions
I'd like to get a version support matrix defined and documented. Currently, tox is setup to run * Python 2.6, 2.7, 3.3-3.6, pypy w/ Flask and SA at their latest released versions * Some of those same versions w/ Flask 0.10 and SA 0.8 I would assume support for 2.6 and 3.3 should be able to be dropped considerin...
closed
2019-03-08T22:11:35Z
2020-12-05T19:58:29Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/685
[]
rsyring
8
rthalley/dnspython
asyncio
622
mx-2-0.pickle missing from 2.1.0 release
`tests/mx-2-0.pickle` isn't included in `dnspython-2.1.0.zip`, which causes the test suite to fail. I guess `*.pickle` needs adding to the manifest as a pattern to include?
closed
2021-01-08T10:46:45Z
2021-01-08T12:49:12Z
https://github.com/rthalley/dnspython/issues/622
[ "Bug", "Fixed" ]
atsampson
1
timkpaine/lantern
plotly
76
matplotlib scatter and bubble no legend
closed
2017-10-18T02:03:08Z
2018-09-19T04:21:47Z
https://github.com/timkpaine/lantern/issues/76
[ "bug", "matplotlib/seaborn" ]
timkpaine
0
xinntao/Real-ESRGAN
pytorch
588
训练Real-ESRNet时执行验证会报错--When training Real-ESRNet, if I want to perform validation, the program will will report FileNotFoundError.
在训练Real-ESRNet时,如果我想执行验证,取消掉注释内容以后运行,会出现 FileNotFoundError 的报错。 When training Real-ESRNet, if I want to perform validation, the program will will report FileNotFoundError. ```# general settings name: train_RealESRNetx4plus_1000k_B12G4 model_type: RealESRNetModel scale: 4 num_gpu: auto # auto: can infer from you...
open
2023-03-17T03:46:08Z
2023-03-27T09:46:28Z
https://github.com/xinntao/Real-ESRGAN/issues/588
[]
GuangwuOfLongCity
1
deezer/spleeter
deep-learning
260
[Discussion] How to separate multiple music files with one call function of separate on the terminal?
<!-- Please respect the title [Discussion] tag. --> Hi, this the quick start method to separate the music files to vocals and accompaniment, `git clone https://github.com/Deezer/spleeter` `conda install -c conda-forge spleeter` `spleeter separate -i spleeter/audio_example.mp3 -p spleeter:2stems -o output` How to...
closed
2020-02-06T07:34:23Z
2021-04-27T16:22:12Z
https://github.com/deezer/spleeter/issues/260
[ "question" ]
chenglong96
3
Miserlou/Zappa
flask
1,714
read only files break zappa build on Windows
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 --> On Windows only...
open
2018-11-28T19:30:32Z
2018-11-28T19:30:32Z
https://github.com/Miserlou/Zappa/issues/1714
[]
AppJarBiz
0
svc-develop-team/so-vits-svc
pytorch
92
进行聚类方案训练时出现错误
root@autodl-container-ecb6118152-031fe729:~/autodl-tmp/so-vits-svc# python cluster/train_cluster.py train kmeans for moss... INFO:__main__:Loading features from dataset/44k/moss 20it [00:00, 1820.13it/s] 0 7.01171875 MB , shape: (7180, 256) float32 INFO:__main__:Clustering features of shape: (7180, 256) Traceback...
closed
2023-03-27T00:16:58Z
2023-03-27T00:24:16Z
https://github.com/svc-develop-team/so-vits-svc/issues/92
[ "not urgent" ]
Jerryjzr
3
ageitgey/face_recognition
machine-learning
697
dont know where to save image I want to scan
* face_recognition version: * Python version:9 * Operating System:OSX I get an error whenever i try to run my test program this is the error message: Traceback (most recent call last): File "/Users/nathaadmin/Documents/face_recog.py", line 2, in <module> image = face_recognition.load_image_file("My_Image.pn...
open
2018-12-05T17:51:14Z
2019-03-04T10:34:29Z
https://github.com/ageitgey/face_recognition/issues/697
[]
naman108
1
fohrloop/dash-uploader
dash
107
Multiple issues with Linux-Python3.6 and Windows-Python3.7
First of all, thank you for making this wonderful package. I got 2 problems when running on 2 environments: Script: - The "Simple example" provided here Environments: - Linux-Python 3.6.8 and Windows-Python 3.7.3 - dash-uploader==0.7.0a1 The problems: 1. ImportError: cannot import name 'final...
open
2022-10-23T22:24:12Z
2022-10-24T16:50:22Z
https://github.com/fohrloop/dash-uploader/issues/107
[]
chuhoaianh
0
dynaconf/dynaconf
flask
764
[docs] Settings cannot load correctly in debug mode
When I use VScode to debug my python scripts, the settings cannot be load correctly, but it works fine when I directly run the scripts. How to solve this problem? When debug ![image](https://user-images.githubusercontent.com/26832000/176063765-307c4728-8e23-44ce-ac1d-cf8c9f374b41.png) When directly run it prin...
open
2022-06-28T00:55:11Z
2024-07-01T09:51:04Z
https://github.com/dynaconf/dynaconf/issues/764
[ "RFC", "django" ]
Kyridiculous2
6