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
horovod/horovod
deep-learning
3,228
Support for ElasticRayExecutor on ray.tune
I'm looking for best practices when implementing the Horovod `ElasticRayExecutor` (0.23.0) on `ray.tune` (1.7.0) The ray examples folder contain [code](https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/horovod_simple.py#L46) for the non-elastic RayExecutor w/ ray.tune. And the Horovod [docs]...
open
2021-10-16T23:47:06Z
2021-10-24T17:34:41Z
https://github.com/horovod/horovod/issues/3228
[ "enhancement" ]
nmatare
3
Evil0ctal/Douyin_TikTok_Download_API
api
115
[BUG] API返回中的official_api中的值需要进行修改
***发生错误的平台?*** 如:抖音/TikTok ***发生错误的端点?*** 如:API-V1/API-V2/Web APP ***提交的输入值?*** 如:短视频链接 ***是否有再次尝试?*** 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。
closed
2022-12-02T11:25:21Z
2022-12-02T23:01:45Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/115
[ "BUG", "Fixed" ]
Evil0ctal
1
ymcui/Chinese-LLaMA-Alpaca
nlp
775
使用langchain检索式问答输入问题后报错 电脑带有A100显卡
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-07-20T09:04:23Z
2023-07-20T12:43:38Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/775
[]
ai499
3
ufoym/deepo
jupyter
4
Can you tell me where is the caffe install folder?
Your docker image is amazing and I have tested all deeplearning tools like caffe,tensorflow etc can work. But I want to find the location of the build folder of caffe. Thanks.
closed
2017-10-30T12:03:15Z
2020-07-19T01:04:02Z
https://github.com/ufoym/deepo/issues/4
[]
supernihui
2
Yorko/mlcourse.ai
pandas
330
Яндекс&МФТИ, Coursera, Final project - Идентификация пользователей
Здравствуйте! Уточните пожалуйста, какова форма ответа в задании 2 недели, вопрос 2: "Распределено ли нормально число уникальных сайтов в сессии?". В форме нет четких указаний на формулировку ответа, варианты "Нет", "No", значение статистики и p-value критерия Шапиро-Вилка не подходят... Может, я неверно посчитал, но...
closed
2018-04-28T16:12:15Z
2018-08-04T16:07:50Z
https://github.com/Yorko/mlcourse.ai/issues/330
[ "invalid" ]
levbed
1
chezou/tabula-py
pandas
327
Allow columns parameter to use relative area
**Is your feature request related to a problem? Please describe.** <!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently, the `columns` parameter accepts a list of floats, which map to the horizontal location in points even when setting `relative_area` to `Tr...
closed
2022-11-23T21:32:40Z
2022-12-01T15:52:05Z
https://github.com/chezou/tabula-py/issues/327
[]
tdpetrou
5
ckan/ckan
api
8,605
Solution: Automated data enrichment with metadata, tagging, annotation
**Problem description** Data scientists and ML engineers spend unnecessary time by manually searching through datasets to understand their characteristics due to insufficient or inconsistent metadata. It produces waste by repeatedly analyzing basic dataset characteristics. **Problem discovery** By interviewing an M...
open
2025-01-04T19:17:06Z
2025-01-07T13:18:05Z
https://github.com/ckan/ckan/issues/8605
[]
thegostev
0
ansible/awx
automation
15,007
Show status for host in job, not status of job in list of recent jobs for host
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-03-18T08:30:46Z
2024-03-18T08:31:16Z
https://github.com/ansible/awx/issues/15007
[ "type:enhancement", "component:ui", "needs_triage", "community" ]
leitwerk-ag
0
huggingface/datasets
pandas
7,077
column_names ignored by load_dataset() when loading CSV file
### Describe the bug load_dataset() ignores the column_names kwarg when loading a CSV file. Instead, it uses whatever values are on the first line of the file. ### Steps to reproduce the bug Call `load_dataset` to load data from a CSV file and specify `column_names` kwarg. ### Expected behavior The resulting da...
open
2024-07-26T14:18:04Z
2024-07-30T07:52:26Z
https://github.com/huggingface/datasets/issues/7077
[]
luismsgomes
1
ultralytics/yolov5
pytorch
12,798
How to load Custom Models in VsCode on windows
### 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 ![image](https://github.com/ultralytics/yolov5/assets/99647936/d10064dc-77aa-4a31-8396-8b...
closed
2024-03-07T16:47:26Z
2024-04-18T00:20:36Z
https://github.com/ultralytics/yolov5/issues/12798
[ "question", "Stale" ]
Waariss
2
zappa/Zappa
flask
1,361
The role defined for the function cannot be assumed by Lambda.
<!--- Provide a general summary of the issue in the Title above --> ## Context I was deploying a simple (admin) only django install to test zappa and the zappa init was fine but on my first run of zappa deploy dev I go the error in the title <!--- Provide a more detailed introduction to the issue itself, and why y...
open
2025-01-08T22:04:39Z
2025-02-14T05:41:53Z
https://github.com/zappa/Zappa/issues/1361
[]
nigeljames-tess
1
Gozargah/Marzban
api
694
امکان ویرایش نام کاربری در آپدیت بعدی
کاش می شد این قابلیت فعال باشه بدون اینکه لینک ساب تغیر کنه نام کاربری رو ویرایش کرد میشه ظوری تنظیم کنین در اپدیت بعدی که لینک ساب بر اساس شماره بندی مخصوص خودش داخل دیتایس لینک بده که در صورت تغیر یوزرنیم اون عوض نشه
closed
2023-12-12T15:34:59Z
2023-12-12T16:30:36Z
https://github.com/Gozargah/Marzban/issues/694
[ "Feature" ]
hayousef68
1
ansible/awx
automation
14,931
When job is running, selected EE is not visible in the UI, it appears only after it finishes
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-02-27T09:01:41Z
2024-03-06T16:17:47Z
https://github.com/ansible/awx/issues/14931
[ "type:enhancement", "component:ui", "needs_triage", "community" ]
benapetr
8
Lightning-AI/pytorch-lightning
data-science
20,384
Custom TQDMProgressBar changes not reflected
### Bug description I wrote a custom TQDMProgressBar class with some changes. When I run `train.fit()` in JupyterLab the default progress bar is still used, however. ### What version are you seeing the problem on? v2.4 ### How to reproduce the bug ```python from lightning.pytorch.callbacks import TQDMPr...
open
2024-11-01T18:56:25Z
2024-11-20T20:10:38Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20384
[ "bug", "needs triage", "ver: 2.4.x" ]
oseymour
0
zappa/Zappa
django
401
[Migrated] from zappa.concurrent.futures import LambdaPoolExecutor?
Originally from: https://github.com/Miserlou/Zappa/issues/1024 by [olirice](https://github.com/olirice) **Feature Proposal** Implement `LambdaPoolExecutor` with a similar api to `ThreadPoolExecutor` and `ProcessPoolExecutor`? i.e. ``` python from concurrent.futures import as_completed # pip install futures on p...
closed
2021-02-20T08:27:58Z
2022-08-19T07:28:47Z
https://github.com/zappa/Zappa/issues/401
[]
jneves
1
aio-libs/aiomysql
asyncio
214
get a problem in cursor
Hello everyone, I use pool to execute sql.the example is like that without any problem ```python async with _pool.acquire() as conn: async with conn.cursor(aiomysql.DictCursor) as _cur: await _cur.execute(sql,kwargs or args) rs = await _cur.fetchall() ``` and ab result is good ``` Time taken for tests: ...
closed
2017-10-10T12:30:25Z
2017-10-15T16:34:40Z
https://github.com/aio-libs/aiomysql/issues/214
[]
shownb
3
vimalloc/flask-jwt-extended
flask
478
make `current_user` available in jinja templates
Can jinja templates get `current_user` variable access without passing it explicitly? Like `Flask-Login` does, its quite convinient
closed
2022-05-22T19:05:51Z
2022-07-23T21:34:35Z
https://github.com/vimalloc/flask-jwt-extended/issues/478
[]
ghost
2
MagicStack/asyncpg
asyncio
383
Compiling the docs leads to missing sections
## Steps to reproduce ``` git clone https://github.com/MagicStack/asyncpg cd asyncpg/docs git checkout v0.18.1 python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt make html ``` ## Expected The connection pools section, located at _build/html/api/index.html#connection-pools,...
closed
2018-11-04T18:10:50Z
2018-11-04T18:24:32Z
https://github.com/MagicStack/asyncpg/issues/383
[]
ioistired
1
mars-project/mars
scikit-learn
2,659
Support `merge_small_files` for `md.read_parquet` etc
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Is your feature request related to a problem? Please describe.** For reading data op like `md.read_parquet` and `md.read_csv`, if too many small files exist, a ...
closed
2022-01-27T10:38:11Z
2022-01-30T02:12:27Z
https://github.com/mars-project/mars/issues/2659
[ "type: enhancement", "mod: dataframe", "task: medium" ]
qinxuye
0
marshmallow-code/flask-smorest
rest-api
413
Proper way to use schemas with alt_response?
I have a route handler that looks like this: ```py @bp.arguments(Args) @bp.response(200, GoodResponse) @bp.alt_response(400, schema=ErrorResponse) def put(self, args): ... if errors: abort(400, errors=errors) else: return results ``` I've tried a few different variations in t...
closed
2022-10-25T22:52:43Z
2024-05-24T20:16:28Z
https://github.com/marshmallow-code/flask-smorest/issues/413
[ "question" ]
GSGerritsen
7
frappe/frappe
rest-api
31,527
Edit button misalignment
![Image](https://github.com/user-attachments/assets/9075e954-7030-4261-afd9-2f21930170ef)
open
2025-03-05T09:11:20Z
2025-03-05T09:11:20Z
https://github.com/frappe/frappe/issues/31527
[ "bug" ]
maasanto
0
microsoft/nni
pytorch
5,558
Need shape format support for predefined one shot search space
Describe the issue: When I add the profiler as tutorial instructed below: ```python dummy_input = torch.randn(1, 3, 32, 32) profiler = NumParamsProfiler(model_space, dummy_input) penalty = ExpectationProfilerPenalty(profiler, 500e3) strategy = DartsStrategy(gradient_clip_val=5.0, penalty=penalty) ``` This erro...
open
2023-05-12T22:16:56Z
2023-05-25T11:28:20Z
https://github.com/microsoft/nni/issues/5558
[]
dzk9528
9
nvbn/thefuck
python
807
Not Running in Fish Shell
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
closed
2018-04-27T00:58:57Z
2018-05-22T17:32:16Z
https://github.com/nvbn/thefuck/issues/807
[ "bug", "fish" ]
grokdesigns
14
trevismd/statannotations
seaborn
152
Feature request: permutation test
Can the built-in scipy.stats permutation_test function be an option for statistical tests? Many Thanks!
open
2024-05-24T07:52:46Z
2024-11-30T08:54:21Z
https://github.com/trevismd/statannotations/issues/152
[]
naureeng
2
qubvel-org/segmentation_models.pytorch
computer-vision
849
Is this library still maintained?
It's been almost a year since the last release, and most commits since then have been limited to auto-generated dependabot PRs. The outdated version of timm required to use smp now makes it incompatible with the latest release of lightly: https://github.com/microsoft/torchgeo/issues/1824. PRs to update the version of t...
closed
2024-01-25T09:51:18Z
2024-09-27T10:13:45Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/849
[]
adamjstewart
18
ranaroussi/yfinance
pandas
1,727
Module 'yfinance' has no attribute 'Ticker'
### Describe bug I try to use command import yfinance as yf import pandas_datareader as pdr import pandas as pd from datetime import datetime import yfinance as yf msft = yf.Ticker('MSFT') and get a response of AttributeError: module 'yfinance' has no attribute 'Ticker' I'm using Miniconda. Tried to...
closed
2023-10-18T16:48:03Z
2023-10-18T17:51:24Z
https://github.com/ranaroussi/yfinance/issues/1727
[]
Vakke
3
autogluon/autogluon
computer-vision
4,180
Accessing probabilities of bagged models
Hi, I was wondering if there's any way of accessing the probabilities of each of the bagged models which are averaged to get the output of ```predict_proba()``` for the L1 models? This would be helpful to be able to calculate uncertainties for each of the models as well as uncertainty for the entire weighted ensemble ...
open
2024-05-08T00:44:01Z
2024-11-25T22:56:48Z
https://github.com/autogluon/autogluon/issues/4180
[ "enhancement", "module: tabular" ]
amanmalali
3
jupyter/nbviewer
jupyter
423
Test using tornado.testing
In our current testing setup, we're doing functional tests with no way to do mocks against GitHub itself. This ends up causing a lot of bad builds when things are actually fine. Since things can time out between requests and nbviewer, I this there's a mismatch. Using [`tornado.testing`](http://tornado.readthedocs.org/...
open
2015-03-12T22:07:10Z
2015-09-01T01:15:48Z
https://github.com/jupyter/nbviewer/issues/423
[ "type:Maintenance" ]
rgbkrk
3
mirumee/ariadne
api
439
Could you write it more detail
I can integrate ariadne with Django by following the instruction in the ariadne document, however i don't understand the django-channels integration section, i think the sample code is a little bit short and tricky for newbies to follow. Moreover, Django today supports Asgi server out of the box. So can i add Subscript...
closed
2020-11-05T07:28:24Z
2020-11-05T10:08:20Z
https://github.com/mirumee/ariadne/issues/439
[]
iamleson98
1
apache/airflow
machine-learning
47,905
Fix mypy-boto3-appflow version
### Body We set TODO to handle the version limitation https://github.com/apache/airflow/blob/9811f1d6d0fe557ab204b20ad5cdf7423926bd22/providers/src/airflow/providers/amazon/provider.yaml#L146-L148 I open issue for viability as it's a small scope and good task for new contributors. ### Committer - [x] I acknowledge ...
closed
2025-03-18T11:28:58Z
2025-03-19T13:33:43Z
https://github.com/apache/airflow/issues/47905
[ "provider:amazon", "area:providers", "good first issue", "kind:task" ]
eladkal
2
tiangolo/uwsgi-nginx-flask-docker
flask
196
UWSGI with Python 3.7 in Dockerfile
Hi, Tiangolo Great work brother , hope you're the best , i have isse when run Docker file contain "Python 3.7 , Uwsgi , Postgres, Nginx " Build command by jenkins , everything running but when docker logs -f app showing this **"2020-07-16 00:34:26,763 INFO spawned: 'uwsgi' with pid 480 [uWSGI] gettin...
closed
2020-07-16T00:42:46Z
2020-12-17T00:27:59Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/196
[ "answered" ]
abobakrahmed
2
waditu/tushare
pandas
1,505
复权数据接口错误(九号公司缺少20210201复权数据)
![image](https://user-images.githubusercontent.com/26301585/106459291-9c1a3000-64cc-11eb-9b8f-8520155a6bab.png) (九号公司缺少20210201复权数据)
open
2021-02-01T12:33:23Z
2021-02-01T12:33:54Z
https://github.com/waditu/tushare/issues/1505
[]
winstonzhong
1
dgtlmoon/changedetection.io
web-scraping
2,415
[feature] Compare numeric values before notification?
**Version and OS** Current on Docker **Is your feature request related to a problem? Please describe.** Hi, I'm pretty new to CD and even if I did the first steps sucessfully. What a nice tool! But I seem to struggle on monitoring a products price and to get only notification, if the price is bigger / lower a...
closed
2024-06-14T18:14:36Z
2024-07-12T15:09:45Z
https://github.com/dgtlmoon/changedetection.io/issues/2415
[ "enhancement" ]
Matthias84
1
fastapi-users/fastapi-users
asyncio
5
Improve test coverage
Current coverage: [![codecov](https://codecov.io/gh/frankie567/fastapi-users/branch/master/graph/badge.svg)](https://codecov.io/gh/frankie567/fastapi-users)
closed
2019-10-13T11:48:13Z
2019-10-15T05:55:10Z
https://github.com/fastapi-users/fastapi-users/issues/5
[ "enhancement" ]
frankie567
0
hbldh/bleak
asyncio
1,065
Advertisements only seldom received/displayed
* bleak version: 0.18.1 * Python version: Python 3.9.2 * Operating System: Linux test 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l GNU/Linux * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55 ### Description I have a device which is sending a lot advertisements. I said it to do in maximum...
open
2022-10-05T13:22:57Z
2022-10-06T17:34:51Z
https://github.com/hbldh/bleak/issues/1065
[ "3rd party issue", "Backend: BlueZ" ]
capiman
21
ultralytics/ultralytics
deep-learning
19,292
Colab default setting could not covert to tflite
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug Few weeks ago I can convert the yolo11n.pt to tflite, but now the colab default python setting will ...
open
2025-02-18T09:09:13Z
2025-02-21T01:35:52Z
https://github.com/ultralytics/ultralytics/issues/19292
[ "bug", "non-reproducible", "exports" ]
kris-himax
5
keras-team/keras
data-science
20,760
common api for getting gradient from all backend?
In this example, https://keras.io/examples/vision/grad_cam/, it is used as follows to get gradient using tensorflow. ```python with tf.GradientTape() as tape: last_conv_layer_output, preds = grad_model(img_array) if pred_index is None: pred_index = tf.argmax(preds[0]) class_channel = preds[:, pred_index...
closed
2025-01-14T18:01:42Z
2025-01-17T17:54:27Z
https://github.com/keras-team/keras/issues/20760
[ "type:support", "stat:awaiting response from contributor" ]
pure-rgb
4
LibreTranslate/LibreTranslate
api
185
en as frontend source language is not supported
[root@DESKTOP-B0B9UFO code]# docker run -ti --rm -p 5000:5000 libretranslate/libretranslate Updating language models ERROR:root:(RemoteDisconnected('Remote end closed connection without response'),) Cannot update models (normal if you're offline): Local package index not found, use package.update_package_index() to ...
closed
2021-12-17T09:04:23Z
2022-03-06T17:03:48Z
https://github.com/LibreTranslate/LibreTranslate/issues/185
[ "possible bug" ]
lizongshen
16
cobrateam/splinter
automation
759
Firefox does not open in fullscreen mode when passing the according keyword argument
The `fullscreen=True` argument to the Firefox browser constructor does not open the browser in full screen but in a regular non-maximized window instead: ``` from splinter import Browser browser = Browser('firefox', fullscreen=True) browser.visit('https://www.github.com') ``` Apart from that there is no error m...
closed
2020-02-19T16:18:06Z
2020-03-04T04:24:59Z
https://github.com/cobrateam/splinter/issues/759
[ "bug" ]
dirkschneemann
1
modoboa/modoboa
django
2,626
Enable CardDAV on user webmail
Hi Installed the latest build from the install script as of (5/10/2022) on debian 11 LXC in proxmox. When I go to the webmail URL and login as a normal user account I attempt to enable Synchronization Address book using CardDAV but it errors out. Error : Taken from Dev mode in chrome ----Start of error-- ...
closed
2022-10-05T02:51:42Z
2023-02-23T15:01:01Z
https://github.com/modoboa/modoboa/issues/2626
[ "feedback-needed", "stale" ]
Tradeforlife
6
docarray/docarray
pydantic
924
BUG: array bulk access is broken
How to reproduce: ```python import numpy as np from docarray import DocumentArray, Image da = DocumentArray[Image](Image(embedding=np.random.random((128,))) for _ in range(10)) da.embedding ``` raises: ```text Traceback (most recent call last): File "/home/johannes/.cache/pypoetry/virtualenvs/docarray-EljsZLuq-py3.8...
closed
2022-12-09T13:16:02Z
2023-01-03T12:54:32Z
https://github.com/docarray/docarray/issues/924
[ "DocArray v2" ]
JohannesMessner
0
ultralytics/yolov5
deep-learning
13,171
The GPU is not used when running detection with YOLOv5
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Multi-GPU ### Bug ![WhatsApp Image 2024-07-04 at 09 58 08](https://github.com/ultralytics/yolov5/assets/167752920/0737bb00-8c51-4ec8-8efd-66503ca78...
open
2024-07-06T14:15:08Z
2024-10-20T19:49:38Z
https://github.com/ultralytics/yolov5/issues/13171
[ "bug", "Stale" ]
Angelinnp
6
SYSTRAN/faster-whisper
deep-learning
292
Creating SRT/TXT Files
Is there a way to have the code automatically create a .srt and .txt file like the original whisper?
closed
2023-06-12T01:26:59Z
2023-06-16T20:29:09Z
https://github.com/SYSTRAN/faster-whisper/issues/292
[]
joseph2mi
2
Urinx/WeixinBot
api
262
有没有人发送pdf成功的
open
2018-10-10T05:08:43Z
2018-10-10T05:08:43Z
https://github.com/Urinx/WeixinBot/issues/262
[]
xwfsdjk
0
hpcaitech/ColossalAI
deep-learning
5,880
[DOC]: macos 不可以运行吗请问
### 📚 The doc issue 如题,我想在mac电脑上使用ColossAI,请问可以吗,,,,,,,,,,,,,,,,,
closed
2024-07-02T07:53:37Z
2024-07-02T08:05:58Z
https://github.com/hpcaitech/ColossalAI/issues/5880
[ "documentation" ]
helloworkcupid
2
deepfakes/faceswap
deep-learning
867
extracting not working
**Describe the bug** it keep stoping at some point of extracting the frames from videos or even photos. it will stop at 19%. im also using all the cpu modes because it cant extract using my gpu. im using a mac pro python 3.6
closed
2019-09-10T00:26:25Z
2019-09-25T10:09:29Z
https://github.com/deepfakes/faceswap/issues/867
[]
ghost
3
ets-labs/python-dependency-injector
asyncio
411
Inject dependency into a class attr
Hello, Sorry if this question already has been answered somewhere but I went through the doc extensively and couldn't find anything. I would like to inject a dependency for a class attribute, but couldn't find any way of doing it. Something similar from python-inject: ``` class User(object): cache = i...
closed
2021-02-27T12:50:07Z
2021-03-02T17:20:54Z
https://github.com/ets-labs/python-dependency-injector/issues/411
[ "feature" ]
brunopereira27
6
ufoym/deepo
jupyter
123
Python dumped when trying to import tensorflow
I am a beginner in docker, when I follow the quick start instruction: `docker run --runtime=nvidia --rm ufoym/deepo nvidia-smi` got: ``` docker: Error response from daemon: Unknown runtime specified nvidia. See 'docker run --help'. ``` Is ` --runtime=nvidia` deprecated? As the instruction of the nvidia-dock...
closed
2019-09-22T04:03:54Z
2019-11-19T11:24:13Z
https://github.com/ufoym/deepo/issues/123
[]
Frankr0
1
schenkd/nginx-ui
flask
37
Can code be merged to implement nginx operation management?
The effect is as follows Function: check version, start, stop, detect configuration, reload ![image](https://user-images.githubusercontent.com/12950929/99874622-7ba83c80-2c24-11eb-9d24-5b1360083b34.png) ![image](https://user-images.githubusercontent.com/12950929/99874651-b1e5bc00-2c24-11eb-8e15-2aed2034ef04.png) ...
open
2020-11-21T10:11:00Z
2021-08-02T07:29:49Z
https://github.com/schenkd/nginx-ui/issues/37
[]
sjkcdpc
2
coqui-ai/TTS
python
2,867
[Feature request] Any model pretrained on Russian lang
As we know, there used to be such a model, it was trained on the Ruslan dataset, but then it was removed due to licensing violations. Maybe it's time to train the model on other data? I think the Russian language will be in demand.
closed
2023-08-12T15:52:21Z
2023-08-13T10:42:34Z
https://github.com/coqui-ai/TTS/issues/2867
[ "feature request" ]
BrasD99
1
pydantic/pydantic-core
pydantic
1,339
Making `ObType` a separate crate
See https://github.com/samuelcolvin/rtoml/pull/59. We should move `ObType` to a separate crate so it can be reused by other projects, there's also a chance that it allows one of us, or something else to come along and make it faster. https://github.com/pydantic/pydantic-core/blob/a65f3272f002c7663c368aa4708ca7065...
open
2024-06-24T09:49:52Z
2025-02-05T13:37:31Z
https://github.com/pydantic/pydantic-core/issues/1339
[ "refactor" ]
samuelcolvin
3
Textualize/rich
python
2,737
[BUG] Triple quotations highlighted inconsistently
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** ...
closed
2023-01-06T22:18:51Z
2023-01-14T09:51:50Z
https://github.com/Textualize/rich/issues/2737
[ "Needs triage" ]
torshepherd
4
microsoft/MMdnn
tensorflow
494
Non-square maxpooling for TensorFlow-->IR-->Caffe
Platform (like ubuntu 16.04/win10): ubuntu 16.04 Python version: 2.7 Source framework with version (like Tensorflow 1.4.1 with GPU): 1.12 GPU Destination framework with version (like CNTK 2.3 with GPU): Caffe Pre-trained model path (webpath or webdisk path): NA Running scripts: NA In tensorflow networ...
open
2018-11-09T06:37:41Z
2018-12-26T14:10:16Z
https://github.com/microsoft/MMdnn/issues/494
[]
eerobert
1
strawberry-graphql/strawberry
graphql
3,572
TypeError: MyCustomType fields cannot be resolved. unsupported operand type(s) for |: 'LazyType' and 'NoneType'
## Describe the Bug I had an error generating types with the next values and the error thrown was > TypeError: MyCustomType fields cannot be resolved. unsupported operand type(s) for |: 'LazyType' and 'NoneType' This was the status the packages and the error happened on the change from: ``` Django= 4.2.11 ...
closed
2024-07-15T08:06:25Z
2025-03-20T15:56:48Z
https://github.com/strawberry-graphql/strawberry/issues/3572
[ "bug" ]
Ronjea
3
twopirllc/pandas-ta
pandas
687
Not able to extract data from Yahoo Finance anymore
Seem Yahoo has blocked it. Would be great if this can be resolved cause it's the easiest way to get historical data. 401 Client Error: Unauthorized for url: [https://query1.finance.yahoo.com/v7/finance/quote?formatted=true&lang=en-US&symbols=](https://query1.finance.yahoo.com/v7/finance/quote?formatted=true&lang=en-...
closed
2023-05-08T00:51:05Z
2023-05-13T18:37:15Z
https://github.com/twopirllc/pandas-ta/issues/687
[ "question", "wontfix", "info" ]
jq419
3
Asabeneh/30-Days-Of-Python
numpy
392
day 4_result is not correct
https://github.com/Asabeneh/30-Days-Of-Python/blame/c8656171d69e79b5dfc743f425991f46b7d1423e/04_Day_Strings/04_strings.md#L331 For this program the result should be 5 for ('y') and 0 for ('th') challenge = 'thirty days of python' print(challenge.find('y')) # 16 print(challenge.find('th')) # 17
closed
2023-05-09T18:09:54Z
2023-07-08T21:47:18Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/392
[]
Galio54
1
scrapy/scrapy
python
6,254
Fix and re-enable `unnecessary-comprehension` and `use-dict-literal` pylint tags
Both are valid simplification hints.
closed
2024-02-28T09:36:51Z
2024-02-29T07:36:35Z
https://github.com/scrapy/scrapy/issues/6254
[ "good first issue", "cleanup" ]
wRAR
0
ymcui/Chinese-LLaMA-Alpaca
nlp
385
建议开放中文数据集
ERROR: type should be string, got "\r\nhttps://github.com/ymcui/Chinese-LLaMA-Alpaca 文中提到:\r\n中文LLaMA模型在原版的基础上扩充了中文词表,使用了中文通用纯文本数据进行二次预训练。\r\n请教能否开放此处所述的中文通用纯文本数据。\r\n-------------------------------------------------------------\r\n- [x] **基础模型**:LLaMA / Alpaca / LLaMA-Plus / Alpaca-Plus\r\n- [x] **运行系统**:Linux \r\n- [x] **问题分类**:模型训练与精调\r\n- [x] (必选)由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行\r\n- [x] (必选)我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案\r\n- [x] (必选)第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[text-generation-webui](https://github.com/oobabooga/text-generation-webui)、[LlamaChat](https://github.com/alexrozanski/LlamaChat)等,同时建议到对应的项目中查找解决方案\r\n\r\n"
closed
2023-05-19T02:34:39Z
2023-05-30T22:02:22Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/385
[ "stale" ]
mikeda100
3
ultralytics/ultralytics
deep-learning
19,300
The train is getting slower and slower.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug hello, i have some trouble when train yolov8 models. why the train are getting slower and slower..? ...
open
2025-02-18T23:22:01Z
2025-02-19T09:52:38Z
https://github.com/ultralytics/ultralytics/issues/19300
[ "bug", "detect" ]
yeonhyochoi
7
cleanlab/cleanlab
data-science
375
Add support for string labels
Instead of requiring labels must be converted to integer indices.
closed
2022-08-24T00:14:30Z
2023-05-15T20:48:05Z
https://github.com/cleanlab/cleanlab/issues/375
[ "enhancement" ]
jwmueller
2
zappa/Zappa
flask
1,121
Add support for Lambda Function URLs
AWS recently announced support for [Lambda Function URLs](https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/). There's no additional pricing when using Function URLs. It seems reasonable for Zappa to support that, perhaps even default ...
closed
2022-04-09T15:55:42Z
2024-04-13T20:12:33Z
https://github.com/zappa/Zappa/issues/1121
[ "has-pr", "next-release-candidate", "no-activity", "auto-closed" ]
jdahlin
4
DistrictDataLabs/yellowbrick
scikit-learn
1,324
Discrimination Threshold plot explanation
**Describe the issue** Hi, I have been trying to use the discrimination threshold plot as per below ``` from yellowbrick.classifier import PrecisionRecallCurve, DiscriminationThreshold # Precision-Recall Plot pr_curve = PrecisionRecallCurve(model) pr_curve.fit(X_train, y_train) pr_curve.score(X_test, y_test) pr_curve....
open
2025-02-27T04:18:03Z
2025-02-27T04:19:38Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1324
[]
robmcd
0
graphdeco-inria/gaussian-splatting
computer-vision
467
Resolution r=1 make the scene blur.
Hi! I trained the bicycle scene with different parameters. When I set `r=1`, the scene blur than the default setting. Here is the comparison figure: right image set `r=1`, left image keeps default setting. ![comparison r=1 and default](https://github.com/graphdeco-inria/gaussian-splatting/assets/40193711/ef8fa44...
open
2023-11-14T05:09:37Z
2023-11-27T07:15:54Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/467
[]
aruiplex
4
PaddlePaddle/PaddleNLP
nlp
9,545
[Question]: Taskflow("feature_extraction")功能是否下线?按照Paddle文档中的代码运行报错:RuntimeError
### 请提出你的问题 Paddle文档中写明的Taskflow("feature_extraction")这个功能是否不能使用了?我在aistudio中运行该功能会出现报错。 **代码** ``` >>> from paddlenlp import Taskflow >>> import paddle.nn.functional as F >>> feature_extractor = Taskflow("feature_extraction") ``` 出现如下报错: ------------------------------------------------------------------...
closed
2024-12-02T12:53:32Z
2025-03-17T00:23:10Z
https://github.com/PaddlePaddle/PaddleNLP/issues/9545
[ "question", "stale" ]
Alonghui
5
proplot-dev/proplot
matplotlib
324
cartopy cartopy._crs import Globe moved in version 0.20.2
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description Cartopy._crs.Globe moved to Cartopy.crs.Globe in version 0.20....
closed
2022-01-20T11:41:56Z
2022-01-21T20:48:31Z
https://github.com/proplot-dev/proplot/issues/324
[ "bug", "dependencies" ]
ingomichaelis
1
biolab/orange3
scikit-learn
6,861
Edit Domain: no way to get rid of warning "categories mapping for [variable] does not apply to current input" after change in upstream Formula
<!-- 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...
closed
2024-07-24T08:55:41Z
2024-10-03T17:15:31Z
https://github.com/biolab/orange3/issues/6861
[ "bug" ]
wvdvegte
1
MaartenGr/BERTopic
nlp
1,175
get <ufunc 'invert'> error when trying to load BERTopic
I get the following message when I try to import BERTopic from bertopic: KeyError: <ufunc 'invert'> Would really appreciate any help!!
closed
2023-04-10T07:34:33Z
2023-05-23T08:36:29Z
https://github.com/MaartenGr/BERTopic/issues/1175
[]
petra-lo
2
great-expectations/great_expectations
data-science
10,427
row ids not displayed in data docs for Spark, SQLAlchemy if specifying unexpected_index_column_names in result_format
**Describe the bug** If running a validation using Spark or SQLAlchemy and specifying values for unexpected_index_column_names, the row ids are not displayed in the data docs. **To Reproduce** Run any expectation suite containing a rule, such as expect_column_value_lengths_to_be, and define a column list for unexp...
closed
2024-09-19T20:32:16Z
2025-01-29T13:44:20Z
https://github.com/great-expectations/great_expectations/issues/10427
[]
NathanJM
2
aiortc/aiortc
asyncio
927
Capturing an image from the camera with MediaPlayer, processing it with OpenCV, and then transferring it
I'm new to the concepts of aiortc, webrtc and I haven't used ffmpeg before. I receive and transfer images from the camera via MediaPlayer with aiortc. How can we process the image to be transferred with OpenCV and then transfer it?
closed
2023-09-10T01:48:14Z
2023-09-10T01:58:51Z
https://github.com/aiortc/aiortc/issues/927
[]
EmirEvcil
1
sinaptik-ai/pandas-ai
data-visualization
806
Error with Custom prompt
### System Info Python 3.11.3 Pandasai 1.5.5 ### 🐛 Describe the bug Hi @gventuri I am trying to use custom prompt for python code generation. I am using agents and while looking at the log file, i can see that the prompt that was uses is the default prompt. Here is the code to replicate the issue and attach...
closed
2023-12-08T06:10:06Z
2024-06-01T00:20:53Z
https://github.com/sinaptik-ai/pandas-ai/issues/806
[]
kumarnavn
0
explosion/spaCy
nlp
13,158
Spcay recoginize similar words into different entities
Hello everyone, I used the following code to do entity recognition in the MIMIC discharge_summary dataset. `nlp = spacy.load("en_core_sci_sm") ` `nlp.add_pipe("scispacy_linker", config={"resolve_abbreviations": True, "linker_name": "umls"}) linker = nlp.get_pipe("scispacy_linker")` `similar_list = ["spina...
closed
2023-11-28T02:30:40Z
2023-11-28T08:43:09Z
https://github.com/explosion/spaCy/issues/13158
[]
LeiGong0125Carrot
0
marimo-team/marimo
data-science
3,956
Invoking shell commands using ! syntax
### Description Jupyter notebooks support invoking shell commands directly in the context of Python code using the ! syntax. Support for the same or alternative would be highly useful. ### Suggested solution Support invoking shell commands like `! ls -alh` ### Alternative _No response_ ### Additional context ...
closed
2025-03-02T08:16:44Z
2025-03-03T00:58:23Z
https://github.com/marimo-team/marimo/issues/3956
[ "enhancement" ]
jnoortheen
2
plotly/dash
data-visualization
2,878
[BUG] `id` passed through `dcc.Loading` not visible in DOM
**Describe your context** Hello guys 👋 I am currently trying to pass an `id` to the dcc.Loading component or its parent container and I would like the `id` to be visible in the DOM such that I can target the CSS of the components inside the `dcc.Loading` via ID. Please provide us your environment, so we can ea...
closed
2024-06-07T10:41:21Z
2024-06-18T13:22:13Z
https://github.com/plotly/dash/issues/2878
[ "good first issue" ]
huong-li-nguyen
4
browser-use/browser-use
python
1,070
How to get clean screenshots without marks?
### Problem Description I want to get the clean screenshots without highlight marks, like this: ![Image](https://github.com/user-attachments/assets/588a98a2-3313-4e2f-8456-7302d5634dac) but using these codes: ```python agent = Agent( task="xxx", llm=model, browser=browser, ) history = await a...
open
2025-03-19T10:05:06Z
2025-03-19T10:06:10Z
https://github.com/browser-use/browser-use/issues/1070
[ "enhancement" ]
Shi33
0
CTFd/CTFd
flask
2,625
Missing attribution in Challenge API (GET)
**Environment**: - CTFd Version/Commit: 3.7.4 - Operating System: NA - Web Browser and Version: NA **What happened?** The API call (GET) to `/api/v1/challenges/<id>` does not return the `attribution` field, as stated in #2595. **What did you expect to happen?** Return the `attribution` field. **How ...
closed
2024-10-09T10:24:06Z
2024-10-11T06:19:55Z
https://github.com/CTFd/CTFd/issues/2625
[]
pandatix
2
microsoft/MMdnn
tensorflow
261
a little question
when I see the MMdnn: Pytorch ReadMe Extract PyTorch pre-trained models command line: $ mmdownload -f pytorch -h Support frameworks: ['alexnet', 'densenet121', 'densenet161', 'densenet169', 'densenet201', 'inception_v3', 'resnet101', 'resnet152', 'resnet18', 'resnet34', 'resnet50', 'vgg11', 'vgg11_bn', 'vgg13', '...
closed
2018-06-21T00:51:50Z
2018-07-04T07:14:19Z
https://github.com/microsoft/MMdnn/issues/261
[]
SmallMunich
2
explosion/spaCy
machine-learning
13,275
Spacy french NER transformer based model fr_dep_news_trf not working
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> Hello, we want to use spacy to do NER extraction for french texts. The transformer based model fr_dep_news_trf seems to be broken. The list of entities is always empty. ## How to reproduce the behaviour <!-- Include a code ...
closed
2024-01-25T22:51:42Z
2024-01-26T08:54:07Z
https://github.com/explosion/spaCy/issues/13275
[ "lang / fr", "feat / transformer" ]
zmy1116
1
dynaconf/dynaconf
fastapi
651
[RFC] Support for typing
**Describe the solution you'd like** I've started using typing a fair bit in my application, and have found it quite useful. When I try to access DYNACONF variables, currently the type is essentially "any type". Would be nice to have better types based on what I have defined in my settings, or allow me to specify th...
open
2021-09-03T04:16:28Z
2022-06-29T13:57:05Z
https://github.com/dynaconf/dynaconf/issues/651
[ "wontfix", "Not a Bug", "RFC" ]
AbdealiLoKo
4
deepfakes/faceswap
machine-learning
670
train failed
03/15/2019 22:08:06 MainProcess training_0 multithreading run DEBUG Error in thread (training_0): OOM when allocating tensor with shape[16384,1024] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc\n [[{{node training_1/Adam/mul_43}} = Mul[T=DT_FLO...
closed
2019-03-15T14:34:28Z
2019-03-18T17:44:52Z
https://github.com/deepfakes/faceswap/issues/670
[]
Nostalgia1990
11
tox-dev/tox
automation
2,838
tox 4 breaks generative env def with -pyXXX fragments if basepython is defined
## Issue ```ini [tox] [testenv] base_python = python3 [testenv:functional{,-py38,-py39,-py310}] [testenv:other] ``` This tox.ini is worked before in tox 3.28.0 to use the default python3 binary for `other` env while use the specific python binary for the `functional` envs. With tox 4.6.2. this result in confl...
closed
2023-01-09T10:20:23Z
2023-01-10T17:34:02Z
https://github.com/tox-dev/tox/issues/2838
[]
gibizer
12
matplotlib/matplotlib
data-science
29,615
[Bug]: pcolormesh's default x/y range might break `set_scale('log')`
### Bug summary While using `pcolormesh`, setting the x- or y-scale to logarithmic sometimes breaks. It turned out this happens when the default `x/ylim` contain negative values. A fix could be to ensure that limits are all positive before calling the `set_x/yscale('log')`. This likely happens with similar commands ...
open
2025-02-13T14:00:19Z
2025-02-20T13:36:41Z
https://github.com/matplotlib/matplotlib/issues/29615
[ "status: confirmed bug", "status: has patch" ]
arashgmn
8
ultralytics/ultralytics
pytorch
18,864
How to further optimize model for single image faster inference
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I am working on detecting faces on a Raspberry Pi Zero. For this I'm using a...
closed
2025-01-24T14:18:36Z
2025-03-11T20:30:27Z
https://github.com/ultralytics/ultralytics/issues/18864
[ "question", "detect", "embedded", "exports" ]
EmmanuelMess
13
openapi-generators/openapi-python-client
rest-api
902
Error No package metadata was found for openapi_python_client when running app.exe built from pyinstaller
**Describe the bug** **Error `importlib.metadata.PackageNotFoundError: No package metadata was found for openapi_python_client` when running `app.exe` built from `pyinstaller`.** I have an application that uses the `openapi_python_client` library, and I've built the application into an exe file using PyInstaller to...
closed
2023-12-13T12:23:14Z
2023-12-18T22:44:04Z
https://github.com/openapi-generators/openapi-python-client/issues/902
[]
dinhthang1987
1
ray-project/ray
data-science
51,510
[Core] Cover cpplint for `ray/core_worker` (excluding transport)
## Description As part of the initiative to introduce cpplint into the pre-commit hook, we are gradually cleaning up C++ folders to ensure compliance with code style requirements. This issue focuses on cleaning up /src/ray/core_worker/transport (excluding transport , as it's being covered through #51457 ) ## Goal - E...
closed
2025-03-19T02:31:35Z
2025-03-22T04:10:59Z
https://github.com/ray-project/ray/issues/51510
[ "enhancement", "core" ]
nishi-t
2
gevent/gevent
asyncio
1,543
gevent Native Module Errors On Heroku While Running Embedded
* gevent version: 1.4.0 * Python version: Python 3.8.X provided from Heroku's buildpack * Operating System: Heroku Web Dyno ### Description: While running `gevent.monkey.patch_all()` in my web application, my Heroku app quit with this error: ``` 2020-03-10T20:49:00.873710+00:00 app[web.1]: Traceback (most recen...
closed
2020-03-10T21:26:46Z
2020-03-28T23:42:57Z
https://github.com/gevent/gevent/issues/1543
[]
danii
9
modAL-python/modAL
scikit-learn
91
Can this package be applied into one's own classifier?
open
2020-07-16T08:10:41Z
2020-07-17T01:55:36Z
https://github.com/modAL-python/modAL/issues/91
[]
liumuyan666
1
ageitgey/face_recognition
machine-learning
1,274
face_recognition pipeline for multiple sources
* face_recognition version: - * Python version:3.7 * Operating System: ubuntu 18.04 ### Description Hi, I am have implemented a face recognition pipeline with face_recognition library on jetson nano which fetched 7-10 fps from a single 1080p source, which is decent for a single source. but, to increase the num...
open
2021-02-02T08:21:37Z
2021-04-08T13:27:36Z
https://github.com/ageitgey/face_recognition/issues/1274
[]
shubham-shahh
6
matplotlib/mplfinance
matplotlib
352
Usage Question
Hi, I'm trying to use your library but having a bit of difficulty. So I am getting minute candles through a REST API and then placing them into a pandas datagram, parsing the date/time into a datetime object and then using set_index to my datetime column but I'm getting stuck getting the plot to show up. The error ...
closed
2021-03-14T01:42:29Z
2021-03-14T02:54:46Z
https://github.com/matplotlib/mplfinance/issues/352
[ "question" ]
RT-Tap
2
ydataai/ydata-profiling
jupyter
938
assign report object raise AttributeError: can't set attribute
**Describe the bug** when I run `ieee_fraud_report.report = original_report_structure` in modify_report_structure.ipynb, I come across `raise AttributeError: can't set attribute ` **To Reproduce** ```python """ Test for issue XXX: https://github.com/pandas-profiling/pandas-profiling/issues/XXX """ import ...
open
2022-03-09T16:20:08Z
2022-05-07T20:01:12Z
https://github.com/ydataai/ydata-profiling/issues/938
[ "help wanted 🙋", "documentation 📖" ]
searchlink
1
ultralytics/yolov5
machine-learning
13,064
Class scores from TFlite model's output data don't add up to 1
### 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 have successfully trained a custom model based on YOLOv5s and converted the ...
closed
2024-06-03T11:42:46Z
2024-10-20T19:47:10Z
https://github.com/ultralytics/yolov5/issues/13064
[ "question", "Stale" ]
Rishivarshil
5
akfamily/akshare
data-science
5,305
帮忙新增一个批量股本数据,谢谢!
具体网址:https://webapi.cninfo.com.cn/#/thematicStatistics 数据页面: ![Uploading image.png…]() 非常感谢!
closed
2024-11-04T07:53:34Z
2024-11-05T10:21:28Z
https://github.com/akfamily/akshare/issues/5305
[ "bug" ]
jasonudu
2
STVIR/pysot
computer-vision
327
关于siammask的训练问题
在我对siammask进行训练时,总会遇到以下问题,请问各位大神是否有解决办法,谢谢! [2020-03-18 17:21:45,190-rk0-model_load.py# 48] load pretrained model from /media/misstian/tnq/pysot-master/tools/../pretrained_models/resnet50.model [2020-03-18 17:21:45,349-rk0-model_load.py# 42] remove prefix 'module.' [2020-03-18 17:21:45,350-rk0-model_load.py# 33] use...
closed
2020-03-18T09:29:06Z
2020-03-19T04:12:14Z
https://github.com/STVIR/pysot/issues/327
[]
Dtappledoghuati
0
taverntesting/tavern
pytest
632
Use external functions to generate query string parameters doesn't work after tavern-1.12.2
```yaml name: Request trade analysis for a date range request: url: "{tavern.env_vars.APP_URL}/v2/price" method: GET verify: false params: $ext: function: api.test.tavern.utils:generate_multi_date_request headers: content-type: application/json response: status_code: 200 verify_...
closed
2021-01-04T02:19:03Z
2021-01-30T16:09:11Z
https://github.com/taverntesting/tavern/issues/632
[ "Type: Bug" ]
DonghanYang
2
miguelgrinberg/python-socketio
asyncio
1,081
Error when emitting a message to multiple recipients at the same time
**Describe the bug** Hello, big fan of this library, thank you for maintaining it! I wanted to report what looks like a bug in the `AsyncManager`'s emit method. Based on [the docs for emit](https://python-socketio.readthedocs.io/en/latest/api.html#socketio.AsyncServer.emit), it seems like I can pass a `list` of recipi...
closed
2022-11-06T23:03:36Z
2022-11-06T23:43:39Z
https://github.com/miguelgrinberg/python-socketio/issues/1081
[ "bug" ]
DarkAce65
2
microsoft/nni
pytorch
5,324
ValueError: RetiariiExeConfig: type of experiment_name ('mnist_search') is not typing.Optional[str]
**Describe the issue**: I run the tutorial NAS on my M1 laptop. I build the NNI library as this [instruction](https://nni.readthedocs.io/zh/stable/notes/build_from_source.html). But an error happen: ``` ValueError: RetiariiExeConfig: type of experiment_name ('mnist_search') is not typing.Optional[str] [2023-01...
closed
2023-01-26T12:21:27Z
2023-02-15T16:47:50Z
https://github.com/microsoft/nni/issues/5324
[]
whubaichuan
6
twopirllc/pandas-ta
pandas
435
Can make session volume with pandas_ta?
closed
2021-11-19T12:00:04Z
2021-11-19T16:39:57Z
https://github.com/twopirllc/pandas-ta/issues/435
[]
Ylelmon
0
elliotgao2/gain
asyncio
44
Add hooks before download and after download.
我们想在下载前或者下载后加一些东西,比如保存整个url。或者针对不同的状态码做不同的处理,比如3xx的重定向,5xx时重试等。
open
2018-07-14T17:51:51Z
2018-09-25T09:59:25Z
https://github.com/elliotgao2/gain/issues/44
[]
songww
3
davidteather/TikTok-Api
api
373
[BUG] - KeyError: 'challenge'
**Describe the bug** Getting videos by hashtag throwing exception **The buggy code** https://github.com/davidteather/TikTokBot/blob/master/tiktokbot.py **Expected behavior** Code works **Error Trace (if any)** Put the error trace below if there's any error thrown. ``` Traceback (most recent call ...
closed
2020-11-18T20:39:55Z
2020-11-18T22:18:19Z
https://github.com/davidteather/TikTok-Api/issues/373
[ "bug" ]
kami4ka
2
pywinauto/pywinauto
automation
490
How to click item in context menu
Hello, I am new to pywinauto and I need to automate one application that has a ToolbarWindow32 control with several buttons that make one "Context" menu to appear. I am able to click on all those buttons, but not to navigate inside the menu. I guess I am missing something basic. Here is what the Inspect.exe shows...
closed
2018-04-23T13:37:15Z
2020-09-11T13:30:33Z
https://github.com/pywinauto/pywinauto/issues/490
[ "question" ]
bulyhome
4
christabor/flask_jsondash
flask
143
Consider removing d3 specific layouts in favor of vega equivalents
For example, the tree layout is far superior in https://vega.github.io/vega/examples/tree-layout/ than the one currently implemented, and would allow completely removing that category since vega (lite) is already implemented.
open
2017-08-04T06:32:30Z
2017-08-04T06:32:30Z
https://github.com/christabor/flask_jsondash/issues/143
[ "API change", "new chart" ]
christabor
0