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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pywinauto/pywinauto | automation | 895 | Unable to find the HP Firmware Installer elements | ## Expected Behavior
To get the elements from HP Hook Dock
## Actual Behavior
## Steps to Reproduce the Problem
1. Not able to connect window
2.
3.
## Short Example of Code to Demonstrate the Problem
## Specifications
- Pywinauto version: 0.6.8
- Python version and bitness: 3.7.4 and... | open | 2020-02-21T09:20:28Z | 2020-02-25T01:23:08Z | https://github.com/pywinauto/pywinauto/issues/895 | [] | Dega-Python | 1 |
agronholm/anyio | asyncio | 70 | merge policy? | anyio is being picked up by a lot of libraries 🚀
I know for Trio at least, any typical project using Trio is going to have a transitive dependency on anyio. At my workplace it's the case for a commercial product that uses Trio.
Given that, **I'm concerned that anyio code changes are committed without peer revi... | closed | 2019-09-08T02:12:16Z | 2020-08-24T19:59:36Z | https://github.com/agronholm/anyio/issues/70 | [] | belm0 | 16 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 34 | Temporal Action Localization | 老哥,我好崇拜你啊。你看能不能找机会做一下这篇文章,"Rethinking the Faster R-CNN Architecture for Temporal Action Localization",原作者没有提供代码。 | closed | 2020-07-15T08:32:54Z | 2020-07-19T22:46:54Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/34 | [] | KingQino | 2 |
vimalloc/flask-jwt-extended | flask | 310 | If the default user loader is called but not defined by the user, raise an exception | I have just spent a lot of time debugging an issue where the extension did not register the user loader with JWTManager.
Therefore my routes could not identify which user was trying to use them / were not able to retrieve any information about them; even with @jwt_required decorator.
By returning `None` we are hi... | closed | 2020-01-23T15:54:36Z | 2020-02-22T00:15:33Z | https://github.com/vimalloc/flask-jwt-extended/issues/310 | [] | callamd | 3 |
marcomusy/vedo | numpy | 296 | Scaling a volume breaks rendering when the camera orbits around the volume | Before solving #295, this issue did not exist. Now this is what happens when I scale my volume by a factor of 100.
Pyvista has the very same problem.
When you click and hold the left mouse button, VTK switches to a low-fidelity rendering to go faster but it seems this part is not scaled and it's far away close to t... | closed | 2021-01-17T11:10:09Z | 2021-01-17T13:12:10Z | https://github.com/marcomusy/vedo/issues/296 | [] | nantille | 7 |
lepture/authlib | django | 694 | Proxy can not be set for AsyncOAuth2Client | **Describe the bug**
AsyncOAuth2Client accept kwargs that are passed to the httpx.AsyncClient.
httpx.AsyncClient accept `proxy` as a kwarg.
however:
`client_kwargs = self._extract_session_request_params(kwargs)`
drops anything that is not in here:
HTTPX_CLIENT_KWARGS = [
'headers', 'cookies', 'verify',... | closed | 2024-12-19T08:39:36Z | 2025-02-28T12:23:21Z | https://github.com/lepture/authlib/issues/694 | [
"bug",
"feature request",
"client"
] | sebastian-heinz | 2 |
encode/uvicorn | asyncio | 1,855 | Type of "run" is partially unknown | When using VSCode with `pylance` in "strict" mode:
```python
from uvicorn import run
```
Warning is shown: Type of "run" is partially unknown | closed | 2023-01-31T20:45:14Z | 2023-03-10T11:42:44Z | https://github.com/encode/uvicorn/issues/1855 | [
"typing"
] | AlexanderPodorov | 7 |
ultralytics/yolov5 | deep-learning | 12,900 | How to cite and make acknowledgements for YOLO v5 in a thesis? | ### 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 have used YOLO v5 code conducting a reasearch, but how to cite and make acknowledgement... | closed | 2024-04-09T13:32:46Z | 2024-04-10T06:50:48Z | https://github.com/ultralytics/yolov5/issues/12900 | [
"question"
] | qruiwu | 3 |
xinntao/Real-ESRGAN | pytorch | 109 | netD models fail on my system | First of all, thank you very very much for making this a reality. You are allowing me to save so many images I thought were going to be unpleasant to see.
On to my problem:
When I try to run the netD trained models, such as `RealESRGAN_x2plus_netD.pth` or `RealESRGAN_x4plus_netD.pth`, the process fails at the very be... | closed | 2021-10-02T18:05:30Z | 2021-10-03T15:45:59Z | https://github.com/xinntao/Real-ESRGAN/issues/109 | [] | brunoais | 2 |
521xueweihan/HelloGitHub | python | 2,011 | 自荐项目:Beerus | ## 项目推荐
- 项目地址:[https://github.com/yuyenews](https://github.com/yuyenews)
- 类别:Go
- 项目后续更新计划:现有的组件持续迭代升级,然后RPC也提上计划了,最终目标是打造Go的web生态
- 项目描述:
一个用Go开发的web解决方案,包含一个web框架,一个数据库管理框架,未来还会开发RPC以及其他的web周边组件
- 推荐理由:现在web几乎还是java的天下,java的web生态已经非常成熟了,但是go好像还差点意思,我想尝试一下看能不能通过丰富Go的生态,让这门语言能够擅长更多的领域开发
## 示例代码:
... | closed | 2021-12-11T04:48:13Z | 2021-12-26T04:42:49Z | https://github.com/521xueweihan/HelloGitHub/issues/2011 | [] | yuyenews | 1 |
apache/airflow | machine-learning | 48,058 | DAG version is not interpolated in UI | ### Apache Airflow version
3.0.0 beta4
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
The DAG details page doesn't interpolate a DAG's version consistently on Airflow 3 beta4:

### Wha... | closed | 2025-03-21T14:58:43Z | 2025-03-22T05:55:43Z | https://github.com/apache/airflow/issues/48058 | [
"kind:bug",
"area:UI",
"affected_version:3.0.0beta"
] | BasPH | 3 |
holoviz/panel | plotly | 7,720 | Privé | **<!--**
Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required inf... | closed | 2025-02-16T19:35:55Z | 2025-02-19T09:40:53Z | https://github.com/holoviz/panel/issues/7720 | [] | cabrin21 | 2 |
huggingface/transformers | tensorflow | 36,876 | <spam> | ### Model description
<!-- Failed to upload "Screen_Recording_20250320_044456_Chrome.mp4" -->
### Open source status
- [x] The model implementation is available
- [x] The model weights are available
### Provide useful links for the implementation
_No response_ | closed | 2025-03-21T08:28:30Z | 2025-03-21T11:50:47Z | https://github.com/huggingface/transformers/issues/36876 | [
"New model"
] | tjsexfunmoney664 | 0 |
ultralytics/yolov5 | deep-learning | 13,305 | Regarding the application establishment of preprocessing functions | ### 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
YOLOv5 has various preprocessing functions, such as the Albumations library, mosaic, mixu... | open | 2024-09-11T06:29:08Z | 2024-09-13T10:14:39Z | https://github.com/ultralytics/yolov5/issues/13305 | [
"question"
] | K011-17 | 1 |
Asabeneh/30-Days-Of-Python | flask | 640 | Issue in Example:Integers on Day:03 Operators | # Arithmetic Operations in Python
# Integers
print('Addition: ', 1 + 2) # 3
print('Subtraction: ', 2 - 1) # 1
print('Multiplication: ', 2 * 3) # 6
print ('Division: ', 4 / 2) # 2.0 Division in Python gives floating number
print('Division: ', 6 / 2) # 3.0
print('Division: ', 7... | open | 2025-01-12T18:13:39Z | 2025-01-21T21:59:09Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/640 | [] | BaskarTV | 1 |
cleanlab/cleanlab | data-science | 283 | CI: Add property-based testing | Let's adopt Quickcheck-style property-based testing throughout the library.
# Details
There are lots of opportunities in cleanlab to do property-based testing, because it has lots of functions where it's easy to write down a relational property about outputs that should always hold. As one simple example: we migh... | open | 2022-06-20T22:36:43Z | 2024-12-25T19:44:15Z | https://github.com/cleanlab/cleanlab/issues/283 | [
"good first issue",
"help-wanted"
] | anishathalye | 5 |
exaloop/codon | numpy | 344 | how to debug a c program which link a share library making by codon ? | codon vsersion 0.15.5, os debian 10 , gcc version 10.2, gdb version 10.1,
I make a share library
codon build --relocation-model=pic --lib --debug --debug-entry-values --debugger-tune=gdb -o libmycodon.so my_codon.pyx
and when i use gdb on console ,i got a Segmentation fault.
#0 0x00007ffff79df6e2 in GC_find_li... | closed | 2023-04-12T07:22:41Z | 2023-07-26T21:09:28Z | https://github.com/exaloop/codon/issues/344 | [] | qjhuang | 1 |
robotframework/robotframework | automation | 5,185 | A process stops printing data in a while loop when I use "Process" library to start this process in background | OS: Windows 10
Python: 3.12.0
Robotframework: 7.0.1
I use "Process" library to start this process(print.py) in background. The process will keep writing data to a file in a while loop.
**Start Process python print.py**
However, the process will suddenly stop print data to a file due to unknown reason w... | closed | 2024-08-16T10:34:34Z | 2024-08-23T12:34:05Z | https://github.com/robotframework/robotframework/issues/5185 | [] | fon1105 | 3 |
deezer/spleeter | tensorflow | 858 | Columns and DataType Not Explicitly Set on line 65 of test_train.py
| Hello!
I found an AI-Specific Code smell in your project.
The smell is called: Columns and DataType Not Explicitly Set
You can find more information about it in this paper: https://dl.acm.org/doi/abs/10.1145/3522664.3528620.
According to the paper, the smell is described as follows:
| **Problem** | If the columns ... | open | 2023-07-04T10:31:22Z | 2023-07-04T10:31:22Z | https://github.com/deezer/spleeter/issues/858 | [] | CodeSmileBot | 0 |
zihangdai/xlnet | tensorflow | 39 | Word Embeddings | Can we retrieve word embeddings from the model? | closed | 2019-06-24T04:07:40Z | 2019-08-17T16:22:26Z | https://github.com/zihangdai/xlnet/issues/39 | [] | gayatrivenugopal | 25 |
albumentations-team/albumentations | deep-learning | 2,116 | [New transform] Add RandomShear | Add RandomShear that is child of Affine:
https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomShear | closed | 2024-11-08T16:08:05Z | 2024-11-18T01:39:18Z | https://github.com/albumentations-team/albumentations/issues/2116 | [
"enhancement"
] | ternaus | 1 |
aio-libs/aiopg | sqlalchemy | 179 | Question: Is there two phase commit support? | If yes - it would be good to have a quick example here.
Thank you.
| closed | 2016-10-09T17:44:58Z | 2016-10-09T18:07:29Z | https://github.com/aio-libs/aiopg/issues/179 | [] | ediskandarov | 3 |
JaidedAI/EasyOCR | pytorch | 543 | Missing chars from latin model | Hi! There are missing characters in the latin model, as I cannot see the `ő` and `Ő` characters, that are otherwise available in hungarian. Can you add them and update your latin model?
OFF: The hungarian language file is incorrect, so I will provide a language update in a pull request later. | closed | 2021-09-21T07:21:22Z | 2022-05-31T12:03:41Z | https://github.com/JaidedAI/EasyOCR/issues/543 | [] | timurlenk07 | 3 |
huggingface/datasets | tensorflow | 6,840 | Delete uploaded files from the UI | ### Feature request
Once a file is uploaded and the commit is made, I am unable to delete individual files without completely deleting the whole dataset via the website UI.
### Motivation
Would be a useful addition
### Your contribution
Would love to help out with some guidance | open | 2024-04-25T22:33:57Z | 2025-01-21T09:44:22Z | https://github.com/huggingface/datasets/issues/6840 | [
"enhancement"
] | saicharan2804 | 1 |
scanapi/scanapi | rest-api | 117 | Create ScanAPI Github Action | ## Description
Create a Github Action for ScanAPI to make integrations easier. We already have a [docker image](https://github.com/scanapi/scanapi/blob/master/Dockerfile#L3) for it.
https://help.github.com/en/actions/building-actions/creating-a-docker-container-action
With this action we want to:
- Be able ... | closed | 2020-04-21T16:58:01Z | 2020-09-21T00:58:44Z | https://github.com/scanapi/scanapi/issues/117 | [
"Automation"
] | camilamaia | 3 |
jupyter/nbviewer | jupyter | 1,021 | Leading whitespace removed in code blocks with syntax highlighting | Leading whitespaces in codeblocks are removed if syntax highlighting is done. Seemingly regardless of the language used. It is common to want 6 spaces denoting input lines in APL. However, if I use APL syntax highlighting, these spaces are removed. Non-breaking spaces or additional newlines do not help.
Here is a te... | open | 2022-10-04T07:11:14Z | 2025-01-06T21:42:57Z | https://github.com/jupyter/nbviewer/issues/1021 | [] | rikedyp | 2 |
aimhubio/aim | data-visualization | 3,148 | Multiple runs created for a single distributed training task with AIM | ## ❓Question
When using AIM for a distributed training task with multiple GPUs (e.g., 8 GPUs), I noticed that each GPU generates a separate run with its own hyperparameters and metrics. As a result, for a single distributed training task with 8 GPUs, a total of 8 runs are created.
However, my expectation is to h... | closed | 2024-05-28T03:05:32Z | 2025-03-13T11:54:29Z | https://github.com/aimhubio/aim/issues/3148 | [
"type / question"
] | zhiyxu | 5 |
JoeanAmier/XHS-Downloader | api | 157 | 程序运行 的安装包 运行后一直提示无法下载 | 程序运行 的安装包 运行后一直提示无法下载,如下截图

| closed | 2024-08-18T18:55:22Z | 2024-08-30T05:24:50Z | https://github.com/JoeanAmier/XHS-Downloader/issues/157 | [] | zhengzhiwu-git | 1 |
dmlc/gluon-cv | computer-vision | 1,768 | PyTorch 2.0 Support | [PyTorch 2.0](https://pytorch.org/get-started/pytorch-2.0/) has been released but gluon-cv still checks for torch < 2.0.0 when I try to import it and generates a runtime error with gluoncv 0.10 installed:
```
RuntimeError: Legacy torch==2.0.0 detected, some modules may not work properly. torch>=1.4.0,<2.0.0 is requ... | closed | 2023-04-01T00:01:44Z | 2023-07-07T06:34:18Z | https://github.com/dmlc/gluon-cv/issues/1768 | [
"Stale"
] | akowalsk | 1 |
deepspeedai/DeepSpeed | pytorch | 6,889 | Using zero3 on multiple nodes is slow | I have multiple nodes, each with 8 40G A100, and I want to train a 72B model
When using zero3, the 72B model is distributed to all GPUs of all nodes. Even with nvlink, the communication delay is still very high, resulting in slow training speed, much slower than using zero3+offloading for a single node. The problem is ... | open | 2024-12-18T03:43:41Z | 2025-01-22T14:25:07Z | https://github.com/deepspeedai/DeepSpeed/issues/6889 | [
"bug",
"training"
] | HelloWorld506 | 8 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 497 | Problem with same tablename in different database binds | I use same tablename in different database binds, and my code can be shown follows:
```
class DataA(db.Model):
__bind_key__ = 'db_a'
__tablename__ = 'data'
id = db.Column(db.Integer, primary_key=True)
content = db.Column(db.String(500))
class DataB(db.Model):
__bind_key__ = 'db_b'
_... | closed | 2017-05-10T08:33:33Z | 2020-12-05T20:55:51Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/497 | [] | Windfarer | 2 |
wkentaro/labelme | deep-learning | 747 | [Feature] XML output file format | As far as I know, the file format of LabelMe output is .json, how can I convert to the suitable .XML file format for [keras-yolov3](https://github.com/experiencor/keras-yolo3) ? | closed | 2020-08-09T10:01:10Z | 2020-08-20T15:52:59Z | https://github.com/wkentaro/labelme/issues/747 | [] | annhienktuit | 0 |
LAION-AI/Open-Assistant | python | 3,542 | Dataset release cycle | Is there any plan to release the dataset in cycles ?
I think in comparison to the V1 dataset it should be grown pretty much | open | 2023-07-04T08:00:02Z | 2023-08-27T21:11:08Z | https://github.com/LAION-AI/Open-Assistant/issues/3542 | [
"data"
] | flozi00 | 2 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,028 | [Feature Request]: Update Intel Extension for PyTorch to v2.1.30 | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Fix issues the current version has and increases performance.
### Proposed workflow
Just update from 2.0.10 to https://github.com/intel/intel-extension... | open | 2024-06-15T17:31:59Z | 2024-06-15T17:34:24Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16028 | [
"enhancement"
] | Pantonia4 | 0 |
dmlc/gluon-cv | computer-vision | 1,197 | Exporting object detection model to Android devices. | Hi there, I’ve been using GluonCV for object detection, and I was trying to figure out how to export these models to Android (I re-trained the algorithm on my own dataset, so I’d like to export that).
I found [this discussion](https://discuss.mxnet.io/t/how-can-i-export-ssd512-to-android-phone/3080) on the mxnet fo... | closed | 2020-02-21T15:25:34Z | 2021-06-07T07:04:45Z | https://github.com/dmlc/gluon-cv/issues/1197 | [
"Stale"
] | LewsTherin511 | 1 |
miguelgrinberg/flasky | flask | 122 | Hardcoded url in selenium tests | In test_selenium.py the url is hard coded, which works fine if you are testing on your local machine, but with Jenkins, where many projects might run and also use port 5000 or if you use grid, this will not work.
Ist there a best practice on how to set the url and port in the selenium tests?
| closed | 2016-03-22T10:59:39Z | 2016-06-01T16:23:27Z | https://github.com/miguelgrinberg/flasky/issues/122 | [
"question"
] | pwfraley | 1 |
sinaptik-ai/pandas-ai | data-visualization | 758 | NameError: name 'eval' is not defined | WARNING:pandasai.helpers.logger:Error of executing code
WARNING:pandasai.helpers.logger:Failed to execute code with a correction framework [retry number: 1]
ERROR:pandasai.helpers.logger:Failed with error: Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/pandasai/smart_datalake/__in... | closed | 2023-11-16T11:24:52Z | 2024-10-09T12:24:00Z | https://github.com/sinaptik-ai/pandas-ai/issues/758 | [] | JunaidHassanCB | 1 |
horovod/horovod | machine-learning | 3,027 | CMake Error in horovod/torch/CMakeLists.txt: Target "pytorch" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. | **Environment:**
1. Framework: (PyTorch,)
2. Framework version:
3. Horovod version:
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
-- Configuring done
CMake Error in horovod/to... | closed | 2021-07-08T08:03:34Z | 2021-08-03T10:13:52Z | https://github.com/horovod/horovod/issues/3027 | [
"bug"
] | Junzh821 | 1 |
Farama-Foundation/Gymnasium | api | 1,047 | [Bug Report] Code examples in Vector API documentation use deprecated "gym.vector.make" instead of "gym.make_vec" | ### Describe the bug
I found that code examples in the vector API documentation, at https://gymnasium.farama.org/api/vector/examples use the deprecated method `gym.vector.make` instead of the method `gym.make_vec`.
If this is intended feel free to close this issue, otherwise I would be glad to work on this since it... | closed | 2024-05-11T16:10:33Z | 2024-05-16T02:36:16Z | https://github.com/Farama-Foundation/Gymnasium/issues/1047 | [
"bug"
] | LetteraUnica | 3 |
521xueweihan/HelloGitHub | python | 2,589 | [开源自荐]LLaMA2-Accessory: An Open-source Toolkit for LLM Development 🚀 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/Alpha-VLLM/LLaMA2-Accessory
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别... | closed | 2023-08-05T14:12:41Z | 2024-01-24T16:06:26Z | https://github.com/521xueweihan/HelloGitHub/issues/2589 | [
"机器学习"
] | Seagull619 | 0 |
cobrateam/splinter | automation | 708 | Unable to slice on ElementList in python3 | # Issue
Applying a type(slice) to an ElementList causes a `TypeError: Object of type slice is not JSON serializable`
This happens because of the __getitem__ implantation
``` python
py3/lib/python3.7/site-packages/splinter/element_list.py
def __getitem__(self, index):
if not isinstance(index, int):
... | closed | 2019-08-08T16:18:44Z | 2020-02-28T22:24:02Z | https://github.com/cobrateam/splinter/issues/708 | [
"bug"
] | djmunro | 3 |
autogluon/autogluon | data-science | 4,441 | [BUG] feature_prune_kwargs={"force_prune": True} does not work when tuning_data is on for presets="medium_quality", | ```
Verbosity: 4 (Maximum Logging)
=================== System Info ===================
AutoGluon Version: 1.1.1
Python Version: 3.11.9
Operating System: Linux
Platform Machine: x86_64
Platform Version: #1 SMP Fri Mar 29 23:14:13 UTC 2024
CPU Count: 8
GPU Count: 1
Memory Avail: ... | open | 2024-08-28T19:05:37Z | 2024-11-25T22:47:13Z | https://github.com/autogluon/autogluon/issues/4441 | [
"bug",
"module: tabular",
"Needs Triage"
] | arturdaraujo | 1 |
jina-ai/serve | fastapi | 5,749 | 怎么同时起grpc与http服务 | **Describe the feature**
<!-- A clear and concise description of what the feature is. -->
**Your proposal**
<!-- copy past your code/pull request link -->
---
<!-- Optional, but really help us locate the problem faster -->
**Environment**
<!-- Run `jina --version-full` and copy paste the output here -->
... | closed | 2023-03-09T04:11:03Z | 2023-03-13T21:54:21Z | https://github.com/jina-ai/serve/issues/5749 | [] | yuanjie-ai | 1 |
tflearn/tflearn | data-science | 452 | Request for Gradient Noise | Any planned support for this simple and powerful enhancement? Or is there a way to do it now?
Thanks. | open | 2016-11-10T17:46:57Z | 2016-11-13T16:24:12Z | https://github.com/tflearn/tflearn/issues/452 | [
"enhancement",
"contributions welcome"
] | dcbarton | 1 |
flairNLP/flair | pytorch | 3,453 | [Question]: Multi-Task Learning with use_all_task | ### Question
How can I correctly train two tasks simultaneously on a single corpus using the parameter use_all_task=True? When I attempted to train two models together on one corpus, I encountered a RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn.
multitask_dataset = CONLL_03_DU... | closed | 2024-05-10T23:57:49Z | 2025-03-11T05:08:33Z | https://github.com/flairNLP/flair/issues/3453 | [
"question"
] | EmbedCrafter | 1 |
zappa/Zappa | flask | 530 | [Migrated] Support option for providing log config file | Originally from: https://github.com/Miserlou/Zappa/issues/1404 by [soloman1124](https://github.com/soloman1124)
Hi, it is essential in our use case to have consistent logging format. We'd like to this by suppling our own log config file if possible. | closed | 2021-02-20T09:44:00Z | 2024-04-13T16:37:00Z | https://github.com/zappa/Zappa/issues/530 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
autokey/autokey | automation | 25 | Issue pasting into QT5 apps via Keyboard | Neither original 0.90.4 nor latest autokey-py3 git copes with pasting phrases and executing scripts in Qt5 application like Kate, Konsole or KDE Plasma 5.6 authorization dialog box using Keyboard method via a hotkey. Meanwhile it works well in any other application except of Qt5 based.
When you push the hotkey it eithe... | closed | 2016-05-05T13:55:22Z | 2016-12-01T20:56:31Z | https://github.com/autokey/autokey/issues/25 | [] | roman-parkhunovskyi | 2 |
adbar/trafilatura | web-scraping | 144 | Wrong title? | I was expecting the title in the example below to be foo, but trafilatura returns bar...
```
$ cat foo.html
<html>
<head>
<title>foo</title>
</head>
<body>
<h1>bar</h1>
lorem ipsum
The quick brown fox jumps over the lazy dog
</body>
</html>
```
```
$ trafilatura --json <foo.html
{"title": "bar"... | closed | 2021-11-18T09:53:20Z | 2021-11-26T17:46:45Z | https://github.com/adbar/trafilatura/issues/144 | [
"question"
] | pieterhartel | 1 |
piccolo-orm/piccolo | fastapi | 482 | Transaction object has no method add | I am attempting to use a transaction in one of my migrations however, I am unable to add to the transaction due to the `add` method not existing. I believe I am following the docs [here](https://piccolo-orm.readthedocs.io/en/0.7.7/piccolo/query_types/transactions.html) correctly.
The error
>🚀 Running 1 migration:... | closed | 2022-04-08T18:17:42Z | 2022-04-09T14:49:11Z | https://github.com/piccolo-orm/piccolo/issues/482 | [] | theelderbeever | 2 |
ExpDev07/coronavirus-tracker-api | fastapi | 120 | golang API Wrappers | go-corona is a Golang client library for accessing global coronavirus (COVID-19, SARS-CoV-2) outbreak data.
Github: https://github.com/itsksaurabh/go-corona | closed | 2020-03-21T08:24:01Z | 2020-03-21T08:46:26Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/120 | [] | itsksaurabh | 0 |
geopandas/geopandas | pandas | 3,332 | BUG: long, lat geometry swapped ! geopandas.to_file( "out.kml", driver="KML",engine='pyogrio' ) | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of geopandas.
geopandas 0.14.4
pyogrio 0.8.0
- [ ] (optional) I have confirmed this bug exists on the main branch of geopandas.
---
#### Code Sa... | closed | 2024-06-09T06:04:21Z | 2024-06-17T09:08:10Z | https://github.com/geopandas/geopandas/issues/3332 | [
"bug",
"upstream issue"
] | phisan-chula | 3 |
microsoft/nni | machine-learning | 5,540 | getting cude_cores:Function Not Found | **Describe the issue**:
The nni process is not running with nni3.0b1. I also tried a more stable nni versions (2.10 and 2.8)
I get the following error:
```root@9be40a2183c3:/app# nnictl create --config config.yml
Traceback (most recent call last):
File "/usr/local/bin/nnictl", line 8, in <module>
sys.exit(p... | open | 2023-05-04T11:12:48Z | 2023-05-17T02:08:53Z | https://github.com/microsoft/nni/issues/5540 | [] | TayyabaZainab0807 | 8 |
RayVentura/ShortGPT | automation | 105 | 🐛 [Bug]: Error for shor creation | ### What happened?
here the error :
Checking requirements...
- Requirements : List of requirements and installed version:
edge-tts==6.1.8
ffmpeg==1.4
gradio==3.38.0==3.38.0
moviepy==1.0.3==1.0.3
openai==0.28.0
pillow==9.0.0==9.0.0
proglog==0.1.10
progress==1.6
protobuf==3.20.0==3.20.0
python-dotenv==1.0... | open | 2023-09-23T14:03:23Z | 2023-09-24T13:03:22Z | https://github.com/RayVentura/ShortGPT/issues/105 | [
"bug"
] | MyraBaba | 2 |
strawberry-graphql/strawberry | asyncio | 3,041 | Switching from strawberry.union to Annotated Union results in unexpected type when resolving fields | ## Describe the Bug
I had a `strawberry.union` kind of union type declaration, and been trying to migrate to the updated Annotated Union kind of declaration, but that change then results in a TypeError.
The original code something looks like this:
```python
SomeStuff = strawberry.union(
"SomeStuff",
... | open | 2023-08-16T08:15:17Z | 2025-03-20T15:56:20Z | https://github.com/strawberry-graphql/strawberry/issues/3041 | [
"bug"
] | imrehg | 0 |
pytest-dev/pytest-xdist | pytest | 493 | xdist cause the INTERNAL errors | plugins:
forked-1.1.3,
xdist-1.30.0,
parallel-0.0.9,
rerunfailures-7.0,
cov-2.8.1, logger-0.5.1,
metadata-1.8.0, html-2.0.1,
timeout-1.3.3, repeat-0.8.0,
instafail-0.4.1
~~~~~~~~~~~~~~~~~~~~~ Stack of Thread-4 (140296258430720) ~~~~~~~~~~~~~~~~~~~~~~
File "/usr/lib/python3.6/threading.py", line 884... | closed | 2019-12-10T01:20:01Z | 2019-12-10T11:35:34Z | https://github.com/pytest-dev/pytest-xdist/issues/493 | [] | aaronxiang0926 | 1 |
wkentaro/labelme | deep-learning | 825 | [BUG]ubuntu standalone file - pyinstaller version problem | Problem:
Run `Pyinstaller labelme.spec` creates x-sharedlib file instead of x-executable file
Env:
- OS: Ubuntu 16.04 & 18.04
- Labelme Version 4.2.10
- newest spec file
Solve:
Pyinstaller version 4.1 creates x-sharedlib file which can run through terminal
pyinstaller version 3.6 creates x-executable fil... | closed | 2021-01-13T10:48:08Z | 2021-09-30T15:11:34Z | https://github.com/wkentaro/labelme/issues/825 | [
"issue::bug"
] | shutingh | 0 |
litestar-org/litestar | api | 3,487 | Bug: Test error | ### Description
From https://github.com/litestar-org/litestar/actions/runs/9039276158/job/24841832854?pr=3486
```
________________________________ test_sync_app _________________________________
[gw0] linux -- Python 3.8.18 /home/runner/work/litestar/litestar/.venv/bin/python
self = <sqlalchemy.engine.base.Con... | open | 2024-05-10T23:47:17Z | 2025-03-20T15:54:42Z | https://github.com/litestar-org/litestar/issues/3487 | [
"Bug :bug:"
] | peterschutt | 0 |
polarsource/polar | fastapi | 4,728 | Cannot delete organization | ### Description
<!-- A brief description with a link to the page on the site where you found the issue. -->
I just created https://polar.sh/dashboard/python-icalendar
But I would like to delete it.
### Current Behavior
<!-- A brief description of the current behavior of the issue. -->
When I go to the s... | closed | 2024-12-23T14:31:01Z | 2024-12-23T19:36:59Z | https://github.com/polarsource/polar/issues/4728 | [
"bug"
] | niccokunzmann | 1 |
microsoft/nni | data-science | 5,664 | Large performance drop after applying pruning + speedup | **Describe the issue**:
Hello, I applied the L1NormPruner as in the tutorial (to all Conv2d layers in my model) but the accuracy drops from ~50 (mIOU) to 0 and it doesn't seem to be improving much in the retrain after.
I have tried a total_sparsity of 0.9, 0.8, 0.7, 0.6 and 0.5 and it happens in all cases.
Pruning ... | open | 2023-08-17T10:35:45Z | 2023-08-17T10:36:08Z | https://github.com/microsoft/nni/issues/5664 | [] | CatarinaGouveia | 0 |
pytest-dev/pytest-django | pytest | 940 | Prioritizing pytests --first flags over Django's "usual" test order breaks mix of TestCase und TransactionTestCase with data migrations | This was introduced in #819. If I have data migrations in my project and two test cases, one `TestCase` and one `TransactionTestCase`, prioritizing the first flags over the order introduced in #214 can break the `TestCase`.
Running tests with `--new-first` and modifying the `TransactionTestCase` after the `TestCase`... | open | 2021-07-13T15:04:18Z | 2021-07-13T15:11:32Z | https://github.com/pytest-dev/pytest-django/issues/940 | [] | dfn-certling | 0 |
qubvel-org/segmentation_models.pytorch | computer-vision | 328 | Some encoder without shape, how to deal with this? | when building the encoder, it will always need the encode. shape, see figure 1. But some encode doesn't have it, like mobilenet and efficientnet, shown in figure 2. result in the error, see figure 3. How to deal with this problem? Thanks!
` or `.result()` on futures to ensure they resolve."
```
Here is an example to reproduce, which follows t... | open | 2025-03-18T12:04:09Z | 2025-03-18T12:04:09Z | https://github.com/PrefectHQ/prefect/issues/17517 | [
"bug"
] | athrpf | 0 |
milesmcc/shynet | django | 69 | Fix the NPM_FILE_PATTERNS setting to work on windows | Instead of hardcoding the "/" to the entries `NPM_FILE_PATTERNS` you need to use `os.path.join`, as per: https://github.com/kevin1024/django-npm/issues/15
For example:
```
NPM_FILE_PATTERNS = {
"a17t": [os.path.join("dist", "a17t.css"), os.path.join("dist", "tailwind.css")],
"apexcharts": [os.path.join... | closed | 2020-08-02T06:23:11Z | 2020-08-11T21:57:13Z | https://github.com/milesmcc/shynet/issues/69 | [
"bug",
"enhancement",
"good first issue"
] | spapas | 2 |
iperov/DeepFaceLab | deep-learning | 5,515 | device_lib.list_local_devices() doesn't return in the CUDA build up to 2080 | Any batch script hangs, I traced it and it freezes in tensorflow when it calls **device_lib.list_local_devices()**
In: C:\DFL\DeepFaceLab_NVIDIA_up_to_RTX2080Ti\_internal\DeepFaceLab\core\leras\device.py
GPU: Geforce 750 Ti
Win 10
```
import tensorflow as tf
from tensorflow.python.client import device_lib
prin... | open | 2022-05-09T19:24:31Z | 2023-06-09T13:52:12Z | https://github.com/iperov/DeepFaceLab/issues/5515 | [] | Twenkid | 4 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,199 | [Feature Request]: Add Ascend NPU npu_fusion_attention to accelerate training | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
- a simple description of npu_fusion_attention operator
- add Ascend NPU npu_fusion_attention to accelerate training
### Proposed workflow
1. Go to add descript... | open | 2024-07-12T08:52:41Z | 2024-07-24T08:48:30Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16199 | [
"enhancement"
] | kevin19891229 | 2 |
ray-project/ray | machine-learning | 51,129 | [RLLIB] Support for Gymnasium Graph Spaces | ### Description
Gymnasium [Graph Spaces](https://gymnasium.farama.org/api/spaces/composite/#gymnasium.spaces.Graph) describe graph-based environments, which are becoming more common. The graph spaces has fixed node and edge spaces, however allows for dynamic sized edge/node counts for those given edge/node spaces. Thi... | open | 2025-03-06T17:42:21Z | 2025-03-11T15:54:54Z | https://github.com/ray-project/ray/issues/51129 | [
"enhancement",
"P3",
"rllib",
"rllib-env"
] | dkupsh | 0 |
plotly/dash | jupyter | 2,863 | [BUG] running does not support wildcards in ids | **Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
dash 2.17.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table ... | closed | 2024-05-20T14:53:45Z | 2024-06-12T13:04:15Z | https://github.com/plotly/dash/issues/2863 | [
"bug",
"sev-2"
] | tlauli | 1 |
minimaxir/textgenrnn | tensorflow | 56 | Unable to open largetext weights. | I successfully trained a model using train_from_largetext and saved the weights as 'weights/recipes.hdf5'.
However, I don't seem to be able to reopen the saved weights. When I try:
recipes.save('weights/recipes.hdf5')
recipes2 = textgenrnn('weights/recipes.hdf5')
I get the following error message when I try t... | open | 2018-07-29T02:45:02Z | 2018-10-15T00:41:21Z | https://github.com/minimaxir/textgenrnn/issues/56 | [] | janelleshane | 8 |
Farama-Foundation/Gymnasium | api | 882 | [Bug Report] save_video doesn't work | ### Describe the bug
I tried using the snippet for saving an episode give [here](https://gymnasium.farama.org/api/utils/#gymnasium.utils.save_video.save_video) . I am running a jupyter notebook in a server.
The above gives following error:
```
{
"name": "TypeError",
"message": "must be real number, not Non... | closed | 2024-01-19T19:01:01Z | 2024-01-25T19:27:06Z | https://github.com/Farama-Foundation/Gymnasium/issues/882 | [
"bug"
] | Acejoy | 4 |
Anjok07/ultimatevocalremovergui | pytorch | 1,670 | Demcus: v4 htdemcus_ft - M4 GPU | Previously I had no issue with this ensemble, now it crashes every time.
Using M4 Pro Mac Mini with GPU processing. Demcus: v4 htdemcus_ft seems to be the issue.
Works without GPU processing
Raw Error Details:
RuntimeError: "Invalid buffer size: 17.34 GB"
Traceback Error: "
File "UVR.py", line 6584, in ... | open | 2024-12-18T10:30:48Z | 2024-12-26T11:06:04Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1670 | [] | Cerimor | 2 |
huggingface/transformers | python | 36,485 | Gemma2 (quantized) inference is broken - torch._dynamo.exc.UserError: Dynamic control flow is not supported at the moment. | ### System Info
```
- `transformers` version: 4.49.0
- Platform: Linux-5.4.0-156-generic-x86_64-with-glibc2.39
- Python version: 3.10.14
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (GPU... | closed | 2025-03-01T01:27:02Z | 2025-03-17T10:38:23Z | https://github.com/huggingface/transformers/issues/36485 | [
"bug"
] | royvelich | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,409 | cannot call Transaction.rollback(): the underlying connection is closed | ### Describe the bug
Using async_session with context manager raise the error
### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected
_No response_
### SQLAlchemy Version in Use
sqlalchemy = "^2.0.21"
### DBAPI (i.e. the database driver)
asyncpg = "^0.28.0"
### Database ... | closed | 2023-10-03T12:40:02Z | 2023-10-03T13:11:16Z | https://github.com/sqlalchemy/sqlalchemy/issues/10409 | [] | xykylikuf001 | 0 |
google/seq2seq | tensorflow | 188 | sys.excepthook is missing when run "bash wmt16_en_de.sh" | /nmt_data/wmt16_de_en/newstest2014.tok.clean.bpe.32000.de
/nmt_data/wmt16_de_en/newstest2015.tok.clean.bpe.32000.de
/nmt_data/wmt16_de_en/newstest2016.tok.clean.bpe.32000.de
/nmt_data/wmt16_de_en/train.tok.clean.bpe.32000.de
cut: stdin: Illegal byte sequence
close failed in file object destructor:
sys.excepthook ... | open | 2017-04-24T02:28:22Z | 2017-08-01T06:17:34Z | https://github.com/google/seq2seq/issues/188 | [] | SeekPoint | 0 |
miguelgrinberg/python-socketio | asyncio | 402 | simple solution for how to connect to external socketio server? | Hi,
Have built a simple flask socketio server, javascript socketio client, and python socketio client. running all on localhost:5000 works. Deployed flask server and javascript client on remote Heroku server and those two work fine, but I cannot figure out how to connect to the remote server from my local python soc... | closed | 2019-12-29T22:08:09Z | 2019-12-30T00:35:00Z | https://github.com/miguelgrinberg/python-socketio/issues/402 | [] | JMA6971 | 1 |
aminalaee/sqladmin | sqlalchemy | 447 | Not working with the latest fastapi 0.94.1 release | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
Hello,
I am using sqladmin with my project, the source of which you can find here: https://github.com/mavroprovato/fuelpricesgr
When I try t... | closed | 2023-03-14T19:22:14Z | 2023-03-15T09:42:52Z | https://github.com/aminalaee/sqladmin/issues/447 | [] | mavroprovato | 3 |
onnx/onnx | pytorch | 6,103 | Spec for ReduceSumSquare is incorrect when noop_with_empty_axes == 1 | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk... | open | 2024-04-29T02:43:06Z | 2025-03-21T00:18:10Z | https://github.com/onnx/onnx/issues/6103 | [
"bug",
"topic: documentation",
"topic: spec clarification",
"contributions welcome"
] | RunnerZhong | 8 |
ets-labs/python-dependency-injector | asyncio | 790 | Use of __self__ (possibly in conjunction with providers.Container) seems to cause memory leaks | Here's a (pretty sloppy) sort of minimal reproduction, together with some investigation that I've been doing:
```
import gc
import time
import weakref
import objgraph
from dependency_injector import containers, providers
class Parent(containers.DeclarativeContainer):
__self__ = providers.Self()
... | open | 2024-03-02T18:22:54Z | 2024-03-02T18:22:54Z | https://github.com/ets-labs/python-dependency-injector/issues/790 | [] | colonelpanic8 | 0 |
albumentations-team/albumentations | deep-learning | 1,830 | [Tech Debt, Speedup] Move to_float to albucore | closed | 2024-07-04T01:43:29Z | 2024-09-12T02:23:30Z | https://github.com/albumentations-team/albumentations/issues/1830 | [
"Speed Improvements",
"Tech debt"
] | ternaus | 0 | |
JaidedAI/EasyOCR | machine-learning | 1,013 | qusetion about these two parameters' difference: text_threshold and low_text | I have a question regarding the parameters of the readtext method for Text Detection. There are two parameters, **text_threshold** and **low_text**, described as follows:
text_threshold (float, default = 0.7): Text confidence threshold.
low_text (float, default = 0.4): Text low-bound score.
My intuition is that ... | open | 2023-05-10T06:46:18Z | 2024-12-18T05:13:08Z | https://github.com/JaidedAI/EasyOCR/issues/1013 | [] | JeremyGe07 | 4 |
itamarst/eliot | numpy | 471 | Let `Action.continue_task` to take `action_type` and `fields`. | I've been experimenting with capturing logs from a eliot-using service in integration tests, and want to have a more descriptive action than `eliot:remote_task` as the root action of the service. | closed | 2021-07-01T15:46:18Z | 2021-09-19T20:55:57Z | https://github.com/itamarst/eliot/issues/471 | [
"API enhancement"
] | tomprince | 1 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 565 | [Feature request] 希望增加2k/4k画质下载选择 | #529 我看到有相关issue有人发出已经修改好的代码,希望能把这个代码 集成在新的docker Releases版本中,十分感谢
| open | 2025-02-26T08:44:15Z | 2025-02-26T08:44:15Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/565 | [
"enhancement"
] | Mak0760 | 0 |
pennersr/django-allauth | django | 3,956 | self.request.session[INTERNAL_RESET_SESSION_KEY] not persisted | Enabling CSRF protection in our Django app causes the value self.request.session[INTERNAL_RESET_SESSION_KEY] is "lost" | closed | 2024-07-09T14:15:26Z | 2024-07-09T14:53:43Z | https://github.com/pennersr/django-allauth/issues/3956 | [] | davidu1975 | 1 |
NVIDIA/pix2pixHD | computer-vision | 167 | Can't run the test | I install the code as the instructions, but the test doesn't work.
------------ Options -------------
aspect_ratio: 1.0
batchSize: 1
checkpoints_dir: ./checkpoints
cluster_path: features_clustered_010.npy
data_type: 32
dataroot: ./datasets/cityscapes/
display_winsize: 512
engine: None
export_onnx: None
... | closed | 2019-12-03T08:22:52Z | 2020-03-21T16:05:12Z | https://github.com/NVIDIA/pix2pixHD/issues/167 | [] | LizzzMax | 2 |
huggingface/datasets | pytorch | 6,887 | FAISS load to None | ### Describe the bug
I've use FAISS with Datasets and save to FAISS.
Then load to save FAISS then no error, then ds to None
```python
ds.load_faiss_index('embeddings', 'my_index.faiss')
```
### Steps to reproduce the bug
# 1.
```python
ds_with_embeddings = ds.map(lambda example: {'embeddings': model(transf... | open | 2024-05-09T02:43:50Z | 2024-05-16T20:44:23Z | https://github.com/huggingface/datasets/issues/6887 | [] | brainer3220 | 1 |
quantmind/pulsar | asyncio | 184 | Release app bug | ProcessName setting is not set and cause failure in linux when actor try to set the process name.
| closed | 2015-12-10T16:51:41Z | 2016-01-13T11:23:30Z | https://github.com/quantmind/pulsar/issues/184 | [
"bug"
] | swlab2 | 0 |
nvbn/thefuck | python | 932 | How can I debug thefuck using IDE? | <!-- 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 | 2019-07-18T04:14:48Z | 2019-07-19T04:34:02Z | https://github.com/nvbn/thefuck/issues/932 | [] | ik1ne | 2 |
vaexio/vaex | data-science | 1,279 | [BUG-REPORT] import vaex raises an error when unable to write to '~/.vaex' | I am running an application on an hadoop cluster with YARN and shipping a conda environment to it.
For some reason, (not clear to me yet), when [this](https://github.com/vaexio/vaex/blob/master/packages/vaex-core/vaex/utils.py#L203) is executed `~/.vaex` is expanded to `/home/.vaex` and the app fails because user do... | closed | 2021-03-22T17:37:19Z | 2021-03-31T07:14:43Z | https://github.com/vaexio/vaex/issues/1279 | [] | dzanaga | 2 |
sammchardy/python-binance | api | 821 | function get_sub_account_assets error unexpected keyword argument 'version' | I have a simple code requesting for a user sub accounts assets using the function
function get_sub_account_assets
and I having the error unexpected keyword argument 'version'
her is the code:
`
from binance.client import Client
def fetch_data1(credentials = None):
credentials = credentials if credenti... | open | 2021-05-05T13:02:46Z | 2021-08-18T12:12:37Z | https://github.com/sammchardy/python-binance/issues/821 | [] | israel-gonzalezmedina | 3 |
strawberry-graphql/strawberry-django | graphql | 389 | Optimiser not working with custom prefetch query | The strawberry django optimiser is not working as expected when we provide hints (like custom prefetch) for a field in a type.
It results in n+1 queries when we do that
## Describe the Bug
Suppose I have 2 models Model and ModelVariables, ModelVariables has a foreign key reference to Model. So, in django we can ... | closed | 2023-10-11T10:06:24Z | 2025-03-20T15:57:21Z | https://github.com/strawberry-graphql/strawberry-django/issues/389 | [
"enhancement"
] | AlphaRishi1229 | 6 |
ultralytics/ultralytics | computer-vision | 19,137 | How to set the values of cls and box according to my needs at the beginning of training | ### 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
My application requires more accuracy in classification and less in box. How... | open | 2025-02-08T13:23:38Z | 2025-02-13T22:02:03Z | https://github.com/ultralytics/ultralytics/issues/19137 | [
"question",
"detect"
] | blood7ao | 5 |
Sanster/IOPaint | pytorch | 359 | [Feature Request]support SD-XL |
is there any plan to support SD-XL? | open | 2023-08-18T22:42:12Z | 2025-03-15T02:01:47Z | https://github.com/Sanster/IOPaint/issues/359 | [] | dsp6414 | 5 |
gee-community/geemap | streamlit | 487 | ee_to_geojson export file that is not compliant with __geo_interface__ | ### Description
If the `ee_to_geojson` fonction is used as an export fonction the file get a strange definition.
Example using the following asset : 'users/bornToBeAlive/aoi_sandan'
### What I Did
```
import ee
import geemap
ee.Initialize()
featurecol = ee.FeatureCollection('users/bornToBeAlive/aoi... | closed | 2021-05-21T14:15:28Z | 2021-05-21T14:33:15Z | https://github.com/gee-community/geemap/issues/487 | [
"bug"
] | 12rambau | 0 |
roboflow/supervision | computer-vision | 1,376 | mAP for small, medium and large objects | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
I saw an issue online where the user demanded calculation of MeanAveragePrecision for small, medium and large objects for HBB and OBB detecti... | closed | 2024-07-17T15:15:41Z | 2024-07-17T16:16:32Z | https://github.com/roboflow/supervision/issues/1376 | [
"enhancement"
] | Bhavay-2001 | 2 |
Lightning-AI/pytorch-lightning | machine-learning | 20,622 | fabric.save docs/examples are wrong for latest version | ### 📚 Documentation
all docs seem to mention that fabric.save should be called with
`fabric.save(model.to_state_dict(), checkpoint_path)` but it seems that in latest version the params have been switched and checkpoint_path needs to be passed first
example doc: https://lightning.ai/docs/pytorch/LTS/fabric/api/fabric... | open | 2025-03-06T07:54:40Z | 2025-03-06T07:55:01Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20622 | [
"docs",
"needs triage"
] | ppisljar | 0 |
mwaskom/seaborn | pandas | 2,768 | Rotated x tick labels cropped in saved PNG | Consider the following minimal working example
```
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
df = pd.read_excel('https://figshare.com/ndownloader/files/24413336')
df.rename(columns=lambda column_name: column_name.replace('\n', ''), inplace=True)
guangdong_df = df.loc[df[... | closed | 2022-03-22T02:46:10Z | 2022-03-22T10:33:34Z | https://github.com/mwaskom/seaborn/issues/2768 | [] | rgaiacs | 2 |
graphistry/pygraphistry | pandas | 639 | [BUG] user reports scale of scene settings does not match the UI ex: .5 in settings changes to 50 in UI | **Describe the bug**
- point_size and edge_size - range from 0-100 but in the scene settings, it's required to pass in 0.0 to 1.0 - user requests that these numbers align
- edge_curvature, edge_opacity and point_opacity are percentages in the UI, so these seem to make sense to enter as 0.0 to 1.0
from us... | open | 2025-01-15T19:54:39Z | 2025-01-15T19:54:39Z | https://github.com/graphistry/pygraphistry/issues/639 | [
"bug"
] | DataBoyTX | 0 |
vitalik/django-ninja | django | 799 | ninja could work like the Django Rest Framework (DRF) to automatically capture error types | One optimization suggestion: ninja could work like the Django Rest Framework (DRF) to automatically capture error types and hints and return them through the interface. This would help users of the interface to quickly locate errors.
| closed | 2023-07-20T03:01:16Z | 2023-07-20T07:02:38Z | https://github.com/vitalik/django-ninja/issues/799 | [] | MaxwellEdisons | 1 |
strawberry-graphql/strawberry | fastapi | 2,992 | Strawberry must provide server side ping messages | <!-- Provide a general summary of the bug in the title above. -->
Server side ping messages are necessary to keep the websocket connection open on all types of platforms.
The particular platform I'm working with is react-native on Android
<!--- This template is entirely optional and can be removed, but is here to ... | open | 2023-07-30T09:20:59Z | 2025-03-20T15:56:19Z | https://github.com/strawberry-graphql/strawberry/issues/2992 | [
"bug"
] | XChikuX | 6 |
tfranzel/drf-spectacular | rest-api | 528 | raw schema dict renders incorrect response schema | **Describe the bug**
According to these [API docs](https://github.com/tfranzel/drf-spectacular/blob/master/drf_spectacular/utils.py#L223) I should be able to pass in a raw schema dict. I tried a few formats as I couldn't find any examples.
However the swagger ui always interprets the response dict as a string.
**T... | closed | 2021-09-19T02:34:17Z | 2021-09-19T14:02:57Z | https://github.com/tfranzel/drf-spectacular/issues/528 | [] | devonhk | 4 |
ultralytics/yolov5 | deep-learning | 12,410 | ImportError when trying to implement DeepSort_YOLOv5_Pytorch | ### 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
**Issue:**
I am currently attempting to implement DeepSort_YOLOv5_Pytorch in my project.... | closed | 2023-11-21T19:22:37Z | 2024-10-20T19:32:08Z | https://github.com/ultralytics/yolov5/issues/12410 | [
"question",
"Stale"
] | PG-9-9 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.