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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
aleju/imgaug | deep-learning | 647 | draw_on_image only works for RGB (three channel) images? | The [source code](https://github.com/aleju/imgaug/blob/master/imgaug/augmentables/kps.py#L314) shows that the input must be a 3 channel image while augmentation works on gray images. Probably should extend it to support both? | closed | 2020-03-31T20:24:12Z | 2020-03-31T20:26:18Z | https://github.com/aleju/imgaug/issues/647 | [] | Jayzh7 | 0 |
tox-dev/tox | automation | 3,435 | Prefer `tox.toml` over `tox.ini` if both exist | So during migration of my repos to a new laptop I accidentally ended up with a tox repo checkout having an old `tox.ini` on disk. When I was trying out `tox r`, it was yelling at me about some CLI args that `pytest` didn't recognize.
It took me some time to see that `tox l` outputs envs from `tox.ini` and not `tox.tom... | closed | 2024-10-31T23:45:57Z | 2024-11-01T14:22:40Z | https://github.com/tox-dev/tox/issues/3435 | [] | webknjaz | 1 |
horovod/horovod | deep-learning | 3,345 | Error on installing: pip install horovod[pytorch] in Virtualbox ubuntu 18.04 | **Environment:**
1. Framework: Pytorch
2. Framework version: torch 1.10
3. Horovod version: latest, with pip install horovod[pytorch]
4. MPI version: -
5. CUDA version: 9.1
6. NCCL version:
7. Python version: 3.6.9
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version: 7.5.
12. CM... | open | 2022-01-05T12:17:30Z | 2022-09-11T12:46:26Z | https://github.com/horovod/horovod/issues/3345 | [
"bug"
] | luda1013 | 2 |
pytest-dev/pytest-xdist | pytest | 914 | Python 3.12 test failures due to warnings | The tests fail with Python 3.12.0b1 due to warnings coming from pytest. While the "root cause" lies in pytest, it would be nice if tests could be made resilient to warnings:
```pytb
========================================================= test session starts ========================================================... | closed | 2023-05-24T06:19:07Z | 2023-05-24T07:15:59Z | https://github.com/pytest-dev/pytest-xdist/issues/914 | [] | mgorny | 2 |
QingdaoU/OnlineJudge | django | 346 | queries reference deleted fields | Hi, I noticed some of the submission queries still reference problem_id and contest_id, even though they are no longer fields in submission. Is this an error, or is there some special mechanism that prevents errors in these cases?
(line 74-80) in submission/views/oj.py
https://github.com/QingdaoU/OnlineJudge/blob/... | closed | 2020-12-29T03:38:12Z | 2020-12-29T06:02:59Z | https://github.com/QingdaoU/OnlineJudge/issues/346 | [] | sophie200 | 1 |
tensorpack/tensorpack | tensorflow | 594 | Question about implementation | Hi !
I am currently trying to add FPN network in your FasterRCNN codebase but encountered some problems. I will be very grateful if you can share some thoughts !
(1. I am facing CUDNN_STATUS_BAD_PARAM seemed to be caused by empty array in cudnn. But I have already use tf 1.4.0 and it should be fixed by your pull r... | closed | 2018-01-15T15:57:16Z | 2018-05-30T20:59:32Z | https://github.com/tensorpack/tensorpack/issues/594 | [
"examples"
] | tkuanlun350 | 9 |
errbotio/errbot | automation | 1,312 | CLI: listing all available backends is broken in 6.0.0 | ### I am...
* [x] Reporting a bug
### I am running...
* Errbot version: 6.0.0a0 and 6.0.0
* OS version: Linux 4.20.7-1-default GNU/Linux
* Python version: 3.7.2
* Using a virtual environment: yes
### Issue description
The `-l` / `--list` option is broken in versions 6.0.0a0 and 6.0.0. It works correct... | closed | 2019-04-01T21:43:37Z | 2019-04-26T03:18:35Z | https://github.com/errbotio/errbot/issues/1312 | [
"#regression"
] | selurvedu | 2 |
jupyter-widgets-contrib/ipycanvas | jupyter | 191 | Use devicePixelRatio for improved rendering on Retina and other higher-density displays | On displays with a higher pixel density (e.g. MacBook Pro Retina displays), HTML canvas looks slightly fuzzy and pixellated by default.
Can be fixed by using the window's `devicePixelRatio`, and scale the context and canvas sizes accordingly - [see example](https://gist.github.com/callumlocke/cc258a193839691f60dd). | open | 2021-04-21T13:23:18Z | 2023-01-28T18:51:25Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/191 | [
"enhancement"
] | ideoforms | 3 |
ultralytics/ultralytics | deep-learning | 19,123 | yolo benchmark command with int8=True does not recognize provided data argument | ### 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
I am running the benchmark command normally with tensorRT (v8.5.5.2) and `half=True` with success, b... | closed | 2025-02-07T08:48:50Z | 2025-02-07T10:59:33Z | https://github.com/ultralytics/ultralytics/issues/19123 | [
"bug",
"fixed",
"exports"
] | iokarkan | 6 |
sammchardy/python-binance | api | 1,265 | BinanceAPIException when using coin-m futures get_historical_klines | **Describe the bug**
Using COIN-M methods (using python-binance) is causing weird erros. Analogous USD-M with same parameters are working fine.
**To Reproduce**
This works:
client.get_historical_klines(
symbol="SOLBUSD",
interval="1m",
start_str="2022-09-27 11:54:17.480347+00:00",
end_str="2... | open | 2022-11-01T11:02:54Z | 2023-01-13T08:09:41Z | https://github.com/sammchardy/python-binance/issues/1265 | [] | dignitas123 | 2 |
mljar/mercury | data-visualization | 288 | fix OutputDir docs | Docs for `OutputDir` has not working code https://runmercury.com/docs/output-widgets/outputdir/ | closed | 2023-05-22T07:21:10Z | 2023-05-23T09:54:40Z | https://github.com/mljar/mercury/issues/288 | [] | pplonski | 0 |
microsoft/nni | tensorflow | 5,624 | Node server crash | 
Besides, when I use nni to connect another machine (it can connect itself with "remote" platform), the same problem occurs:
"FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory"
**Enviro... | open | 2023-06-29T07:28:52Z | 2023-10-07T17:03:01Z | https://github.com/microsoft/nni/issues/5624 | [] | XiaoXiao-Woo | 6 |
huggingface/diffusers | pytorch | 11,008 | Support wan2.1 video model? | ### Did you like the remote VAE solution?
Yes.
### What can be improved about the current solution?
Wan2.1 video model support is appreciated!
### What other VAEs you would like to see if the pilot goes well?
Wan2.1 video model support is appreciated!
### Notify the members of the team
@hlky @sayakpaul | open | 2025-03-08T04:21:33Z | 2025-03-12T11:07:57Z | https://github.com/huggingface/diffusers/issues/11008 | [] | kexul | 3 |
wkentaro/labelme | computer-vision | 923 | [Feature] Import VGG Annotator .json to Labelme | I am trying to use Labelme2voc.py to generate masks png but i already finished creating polygon annotation to +1000 pictures in VGG Annotator. i don't see any way to import to Labelme to edit or to export as Labelme's json so i can use labelme2voc :(
is there any way to import VGG's json to Labelme?
i tried to conv... | closed | 2021-09-26T09:46:22Z | 2021-10-23T21:08:19Z | https://github.com/wkentaro/labelme/issues/923 | [] | GhamdiOmar | 4 |
youfou/wxpy | api | 450 | 不到一天就退出登录了,要怎么办 | open | 2020-04-12T04:52:31Z | 2020-05-27T14:08:57Z | https://github.com/youfou/wxpy/issues/450 | [] | wtf-boy | 6 | |
fastapi/fastapi | api | 12,425 | python3.13 install uvicorn fault | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
o activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
Installing dependencies from Pipfile.lock (527371)...
: Collecting click==8.1.7 (f... | closed | 2024-10-11T07:36:16Z | 2024-10-11T07:39:41Z | https://github.com/fastapi/fastapi/issues/12425 | [] | zaochayeming | 0 |
pywinauto/pywinauto | automation | 522 | Selecting Color from a Color pallete | I have a Color Selection window as below.

I use win32 backend
The properties from Swapy are as below -

or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
**Crash reports MUST be included when reporting bugs.**
**Describe the bug... | closed | 2023-01-27T20:30:53Z | 2023-01-29T03:23:50Z | https://github.com/deepfakes/faceswap/issues/1300 | [] | RedmondLee | 1 |
Miserlou/Zappa | django | 1,821 | Django HTTP_HOST not valid according to RFC | <!--- Provide a general summary of the issue in the Title above -->
## Context
My `requirements.txt`:
```
Django~=1.11
django-countries-plus==1.2.1
djangorestframework==3.9.0
-e git+https://github.com/cuda-networks/django-eb-sqs.git#egg=django-eb-sqs
pymysql
```
My `settings.py`:
```python
ALLOWED_... | open | 2019-03-19T07:03:38Z | 2019-03-21T14:04:58Z | https://github.com/Miserlou/Zappa/issues/1821 | [] | marvoloe | 9 |
Skyvern-AI/skyvern | api | 1,271 | Why is the task running so slowly? | Why is the task running so slowly? need 4 minutes for the fill the form scenario. | open | 2024-11-27T06:07:51Z | 2024-11-29T04:02:23Z | https://github.com/Skyvern-AI/skyvern/issues/1271 | [] | CloudZou | 1 |
jina-ai/serve | machine-learning | 5,585 | Change documentation for `CONTEXT` environment variables | **Describe your proposal/problem**
<!-- A clear and concise description of what the proposal is. -->
The [docs](https://docs.jina.ai/concepts/flow/yaml-spec/#context-variables) don't specify how to use context variables in a flow yaml.
It should be made clear that when defining a flow using the YAML specificatio... | closed | 2023-01-09T16:05:59Z | 2023-04-24T00:18:00Z | https://github.com/jina-ai/serve/issues/5585 | [
"Stale",
"area/docs"
] | npitsillos | 2 |
marcomusy/vedo | numpy | 183 | plotting time-series data over a network | Hi @marcomusy
I am trying to plot time series data related to nodes of a graph
```
import networkx as nx
from vedo import *
G = nx.gnm_random_graph(n=10, m=15, seed=1)
nxpos = nx.spring_layout(G)
nxpts = [nxpos[pt] for pt in sorted(nxpos)]
nx_lines = []
for i, j in G.edges():
p1 = nxpos[i].tolist... | closed | 2020-07-26T15:35:12Z | 2020-09-15T20:06:50Z | https://github.com/marcomusy/vedo/issues/183 | [] | DeepaMahm | 14 |
tensorflow/tensor2tensor | machine-learning | 1,789 | How to clone a SimulatedBatchGymEnv | ### Description
...How to clone a SimulatedBatchGymEnv ? In case to compare instant rewards between different actions.
### Environment information
```ubuntu
OS: Ubuntu
$ pip freeze | grep tensor
# your output here
$ python -V
# your output here
```
### For bugs: reproduction and error logs
``... | open | 2020-02-20T09:19:22Z | 2020-02-20T09:19:22Z | https://github.com/tensorflow/tensor2tensor/issues/1789 | [] | ZaneH1992 | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 660 | When running on an M2 Mac, the app keeps reporting errors | Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
ValueError: "range() arg 3 must not be zero"
Traceback Error: "
File "UVR.py", line 4719, in process_start
File "separate.py", line 286, in seperate
File "separate... | open | 2023-07-13T05:26:02Z | 2023-07-13T05:26:02Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/660 | [] | Peaceminds | 0 |
yeongpin/cursor-free-vip | automation | 31 | ⏳ 第 1 次嘗試未獲取到 Token,2秒後重試 | ==================================================
🚀 Cursor 註冊工具
==================================================
🚀 正在啟動瀏覽器...
ℹ️ 導航到 https://yopmail.com/zh/email-generator...
📧 生成新郵箱...
✅ 生成郵箱成功
📧 選擇郵箱域名...
📧 選擇郵箱域名: @nomes.fr.nf
✅ 選擇郵箱域名成功
📧 生成新郵箱...
📧 獲取郵箱名稱: soibassogeque-2137
📧 獲取郵箱地址: soibas... | closed | 2025-01-16T02:57:18Z | 2025-01-17T01:29:16Z | https://github.com/yeongpin/cursor-free-vip/issues/31 | [] | sevenokey | 1 |
ultralytics/ultralytics | computer-vision | 19,449 | how to turn a custom finetuned segment model into a detect model? | ### 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
# Change the nc in the yaml file to reflect the number of classes in the pt ... | closed | 2025-02-26T18:51:10Z | 2025-03-14T01:01:41Z | https://github.com/ultralytics/ultralytics/issues/19449 | [
"question",
"segment",
"detect"
] | soniaeratt | 14 |
minivision-ai/photo2cartoon | computer-vision | 78 | 下载速度太慢,有解决方法吗? | Downloading: "https://www.adrianbulat.com/downloads/python-fan/2DFAN4-cd938726ad.zip" to C:\Users\Administrator/.cache\torch\hub\checkpoints\2DFAN4-cd938726ad.zip
0%| | 24.0k/91.9M [00:30<20:01:57, 1.34kB/s] | open | 2023-05-15T13:30:42Z | 2023-05-15T13:30:42Z | https://github.com/minivision-ai/photo2cartoon/issues/78 | [] | xiaoshiyaonuli | 0 |
alteryx/featuretools | data-science | 1,883 | Add black linting package and remove autopep8 for Featuretools | - Add black linting package and remove autopep8
- Update Makefile commands
- Add a notebook cleaner
- This should be very similar to this PR:
- https://github.com/alteryx/woodwork/pull/1164 | closed | 2022-02-07T19:23:00Z | 2022-03-28T17:00:55Z | https://github.com/alteryx/featuretools/issues/1883 | [] | gsheni | 0 |
biolab/orange3 | data-visualization | 6,746 | Report doesn't displayed and I can't download report |
When I press report button, first I have received errors and after that I didn't see nothing in report preview window, also I can't download report in html and pdf version, after I press save button nothing happen while I can save only x.report file.
. | Error while quntising pretrained_model_dir = "tiiuae/falcon-7b" :-
2023-07-18 10:48:21 INFO [auto_gptq.modeling._base] Quantizing mlp.dense_4h_to_h in layer 2/32...
Traceback (most recent call last):
File "/home/intel-spc/Documents/tarun/auto-gpt/run.py", line 29, in <module>
model.quantize(examples)
Fi... | open | 2023-07-18T17:50:57Z | 2024-08-14T03:21:26Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/196 | [
"bug"
] | tarunmcom | 9 |
hyperspy/hyperspy | data-visualization | 2,719 | Automatically populating s.navigator when loading data | With the addition of a `navigator` attribute for lazy signals (https://github.com/hyperspy/hyperspy/pull/2631), it would be nice to automatically populate this `navigator` if it is present in the data file.
One example of this is the nexus file format, which sometimes includes navigation images. | open | 2021-04-23T13:16:38Z | 2021-09-10T09:43:45Z | https://github.com/hyperspy/hyperspy/issues/2719 | [] | magnunor | 3 |
dgtlmoon/changedetection.io | web-scraping | 2,197 | Request Headers are not used in Browser Steps | ## Description
When using "Browser Steps", the custom HTTP request headers from the "Request" tab are not sent.
Version: v0.45.14 (self-hosted via docker on a x86_64 Debian Linux)
## How to reproduce
1. Create a new watch for https://www.deviceinfo.me/ or https://myhttpheader.com/
2. At *Request*, choose *... | closed | 2024-02-16T10:25:13Z | 2024-05-26T14:58:21Z | https://github.com/dgtlmoon/changedetection.io/issues/2197 | [
"bug"
] | denilsonsa | 11 |
ageitgey/face_recognition | python | 627 | Miss classifications by spectacles | * face_recognition version:1.2.3
* Python version:3.5
* Operating System:Ubuntu
### Description
issues with persons wearing spectacles
### What I Did
I had trained a model for persons without spectacles. while running the model there are miss classifications with the same person with spectacles.
I assume... | open | 2018-09-21T11:28:18Z | 2018-09-21T11:28:18Z | https://github.com/ageitgey/face_recognition/issues/627 | [] | hemanthkumar3111 | 0 |
plotly/dash-table | plotly | 779 | timedelta64 in column | I've search quite a while every where but when I have a colum with the type timedelta64. DataTable displays it in an iso format. How can I display it as days, hours, minuts, etc...
Thanks for any help | open | 2020-05-12T16:23:08Z | 2020-05-12T16:23:08Z | https://github.com/plotly/dash-table/issues/779 | [] | tschinz | 0 |
coqui-ai/TTS | deep-learning | 2,677 | [Bug] Failed to load yourtts pth | ### Describe the bug
> Restoring from model_file.pth ...
> Restoring Model...
> Partial model initialization...
| > Layer missing in the model definition: speaker_encoder.conv1.weight
| > Layer missing in the model definition: speaker_encoder.conv1.bias
| > Layer missing in the model definition: speaker_en... | closed | 2023-06-15T04:42:29Z | 2024-03-22T08:36:03Z | https://github.com/coqui-ai/TTS/issues/2677 | [
"bug"
] | ZhichaoWang970201 | 10 |
microsoft/nni | machine-learning | 4,810 | TPE tuner failed to load nested search space json | **Describe the issue**:
**Environment**:
- NNI version: 2.7
- Training service (local|remote|pai|aml|etc): local
- Client OS: ubuntu 18
- Server OS (for remote mode only):
- Python version:python3.7
- PyTorch/TensorFlow version:
- Is conda/virtualenv/venv used?:
- Is running in Docker?: yes
**Config... | closed | 2022-04-26T07:32:07Z | 2022-09-08T03:10:20Z | https://github.com/microsoft/nni/issues/4810 | [] | tjlin-github | 3 |
BayesWitnesses/m2cgen | scikit-learn | 589 | Cannot export XGBClassifier model: TypeError: unsupported operand type(s) for *: 'int' and 'NoneType' | ```
from sklearn.datasets import load_iris
from xgboost.sklearn import XGBClassifier
from xgboost import plot_importance
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score
#记载样本数据集
iris = load_iris()
x,y = iris.data,iris.targ... | open | 2024-04-08T11:14:28Z | 2024-07-26T19:59:39Z | https://github.com/BayesWitnesses/m2cgen/issues/589 | [] | git2621 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,049 | How to change the max epoch when training? | The default epoch is 200, but how to change it? I can't find which parameter to adjust it.
IF I want to training 400 epoch?
Thank you | closed | 2020-05-29T16:42:37Z | 2020-05-30T08:30:25Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1049 | [] | zhouyingji | 2 |
ITCoders/Human-detection-and-Tracking | numpy | 25 | OpenCV Error: Unspecified error (The node is neither a map nor an empty collection) | OpenCV Error: Unspecified error (The node is neither a map nor an empty collection) in cvGetFileNodeByName, file C:\projects\opencv-python\opencv\modules\core\src\persistence.cpp, line 891
Traceback (most recent call last):
File "main.py", line 137, in <module>
recognizer.read("model.yaml")
cv2.erro... | closed | 2018-01-15T08:20:23Z | 2018-09-19T07:17:08Z | https://github.com/ITCoders/Human-detection-and-Tracking/issues/25 | [
"version_conflict"
] | punnu97 | 6 |
art049/odmantic | pydantic | 507 | `model_validate_doc` consider `field(default=...)` but not `field(default_factory=...)` | # Bug
When defining fields with a `default` parameter, the `model_validate_doc` function works as it should, but when using `default_factory` the function treats it as a mandatory field.
### Current Behavior
```python
from typing import Dict
from bson import ObjectId
from odmantic Model, Field
class Pe... | open | 2024-10-31T19:24:54Z | 2024-11-01T01:44:18Z | https://github.com/art049/odmantic/issues/507 | [
"bug"
] | d3cryptofc | 1 |
syrupy-project/syrupy | pytest | 218 | A "no formatting" mode for CI runs which don't support text formatting | **Is your feature request related to a problem? Please describe.**
Snapshot failures in my Jenkins runs show the colour codes which make it hard to read the diffs.

**Describe the solution you'd like**
... | closed | 2020-05-08T22:22:33Z | 2020-09-20T00:28:03Z | https://github.com/syrupy-project/syrupy/issues/218 | [
"feature request",
"good first issue",
"released"
] | noahnu | 2 |
Urinx/WeixinBot | api | 249 | 可以发送视频文件么? | 微信机器人可以发送视频文件么?有木有相关接口?
多谢多谢 | open | 2018-01-31T03:41:23Z | 2018-01-31T03:41:23Z | https://github.com/Urinx/WeixinBot/issues/249 | [] | maxdylan | 0 |
plotly/dash | dash | 2,463 | [BUG] Internalerror when using pytest, needs quick fix | when using pytest, dash plugin, the following error appears with version 2.9. resolved by pinning 2.8.1
```
INTERNALERROR> File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/pluggy/_callers.py", line 60, in _multicall
INTERNALERROR> return outcome.get_result()
INTERNALERROR> File "/o... | closed | 2023-03-17T12:44:33Z | 2023-03-18T21:29:02Z | https://github.com/plotly/dash/issues/2463 | [] | abhishekkrthakur | 4 |
ExpDev07/coronavirus-tracker-api | fastapi | 98 | Storing data in a data in database | Right now the data is just stored in cache. Is it perhaps better to sync the data to an actual MySQL database? It would allow for fast querying. | closed | 2020-03-19T21:39:00Z | 2025-03-13T15:46:50Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/98 | [
"enhancement",
"performance"
] | ExpDev07 | 15 |
matterport/Mask_RCNN | tensorflow | 2,434 | 3080 | closed | 2020-12-01T06:33:45Z | 2020-12-01T06:34:18Z | https://github.com/matterport/Mask_RCNN/issues/2434 | [] | moonplay85 | 0 | |
allenai/allennlp | nlp | 4,826 | TrackEpochCallback is not an EpochCallback | Is there any reason why `TrackEpochCallback` should not inherit from `EpochCallback`?
https://github.com/allenai/allennlp/blob/5b30658514a00e11000e648fec23be11a998bd92/allennlp/training/trainer.py#L179-L188 | closed | 2020-11-30T15:44:24Z | 2021-01-18T18:48:00Z | https://github.com/allenai/allennlp/issues/4826 | [
"bug"
] | mahnerak | 15 |
Avaiga/taipy | automation | 2,386 | [OTHER] Optional tasks / task logic | ### What would you like to share or ask?
Is there a way to make data nodes optional ?
In my execution graph, I have two ways to annotate my data. I would like to give the user the possibility to execute one or both of the tasks and still be able to execute the next one, which currently is linked to both output data... | closed | 2025-01-09T09:18:08Z | 2025-01-09T14:02:49Z | https://github.com/Avaiga/taipy/issues/2386 | [
"❓ Question",
"Core: ⚙️ Configuration",
"Core: Job & Orchestrator",
"Core: 📁 Data node",
"💬 Discussion"
] | JosuaCarl | 4 |
pyeve/eve | flask | 1,151 | Only display the version number on the docs homepage | 
With 87a12259aa88e171fdc1761542253e6e378dcaf7 we changed the dev release format to avoid a warning at build time. Since then, `sphinx-build` fails at parsing the correct version o... | closed | 2018-05-15T14:27:34Z | 2018-05-15T14:33:27Z | https://github.com/pyeve/eve/issues/1151 | [
"documentation"
] | nicolaiarocci | 0 |
aleju/imgaug | deep-learning | 415 | [Feature Request] Augementation config file | It would be great to be able to define augmentation using some kind of config file. I imagine YAML would for well. For example a config file could look like:
``` yaml
sequential:
fliplr:
arg: 0.5
flipud:
arg: 0.2
sometimes:
cropandpad:
percent: (-0.05, 0.1)
... | open | 2019-09-12T18:45:40Z | 2020-11-23T16:22:19Z | https://github.com/aleju/imgaug/issues/415 | [
"TODO"
] | bkanuka | 8 |
chainer/chainer | numpy | 8,315 | Flaky test: tests/chainerx_tests/unit_tests/routines_tests/test_loss.py::test_SoftmaxCrossEntropy | ERROR: type should be string, got "https://travis-ci.org/chainer/chainer/jobs/601719725#L4484\r\n\r\nOccured in #8295.\r\n\r\n```\r\n[2019-10-23 10:13:00] ___________________ test_SoftmaxCrossEntropy_param_3_{t_dtype='int16', x_dtype='float16'}[native:0] ____________________\r\n[2019-10-23 10:13:00] \r\n[2019-10-23 10:13:00] device = native:0, args = (), kwargs = {}\r\n[2019-10-23 10:13:00] backend_config = <BackendConfig use_chainerx=True chainerx_device='native:0' use_cuda=False cuda_device=None use_cudnn='never' cudnn_deterministic=False autotune=False cudnn_fast_batch_normalization=False use_ideep='never'>\r\n[2019-10-23 10:13:00] obj = <chainer.testing._bundle.TestSoftmaxCrossEntropy_param_3_{t_dtype='int16', x_dtype='float16'} object at 0x7f102941a7f0>\r\n\r\n...\r\n\r\n[2019-10-23 10:13:00] E chainer.testing.function_link.FunctionTestError: double backward is not implemented correctly\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E (caused by)\r\n[2019-10-23 10:13:00] E AssertionError: check_double_backward failed (eps=0.001 atol=0.0001 rtol=0.001)\r\n[2019-10-23 10:13:00] E input[0]:\r\n[2019-10-23 10:13:00] E array([[-0.78076172, -1.33984375],\r\n[2019-10-23 10:13:00] E [-1.2578125 , -0.56689453]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E grad_output[0]:\r\n[2019-10-23 10:13:00] E array([0.04290771, 0.39892578], shape=(2,), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E grad_grad_input[0]:\r\n[2019-10-23 10:13:00] E array([[0.71972656, 0.72851562],\r\n[2019-10-23 10:13:00] E [0.38500977, 0.64404297]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E check_backward failed (eps=0.001 atol=0.0001 rtol=0.001)\r\n[2019-10-23 10:13:00] E inputs[0]:\r\n[2019-10-23 10:13:00] E array([[-0.78076172, -1.33984375],\r\n[2019-10-23 10:13:00] E [-1.2578125 , -0.56689453]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E inputs[1]:\r\n[2019-10-23 10:13:00] E array([0.04290771, 0.39892578], shape=(2,), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E grad_outputs[0]:\r\n[2019-10-23 10:13:00] E array([[0.71972656, 0.72851562],\r\n[2019-10-23 10:13:00] E [0.38500977, 0.64404297]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E directions[0]:\r\n[2019-10-23 10:13:00] E array([[0.19774412, 0.24381235],\r\n[2019-10-23 10:13:00] E [0.34787308, -0.21185603]], shape=(2, 2), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E directions[1]:\r\n[2019-10-23 10:13:00] E array([0.7028306 , 0.49151123], shape=(2,), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E gradients (numeric): array(0.06802642, shape=(), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E gradients (backward): array(0.06819657, shape=(), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E x: numeric gradient, y: backward gradient\r\n[2019-10-23 10:13:00] E Not equal to tolerance rtol=0.001, atol=0.0001\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E (mismatch 100.0%)\r\n[2019-10-23 10:13:00] E x: array(0.068026)\r\n[2019-10-23 10:13:00] E y: array(0.068197)\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E assert_allclose failed: \r\n[2019-10-23 10:13:00] E shape: () ()\r\n[2019-10-23 10:13:00] E dtype: float64 float64\r\n[2019-10-23 10:13:00] E i: (0,)\r\n[2019-10-23 10:13:00] E x[i]: 0.06802642484513102\r\n[2019-10-23 10:13:00] E y[i]: 0.06819657403670369\r\n[2019-10-23 10:13:00] E relative error[i]: 0.00249498151448332\r\n[2019-10-23 10:13:00] E absolute error[i]: 0.00017014919157266883\r\n[2019-10-23 10:13:00] E relative tolerance * |y[i]|: 6.819657403670369e-05\r\n[2019-10-23 10:13:00] E absolute tolerance: 0.0001\r\n[2019-10-23 10:13:00] E total tolerance: 0.0001681965740367037\r\n[2019-10-23 10:13:00] E x: 0.06802642\r\n[2019-10-23 10:13:00] E y: 0.06819657\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E (caused by)\r\n[2019-10-23 10:13:00] E AssertionError: check_backward failed (eps=0.001 atol=0.0001 rtol=0.001)\r\n[2019-10-23 10:13:00] E inputs[0]:\r\n[2019-10-23 10:13:00] E array([[-0.78076172, -1.33984375],\r\n[2019-10-23 10:13:00] E [-1.2578125 , -0.56689453]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E inputs[1]:\r\n[2019-10-23 10:13:00] E array([0.04290771, 0.39892578], shape=(2,), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E grad_outputs[0]:\r\n[2019-10-23 10:13:00] E array([[0.71972656, 0.72851562],\r\n[2019-10-23 10:13:00] E [0.38500977, 0.64404297]], shape=(2, 2), dtype=float16, device='native:0')\r\n[2019-10-23 10:13:00] E directions[0]:\r\n[2019-10-23 10:13:00] E array([[0.19774412, 0.24381235],\r\n[2019-10-23 10:13:00] E [0.34787308, -0.21185603]], shape=(2, 2), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E directions[1]:\r\n[2019-10-23 10:13:00] E array([0.7028306 , 0.49151123], shape=(2,), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E gradients (numeric): array(0.06802642, shape=(), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E gradients (backward): array(0.06819657, shape=(), dtype=float64, device='native:0')\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E x: numeric gradient, y: backward gradient\r\n[2019-10-23 10:13:00] E Not equal to tolerance rtol=0.001, atol=0.0001\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E (mismatch 100.0%)\r\n[2019-10-23 10:13:00] E x: array(0.068026)\r\n[2019-10-23 10:13:00] E y: array(0.068197)\r\n[2019-10-23 10:13:00] E \r\n[2019-10-23 10:13:00] E assert_allclose failed: \r\n[2019-10-23 10:13:00] E shape: () ()\r\n[2019-10-23 10:13:00] E dtype: float64 float64\r\n[2019-10-23 10:13:00] E i: (0,)\r\n[2019-10-23 10:13:00] E x[i]: 0.06802642484513102\r\n[2019-10-23 10:13:00] E y[i]: 0.06819657403670369\r\n[2019-10-23 10:13:00] E relative error[i]: 0.00249498151448332\r\n[2019-10-23 10:13:00] E absolute error[i]: 0.00017014919157266883\r\n[2019-10-23 10:13:00] E relative tolerance * |y[i]|: 6.819657403670369e-05\r\n[2019-10-23 10:13:00] E absolute tolerance: 0.0001\r\n[2019-10-23 10:13:00] E total tolerance: 0.0001681965740367037\r\n[2019-10-23 10:13:00] E x: 0.06802642\r\n[2019-10-23 10:13:00] E y: 0.06819657\r\n[2019-10-23 10:13:00] \r\n[2019-10-23 10:13:00] ../../../virtualenv/python3.5.6/lib/python3.5/site-packages/chainer/gradient_check.py:536: FunctionTestError\r\n```" | closed | 2019-10-23T10:57:19Z | 2019-10-30T03:58:23Z | https://github.com/chainer/chainer/issues/8315 | [
"cat:test",
"prio:high"
] | asi1024 | 5 |
CatchTheTornado/text-extract-api | api | 82 | [feat] Ollama concurrent requests | Ollama by default doesn't support concurrent requests. We need to work on it as it's pretty huge bottleneck for now.
More info: https://www.reddit.com/r/LocalLLaMA/comments/1dt5n6l/ollama_now_runs_inference_concurrently_by_default/?rdt=57766
Maybe we'll need to migrate to vllm - https://github.com/vllm-project/vllm | open | 2025-01-13T17:21:22Z | 2025-01-19T16:54:35Z | https://github.com/CatchTheTornado/text-extract-api/issues/82 | [] | pkarw | 1 |
robotframework/robotframework | automation | 4,568 | Add optional typed base classes for listener API | Issue #4567 proposes adding a base class for the dynamic library API and having similar base classes for the listener API would be convenient as well. The usage would be something like this:
```python
from robot.api.interfaces import ListenerV3
class Listener(ListenerV3):
...
```
The base class should hav... | closed | 2022-12-19T16:22:17Z | 2023-03-15T12:50:16Z | https://github.com/robotframework/robotframework/issues/4568 | [
"enhancement",
"priority: medium",
"alpha 1",
"effort: medium"
] | pekkaklarck | 0 |
huggingface/transformers | pytorch | 36,900 | groot n1 | ### Model description
NVIDIA recently introduced the Isaac GR00T N1, an open-source foundation model designed to enhance humanoid robot reasoning and skills. This model features a dual-system architecture inspired by human cognition:
- **System 1:** A fast-thinking action model that mirrors human reflexes or intuitio... | open | 2025-03-22T07:28:19Z | 2025-03-22T07:46:01Z | https://github.com/huggingface/transformers/issues/36900 | [
"New model"
] | sushmanthreddy | 1 |
kizniche/Mycodo | automation | 1,041 | Camera stream issue | ### Describe the problem/bug
Streaming from the pi camera freezes the whole system
### Versions:
- Mycodo Version: [8.11.0]
- Raspberry Pi Version: [4]
- Raspbian OS Version: [Raspian]
### Reproducibility
Please list specific setup details that are involved and the steps to reproduce the behavior:
... | closed | 2021-06-27T16:31:24Z | 2021-08-30T02:47:47Z | https://github.com/kizniche/Mycodo/issues/1041 | [] | joaozorro | 5 |
modelscope/modelscope | nlp | 665 | Changing the encoding format allows the generated videos to be viewed in regular players | Hi,
I noticed that the generated videos can only be viewed in the VLC player due to "mp4v" encoding format in https://github.com/modelscope/modelscope/blob/master/modelscope/pipelines/multi_modal/text_to_video_synthesis_pipeline.py#L78
I changed the encoding format to "avc1" and the generated videos work on norma... | closed | 2023-12-07T08:34:48Z | 2023-12-18T09:08:21Z | https://github.com/modelscope/modelscope/issues/665 | [] | Hritikbansal | 0 |
django-import-export/django-import-export | django | 2,020 | Export does not support `QuerySet` `values()` | **Describe the bug**
If a queryset is defined which calls [`values()`](https://docs.djangoproject.com/en/5.1/ref/models/querysets/#values), then the resulting export will be empty.
This is because the Resource definition cannot map instance attributes to dict entries produced by the values() call.
**To Reprodu... | closed | 2024-12-10T15:10:56Z | 2024-12-10T15:59:13Z | https://github.com/django-import-export/django-import-export/issues/2020 | [
"bug"
] | matthewhegarty | 0 |
gradio-app/gradio | python | 10,526 | Cropped Image from gr.ImageEditor Retains Transparent Background | ### Describe the bug
When using gr.ImageEditor to crop an image, the cropped output still retains the original canvas size, including the transparent/blank background. Instead of returning only the selected cropped region, the exported image contains transparency padding around it.
This behavior makes it difficult to... | open | 2025-02-06T12:50:23Z | 2025-02-07T03:27:53Z | https://github.com/gradio-app/gradio/issues/10526 | [
"bug",
"🖼️ ImageEditor"
] | suhaniquantanite | 3 |
piskvorky/gensim | data-science | 2,844 | Conflicts between hyperparameters for negative sampling? | Hi,
I wonder if there are possible interactions/conflicts when you use negative sampling with `negative>0 `and have hierarchical softmax accidentally activated` hs=1`? The docs says that only if hs=0 negative sampling will be used (negative>0). So I can hope that still if hs=1 and `negative>0 ` hopefully _**no**_ n... | closed | 2020-05-18T16:30:41Z | 2020-10-28T02:08:32Z | https://github.com/piskvorky/gensim/issues/2844 | [
"question"
] | datistiquo | 1 |
holoviz/panel | matplotlib | 6,864 | 500 internal server error with Panel 1.4.3 | Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. 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 t... | closed | 2024-05-24T10:57:17Z | 2024-05-25T06:33:13Z | https://github.com/holoviz/panel/issues/6864 | [] | monodera | 2 |
3b1b/manim | python | 2,146 | `TexText` Bug: Some Chinese characters get hollowed | # English
### Describe the bug
Some of the Chinese characters in `TexText` get hollowed, even when using `SVGMoject` with compiled SVG files (nothing wrong with SVG files). I thought it was a rendering bug of ManimGL.
**Code**:
```python
from manimlib import *
class TestScene(Scene):
def construct(... | open | 2024-07-16T11:57:04Z | 2024-10-24T14:19:52Z | https://github.com/3b1b/manim/issues/2146 | [
"bug"
] | osMrPigHead | 6 |
pyqtgraph/pyqtgraph | numpy | 2,410 | How to set properly key binding | Hello,
I wanted to bind some keys (space bar, e.g. to pause the program), during overwriting the method:
```
class Plotting(pg.GraphicsLayoutWidget):
pressed_key = pyqtSignal(int)
def __init__(self, receiver):
self.pressed_key.connect(self.on_key)
def keyPressEvent(self, ev):
... | closed | 2022-09-08T07:19:00Z | 2022-09-10T18:01:29Z | https://github.com/pyqtgraph/pyqtgraph/issues/2410 | [
"answered?"
] | bilaljo | 2 |
alteryx/featuretools | scikit-learn | 2,462 | `NumCharacters` does not have test suite | We should add a test suite for the `NumCharacters` primitive | closed | 2023-01-24T23:14:32Z | 2023-01-27T22:53:33Z | https://github.com/alteryx/featuretools/issues/2462 | [
"testing"
] | sbadithe | 0 |
ultralytics/ultralytics | python | 19,093 | Triton inference bug | ### 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 been using an old version of ultralytics library with my triton server without any issu... | open | 2025-02-06T06:50:20Z | 2025-02-06T15:10:02Z | https://github.com/ultralytics/ultralytics/issues/19093 | [
"detect",
"exports"
] | mohamad-tohidi | 5 |
encode/databases | asyncio | 118 | MySQL - asyncio.Lock get error | when use databases and aiomysql I get `Task <Task pending coro=<RequestResponseCycle.run_asgi() running at /usr/local/lib/python3.7/site-packages/uvicorn/protocols/http/httptools_impl.py:370> cb=[set.discard()]> got Future <Future pending> attached to a different loop`
detail:
```
Traceback (most recent call last)... | open | 2019-07-02T16:05:30Z | 2020-09-16T10:47:29Z | https://github.com/encode/databases/issues/118 | [] | watsy0007 | 9 |
rthalley/dnspython | asyncio | 1,103 | RFC 9567: EDNS0 Report-Channel (DNS Error Reporting) | **Motivation**
I'd like to be able to send messages with the Report-Channel option from RFC 9567.
**Describe the solution you'd like.**
It would be great if the corresponding `Option` subclass could be added to `edns.py`. | closed | 2024-07-21T07:37:03Z | 2024-07-24T18:29:36Z | https://github.com/rthalley/dnspython/issues/1103 | [
"Enhancement Request"
] | peterthomassen | 3 |
adbar/trafilatura | web-scraping | 70 | bare_extraction URL empty on success | First of all thank you for creating a very promising scraping library. I like your attention to detail and benchmarks.
Here is example code:
trafilatura.bare_extraction(trafilatura.fetch_url('http://www.k2.t.u-tokyo.ac.jp/vision/DPM/'), include_comments=False)
Returned is:
{'title': 'System Vision Design: High ... | closed | 2021-04-28T20:02:20Z | 2021-05-18T15:50:26Z | https://github.com/adbar/trafilatura/issues/70 | [
"enhancement"
] | vprelovac | 9 |
ivy-llc/ivy | pytorch | 27,902 | Fix Ivy Failing Test: numpy - statistical.mean | closed | 2024-01-11T17:42:02Z | 2024-01-17T20:28:24Z | https://github.com/ivy-llc/ivy/issues/27902 | [
"Sub Task"
] | samthakur587 | 1 | |
autokey/autokey | automation | 917 | API access to more of the abbreviation properties for a phrase, when using engine.create_phrase | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
X11
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of i... | open | 2023-10-11T05:39:05Z | 2023-10-12T23:24:23Z | https://github.com/autokey/autokey/issues/917 | [
"enhancement",
"help-wanted",
"scripting"
] | stibinator | 3 |
sanic-org/sanic | asyncio | 2,441 | sanic.response.file() could work a bit harder wrt caching | I'm using `file()` to send static files from my application.
Initially, my code was the obvious, e.g.:
```python
@app.get("/images/<name>")
async def image(request, name):
path = Path(os.getcwd()) / "images" / name
return await file(path)
```
but I noticed that the images were fetched by the brows... | closed | 2022-04-27T10:33:25Z | 2022-06-21T02:26:42Z | https://github.com/sanic-org/sanic/issues/2441 | [
"enhancement",
"help wanted",
"beginner",
"feature request"
] | sfermigier | 3 |
darrenburns/posting | automation | 31 | unicode characters in response body | https://github.com/darrenburns/posting/blob/7b1d0ae86d2990fa89d52b612284af3aaf590b55/src/posting/widgets/response/response_area.py#L80
In some JSON-type API requests, the returned content may contain Unicode characters, it will show as '\uxxx....' and making the response body unreadable.
Maybe, will you please add ... | closed | 2024-07-12T02:41:58Z | 2024-07-12T09:14:22Z | https://github.com/darrenburns/posting/issues/31 | [
"bug"
] | breakstring | 1 |
ray-project/ray | data-science | 51,169 | [telemetry] Using only library APIs should not cause "core" usage to be reported | See https://github.com/ray-project/ray/pull/51161, all of the libraries currently report "core" usage | closed | 2025-03-07T17:40:27Z | 2025-03-07T18:00:43Z | https://github.com/ray-project/ray/issues/51169 | [
"P1"
] | edoakes | 0 |
yuka-friends/Windrecorder | streamlit | 268 | Delete old video files directly instead of moving them to the trash | Windrecorder seems to be moving old files to the recycle bin during automatic maintenance at the moment, but this is putting a lot of pressure on my recycle bin.
This is my recycle.bin folder.↓

I think the file should be deleted ... | open | 2025-03-09T12:23:08Z | 2025-03-12T07:17:35Z | https://github.com/yuka-friends/Windrecorder/issues/268 | [] | mitac-31709 | 1 |
gradio-app/gradio | data-visualization | 10,300 | Unify frontend build | I've attempted this once and it is difficult to find a generic solution, we need to either build something custom, hack around extensively, or wait for a generic framework to cover this usecase.
We have pretty complex needs when it comes to the built output, both. in terms of capability and 'shape'.
We have 4 'mo... | open | 2025-01-07T11:47:06Z | 2025-01-07T14:55:14Z | https://github.com/gradio-app/gradio/issues/10300 | [
"brainstorming",
"svelte",
"needs designing"
] | pngwn | 1 |
apachecn/ailearning | nlp | 363 | 第4章 基于概率论的分类方法:朴素贝叶斯其中一个问题 | 对朴素贝叶斯分类器训练函数的代码块中:
``p1Denom += sum(trainMatrix[i])``和``p0Denom``为何不是每次加一 | closed | 2018-04-18T15:51:06Z | 2018-04-20T01:40:43Z | https://github.com/apachecn/ailearning/issues/363 | [] | TronYY | 5 |
JaidedAI/EasyOCR | machine-learning | 1,123 | Update EasyOcr from 1.4.0 to 1.7.0 | Hello, I am trying update easyocr for more recent version, but it seems there are some performance issues.
In windows pc simple one image recognition goes arround 40% slower, and on linux multiple times slower, does anybody have some suggestion how to fix that problem?
It is run on intel cpu | open | 2023-08-24T11:33:49Z | 2023-08-24T11:35:52Z | https://github.com/JaidedAI/EasyOCR/issues/1123 | [] | Nitramdroll | 0 |
mwaskom/seaborn | pandas | 3,432 | Migrate examples to use seaborn objects | Hi there! love the library.
I've wanted to start using the objects interface as it seems a lot more powerful, but I've often been stymied by the (relative) lack of examples when compared to the existing `sns` examples. For example, the [swarmplot](https://seaborn.pydata.org/generated/seaborn.swarmplot.html) docs ha... | closed | 2023-08-01T11:10:00Z | 2023-08-10T07:47:43Z | https://github.com/mwaskom/seaborn/issues/3432 | [
"docs"
] | beyarkay | 2 |
ipython/ipython | jupyter | 13,846 | Enforce shell.configurables to be configurables. | See https://github.com/ipython/ipykernel/issues/1038
| open | 2022-11-28T17:57:06Z | 2022-11-28T17:57:06Z | https://github.com/ipython/ipython/issues/13846 | [] | Carreau | 0 |
plotly/dash | jupyter | 3,076 | add support for ignoring specific folders under the assets directory | The existing parameter `assets_ignore` can ignore files under the assets folder that match a specified regular expression pattern, but it cannot ignore specific folders under the assets folder as a whole, which would be useful in many scenarios.
| open | 2024-11-15T01:58:40Z | 2024-11-20T13:30:18Z | https://github.com/plotly/dash/issues/3076 | [
"feature",
"P3"
] | CNFeffery | 3 |
cvat-ai/cvat | pytorch | 8,880 | Add Right-Click Mouse Functionality for Brightness/Contrast Adjustment and Image Zoom | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
Yes, while annotating and reviewing medical images, it is crucial to have tools... | open | 2024-12-26T07:49:27Z | 2024-12-27T07:33:24Z | https://github.com/cvat-ai/cvat/issues/8880 | [
"enhancement"
] | kosan0k | 2 |
deepspeedai/DeepSpeed | pytorch | 6,666 | [REQUEST] Support 8bit optimizer | Hi thanks for the library! It would be great if the AdamW cpu optimizer can have 8bit variant. For example, I would like to try adamw_8bit to full-finetune a 8B model on a 24GB GPU card (RTX4090). With deepspeed offload, the GPU memory is OK, but the CPU memory requirement is still very huge, partially because it uses ... | closed | 2024-10-25T01:55:02Z | 2024-10-31T18:45:48Z | https://github.com/deepspeedai/DeepSpeed/issues/6666 | [
"enhancement"
] | fzyzcjy | 3 |
zihangdai/xlnet | nlp | 184 | no lr_layer_decay_rate for embedding | Thanks for your work.
I found that there is no lr_layer_decay_rate for embedding layer, which is weird because embedding is actually below transformer layers. | open | 2019-07-23T02:09:45Z | 2019-09-26T02:36:14Z | https://github.com/zihangdai/xlnet/issues/184 | [] | fyubang | 3 |
ultralytics/ultralytics | deep-learning | 18,677 | FP16 of ONNX format export | ### 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
Export
### Bug
When I exported the model using the export function and specified the `--half` parameter:
```
from ultr... | open | 2025-01-14T09:19:14Z | 2025-02-14T00:19:55Z | https://github.com/ultralytics/ultralytics/issues/18677 | [
"bug",
"Stale",
"exports"
] | kongyjjj | 4 |
vitalik/django-ninja | rest-api | 1,216 | Pagination does not work with code response - [BUG] | **Describe the bug**
If you add decorator @paginate you can't return a tuple where the first element is the response code, because it throws a ValidationError
Both replies in the following code throw ValidationError:
```
@router.get("/{post_id}/replies/", response={200: List[ReplyResponse], 400: Error, 404: Error... | closed | 2024-07-03T00:18:16Z | 2024-07-05T00:14:30Z | https://github.com/vitalik/django-ninja/issues/1216 | [] | pertile | 1 |
xinntao/Real-ESRGAN | pytorch | 48 | Will GFPGAN be supported in the portable NCNN builds? | Or does it rely on Pytorch? | open | 2021-08-22T18:59:45Z | 2021-08-29T16:05:06Z | https://github.com/xinntao/Real-ESRGAN/issues/48 | [
"helper wanted"
] | n00mkrad | 1 |
flasgger/flasgger | flask | 378 | Unable to validate formData when spec is in docstring | In the project I'm working on, the endpoint specifications are located in the docstrings of the endpoints. For example:
```py
@app.route("/foo")
def get_foo():
"""
Get foo.
---
tags: [Foo]
parameters:
# ...
```
I have been able to use Flasgger to validate POST body content **that ... | open | 2020-04-06T22:14:32Z | 2020-04-06T22:21:51Z | https://github.com/flasgger/flasgger/issues/378 | [] | ongopongo | 0 |
pytorch/vision | computer-vision | 8,047 | '_OpNamespace' 'image' object has no attribute 'decode_jpeg | ### 🐛 Describe the bug
The method `decode_jpeg ` failed.
```python
File "/cache/lightning/src/lightning/data/cache/serializers.py", line 111, in deserialize
return decode_jpeg(array)
File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/torchvision/io/image.py", line 170, in decode_... | closed | 2023-10-13T09:26:52Z | 2023-10-18T18:18:29Z | https://github.com/pytorch/vision/issues/8047 | [] | tchaton | 3 |
encode/databases | asyncio | 325 | Raised dialect-specific exception instead of generic ones | Hi.
I'm writing a very basic CRUD api server.
I'm noticing that exceptions raised by `database.execute` are dialect-specific:
```python
@database.transaction()
async def db_store_user(user: User):
query = users.insert().values(**user.dict(exclude_none=True))
try:
await database.execute(query)
... | closed | 2021-04-24T13:50:47Z | 2021-11-24T15:09:44Z | https://github.com/encode/databases/issues/325 | [] | Pedrozena | 3 |
serengil/deepface | machine-learning | 1,452 | [Classification] regarding the DeepFace library | ### Suggested Changes
Hi there,
I'm using `DeepFace.represent` function, in that I used `detector_backend` as `yolov8`
can I use that for commerical purpose?
| closed | 2025-03-12T08:45:41Z | 2025-03-12T09:36:34Z | https://github.com/serengil/deepface/issues/1452 | [
"documentation",
"question"
] | Mohankrish08 | 1 |
dask/dask | numpy | 11,515 | ⚠️ Upstream CI failed ⚠️ | [Workflow Run URL](https://github.com/dask/dask/actions/runs/11808903001)
<details><summary>Python 3.12 Test Summary</summary>
```
dask/array/tests/test_array_core.py::test_zarr_pass_store: TypeError: LocalStore.__init__() got an unexpected keyword argument 'mode'
dask/tests/test_order.py::test_array_store_final_order... | closed | 2024-11-13T01:58:24Z | 2024-11-13T16:12:30Z | https://github.com/dask/dask/issues/11515 | [
"upstream"
] | github-actions[bot] | 0 |
tableau/server-client-python | rest-api | 643 | View filters for PDF request options are not working | I am getting pdf with filters which is applied during publishing.
It would be good if you guide me to apply multiple filters
```
pdf_req_option = TSC.PDFRequestOptions(page_type=TSC.PDFRequestOptions.PageType.A4,orientation=TSC.PDFRequestOptions.Orientation.Landscape)
pdf_req_option.vf("P_Unit","ABCD")
server.... | open | 2020-07-08T07:06:28Z | 2024-09-19T21:48:57Z | https://github.com/tableau/server-client-python/issues/643 | [
"help wanted"
] | vignesh1609 | 3 |
frappe/frappe | rest-api | 29,887 | Print Format HTML Table unexpected spacing | ## Description of the issue
I am having a bug with wkhtmltopdf which is causing extra spacing in some cells which can be seen in row#12, row#24,
I checked and found Spacing is not from data, and not even in print preview but appearing in pdf somehow.
wkhtmltopdf: wkhtmltopdf 0.12.6 (with patched qt)
Frappe Framework: ... | open | 2025-01-22T09:18:07Z | 2025-01-25T05:50:53Z | https://github.com/frappe/frappe/issues/29887 | [
"bug"
] | beingeek | 1 |
deepinsight/insightface | pytorch | 1,831 | arcface_torch resume training | Hi, thanks for your great repo and implementation of arcface_torch.
I am training resnet18 using webface dataset, after keyboard interrupt,the resume training turns to start training from epoch 0.
Here is the changed part I revise to make it work(I have one GPU, so I only tested it on one GPU)
the changed lines are ... | closed | 2021-11-17T07:31:47Z | 2022-05-05T02:13:44Z | https://github.com/deepinsight/insightface/issues/1831 | [] | lizhenstat | 2 |
amidaware/tacticalrmm | django | 1,076 | Take Control not connecting | **Server Info:**
- OS: Ubuntu 20.04
- Browser: chrome
- RMM Version: v0.12.4
**Installation Method:**
- [X] Standard
- [ ] Docker
**Agent Info:**
- Agent version: Agent v2.0.2
- Agent OS: Windows 10/11
**Describe the bug**
The agent works just fine, but when I try to run the "Take Control" it ju... | closed | 2022-04-20T19:47:36Z | 2022-04-20T19:49:56Z | https://github.com/amidaware/tacticalrmm/issues/1076 | [] | ccasalicchio | 0 |
apify/crawlee-python | automation | 388 | accept patch/minor/major as the release type | https://github.com/orhun/git-cliff/pull/744 Introduced this functionality - let's use it after it's released | closed | 2024-08-01T20:18:55Z | 2024-11-13T14:18:46Z | https://github.com/apify/crawlee-python/issues/388 | [
"t-tooling"
] | janbuchar | 0 |
proplot-dev/proplot | data-visualization | 222 | Proplot in jupyterlab generate continuous cpu usage | <!-- 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
Proplot plots make busy jupyterlab all the time.
### Step... | closed | 2020-08-26T07:54:48Z | 2021-06-30T02:39:40Z | https://github.com/proplot-dev/proplot/issues/222 | [
"bug"
] | ghislainp | 1 |
slackapi/python-slack-sdk | asyncio | 1,325 | files_upload_v2 is not working when bot is installed in multiple workspace | We using "files_upload_v2" to upload file to the private channel which is under one workspace and slack bot installed in multiple workspace. But it's failing with 'channel_not_found' error. seems files.completeUploadExternal is looking in different workspace.
Do we have any argument to mention team ID ?
```python
... | closed | 2023-02-08T09:58:18Z | 2023-02-09T22:51:34Z | https://github.com/slackapi/python-slack-sdk/issues/1325 | [
"question",
"duplicate"
] | maariselvamm | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.