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
Evil0ctal/Douyin_TikTok_Download_API
api
398
[BUG] TikTok down?
***发生错误的平台?*** 如:抖音/TikTok ***发生错误的端点?*** 如:API-V1/API-V2/Web APP ***提交的输入值?*** 如:短视频链接 ***是否有再次尝试?*** 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。
closed
2024-05-18T22:57:06Z
2024-06-14T08:23:58Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/398
[ "BUG" ]
heismauri
3
amdegroot/ssd.pytorch
computer-vision
3
error:Dimension out of range
When I run test.py, the sentence “y = net(x)” is error: RuntimeError: dimension out of range - got 1 but the tensor is only 1D Change: '--cuda', default=True thank you for help.
closed
2017-03-31T08:31:28Z
2017-04-03T21:18:42Z
https://github.com/amdegroot/ssd.pytorch/issues/3
[]
DragonBornHD
3
vimalloc/flask-jwt-extended
flask
553
cannot import name 'DecodeError' from 'jwt'
Traceback (most recent call last): File "D:\practical\python-fullstack\api\jwtAuth.py", line 2, in <module> from flask_jwt_extended import JWTManager, create_access_token, jwt_required, get_jwt_identity, get_jwt File "D:\practical\python-fullstack\api\menv\Lib\site-packages\flask_jwt_extended\__init__.py", l...
open
2024-07-18T04:20:45Z
2024-07-18T04:34:54Z
https://github.com/vimalloc/flask-jwt-extended/issues/553
[]
legend1998
2
LAION-AI/Open-Assistant
python
2,797
Chat is down
Chat is down. Nothing really to report other than that
closed
2023-04-21T03:36:29Z
2023-04-21T07:46:28Z
https://github.com/LAION-AI/Open-Assistant/issues/2797
[]
GhostHunterGal
1
albumentations-team/albumentations
deep-learning
1,876
affine with fit_output set to true does not scale bounding boxes correctly
## Describe the bug Bounding boxes are not augmented as expected when fit_output=True. ### To Reproduce perform affine augmentation with fit_output=True and observe the decoupling of bounding boxes and objects ### Expected behavior Bounding boxes should be augmented such that the final image is correctly...
closed
2024-08-13T21:45:47Z
2024-08-15T23:16:59Z
https://github.com/albumentations-team/albumentations/issues/1876
[ "bug" ]
dominicdill
1
piskvorky/gensim
data-science
3,229
Word2Vec model callbacks property not accessible
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-09-09T04:02:40Z
2021-09-14T17:47:45Z
https://github.com/piskvorky/gensim/issues/3229
[]
ginward
1
holoviz/colorcet
matplotlib
41
pyct dependency used inside setup.py
The pyct.build package is imported and used before setup is called and so a build from a fresh python environment fails because it can't import pyct.build as it hasn't yet been installed as a build dependency.
closed
2019-11-23T23:35:57Z
2019-12-10T14:20:14Z
https://github.com/holoviz/colorcet/issues/41
[]
jsharpe
11
flasgger/flasgger
api
616
OpenAPI client generator docs link?
Hey there! I'm one of the maintainers of [openapi-ts](https://github.com/hey-api/openapi-ts), a package for turning the generated OpenAPI specs into TypeScript clients. Would you be open to including a section in README on generating clients from OpenAPI specs? FastAPI has a [similar section](https://fastapi.tiangolo.c...
open
2024-04-03T11:15:37Z
2024-06-02T23:21:47Z
https://github.com/flasgger/flasgger/issues/616
[]
mrlubos
3
svc-develop-team/so-vits-svc
pytorch
106
[Help]: 无法理解代码
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] #111 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 Ubuntu 20.04 ### GPU 型号 2080 ### Python版本 3.7.16 ### P...
open
2023-03-31T01:56:18Z
2023-04-16T17:19:58Z
https://github.com/svc-develop-team/so-vits-svc/issues/106
[ "not urgent" ]
vince-c98
3
ultrafunkamsterdam/undetected-chromedriver
automation
1,147
FileNotFoundError: [Errno 2] while running multiple instances
I'm running multiple instances with ThreadPoolExecutor and I randomly get this error and the entire program crashes. I'm on MacOS and using the latest version of `UC` and Selenium. I also gave a try to `@fix-multiple-instance` but it didn't work. I ran it on Windows, Linux etc and I got the same error everywhere. ...
open
2023-03-22T10:11:32Z
2023-03-30T04:06:18Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1147
[]
bharatbots
1
stanford-oval/storm
nlp
171
[BUG] knowledge_storm 0.2.5 doesn't contain TavilySearchRM in rm.py?
**Describe the bug** Can't run examples locally using the packaged knowledge_storm as TavilySearchRM is not included in the package. **To Reproduce** 1. Clone repository 2. pip install -r requirements.txt` 3. python ./examples/run_storm_wiki_gpt.py --retriever you --do-research --do-generate-outline --search-to...
closed
2024-09-18T13:01:27Z
2024-09-23T15:48:29Z
https://github.com/stanford-oval/storm/issues/171
[]
danieldekay
3
xorbitsai/xorbits
numpy
605
BUG: ConnectionError: Unable to connect to application when deploying on yarn
### Describe the bug when deploying on yarn, creation of the cluster fails. ### To Reproduce To help us to reproduce this bug, please provide information below: 1. Your Python version: 3.9.12 2. The version of Xorbits you use: 0.4.2 3. Versions of crucial packages, such as numpy, scipy and pandas: pandas==1.4...
closed
2023-07-19T06:10:32Z
2023-08-11T03:21:58Z
https://github.com/xorbitsai/xorbits/issues/605
[ "bug" ]
smartguo
1
huggingface/pytorch-image-models
pytorch
2,280
[BUG] Update sdpa args to be consistent with non-sdpa torch implementation
Hi, Thanks for the amazing repo! I would like to flag a minor inconsistency with the sdpa function call in the Attention class of `vision_transformers.py.` In the non-sdpa torch implementation of the Attention class, the `self.scale` param is used to scale the queries: https://github.com/huggingface/pytorch-image...
closed
2024-09-11T13:59:49Z
2024-09-11T19:37:02Z
https://github.com/huggingface/pytorch-image-models/issues/2280
[ "bug" ]
Nik-V9
2
microsoft/nni
deep-learning
5,613
assert len(graph.nodes) == len(graph_check.nodes)
**Describe the bug**: I compress my model with L1NormPruner and speedup it, then an error occurs. How can I solve this problem? This is error: ![屏幕截图 2023-06-19 091727](https://github.com/microsoft/nni/assets/92309842/f7d5653c-d82b-4076-9459-bfb619e69d9f) I checked it, but I don't know how to solve this problem...
closed
2023-06-19T01:35:59Z
2023-07-05T01:47:23Z
https://github.com/microsoft/nni/issues/5613
[]
HuYue233
3
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,366
Z2JH 3.3.0 is broken - pycurl issues with certificates
We've run into the issue described in https://discourse.jupyter.org/t/suddenly-getting-oath-cert-error/24217.
closed
2024-03-20T17:02:07Z
2024-03-20T17:23:07Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3366
[ "bug" ]
consideRatio
0
sammchardy/python-binance
api
1,528
[Enhancement] Update links in docs to new documentation link
**Describe the bug** Update links like https://binance-docs.github.io/apidocs/futures/en/#compressed-aggregate-trades-list-market_data to the corresponding link in https://developers.binance.com/docs/derivatives
open
2024-12-25T11:07:13Z
2024-12-25T11:07:13Z
https://github.com/sammchardy/python-binance/issues/1528
[ "enhancement" ]
pcriadoperez
0
pytorch/pytorch
numpy
149,314
Inductor Incorrectly Handles `torch.view_copy` When Changing dtype
### 🐛 Describe the bug ~The `torch.view_copy` function produces incorrect results in Eager mode when changing the `dtype` of a tensor. However, when using `torch.compile` (Inductor), the results are correct. This suggests a potential bug in the Eager implementation of `torch.view_copy`.~ Compile causes wrong answer ...
open
2025-03-17T12:06:54Z
2025-03-18T06:42:42Z
https://github.com/pytorch/pytorch/issues/149314
[ "triaged", "module: viewing and reshaping", "module: python frontend", "module: edge cases", "oncall: pt2", "topic: fuzzer" ]
WLFJ
3
lux-org/lux
pandas
178
pandas display
C:\Anaconda3\lib\site-packages\IPython\lib\pretty.py:700: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.
closed
2020-12-11T15:56:49Z
2020-12-12T02:06:01Z
https://github.com/lux-org/lux/issues/178
[]
danilosantiago
1
ycd/manage-fastapi
fastapi
118
ModuleNotFoundError: No module named 'app'
Steps performed: 1) fastapi startproject [project_name] 2) cd [project_name] 3) fastapi startapp [app_name] 4) fastapi run (from the project folder) It is throwing an error ModuleNotFoundError: No module named 'app' <img width="1710" alt="Screenshot 2023-04-06 at 9 11 58 AM" src="https://user-images.githubu...
closed
2023-04-06T03:45:17Z
2023-04-06T03:51:52Z
https://github.com/ycd/manage-fastapi/issues/118
[]
paras97verma
1
serengil/deepface
deep-learning
913
Issues installing deepface
Sorry if the issue is a repeat, but i have gone through a lot of the solutions of what other people have come across with no success. I have even tried to installing the packages individually when I was able to identify the version, but i still get stuck at one point. Even going back to older versions of deepface. Here...
closed
2023-12-09T19:50:13Z
2023-12-17T09:39:36Z
https://github.com/serengil/deepface/issues/913
[ "dependencies" ]
raspcode
1
PokeAPI/pokeapi
graphql
533
Flavor Texts for different forms/varieties all mixed together
This may be a feature request rather than a bug report. I guess it depends on what the intention is behind the current implementation. I'm trying to parse the flavor text for a given Pokemon species. This is easy for Pokemon that only have one variety or form. But if I want to show the flavor text for a Pokemon with...
closed
2020-10-17T19:02:28Z
2021-12-10T09:01:11Z
https://github.com/PokeAPI/pokeapi/issues/533
[]
jonduenas
19
sgl-project/sglang
pytorch
3,869
[Bug] bench_serving can not bench sglang with api_key auth
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
closed
2025-02-26T03:40:07Z
2025-02-28T04:18:55Z
https://github.com/sgl-project/sglang/issues/3869
[]
kebe7jun
1
ymcui/Chinese-LLaMA-Alpaca-2
nlp
332
中文对话问题
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https...
closed
2023-10-10T10:02:51Z
2023-10-25T22:04:32Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/332
[ "stale" ]
hsinlung
2
jacobgil/pytorch-grad-cam
computer-vision
442
Float 16 not supported by EigenCAM methods (TypeError: array type float16 is unsupported in linalg )
Hi I am getting this error when I load my model in float16 (model.half()) to use on the GPU, works fine when I use model.float(), is there a another work around for this ? Note I have cast the tensor to a float 32 outside of the model before I pass it into cam. I am using a yolov5 variant as the model. Traceback (...
closed
2023-07-17T22:36:52Z
2023-07-17T22:54:05Z
https://github.com/jacobgil/pytorch-grad-cam/issues/442
[]
Ryan37342342
1
babysor/MockingBird
pytorch
635
web界面 AI拟音 提示No such file or directory:错误 求解 谢谢
错误界面 ![捕获](https://user-images.githubusercontent.com/108532659/177673466-c793dc8a-042c-432a-9266-4fbea2985629.PNG)
closed
2022-07-07T01:55:43Z
2022-07-10T03:18:55Z
https://github.com/babysor/MockingBird/issues/635
[]
yxwudi
2
ultralytics/yolov5
deep-learning
13,303
Error During TensorFlow SavedModel and TFLite Export: TFDetect.__init__() got multiple values for argument 'w' and 'NoneType' object has no attribute 'outputs'
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I encountered errors while attempting to export a YOLOv5 model to TensorFlow SavedModel a...
open
2024-09-09T06:07:09Z
2024-10-27T13:30:39Z
https://github.com/ultralytics/yolov5/issues/13303
[ "question" ]
computerVision3
1
scikit-learn-contrib/metric-learn
scikit-learn
251
Typo in documentation
In [this](http://contrib.scikit-learn.org/metric-learn/weakly_supervised.html) documentation page, in the following paragraph > The most intuitive way to represent tuples is to provide the algorithm with a 3D array-like of tuples of shape (n_tuples, t, n_features), where n_tuples is the number of tuples, tuple_size ...
closed
2019-09-30T14:58:30Z
2019-10-12T13:04:49Z
https://github.com/scikit-learn-contrib/metric-learn/issues/251
[]
leotrs
1
pydata/xarray
pandas
9,491
Why both "backend" and "engine"?
### What is your issue? I've always felt this was unnecessarily confusing. We have multiple "backends" that are selected through the `engine` kwarg to `open_dataset`, which ultimately calls an instance of a `BackendEntrypoint` subclass. Most of the internal implementation is not called `Engine`-anything, though we do ...
open
2024-09-13T00:27:15Z
2024-09-27T13:37:08Z
https://github.com/pydata/xarray/issues/9491
[ "topic-backends", "topic-documentation", "io" ]
TomNicholas
3
deezer/spleeter
deep-learning
326
[Bug] Spleeter 1.5.0 installs Tensorflow 1.14.0 through Conda
## Description Downloaded `spleeter` 1.5.0 from `conda` and it installs the wrong tensorflow version. ## Step to reproduce <!-- Indicates clearly steps to reproduce the behavior: --> 1. Installed using `conda install -c conda-forge spleeter` ## Output ``` $> conda search spleeter=1.5.0=py37hc8dfbb8_0 -...
closed
2020-04-14T14:49:00Z
2020-04-15T19:57:11Z
https://github.com/deezer/spleeter/issues/326
[ "bug", "distribution", "conda" ]
Juan-Carlos-Rodero-Sales-Bose
3
feature-engine/feature_engine
scikit-learn
296
Improve SelectByTargetMeanPerformance functionality
Idea: Create predictor class TargetMeanPrediction or similar name with methods fit and predict. - Fit - learns transformation - predict - returns the mean target value per observation Output: - This transformer will automatically output the mean value of the target per category if variable is categorical (...
closed
2021-07-18T09:31:41Z
2022-03-26T08:02:35Z
https://github.com/feature-engine/feature_engine/issues/296
[ "priority" ]
solegalli
10
miguelgrinberg/Flask-SocketIO
flask
1,411
Cannot import emit or socketio from flask
**Your question** I am unable to import emit or SocketIO into worker app. I get the following error: from flask import Flask, url_for, render_template, redirect, SocketIO, emit ImportError: cannot import name 'SocketIO' from 'flask' (C:\Users\gfrick\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\...
closed
2020-11-16T15:43:10Z
2020-11-16T19:30:55Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1411
[ "question" ]
gjfrick
4
biolab/orange3
scikit-learn
6,744
No internet connection problem with add-on manager
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
open
2024-02-21T14:17:17Z
2024-08-12T08:37:46Z
https://github.com/biolab/orange3/issues/6744
[ "bug report" ]
kodymoodley
14
kymatio/kymatio
numpy
363
Scattering2D doesn't work with 2**J == image_size
I'm not sure if #346 fixes #284 : ``` import torch from kymatio import Scattering2D scattering = Scattering2D(J=5, shape=(32, 32)) x = torch.randn(1, 1, 32, 32) Sx = scattering(x) print(Sx.size()) ``` gives: ``` C:\Python36\python.exe D:/Cours/3A/PFE/Python/kymatio_examples/scattering2D_test.py Tracebac...
closed
2019-03-03T09:14:07Z
2019-07-22T15:11:05Z
https://github.com/kymatio/kymatio/issues/363
[ "bug", "2D" ]
Jonas1312
7
PokeAPI/pokeapi
graphql
809
Build fail on latest master with Docker
Latest master fails on `make docker-setup` with ```python Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.exec...
open
2023-01-06T23:06:38Z
2023-01-07T16:13:35Z
https://github.com/PokeAPI/pokeapi/issues/809
[]
Thorbenl
2
litestar-org/litestar
pydantic
3,606
Bug: Duplication in request URL path when configuring OpenAPI Servers
### Description All requests URLs in documentation have duplicate paths when configuring the Litestar app with a custom path and configure the OpenAPI with servers. So the final request URL has the full server url from OpenAPIConfig and the path added from the Litestar app. `http://localhost:8000/api/v3/api/v3/......
open
2024-07-01T07:11:52Z
2025-03-20T15:54:48Z
https://github.com/litestar-org/litestar/issues/3606
[ "Bug :bug:", "OpenAPI" ]
mohammedbabelly20
0
nolar/kopf
asyncio
191
[PR] Detect per-field diffs inside of the changed containers
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-09-25 20:51:24+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/191 > Merged by [nolar](https://githu...
closed
2020-08-18T20:00:11Z
2020-08-23T20:49:48Z
https://github.com/nolar/kopf/issues/191
[ "bug", "archive" ]
kopf-archiver[bot]
0
QingdaoU/OnlineJudge
django
127
数据上传的问题
从Mac OS拷来的数据,压缩成ZIP后上传,显示Empty File 自己做的数据压缩后上传是没有问题的 求如何解决
closed
2018-03-02T01:07:31Z
2019-09-10T06:59:23Z
https://github.com/QingdaoU/OnlineJudge/issues/127
[]
1481767320
4
markjay4k/Audio-Spectrum-Analyzer-in-Python
matplotlib
11
On MacOS 10.15.3, the wave appears but the spectrum does not
On MacOS 10.15.3, the wave appears but the spectrum does not.
open
2020-04-10T05:18:46Z
2020-04-24T12:23:18Z
https://github.com/markjay4k/Audio-Spectrum-Analyzer-in-Python/issues/11
[]
nebulou5
3
idealo/image-super-resolution
computer-vision
206
how can me run this frame work please,the steps
open
2021-06-04T11:07:24Z
2021-06-04T11:07:24Z
https://github.com/idealo/image-super-resolution/issues/206
[]
Hager-ahmed2021
0
seleniumbase/SeleniumBase
pytest
2,789
Script is not being executed
I am encountering an issue where the script below does not seem to be executed. The script is supposed to log messages to the console and perform a fetch request, but none of the console logs appear, and the fetch request does not seem to be executed ```python def sign_in(proxy, username, password): user, p...
closed
2024-05-19T20:06:29Z
2024-05-20T12:11:48Z
https://github.com/seleniumbase/SeleniumBase/issues/2789
[ "invalid usage", "external", "UC Mode / CDP Mode" ]
mobti100
1
snarfed/granary
rest-api
106
CI test for Instagram and Google+ scraping against live sites
our Instagram and Google+ scraping have both broken recently when their embedded JSON changed, and we didn't notice until days or weeks after. we should add tests against their live sites, similar to `facebook_live_test.py`, and run them nightly on CircleCI: https://circleci.com/docs/1.0/nightly-builds/
closed
2017-05-17T06:53:48Z
2017-08-04T17:22:04Z
https://github.com/snarfed/granary/issues/106
[ "now" ]
snarfed
2
axnsan12/drf-yasg
django
475
Is there a way to represent multiple responses?
Hi, sorry for my bad English. I want to represent multiple responses with two serializers. I found the answer and following is the link of the answer. [https://stackoverflow.com/questions/55772347/documenting-a-drf-get-endpoint-with-multiple-responses-using-swagger](https://stackoverflow.com/questions/55772347/docum...
open
2019-10-18T06:15:48Z
2025-03-07T12:16:29Z
https://github.com/axnsan12/drf-yasg/issues/475
[ "triage" ]
darkblank
0
keras-rl/keras-rl
tensorflow
53
Is there a way to use this for multi-agent environments?
Can keras-rl be modified to work with multi-agent environments? For example could you teach the ghosts in PacMan to cooperate and catch the PacMan?
closed
2016-12-05T08:12:25Z
2020-05-24T01:35:41Z
https://github.com/keras-rl/keras-rl/issues/53
[]
hmate9
15
albumentations-team/albumentations
machine-learning
2,101
[Add transform] Add RandomMotionBlur
Add RandomMotionBlur which is an alias over MotionBlur and has the same API as Kornia's https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomMotionBlur
closed
2024-11-08T15:53:56Z
2024-11-18T23:57:46Z
https://github.com/albumentations-team/albumentations/issues/2101
[ "enhancement" ]
ternaus
1
qubvel-org/segmentation_models.pytorch
computer-vision
382
Extracting only ground truth masks from training dataset (to build a confusion matrix)?
Hi everyone, I have successfully trained a U-Net using this library with the CamVid example provided for this repo. Now I am trying to put together some evaluation assessments (plots, graphs, etc.). I am trying to build a confusion matrix to compare the ground truth masks and predicted masks from the training set. D...
closed
2021-04-15T22:29:50Z
2021-04-16T04:48:16Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/382
[]
eliasm56
1
google-research/bert
nlp
901
Wrong number of params in mBERT README?
Hi, I think the number of params "110M" in the mBERT README is wrong. It should be something around 12\*768\*(4\*768)\*3 + 110k\*768 ~= 170M? Best, Alexis
open
2019-11-05T07:10:07Z
2019-11-05T07:10:27Z
https://github.com/google-research/bert/issues/901
[]
aconneau
0
xinntao/Real-ESRGAN
pytorch
604
about realesr-general-wdn-x4v3.pth ?
realesr-general-wdn-x4v3.pth 可以发布x1 , x2的模型吗,GPU太慢,运行x4花费的时间太久。 Can you provide x1, x2 models, GPU is too slow and it takes too long to run x4. x1、x2モデルを提供できますか? GPUが遅すぎて、x4の実行に時間がかかりすぎます。 x1, x2 모델을 제공 할 수 있습니까? GPU가 너무 느리고 x4를 실행하는 데 시간이 너무 오래 걸립니다. Like this. realesr-general-wdn-x1v3.pth ? or realesr-ge...
open
2023-04-09T03:31:19Z
2023-09-19T16:44:04Z
https://github.com/xinntao/Real-ESRGAN/issues/604
[]
juntaosun
1
vitalik/django-ninja
pydantic
1,116
Field with list factory causes API docs to not load with non-serializable.
When I use Field(list, alias="model related name") API doc generation no longer works and fails out with an issue with serializing. I'm not sure if this is how I am doing it or if I should make it `Optional[List[BookSchema]]` in the case that no matching foreign keys exist. ```python class Author(models.Model): ...
open
2024-03-29T02:56:38Z
2024-03-30T09:30:54Z
https://github.com/vitalik/django-ninja/issues/1116
[]
wachpwnski
2
PaddlePaddle/ERNIE
nlp
516
使用repro分支下的ernie-gen 报错
运行环境python==2.7.14 paddle-gpu=1.7.2 训练的是demo数据,预训练模型使用ernie_base_2.0英文版 错误如下 ![image](https://user-images.githubusercontent.com/24364049/86996923-74394700-c1df-11ea-9e18-e7c350f0c4c8.png)
closed
2020-07-09T04:27:45Z
2020-07-09T07:29:06Z
https://github.com/PaddlePaddle/ERNIE/issues/516
[ "repro" ]
niantianlei
1
gradio-app/gradio
deep-learning
10,344
example of adding custom js from Gradio docs is not working
### Describe the bug I am struggling to accomplish something similar to the example from here: https://www.gradio.app/guides/custom-CSS-and-JS (passing some value from python function to execute in js), but apparently even the example from the gradio website is not working. Could you please suggest an example which wo...
open
2025-01-13T12:43:00Z
2025-02-21T14:02:32Z
https://github.com/gradio-app/gradio/issues/10344
[ "bug" ]
SlimakSlimak
1
plotly/jupyter-dash
dash
74
Show output in full height without scroll bar
Hi there, I am facing an issue where the JupyterDash output cell will have the vertical scroll bar whenever the output is too long. Is there a way for me to code it such that the output cell will always be at maximum height according to what graphs are generated, so that my users won't need to scroll through two ...
closed
2022-01-05T17:01:27Z
2022-03-08T01:43:22Z
https://github.com/plotly/jupyter-dash/issues/74
[]
kennethleungty
1
psf/requests
python
6,697
Can't access trailers with the Request library
<!-- Summary. --> Requests doesn't seem to support processing [Trailer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Trailer) response headers. While I know that Trailer support has been [discussed](https://github.com/psf/requests/issues/3613) [previously](https://github.com/psf/requests/issues/2281), ...
closed
2024-05-09T11:05:19Z
2024-05-09T12:35:09Z
https://github.com/psf/requests/issues/6697
[]
fmurray-r7
1
slackapi/bolt-python
fastapi
1,009
Incorporating django example in my app
Hello, I have incorporated slack-bolt Django example in my Django project. I can successfully install the app using /slack/install. However, I have challenges with customisation. My app is initialised as in the [django example](https://github.com/slackapi/bolt-python/tree/main/examples/django) ``` app = App...
closed
2024-01-08T05:25:26Z
2024-02-26T00:11:07Z
https://github.com/slackapi/bolt-python/issues/1009
[ "question", "area:adapter", "auto-triage-stale" ]
emilmajkowski
3
0b01001001/spectree
pydantic
242
error of werkzeug 2.2.0 version
Error with werkzeug >= 2.2.0 version ``` Traceback (most recent call last): File "/Users/matvei/Desktop/Work/project/.venv/lib/python3.10/site-packages/flask/app.py", line 2091, in __call__ return self.wsgi_app(environ, start_response) File "/Users/matvei/Desktop/Work/project/.venv/lib/python3.10/site-p...
closed
2022-07-28T13:39:46Z
2022-08-01T02:18:45Z
https://github.com/0b01001001/spectree/issues/242
[]
bekishev04
3
django-cms/django-cms
django
7,244
[BUG] Some JavaScript libraries have unexpected behaviour in edit mode
<!-- Please fill in each section below, otherwise, your issue will be closed. This info allows django CMS maintainers to diagnose (and fix!) your issue as quickly as possible. --> ## Description <!-- If this is a security issue stop immediately and follow the instructions at: http://docs.django-cms.org/en/l...
closed
2022-02-17T20:19:11Z
2022-07-28T04:48:05Z
https://github.com/django-cms/django-cms/issues/7244
[ "stale" ]
YOBA1112
4
Nemo2011/bilibili-api
api
746
[漏洞] 舰长的价格获取出现问题,获取到错误价格
**Python 版本:** 3.12.2 **模块版本:** 16.2.0 **运行环境:** Windows **模块路径:** `bilibili_api.live LiveRoom` **解释器:** cpython --- 138舰长获得的event中price为198000 {'uid': ________, 'username': '________', 'guard_level': 3, 'num': 1, 'price': 198000, 'gift_id': 10003, 'gift_name': '舰长', 'start_time': 1713451876, 'end_ti...
open
2024-04-19T00:58:50Z
2024-06-07T17:51:27Z
https://github.com/Nemo2011/bilibili-api/issues/746
[ "question" ]
finalparanoia
5
qwj/python-proxy
asyncio
109
RDP tunnel through ssh
Hi! based on this [article](https://www.fireeye.com/blog/threat-research/2019/01/bypassing-network-restrictions-through-rdp-tunneling.html) i want to do something like this using python proxy (because plink is a disaster and i am looking for a neater way to accomplish this): ``` plink -v -N -T -C -noagent -ssh -R 3...
closed
2021-01-30T16:40:36Z
2021-02-20T17:51:08Z
https://github.com/qwj/python-proxy/issues/109
[]
shar333n
3
HIT-SCIR/ltp
nlp
661
如何部署到docker中
如何部署到docker中?
open
2023-08-15T06:01:55Z
2023-08-15T06:01:55Z
https://github.com/HIT-SCIR/ltp/issues/661
[]
liyanfu520
0
predict-idlab/plotly-resampler
plotly
258
Application to scatter_geo?
Hello I've found this resampler to be of great use, but for a project within my company they want to plot heatmap on a worldmap. For this I was using the scattergeo graph type. However, I'm applying about ~300k points so it's very slow to interact with. Is it possible to use this resampler for this type of graph? ...
open
2023-09-19T09:18:15Z
2023-11-09T02:52:40Z
https://github.com/predict-idlab/plotly-resampler/issues/258
[ "new feature" ]
ODupon
0
encode/databases
sqlalchemy
105
Support or document example with Sqlalchemy Declarative
Not sure if what I'm asking here is #76 since I'm not that familiar with sqlalchemy. I've seen various places define sqlalchamy tables by inheriting from `sqlalchemy.ext.declarative.declarative_base()`. There's no examples for using it with `databases` so I assume it just isn't possible?
closed
2019-06-01T01:23:30Z
2022-02-07T17:24:53Z
https://github.com/encode/databases/issues/105
[]
NotAFile
8
streamlit/streamlit
data-science
10,719
Nested periodic st.fragments can cause StreamlitDuplicateElementId
### 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 When you create 2 fragments that rerun both a...
open
2025-03-11T14:56:57Z
2025-03-12T14:27:18Z
https://github.com/streamlit/streamlit/issues/10719
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.fragment" ]
schaumb
2
unit8co/darts
data-science
2,396
[BUG] Static covariates not added to val_series for RegressionModel
**Describe the bug** When fitting a RegressionModel on a series which includes static covariates, and also providing validation data, an error will be thrown due to data shape mismatch. This appears to be because lagged data is created from the val series (in self.fit) _before_ self.uses_static_covariates is set to Tr...
closed
2024-05-28T11:09:47Z
2024-05-31T15:09:15Z
https://github.com/unit8co/darts/issues/2396
[ "bug", "triage" ]
sharmuz
1
ploomber/ploomber
jupyter
697
Path resolution discrepancy between ploomber build and Jupyter integration
### Summary Ploomber resolves relative paths differently depending on the context. In `ploomber --build` it seems that the paths are resolved relative to the current working directory. In Jupyter, they are resolved relative to the notebook location. The result is that the notebooks can't find files in one or the oth...
open
2022-03-31T18:37:28Z
2022-04-01T01:30:54Z
https://github.com/ploomber/ploomber/issues/697
[]
williewheeler-ms
2
deepinsight/insightface
pytorch
2,210
arcface torch load pretrain_model?
训练 arcface在workdir里面 只有一个model.pt,我在config里应该怎么写路径才可以加载这个模型继续训练呢?
open
2023-01-04T06:14:18Z
2023-01-06T03:33:04Z
https://github.com/deepinsight/insightface/issues/2210
[]
sssssshf
1
zappa/Zappa
flask
1,112
[Question] How does Lambda layers work?
Hi, I'm currently using AWS Chalice for my services and am currently looking to see if I can use Flask/Django + Zappa instead 1. Are lambda layers autogenerated by for dependencies (like Chalice's `automatic layers`) 2. Are lambda layers updated for each update or only on change of dependencies
closed
2022-02-22T12:48:50Z
2023-06-22T15:39:55Z
https://github.com/zappa/Zappa/issues/1112
[]
VaZark
1
explosion/spaCy
nlp
12,900
Transformer NER training and Loading
Hey , I am training a NER on my own data on a GPU, using your transformer model. I have installed Spacy and generated my config.cfg I trained the model and I save it under the name best model, I am trying to load it in order to use it but it shows an error : Irun this command : nlp_ner = spacy.load("/content/model...
closed
2023-08-09T13:53:41Z
2023-10-12T00:02:14Z
https://github.com/explosion/spaCy/issues/12900
[ "bug", "third-party", "feat / serialize", "feat / transformer" ]
Oumayma68
9
graphql-python/graphene-sqlalchemy
graphql
236
object of type 'SQLAlchemyConnectionField' has no len()
Hello, I am implementing a connection field. The excerpts from the code are: ``` # Classes: class Common(graphene_sqlalchemy.SQLAlchemyObjectType): class Meta: abstract = True ... class MyGraphQLModel(Common): class Meta: model = MyModel interfaces = (graphene.relay.Node, ) # Fi...
open
2019-07-11T07:36:43Z
2019-10-30T12:50:05Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/236
[]
docelic
2
graphistry/pygraphistry
pandas
620
[BUG] gfql de-serialization
**Describe the bug** bug in the gfql de-serialization **To Reproduce** Code, including data, than can be run without editing: ```python from graphistry.compute.chain import Chain from graphistry import e_undirected, is_in chain_operations = graphistry.Chain([ e_undirected(hops=1, edge_match={"source":...
closed
2024-12-18T18:20:07Z
2024-12-24T05:51:22Z
https://github.com/graphistry/pygraphistry/issues/620
[ "bug" ]
mj3cheun
3
PedroBern/django-graphql-auth
graphql
110
I register a user without a password, an error comes that such a user does not exist. But at the same time yuh
{ "data": { "createUser": { "success": false, "errors": { "email": [ { "message": "Custom user with this Email already exists.", "code": "unique" } ] } } } } class Mutation(graphene.ObjectType): create_user...
open
2021-04-13T11:09:00Z
2021-04-13T18:55:59Z
https://github.com/PedroBern/django-graphql-auth/issues/110
[]
eshpilevsky
2
inducer/pudb
pytest
274
Previus command is painted with delay when running under Docker
Because you respond so promptly, I reward you with more issues :). This one might not be an easy one to track down (and it might not even be related to PuDB but perhaps to urwid): when I run PuDB inside a Docker container (both the host and guest are Ubuntu 17.04) and I go to the Command line (Ctrl+X) and press Ctrl+P ...
closed
2017-09-04T13:35:46Z
2017-10-01T06:40:53Z
https://github.com/inducer/pudb/issues/274
[]
cdman
8
neuml/txtai
nlp
517
Add count method to database
Add `count` method to the database.
closed
2023-08-09T11:03:22Z
2023-08-09T11:28:27Z
https://github.com/neuml/txtai/issues/517
[]
davidmezzetti
0
xonsh/xonsh
data-science
5,717
Redirecting to fifo and backgrounding doesn't actually put process in background
## Current Behavior ```xsh mkfifo fifo echo "fifo" > fifo & # this blocks ``` The process doesn't actually go in the background until a reader also appears on the fifo, which defeats the purpose at that point. ## Expected Behavior The process should immediately go in the background. ## xonfig ```xsh +----...
open
2024-10-30T14:54:50Z
2024-10-31T11:51:11Z
https://github.com/xonsh/xonsh/issues/5717
[ "threading", "edge-case" ]
Supreeeme
1
ultralytics/yolov5
deep-learning
13,141
how to convert pt to onnx to trt
### 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 how to convert pt to onnx to trt ### Additional im doing this python export.py --wei...
closed
2024-06-27T03:11:08Z
2024-12-16T10:28:50Z
https://github.com/ultralytics/yolov5/issues/13141
[ "question", "Stale" ]
gdfapokgdpafog
8
gee-community/geemap
jupyter
812
Add points from xy
Create a marker cluster from a csv or pandas dataframe containing xy coordinates.
closed
2021-12-13T16:34:39Z
2024-06-18T17:42:03Z
https://github.com/gee-community/geemap/issues/812
[ "Feature Request" ]
giswqs
4
dpgaspar/Flask-AppBuilder
rest-api
1,823
Version 4.0.0 has insufficient constraints on dependencies
### Environment Flask-Appbuilder version: 4.0.0 pip freeze output: ``` apispec==3.3.2 attrs==21.4.0 Babel==2.9.1 click==8.1.1 colorama==0.4.4 dnspython==2.2.1 email-validator==1.1.3 Flask==2.1.1 Flask-AppBuilder==4.0.0 Flask-Babel==2.0.0 Flask-JWT-Extended==4.3.1 Flask-Login==0.4.1 Flask-SQLAlchem...
closed
2022-03-31T15:45:58Z
2022-05-03T14:40:47Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1823
[ "bug", "dependency-bump" ]
chrihartl
10
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,135
Can I train a model from sketch to water cup? This model can include glass, mug and thermos cup
Can I train a model from sketch to water cup? This model can include glass, mug and thermos cup
closed
2020-08-28T11:21:51Z
2020-09-17T09:46:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1135
[]
LIMr1209
1
sinaptik-ai/pandas-ai
data-visualization
1,413
env file not found
### System Info OS version: macOS 15.0.1 Python version: I assume as specified in Dockerfile of server's folder, _FROM python:3.11-slim_ pandasai version: latest ### 🐛 Describe the bug ``` $ docker compose up env file /Users/Giuseppe/developing/pandas-ai/server/.env not found: stat /Users/Giuseppe/developing...
closed
2024-10-29T11:40:43Z
2024-10-29T14:00:40Z
https://github.com/sinaptik-ai/pandas-ai/issues/1413
[ "bug" ]
giuseppe-coco
3
microsoft/nni
data-science
5,231
PyTorch Pruning with ProxylessNAS
Hi, I am interested in using pruning with ProxylessNAS. So I added a new class like "MBInvertedConvLayer_Sparse" in ProxlyessNAS example that applies pruning in [forward pass](https://github.com/microsoft/nni/blob/aec9962673e033f0d8d7784ac8dfba3ee198f0e3/examples/nas/oneshot/proxylessnas/ops.py#L309). example: ...
closed
2022-11-17T13:06:43Z
2022-11-25T08:06:13Z
https://github.com/microsoft/nni/issues/5231
[]
singagan
5
aio-libs/aiomysql
sqlalchemy
121
Connections from Pool Keeps Getting Old Data from Database
I have an API that executes code similar to this: ``` mysql = await create_pool(host='HOST', port=PORT, user='USER', password='PWORD', db='DB', loop=asyncio.get_event_loop()) async with mysql.acquire() as conn: async with conn.cursor() as cur: query_string = "SELECT * FROM table;" ...
closed
2016-11-11T19:13:52Z
2021-07-15T09:37:00Z
https://github.com/aio-libs/aiomysql/issues/121
[]
jleoirab
3
microsoft/nni
machine-learning
5,286
free(): invalid pointer Aborted (core dumped)
While I was trying to use NAS I got this error. free(): invalid pointer Aborted (core dumped) my code is: ``` import torch import torch.nn.functional as F import nni.retiarii.nn.pytorch as nn from nni.retiarii import model_wrapper @model_wrapper # this decorator should be put on the out most clas...
closed
2022-12-17T19:48:40Z
2022-12-21T13:41:16Z
https://github.com/microsoft/nni/issues/5286
[]
Armanasq
3
ipython/ipython
data-science
14,554
contribution file not mentioned clearly
it is necessary to add steps of contribution in readme file for the benefit of the contributor
closed
2024-10-21T07:23:08Z
2024-10-21T07:26:28Z
https://github.com/ipython/ipython/issues/14554
[]
jayadarshinig0609
0
gee-community/geemap
jupyter
2,096
Unable to implement ee_to_geopandas
I have been trying to incroporate ee_to_geopandas in my project using Jupyter. It produced an error showing that ee_to_geopandas is not a valid it was something like: module 'geemap' has no attribute 'ee_to_geopandas'
closed
2024-07-25T05:57:53Z
2024-07-25T11:33:19Z
https://github.com/gee-community/geemap/issues/2096
[ "bug" ]
sgindeed
1
Urinx/WeixinBot
api
167
想要个自动通过好友请求的功能
想要个自动通过好友请求的功能,主要是用来收款的...自动同意好友请求后对方才能发红包,这样我可以集成到免签接口
open
2017-03-15T01:24:59Z
2017-03-15T01:24:59Z
https://github.com/Urinx/WeixinBot/issues/167
[]
xuelainiao
0
piskvorky/gensim
machine-learning
3,484
File "<string>", line 111, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' when installing gensim 3.8.3 with pip install
Hi, I'm getting the following error message when attemting to install gensim 3.8.3 with pip install (Python 3.9) `` File` "C:\Users\XXX\AppData\Local\Temp\pip-build-env-aj3aaluh\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 111, in ensure_finalized self.finalize_options() Fi...
open
2023-07-17T07:03:01Z
2023-07-17T13:15:14Z
https://github.com/piskvorky/gensim/issues/3484
[]
bweill555
0
vi3k6i5/flashtext
nlp
80
Search Results Bug
Hey Team, Let us say we have power, plant and power plant in our keyword processor and we run a search on the below text: Text: The thermal power plant is situated in Germany. Can some one tell me the result for this query ?
closed
2019-05-13T06:07:25Z
2020-02-24T20:12:43Z
https://github.com/vi3k6i5/flashtext/issues/80
[]
koolcoder007
1
apachecn/ailearning
scikit-learn
450
"/src/py3.x/ml/4.NaiveBayes/bayes.py" #line164 疑问
引自该文件164行:" # 可以理解为 1.单词在词汇表中的条件下,文件是good 类别的概率 也可以理解为 2.在整个空间下,文件既在词汇表中又是good类别的概率" 您好,我对这里的p1Vec意义有疑问,我认为应该是在文件是good类别的前提下,对应位置(index)的单词出现在文档中的概率.
closed
2018-09-28T03:53:25Z
2018-10-07T13:48:51Z
https://github.com/apachecn/ailearning/issues/450
[]
wtzhang95
1
python-gino/gino
asyncio
226
Limiting select query results (slices/pagination)
* GINO version: 0.7.3 * Python version: 3.6 * Operating System: Linux ### Description Setting a limit (subset) for the results of a select query might be easily implemented server side with SQL's offset and limit. SQLAlquemy makes use of Python's list slicing (`q[:50]`). This can also be used for pagination...
closed
2018-05-21T09:45:21Z
2018-05-25T05:26:51Z
https://github.com/python-gino/gino/issues/226
[ "question" ]
aprilmay
3
liangliangyy/DjangoBlog
django
438
Heroku live server application error
closed
2020-12-07T08:28:00Z
2021-06-18T08:57:57Z
https://github.com/liangliangyy/DjangoBlog/issues/438
[]
crazeoni
0
qubvel-org/segmentation_models.pytorch
computer-vision
216
SSL: CERTIFICATE_VERIFY_FAILED
Hi, When I was running the tutorial on cars segmentation (CamVid), I got the following error: URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)> Which is providing error while downloading the pre-trained network. I could download the net manually using the browser...
closed
2020-05-28T20:52:44Z
2024-12-02T21:49:18Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/216
[ "Stale" ]
tariqul-islam
7
jupyter-book/jupyter-book
jupyter
2,051
is there a way to have a collapsible/dropdown admonition start opened ?
### Describe the bug **context** I'm trying to create admonitions that are collapsible, but start as opened **expectation 1 ** I have tried to use the `{toggle}` directive as per <https://jupyterbook.org/en/stable/interactive/hiding.html#the-toggle-directive> i.e. st like ```markdown ```{toggle} Click the butto...
open
2023-08-28T10:59:52Z
2025-03-06T14:08:00Z
https://github.com/jupyter-book/jupyter-book/issues/2051
[ "bug" ]
parmentelat
2
huggingface/datasets
tensorflow
7,016
`drop_duplicates` method
### Feature request `drop_duplicates` method for huggingface datasets (similiar in simplicity to the `pandas` one) ### Motivation Ease of use ### Your contribution I don't think i am good enough to help
open
2024-07-01T09:01:06Z
2024-07-20T06:51:58Z
https://github.com/huggingface/datasets/issues/7016
[ "duplicate", "enhancement" ]
MohamedAliRashad
1
deepfakes/faceswap
machine-learning
615
Docker image is asking for run_jupyter.sh which does not exist
**Describe the bug** The docker gpu image build file is running `/run_jupyter.sh` at the end, but there is no such file in the repo or in the `tensorflow/tensorflow:latest-gpu-py3` image. **To Reproduce** Steps to reproduce the behavior: 1. `docker build -t deepfakes-gpu -f Dockerfile.gpu .` 2. `nvidia-docker ru...
closed
2019-02-19T03:38:34Z
2019-03-01T17:05:03Z
https://github.com/deepfakes/faceswap/issues/615
[]
FrontMage
5
flairNLP/flair
nlp
2,713
About TransformerWordEmbeddings class
Hi, I am using the following line of code to create contextualized embeddings from a biomedical roberta model. ``` TransformerWordEmbeddings("PlanTL-GOB-ES/roberta-base-biomedical-clinical-es") ``` However, when executing the code, I get the following error: ``` File "/home/x/work/clinical-nested-ner-mlc/ve...
closed
2022-04-07T19:55:54Z
2022-09-09T02:02:25Z
https://github.com/flairNLP/flair/issues/2713
[ "question", "wontfix" ]
matirojasg
5
pennersr/django-allauth
django
3,377
Login via Google issue
I connected Allauth and Google provider. ‌ I expect that the user should be redirected to Google to select an account every time when user clicks Log In via Google button. ‌ But in my case user can't switch between Google accounts and truelly Logout from account: 1. User Login via Google account 1 2. User logs ...
closed
2023-08-12T09:45:12Z
2024-05-17T17:37:10Z
https://github.com/pennersr/django-allauth/issues/3377
[]
darbre
5
pywinauto/pywinauto
automation
822
How to access buttons in ToolBarWindow32 control?
I happened to have a software that the Icon Buttons in toolbar are with class "ToolBarWindow32", but I don't found corresponding controls in pywinauto for this class. Only toolbar is the closet one. How can I use toolbar to access buttons for ToolBarWindow32 control? The toolbar in the software is with some big icon an...
closed
2019-09-17T00:41:30Z
2019-09-23T11:53:50Z
https://github.com/pywinauto/pywinauto/issues/822
[ "question" ]
eastam
5
aio-libs/aiomysql
asyncio
503
Error raised when creating a cursor when cursorclass is set in connection
open
2020-06-15T13:58:28Z
2022-07-11T01:05:02Z
https://github.com/aio-libs/aiomysql/issues/503
[ "docs" ]
Gugu7264
3
ultralytics/ultralytics
machine-learning
19,248
Error during Exporting my custom model.pt to tflite
i geting below error ny trying this from ultralytics import YOLO model = YOLO("/home/gpu-server/runs/detect/city_combined_dataset_training4_5122/weights/best_latest_improved_3.pt") model.export(format="tflite") and also tryed with cmd line Ultralytics 8.3.75 🚀 Python-3.10.11 torch-2.4.1+cu118 CPU (12th Gen Intel...
open
2025-02-14T12:17:02Z
2025-02-15T08:14:11Z
https://github.com/ultralytics/ultralytics/issues/19248
[ "bug", "detect", "exports" ]
Vinaygoudasp7
2
PaddlePaddle/PaddleHub
nlp
1,439
more installation suggestions in docs
When I try to install paddlepaddle with gpu version, there is no command for me. So I will search the related command in another web page, which is time-consuming for beginner. ```shell !pip install --upgrade paddlepaddle -i https://mirror.baidu.com/pypi/simple !pip install --upgrade paddlehub -i https://mirror.b...
open
2021-06-02T12:23:14Z
2021-06-03T09:13:09Z
https://github.com/PaddlePaddle/PaddleHub/issues/1439
[]
wj-Mcat
1
BeanieODM/beanie
asyncio
674
[BUG] Error when a nested field name equals a `string` method
**Describe the bug** When accessing a nested field in a beanie operator, an error is thrown when that nested field's name is equal to one of the python builtin `string` methods, like `center`, `index`, `strip`, `split` etc. The error occurs, when beanie tries to split the path into its segements. ``` File "C:\......
closed
2023-08-24T14:49:58Z
2023-10-24T01:48:31Z
https://github.com/BeanieODM/beanie/issues/674
[ "Stale" ]
akriese
3
miguelgrinberg/python-socketio
asyncio
294
How to connect with https?
closed
2019-05-02T18:41:47Z
2019-05-02T19:06:23Z
https://github.com/miguelgrinberg/python-socketio/issues/294
[]
renatonerijr
0