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
LibreTranslate/LibreTranslate
api
62
Control panel to manage api Keys in a simpler way
It would be good if they added a control panel to control the access of the api Keys of the api, since doing it by commands is not very practical I think, in my opinion it would be a good idea What can that control panel have? 1. See the api keys that are currently enabled 2. Disable or enable api key 3. Enable o...
closed
2021-03-12T08:43:49Z
2021-11-19T00:57:03Z
https://github.com/LibreTranslate/LibreTranslate/issues/62
[ "enhancement" ]
sawa-ko
2
pallets/flask
python
5,543
Pyright type errors: `src/flask/app.py`
Pyright reports type errors for `src/flask/app.py`: ``` flask/src/flask/app.py flask/src/flask/app.py:352:20 - error: Expression of type "BufferedReader" is incompatible with return type "IO[AnyStr@open_resource]"   "BufferedReader" is incompatible with "IO[AnyStr@open_resource]"     Type parameter "AnyStr...
closed
2024-08-06T22:52:48Z
2024-08-23T00:06:51Z
https://github.com/pallets/flask/issues/5543
[]
brendon-codes
3
HumanSignal/labelImg
deep-learning
153
Labeling round objects
Hi, Marking round objects is quite hard. After creating an label I always have to correct it. Idea for enhancement is simple. Before creating the bounding box, vertical and horizontal line across the image will be displayed. After creating the starting point the lines will disappear. It will speed up labeling! See ...
closed
2017-08-29T04:00:28Z
2017-08-30T03:43:02Z
https://github.com/HumanSignal/labelImg/issues/153
[ "enhancement" ]
szymonk92
2
Esri/arcgis-python-api
jupyter
1,603
Create a web map with my own custom layer set as Basemap
Currently code to create a web map will only allow setting the Basemap with a designated ESRI Basemap. What I would like to be able to do is create a web map and set a custom created layer as the Basemap instead. At the moment the only way to do it is manually, which is tedious when you need to create several maps with...
closed
2023-07-14T16:42:50Z
2023-07-20T11:52:39Z
https://github.com/Esri/arcgis-python-api/issues/1603
[ "enhancement" ]
previewqueen
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
719
Replacing synthesizer from Tacotron to Non Attentive Tacotron
Working on it!
closed
2021-04-02T07:59:16Z
2021-04-20T03:01:11Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/719
[]
Garvit-32
2
pydantic/logfire
pydantic
336
pip install logfire (without version) installed the very old version of logfire
### Description Hello, with `pip install logfire` in a brand new venv, the version installed is: ```console $ pip show logfire Name: logfire Version: 0.0.1 Summary: Better Logging Home-page: https://github.com/logfire/logfire-python Author: Samuel Colvin Author-email: s@muelcolvin.com License: MIT Locat...
closed
2024-07-25T13:13:17Z
2024-07-25T14:28:41Z
https://github.com/pydantic/logfire/issues/336
[ "bug" ]
copdips
2
pykaldi/pykaldi
numpy
262
Kaldi version used in PyKaldi is getting old
Seems that the Kaldi version is getting old and models trained with newer Kaldi versions might to run in PyKaldi anymore (I have a TED-LIUM v3 one that uses ivector options that pykaldi doesnt know). What would it take to update the Kaldi version in PyKaldi? The main page mentions: "you might want or need to update ...
closed
2021-03-11T10:45:44Z
2021-05-30T11:36:52Z
https://github.com/pykaldi/pykaldi/issues/262
[]
bmilde
2
onnx/onnx
pytorch
6,253
Shape inference for Reshape does not infer rank when it could
# Bug Report ### Is the issue related to model conversion? no ### Describe the bug Shape inference for Reshape does not infer rank when it could. I have a model containing an operator Reshape(X, shp), where shape inference knows that the 'shp' input has shape [3]. Therefore, it could infer that the output shape...
open
2024-07-24T20:20:56Z
2024-09-20T15:03:09Z
https://github.com/onnx/onnx/issues/6253
[ "bug", "module: shape inference", "contributions welcome" ]
mathisdon
8
huggingface/peft
pytorch
2,270
Different Results When Predicting with Multiple LoRA Adapters in a Loop VS. Using only One LoRA
### System Info Linux, Python 3.8 A two-H100 node. Name: transformers Version: 4.34.1 Name: peft Version: 0.11.1 ### Who can help? @BenjaminBossan ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examp...
closed
2024-12-10T06:53:14Z
2025-01-18T15:03:27Z
https://github.com/huggingface/peft/issues/2270
[]
beyondguo
12
dmlc/gluon-nlp
numpy
1,508
Have problom in BERT pre-training: how to training on multiple GPUs
## Description - I want to train BERT model on GPU, but have some problems. My configuration: * Software environment: Python: 3.7.7, Cuda: 10.2 * Install MXNet: `pip install mxnet-cu102` , verion is 1.7.0 * Download Model script: `https://github.com/dmlc/gluon-nlp`, which branch is 2.0. - Run script `gluo...
open
2021-01-28T08:48:34Z
2021-02-01T08:11:17Z
https://github.com/dmlc/gluon-nlp/issues/1508
[ "enhancement" ]
yangshuo0323
13
miLibris/flask-rest-jsonapi
sqlalchemy
39
Successful DELETE not returning propper response
Hi, I think that according to the jsonapi specification (http://jsonapi.org/format/#document-meta), DELETE should return a meta object, but this library is returning a string. Incorrect: ```{ "meta": { "Object successful deleted" }, "jsonapi": { "version": "1.0" } } ``` Correct: ```{ "met...
closed
2017-05-09T18:31:53Z
2017-05-19T15:27:00Z
https://github.com/miLibris/flask-rest-jsonapi/issues/39
[]
renefs
1
iperov/DeepFaceLab
deep-learning
609
No "true face power" in training settings
So i can't set or change the true face power in liaehd. I'm using the newest build. I don't even see the option when i want to change the settings of my model in training
open
2020-02-05T21:02:29Z
2023-06-08T21:24:23Z
https://github.com/iperov/DeepFaceLab/issues/609
[]
mpmo10
2
AutoGPTQ/AutoGPTQ
nlp
580
[BUG] marlin not support MixtralForCausalLM
**Describe the bug** A clear and concise description of what the bug is. **Hardware details** Information about CPU and GPU, such as RAM, number, etc. **Software version** Version of relevant software such as operation system, cuda toolkit, python, auto-gptq, pytorch, transformers, accelerate, etc. **To Rep...
open
2024-03-06T03:00:30Z
2024-03-28T04:21:26Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/580
[ "bug" ]
Xu-Chen
2
donnemartin/data-science-ipython-notebooks
tensorflow
17
Add deep learning notebooks
closed
2015-12-27T10:44:44Z
2016-05-18T02:07:08Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/17
[ "feature-request" ]
donnemartin
2
modelscope/data-juicer
streamlit
417
[Feat] Data-Juicer as a Service
### Search before continuing 先搜索,再继续 - [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。 ### Description 描述 Invoking the functionality of Data-Juicer via API. ### Use case 使用场景 ```bash curl -X POST 'http://localhost:8000/data_juicer/ops/...
closed
2024-09-05T12:04:05Z
2024-09-30T09:34:16Z
https://github.com/modelscope/data-juicer/issues/417
[ "enhancement", "stale-issue" ]
drcege
3
Lightning-AI/LitServe
fastapi
423
'timeout' not working
Here is the main.py ``` import litserve as ls from pydantic import BaseModel, Field from typing import Optional, Type, List, Dict, Any from enum import Enum from openai import AzureOpenAI import pandas as pd import time class TextClassificationAPI(ls.LitAPI): def setup(self, device): self.version = 'test' ...
closed
2025-02-07T08:27:05Z
2025-02-10T02:41:42Z
https://github.com/Lightning-AI/LitServe/issues/423
[ "help wanted", "question" ]
lullabies777
1
paperless-ngx/paperless-ngx
django
9,053
[BUG] Document Importer - CommandError: Failed to read from original file
### Description Currently paperless does not work when I try to import files into a new instance (via the Document Importer function.) after exporting them from another instance. For further clarity - I carried out a successful Document Export, and then recreated/redeployed my docker instance, and have just gone in t...
closed
2025-02-09T12:00:33Z
2025-03-13T03:12:54Z
https://github.com/paperless-ngx/paperless-ngx/issues/9053
[ "not a bug" ]
nodecentral
18
mwaskom/seaborn
data-science
3,075
ax.set_aspect('equal')
Does seaborn object can make the scale of x and y equal, like `ax.set_aspect('equal')`.
closed
2022-10-11T07:40:17Z
2022-10-11T10:48:55Z
https://github.com/mwaskom/seaborn/issues/3075
[]
jiajinbu
2
dpgaspar/Flask-AppBuilder
rest-api
1,800
Pinning to click 7.1.2 is causing conflicts
If you'd like to report a bug in Flask-Appbuilder, fill out the template below. Provide any extra information that may be useful Responsible disclosure: We want to keep Flask-AppBuilder safe for everyone. If you've discovered a security vulnerability please report to danielvazgaspar@gmail.com. ### Environment ...
open
2022-02-08T22:25:08Z
2022-02-15T13:39:07Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1800
[ "dependency-bump" ]
waTeim
1
Asabeneh/30-Days-Of-Python
numpy
297
Error in Examples of Checking Data types and Casting (Day 2)
# str to int or float num_str = '10.6' print('num_int', int(num_str)) # 10 ValueError: invalid literal for int() with base 10: '10.6'
closed
2022-08-31T06:29:15Z
2022-09-05T05:14:29Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/297
[]
JedaiRussia
1
pywinauto/pywinauto
automation
530
Disable UserWarning: 32-bit
I use pywinauto to test 32 and 64 bit windows application and sometimes I need to interact with both types at the same time. Since I need to test both at times I use 64bit python. Can I disable the warning messages? ``` C:\Test\projects\marvlistest\venv64\lib\site-packages\pywinauto\application.py:1032: UserWarnin...
closed
2018-08-06T16:31:51Z
2018-08-07T18:05:01Z
https://github.com/pywinauto/pywinauto/issues/530
[ "question" ]
JohnS-BCS
2
allenai/allennlp
pytorch
4,875
ViLBERT demo not working: vqav2 not in acceptable choices for dataset_reader.type when loading model
Hey I want to try to ViLBERT demo: https://demo.allennlp.org/visual-question-answering I cannot install the repo from the link you provided: `pip install git+git://github.com/allenai/allennlp.git@0b20f80c1ea700766fe53d2eaf1c28de764f9710`, because I receieve: ```python (CondaEnv) a483e75eac4c:ChallangerCoc...
closed
2020-12-21T15:08:08Z
2021-01-04T16:57:47Z
https://github.com/allenai/allennlp/issues/4875
[ "bug" ]
yonatanbitton
2
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
519
[Feature request] 能不能加一个根据关键词搜索视频的api
能不能加一个根据关键词搜索视频的api
open
2024-12-12T02:26:57Z
2024-12-12T02:27:27Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/519
[ "enhancement" ]
lzl19990729
0
tiangolo/uwsgi-nginx-flask-docker
flask
24
Add additional Alpine base image for Python 3.5
Add Alpine base image for Python 3.5 Some users are fans of Alpine Linux, so it would be nice to have an additional base image based on Alpine. This would depend on: https://github.com/tiangolo/uwsgi-nginx-docker/issues/12 being solved first.
closed
2017-09-30T15:40:27Z
2018-01-15T10:20:55Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/24
[ "Hacktoberfest" ]
tiangolo
1
gradio-app/gradio
python
10,023
gr.Plot does not work with matplotlib plots properly anymore
### Describe the bug Hey Gradio Team, I just wanted to let you know that the latest gradio version does not seem to be working properly with Matplotlib plots/figures. Previous gradio versions (i.e 5.5) seem to work fine.   ### Have you searched existing issues? 🔎 - [X] I have searched and found no e...
closed
2024-11-23T00:41:31Z
2024-11-29T08:48:30Z
https://github.com/gradio-app/gradio/issues/10023
[ "bug", "Regression" ]
asigalov61
1
polakowo/vectorbt
data-visualization
33
Plotly Name Arg Not Cast to String
I noticed that the name is not being cast to a string for create_scatter(). It's possible that it's also not being cast to string on the other generic plotting functions in vectorbt, but I haven't taken a look. Steps to reproduce: ``` # Get prices prices = pd.DataFrame(np.array([[1, 1.1, 1.05, 1.11, 1.12], [1.03,...
closed
2020-08-06T01:05:52Z
2020-08-06T16:14:51Z
https://github.com/polakowo/vectorbt/issues/33
[]
kmcentush
1
K3D-tools/K3D-jupyter
jupyter
1
install
make install: cannot assume sudo, it should be expected to be run as root and/or in user directory
closed
2015-10-28T18:57:05Z
2015-11-14T07:29:56Z
https://github.com/K3D-tools/K3D-jupyter/issues/1
[]
marcinofulus
1
ultralytics/yolov5
pytorch
13,145
Mosaic
### 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 if I set Mosaic=1, does it mean that Mosaic will be used throughout the entire training p...
closed
2024-06-29T04:44:41Z
2024-10-20T19:49:04Z
https://github.com/ultralytics/yolov5/issues/13145
[ "question", "Stale" ]
wyyt1202
5
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
130
Initial Update
The bot created this issue to inform you that pyup.io has been set up on this repo. Once you have closed it, the bot will open pull requests for updates as soon as they are available.
closed
2018-05-29T02:26:22Z
2018-05-29T12:45:08Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/130
[]
pyup-bot
0
sqlalchemy/alembic
sqlalchemy
406
alembic_version has no primary key
**Migrated issue, originally created by Michael Bayer ([@zzzeek](https://github.com/zzzeek))** It's odd that we don't put a simple PK on this table and databases like Galera recommend PKs on all tables, in the case of some Percona variant the database won't run on a table without a primary key. The value itself is un...
closed
2017-01-11T14:19:29Z
2017-01-13T22:58:28Z
https://github.com/sqlalchemy/alembic/issues/406
[ "bug", "versioning model" ]
sqlalchemy-bot
3
3b1b/manim
python
1,854
[BUG]Error when using NumberPlane
Hi everyone. I'm new of manim, now i have a problem.I tried to add a numberplane in the code, but it caused error. (My python file name: a.py) Code here: ``` class NumberPlaneExample(Scene): CONFIG = { "axis_config": { "stroke_color": WHITE, "stroke_width": 2, ...
closed
2022-08-18T02:32:59Z
2022-08-20T11:26:27Z
https://github.com/3b1b/manim/issues/1854
[]
CaftBotti
1
microsoft/JARVIS
pytorch
164
so bigger bug
what happed ! Traceback (most recent call last): File "run_gradio_demo.py", line 4, in <module> from diffusers.utils import load_image ImportError: cannot import name 'load_image' from 'diffusers.utils' (unknown location) i find diffusers‘s source ,cannot found load_image function,so!!!
closed
2023-04-18T02:36:07Z
2023-04-18T10:45:27Z
https://github.com/microsoft/JARVIS/issues/164
[]
g-wellsa
2
coqui-ai/TTS
deep-learning
3,303
Unable to start xtts v2 training process.
### Describe the bug I have prepared my own dataset in LJSpeech format. Tried starting the training process based on the recipe, but was unable to do so. I think it's acting like this since the dataset is not, in supported list provided by xtts v2. I get the following error: `AssertionError: ❗ len(DataLoader) return...
closed
2023-11-24T17:20:37Z
2024-04-18T08:30:10Z
https://github.com/coqui-ai/TTS/issues/3303
[ "bug" ]
arbianqx
11
dynaconf/dynaconf
flask
1,047
Centralized config package | External hooks for `platformdirs`, __package__, package_dir, etc.
## **Problem** I am trying to set up a single configuration package that all of my other packages will "inherit" from (let's call it `confpkg`). The idea is to be able to change the code in `confpkg` to add "standard" configuration values, which can then be overridden in whatever package is being developed (call it `...
open
2024-02-01T20:36:52Z
2024-07-08T18:37:53Z
https://github.com/dynaconf/dynaconf/issues/1047
[ "Not a Bug", "RFC" ]
chasealanbrown
1
pydantic/logfire
pydantic
828
Remove `logfire._internal` from `logfire-api`
Having the `_internal` sub-package is great as it provides a boundary to not include in the `logfire-api` package. We should remove it, it would also make the `logfire-api` package lighter.
open
2025-01-29T15:37:36Z
2025-02-14T09:44:03Z
https://github.com/pydantic/logfire/issues/828
[]
samuelcolvin
1
FlareSolverr/FlareSolverr
api
537
[btschool] (updating) FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Unable to process browser request. ProtocolError: Protocol error (Page.navigate): frameId not supported RemoteAgentError@chrome://remote/content/cdp/Error.jsm:29:5UnsupportedError@chrome://remote/conten...
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-10-04T01:28:02Z
2022-10-07T05:45:29Z
https://github.com/FlareSolverr/FlareSolverr/issues/537
[ "duplicate", "invalid" ]
yjlmiss
6
iperov/DeepFaceLab
deep-learning
5,518
GPU List
Could we make a list of gpus recommended for usage with DFL ? Would like to buy the optimal : ) What GPU should i go for ? (for Live Deepfakes)
open
2022-05-16T14:42:03Z
2023-06-08T22:58:57Z
https://github.com/iperov/DeepFaceLab/issues/5518
[]
H4xl0r
1
chaos-genius/chaos_genius
data-visualization
391
[BUG] Adding KPI with incorrect columns does not produce the correct errors
## Describe the bug When selecting a non datetime column as the date column, we get an empty dataframe error instead of an error explaining that the datetime column is not parsable.
closed
2021-11-11T18:11:59Z
2021-11-15T08:03:07Z
https://github.com/chaos-genius/chaos_genius/issues/391
[ "🐛 bug", "🛠️ backend" ]
kartikay-bagla
1
allenai/allennlp
nlp
5,718
Can't load models with .zip extension
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2022-10-10T22:27:29Z
2022-10-17T21:39:10Z
https://github.com/allenai/allennlp/issues/5718
[ "bug" ]
serenalotreck
2
ShishirPatil/gorilla
api
910
Test friendly examples?
Hey, I want testing my own model with specific chat template. I will need to write a lot in the Model Handler (600+ lines). I did not find any category in the repo so that it would be convenient to debug my code. The question is, is there anything like that?
closed
2025-02-17T08:45:16Z
2025-02-18T07:27:02Z
https://github.com/ShishirPatil/gorilla/issues/910
[ "BFCL-New Model" ]
DmitryDiTy
4
ionelmc/pytest-benchmark
pytest
62
benchmark-compare no longer defaulting to comparing against the previous run
My test suite passes `--benchmark-compare` with no value specified, so that it defaults to the latest saved run. Upgrading from 3.0.0 to 3.1.0a1 broke this such that pytest-benchmark now always compares the current run against itself, rather than against the previous run.
open
2016-11-21T05:34:19Z
2017-01-03T23:38:33Z
https://github.com/ionelmc/pytest-benchmark/issues/62
[]
jab
3
streamlit/streamlit
machine-learning
10,754
make does not install yarn, yet calls yarn, thus failing with "yarn: command not found"
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary Currently, when I run `make all`, `make all-d...
open
2025-03-12T18:59:04Z
2025-03-18T10:50:30Z
https://github.com/streamlit/streamlit/issues/10754
[ "type:enhancement", "area:contribution" ]
wyattscarpenter
5
pyqtgraph/pyqtgraph
numpy
2,610
Support "QFileDialog.getOpenFileName" for exporting images via context menu
Hello, I found out that the export function uses the following way `self.fileDialog.setFileMode(QtGui.QFileDialog.AnyFile)` in the source code. The file dialog style is different than using `QFileDialog.getOpenFileName` I use Win10 and the built-in file dialog is not so convenient for me. (Matplotlib's toolb...
closed
2023-02-11T04:38:05Z
2023-02-11T05:23:46Z
https://github.com/pyqtgraph/pyqtgraph/issues/2610
[]
Lexachoc
1
KaiyangZhou/deep-person-reid
computer-vision
96
Where can I find the trained model
Where can I find the trained model of the result in MODEL_ZOO ?Thank you very much! @KaiyangZhou
closed
2018-12-28T09:18:28Z
2019-02-04T23:18:39Z
https://github.com/KaiyangZhou/deep-person-reid/issues/96
[]
ciwei123
5
sktime/sktime
data-science
7,200
[DOC] Feature importances of direct-strategy reduced forecasters with exogenous variables are not documented
**Problem Statement** It is not clear on the documentation of [sktime.forecasting.compose.make_reduction](https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.forecasting.compose.make_reduction.html) how one can interpret the `feature_importances_` of the `estimator`, in the case of direct-strategy f...
open
2024-09-30T10:37:18Z
2024-09-30T11:57:10Z
https://github.com/sktime/sktime/issues/7200
[ "implementing algorithms", "documentation", "module:forecasting" ]
ilias-ant
4
anselal/antminer-monitor
dash
140
DECRED ANTMINER SUPORT
Well like you said ... i will open this issue to we see what you can do about it. but to help i need know what info you need to make this ?
open
2018-11-01T14:22:59Z
2018-11-28T13:17:41Z
https://github.com/anselal/antminer-monitor/issues/140
[]
red0bear
5
django-import-export/django-import-export
django
1,494
"TypeError: __init__() missing 1 required positional argument: 'search_help_text'"
Go to jet/utils.py and add "model_admin.search_help_text" at last in change_list_args. Line number 240-244 change_list_args = [ request, model, list_display, list_display_links, list_filter, model_admin.date_hierarchy, search_fields, list_select_related, model_admin.list_per_page, model_...
closed
2022-10-03T18:08:27Z
2023-02-20T13:51:32Z
https://github.com/django-import-export/django-import-export/issues/1494
[ "bug" ]
shashi2098
3
tox-dev/tox
automation
3,320
Way to choose python architecture?
## What's the problem this feature will solve? <!-- What are you trying to do, that you are unable to achieve with tox as it currently stands? --> I have arm64 python and x86-64 python, and I want to run tests on arm64 one. I see no way to explicitly select either one. ## Describe the solution you'd like <!...
open
2024-08-10T20:51:50Z
2024-08-11T03:31:51Z
https://github.com/tox-dev/tox/issues/3320
[ "enhancement" ]
saschanaz
1
keras-team/keras
data-science
20,835
ValueErrors when calling Model.export() for TF SavedModel format on Keras Models with dict inputs
**Problem** The [`Model.export()` API](https://keras.io/api/models/model_saving_apis/export/) in Keras 3 supports exporting to a TensorFlow SavedModel artifact for inference. When trying to export [Gemma 2](https://www.kaggle.com/models/google/gemma-2) and [ShieldGemma](https://www.kaggle.com/models/google/shieldgemma...
open
2025-01-31T19:53:26Z
2025-02-27T17:17:08Z
https://github.com/keras-team/keras/issues/20835
[ "stat:awaiting keras-eng", "Gemma" ]
RyanMullins
1
amdegroot/ssd.pytorch
computer-vision
540
After training model the onnx export fails
jetson_nano@Jetson:~/jetson-inference/python/training/detection/ssd$ python3 onnx_export.py --model-dir=models/markusmodel Namespace(batch_size=1, height=300, input='', labels='labels.txt', model_dir='models/markusmodel', net='ssd-mobilenet', output='', width=300) running on device cuda:0 found best checkpoint with ...
open
2021-03-18T14:07:02Z
2021-03-18T14:07:15Z
https://github.com/amdegroot/ssd.pytorch/issues/540
[]
MST2010Markus
0
keras-team/keras
python
20,931
TF+XLA+Mixed Precision: Keras fails to compute gradients
Keras fails to compute gradients for autoencoder-esce model using Tensorflow backend with mixed precision and jit compilation enabled. See code here: [colab](https://colab.research.google.com/gist/itmo153277/6f38f43d724e173a30115d12f2a40e07/upsamplerelugrad.ipynb). This is caused by `UpSampling2D` layer. When gradient...
open
2025-02-20T12:11:14Z
2025-02-21T04:52:28Z
https://github.com/keras-team/keras/issues/20931
[ "type:Bug" ]
itmo153277
0
ray-project/ray
pytorch
50,976
[Ray Core] Ray task error stack trace is incomplete
### What happened + What you expected to happen If the error message is too long, it seems that it cannot be fully displayed. Is there a length limit somewhere? Is there an environment variable that can be configured? ![Image](https://github.com/user-attachments/assets/f259452c-87fb-4477-b0d4-1d6e73f7aa81) ### Versi...
closed
2025-02-28T03:56:51Z
2025-03-03T03:58:10Z
https://github.com/ray-project/ray/issues/50976
[ "bug", "dashboard", "observability" ]
Moonquakes
1
Baiyuetribe/kamiFaka
flask
133
能否在移动支付时增加打开支付宝按钮?
开通了当面付,才发现手机端唤醒点付款二维码就行了,可不可以加个明显按钮如:打开支付宝,打开app支付的按钮来提示唤醒移动端呢?或者手机端自动调用支付宝支付呢?还有,仅有一种支付方式的时候能否默认选中那个支付,而不需要再点选那个唯一的支付方式
open
2021-12-18T08:21:44Z
2021-12-18T08:21:44Z
https://github.com/Baiyuetribe/kamiFaka/issues/133
[ "bug", "good first issue", "question" ]
meetcode
0
roboflow/supervision
computer-vision
1,715
`move_masks` only supports movement in positive direction
If you compare the code of `move_masks`, `move_detections` and `move_oriented_boxes`, you'll find that only mask code restricts offset direction: ```python if offset[0] < 0 or offset[1] < 0: raise ValueError(f"Offset values must be non-negative integers. Got: {offset}") ``` It should be possible to...
closed
2024-12-06T09:17:48Z
2024-12-16T14:08:27Z
https://github.com/roboflow/supervision/issues/1715
[ "bug", "help wanted" ]
LinasKo
3
onnx/onnx
scikit-learn
6,385
Add coverage badge to readme (https://app.codecov.io/gh/onnx/onnx/tree/main)
Add coverage badge of project https://app.codecov.io/gh/onnx/onnx/tree/main to readme: <img width="636" alt="image" src="https://github.com/user-attachments/assets/d2593d04-13f9-4410-8d35-e65087ee9d89">
open
2024-09-22T07:29:05Z
2024-09-22T07:36:45Z
https://github.com/onnx/onnx/issues/6385
[ "topic: documentation" ]
andife
1
huggingface/transformers
python
36,025
HIGGS Quantization not working properly
### System Info **Environment** ``` - `transformers` version: 4.48.2 - Platform: Linux-5.4.210-39.1.pagevecsize-x86_64-with-glibc2.27 - Python version: 3.11.10 - Huggingface_hub version: 0.26.2 - Safetensors version: 0.4.5 - Accelerate version: 1.1.1 - Accelerate config: not found - PyTorch version (GPU?): 2.4.0+cu...
closed
2025-02-04T08:55:00Z
2025-02-19T05:35:52Z
https://github.com/huggingface/transformers/issues/36025
[ "bug" ]
Godofnothing
3
plotly/dash-cytoscape
plotly
128
Edge Styling makes edges Unselectable
#### Description When any styling is applied to a an edge element, it is no longer selectable by the user. I want to design an app with directed edges that can be selected by the user to trigger callback to display info about that relationship. Currently, I have to choose between edge styling (e.g. showing the edge ...
closed
2021-03-11T21:24:07Z
2021-08-17T15:10:32Z
https://github.com/plotly/dash-cytoscape/issues/128
[]
bfraile5
1
marcomusy/vedo
numpy
58
Options not working with vtkplotter.dolfin.plot
Hi, I am using vtkplotter with FEniCS and any option that i pass to vtkplotter.dolfin.plot() do not work. In my code I try to use the alpha=0.3 and lw=0 options but, the mesh always shows opaque and with lines. I have installed vtkplotter with `pip3 install vtkplotter` in Ubuntu 18.04 My code is the following: ...
closed
2019-10-03T22:17:39Z
2019-10-03T22:44:22Z
https://github.com/marcomusy/vedo/issues/58
[]
SiriusFuenmayor
0
axnsan12/drf-yasg
django
775
Add a way to specify path component on a needed basis
# Feature Request ## problem Description Currently it's not possible to specify path components for individual endpoints without using the FORCE_SCRIPT_NAME but there are cases whereby it would be required that each endpoint in an app or various apps have varying path components ## Potential Solution It wou...
open
2022-02-16T15:50:30Z
2025-03-07T12:11:20Z
https://github.com/axnsan12/drf-yasg/issues/775
[ "triage" ]
nseetim
0
adbar/trafilatura
web-scraping
55
Getting "ERROR: file too small" when trying to use trafilatura
Hello everybody, I'm fairly new to using trafilatura. When I try to run " trafilatura -u 'insert random news article' " and execute it in the shell, I always get "ERROR: file too small". I currently use zsh as a shell and also tried it on bash with no success. I checked, that the latest version is installed. I'm cur...
closed
2021-01-15T15:25:50Z
2021-01-19T18:00:15Z
https://github.com/adbar/trafilatura/issues/55
[ "bug" ]
melonlucie
8
keras-team/keras
deep-learning
20,724
UnexpectedTracerError: JAX had a side effect - DynamicJaxprTracer - set JAX_CHECK_TRACER_LEAKS
The following code breaks. ```python import os os.environ["KERAS_BACKEND"] = "jax" import keras from keras import layers class RNL(layers.Layer): def __init__(self, noise_rate, **kwargs): super().__init__(**kwargs) self.noise_rate = noise_rate self.seed_generator = keras.rand...
closed
2025-01-04T19:51:32Z
2025-01-08T07:50:31Z
https://github.com/keras-team/keras/issues/20724
[ "stat:awaiting response from contributor", "type:Bug", "backend:jax" ]
innat
3
httpie/cli
api
846
What tool was used to create the anitmated gif?
I realize this is off topic / not a real issue but what tool was used to create animated gif on the home page? cc: @loranallensmith
closed
2020-02-01T05:46:27Z
2020-04-13T16:08:28Z
https://github.com/httpie/cli/issues/846
[]
martindsouza
1
deezer/spleeter
deep-learning
632
UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:[Discussion] your question
<!-- Please respect the title [Discussion] tag. --> Hi, I am upgrading the version of tensorflow from 1.14.0 to a value greater than or equal to 2.2 in Anaconda navigator's environment "tsa_course", but I am getting this error: UnsatisfiableError: The following specifications were found to be incompatible with the ...
closed
2021-06-21T12:53:24Z
2021-07-16T09:26:19Z
https://github.com/deezer/spleeter/issues/632
[ "question" ]
surajk150741
1
christabor/flask_jsondash
plotly
115
Image type should not resize width in grid mode
If the layout is grid, it should not set the width to 100% as this guarantees the aspect ratio will almost never be exactly right. If in grid mode, width should just be auto, and will automatically be filled in based on the given height.
closed
2017-05-17T21:59:58Z
2018-03-22T09:20:51Z
https://github.com/christabor/flask_jsondash/issues/115
[ "bug" ]
christabor
2
statsmodels/statsmodels
data-science
8,921
TST/Maint: test failures in MICE, pandas compat
most likely problem with pandas compatibility ``` FAILED statsmodels/imputation/tests/test_mice.py::TestMICEData::test_default FAILED statsmodels/imputation/tests/test_mice.py::TestMICEData::test_pertmeth FAILED statsmodels/imputation/tests/test_mice.py::TestMICEData::test_set_imputer ``` test failure are in ...
open
2023-06-20T21:00:32Z
2023-06-20T21:43:20Z
https://github.com/statsmodels/statsmodels/issues/8921
[ "type-bug", "comp-imputation", "maintenance", "backport" ]
josef-pkt
2
autogluon/autogluon
computer-vision
4,841
[BUG] References to Python 3.8 in workflow files may break builds
**Describe the bug** Some GitHub workflow configuration files still reference Python 3.8, which is no longer supported by AutoGluon. These outdated references may lead to errors during the build process or unintended issues in the CI/CD pipeline. The following files and lines contain references to Python 3.8: https:/...
closed
2025-01-26T10:06:07Z
2025-01-29T20:13:24Z
https://github.com/autogluon/autogluon/issues/4841
[ "code cleanup", "Needs Triage" ]
celestinoxp
0
ijl/orjson
numpy
203
Adding OPT_TIMESTAMP
Is the option to serialize/deserialize datetimes as POSIX timestamp somewhere in the roadmap? I'm considering implementing it although pyo3's PyDateTime_CAPI does not implement it.
closed
2021-09-04T21:46:30Z
2022-01-21T16:30:41Z
https://github.com/ijl/orjson/issues/203
[]
Mifour
1
wkentaro/labelme
computer-vision
902
[Feature] save the json quitely
**Is your feature request related to a problem? Please describe.** I'm always frustrated when labeling with a lot of images, the rhythm is always Interrupted by the `save` operations. **Describe the solution you'd like** as far as I know, the `save` is not necessary, especially for `open-dir` scene. it would be be...
closed
2021-08-03T03:34:21Z
2021-11-10T13:42:28Z
https://github.com/wkentaro/labelme/issues/902
[]
sycophant-stone
1
FujiwaraChoki/MoneyPrinter
automation
63
GPT returned an unformatted response
This error randomly happen and stoping the progress; ```bash ... [*] GPT returned an unformatted response. Attempting to clean... [-] Could not parse response. [-] Error: the JSON object must be str, bytes or bytearray, not list 127.0.0.1 - - [08/Feb/2024 12:29:48] "POST /api/generate HTTP/1.1" 200 - 127.0.0.1...
closed
2024-02-08T05:42:38Z
2024-02-08T05:45:51Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/63
[]
raniaamina
0
matterport/Mask_RCNN
tensorflow
2,187
The "compute_ap" function uses which pattern? COCO or Pascal 2012?
The "**compute_ap**" function uses which standard to calculate Average Precision, Pascal VOC 2012 or COCO? I am confused by this because the way COCO calculates tests several thresholds, and in the function it uses only one, and the way Pascal calculates makes the 11 point interpolation, I cannot see any of these patte...
closed
2020-05-14T22:12:33Z
2021-03-22T03:49:30Z
https://github.com/matterport/Mask_RCNN/issues/2187
[]
WillianaLeite
2
hbldh/bleak
asyncio
1,280
Got exception: OSError: [WinError -2147483629] The object has been closed
* bleak version: 0.20.1 * Python version: 3.10.8 and 3.11.2 * Operating System: Windows 10 Enterprise 22H2 * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description I'm trying to figure out why I have a higher connect-success on one board and not another. Same software on board, same software on ...
closed
2023-04-14T14:15:23Z
2023-04-19T21:58:03Z
https://github.com/hbldh/bleak/issues/1280
[ "bug", "Backend: WinRT" ]
megholm
7
allenai/allennlp
pytorch
4,868
Make sure tensors have dimensions multiple of 8
The `torch.amp` automatically enabled mixed-precision training but on the latest GPUs, it's faster (according to the documentation) because of Tensor Cores. But latter is enabled (almost) for fp16 calculations if the tensor dimensions are multiple of 8. The embedding size and the batch size is easy to maintain as mu...
closed
2020-12-16T00:31:26Z
2021-02-22T19:11:02Z
https://github.com/allenai/allennlp/issues/4868
[ "Contributions welcome", "Feature request" ]
mahnerak
2
jina-ai/serve
machine-learning
5,539
chore: draft release note v3.13.1
# Release Note (3.13.1) This release contains 3 bug fixes and 1 documentation improvement. ## 🐞 Bug Fixes ### Support Gateway with multiple protocols for Kubernetes export ([#5532](https://github.com/jina-ai/jina/pull/5532)) You can now export Flows with multiple protocols to Kubernetes. Previously this wo...
closed
2022-12-20T10:47:35Z
2022-12-22T20:07:31Z
https://github.com/jina-ai/serve/issues/5539
[]
alexcg1
0
JaidedAI/EasyOCR
machine-learning
1,148
Requesting Training Parameters and Data Generation Methods For Available Models
Hi, I'm humbly requesting the model training parameters for available language models for improve my knowledge on the EasyOCR. I have few questions for the developers. 1. How many images are using for one language( I used up to 1M images using English dict but predictions are bad)? 2. What is the learning rate f...
open
2023-10-03T00:15:26Z
2023-10-03T00:15:26Z
https://github.com/JaidedAI/EasyOCR/issues/1148
[]
yasaslive
0
recommenders-team/recommenders
deep-learning
2,073
[ASK] Stopped the support of new Tensorflow versions >= 2.16
### Description <!--- Describe your general ask in detail --> We had so many problems with Tensorflow, in terms of security, breaking changes, etc, that the team decided to stop the support of Tensorflow over 2.16. Here are some of the issues we had: - https://github.com/recommenders-team/recommenders/issues/2018...
open
2024-03-19T06:13:12Z
2025-01-27T09:57:56Z
https://github.com/recommenders-team/recommenders/issues/2073
[]
miguelgfierro
2
open-mmlab/mmdetection
pytorch
12,010
Grounding-Dino: BERT model frozen or not?
Hello! Thanks for the great re-implementation of GroundingDino. I am trying to understand you code. In the [usage.md](https://github.com/open-mmlab/mmdetection/blob/main/configs/mm_grounding_dino/usage.md) file, you walk us through the cat dataset example. For this example, [this config](https://github.com/open-m...
open
2024-10-22T14:49:51Z
2024-11-27T10:04:32Z
https://github.com/open-mmlab/mmdetection/issues/12010
[]
laurenzheidrich
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
726
How To upload input image at webpage demo?
Output image could be saved, however, input image can't be uploaded. My model requires complex input. Using line tool is really difficult. So is it possible to upload image file as input? I understand a little of Python, but nothing of JavaScript. Maybe I shouldn't put this issue here, but I can't find a better pla...
closed
2019-08-07T10:13:09Z
2022-02-10T10:04:58Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/726
[]
RuikangSun
2
nolar/kopf
asyncio
474
[archival placeholder]
This is a placeholder for later issues/prs archival. It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved...
closed
2020-08-18T20:07:33Z
2020-08-18T20:07:34Z
https://github.com/nolar/kopf/issues/474
[ "archive" ]
kopf-archiver[bot]
0
okken/pytest-check
pytest
84
Raises as a context manager: log failure when exception is not raised
Reference: * pytest 7.1.1 * pytest_check 1.0.5 In following example: ``` from pytest_check import raises class CustomException(Exception): pass def test_context_manager_not_raised_1(): with raises(CustomException): print("Custom Exception is not raised") def test_context_manager...
closed
2022-06-20T16:36:41Z
2022-06-21T05:20:31Z
https://github.com/okken/pytest-check/issues/84
[]
alblasco
1
Tanuki/tanuki.py
pydantic
114
Optionally delegate classifiers to XGBoost for finetuning and inference
**Is your feature request related to a problem? Please describe.** LLMs are extremely inefficient at classification. XGBoost is better if the data is available. We could use the aligned data from the LLM to train an XGBoost model, which would be much faster to run. **Describe the solution you'd like** When the out...
open
2023-12-04T01:48:04Z
2023-12-04T01:48:04Z
https://github.com/Tanuki/tanuki.py/issues/114
[ "enhancement" ]
JackHopkins
0
bauerji/flask-pydantic
pydantic
58
Why doesn't the `make_json_response` function have a default value for the `by_alias` argument?
```python def make_json_response( content: Union[BaseModel, Iterable[BaseModel]], status_code: int, by_alias: bool, exclude_none: bool = False, many: bool = False, ) -> Response: ... js = content.json(exclude_none=exclude_none, by_alias=by_alias) ... ``` The `content.json...
open
2022-09-20T06:44:17Z
2022-09-20T06:44:17Z
https://github.com/bauerji/flask-pydantic/issues/58
[]
NiKuma0
0
miguelgrinberg/Flask-SocketIO
flask
1,347
400 bad request when gunicorn worker class type is set to "gthread"
I am creating an ML app. I'm using gunicorn with no NGINX. The worker class is set to gthread, since there are a lot of CPU bound tasks. When I am using flask socketio with the worker type "gevent", it is working fine irrelevant of the number of workers(1,2,4). But when I change it to "gthread", it gives 400 bad ...
closed
2020-08-04T11:59:33Z
2020-08-05T07:55:32Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1347
[ "question" ]
shadylpstan
4
reiinakano/xcessiv
scikit-learn
39
Valid values for metric to optimise in bayesian optimisation?
Is there a list of valid metric_to_optimise for Bayesian Optimisation? I am using sklearn mean_squared_regression for my base learning but when I enter that into the Bayesian Optimisation menu under metric_to_optimise I get: assert module.metric_to_optimize in automated_run.base_learner_origin.metric_generat...
closed
2017-06-17T16:49:07Z
2017-06-17T16:54:10Z
https://github.com/reiinakano/xcessiv/issues/39
[ "question" ]
Data-drone
1
biolab/orange3
pandas
6,203
Large integers should be read as strings, not as numbers
**What's wrong?** I have a list of user_IDs (often 17-digit numbers, but also shorter ones). After data import through the Import Document widget, some of these "longer" user IDs get changed with regard to the original IDs that are listed in the imported file. Rendition in Orange : ![image](https://user-images.git...
open
2022-11-16T09:57:24Z
2023-01-10T10:52:40Z
https://github.com/biolab/orange3/issues/6203
[ "bug", "meal" ]
kristinapdm
5
keras-team/keras
machine-learning
21,009
Keras featurespace error in environment without TensoFlow
I am trying to use a Keras feature space during inference to create a data window. `input_window= input_featurespace({'temp': [0, 0, 0, 0, 0, 0, 0, 0], 'proc': [0, 0, 0, 0, 0, 0, 0, 0], 'dsp_temp': [0, 0, 0, 0, 0, 0, 0, 0]}). ` However, I am getting the following error: ``` File "/usr/local/lib/python3.12/site-pa...
open
2025-03-10T16:56:38Z
2025-03-20T06:59:28Z
https://github.com/keras-team/keras/issues/21009
[ "type:Bug" ]
sibyjackgrove
10
joouha/euporie
jupyter
86
Wrap text around
How can I wrap text around? ![image](https://github.com/joouha/euporie/assets/118444583/70c91468-e436-4e4c-8da0-37ef9b8c2bb4)
closed
2023-07-19T13:27:41Z
2023-10-11T16:55:56Z
https://github.com/joouha/euporie/issues/86
[]
ghost
2
numba/numba
numpy
9,129
Symbol not found error when calling a recursive function + cache from a jitclass
Hello. Here is a weird I have seen; I checked if anything similar was reported but didn't found. The code below calls a recursive function from a jitclass. Such function has `@njit(cache=True)` as header. It runs well on first time, but fails on second time: ``` (venv) best@ottokar:~/dev/splendor$ python3 numba...
open
2023-08-11T15:41:36Z
2023-08-15T18:01:28Z
https://github.com/numba/numba/issues/9129
[ "jitclass", "caching", "bug - incorrect behavior" ]
cestpasphoto
3
deezer/spleeter
tensorflow
390
[Bug] Can't use custom trained model?
<!-- PLEASE READ THIS CAREFULLY : - Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed - First check FAQ from wiki to see if your problem is not already known --> ## Description How do I use a model I have just trained? I have tried t...
closed
2020-05-22T14:23:55Z
2020-05-22T15:24:18Z
https://github.com/deezer/spleeter/issues/390
[ "bug", "invalid" ]
JavaShipped
2
ageitgey/face_recognition
python
761
ectangle documentation
* face_recognition version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue. ### ...
open
2019-02-28T22:52:37Z
2019-02-28T22:52:37Z
https://github.com/ageitgey/face_recognition/issues/761
[]
viniciusdoss
0
Neoteroi/BlackSheep
asyncio
352
Constructor of JWTBearerAuthentication dosn't have algorithms parameter
**Describe the bug** The constructor of _JWTBearerAuthentication_ doesn't accept _algorithms_ parameter and doesn't pass it to _JWTValidator_. [1] In the same time docstring of the constructor of _JWTBearerAuthentication_ contains a description of t _algorithms_ parameter. 1 - https://github.com/Neoteroi/BlackSh...
closed
2023-05-05T20:51:55Z
2023-05-11T21:18:10Z
https://github.com/Neoteroi/BlackSheep/issues/352
[]
tyzhnenko
1
nteract/papermill
jupyter
211
HDFS File System support?
Hi @MSeal I was wondering if there is any plan or way that we can support HDFS as well along with the storage systems like s3 and ADL?. Please let me know your thoughts :)
closed
2018-09-19T16:20:26Z
2020-02-08T22:55:07Z
https://github.com/nteract/papermill/issues/211
[ "enhancement" ]
harsham4026
6
huggingface/peft
pytorch
1,913
continue training model in transformers (after LoRA training)
### System Info huggingface. transformers, peft, accelerate ### Who can help? @BenjaminBossan @younesbelkada @sgugger ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder - [X] My own task or ...
closed
2024-07-08T10:16:15Z
2024-07-20T08:58:14Z
https://github.com/huggingface/peft/issues/1913
[]
BigDataMLexplorer
2
d2l-ai/d2l-en
machine-learning
2,639
Please do not talk too much about the broadcast mechanism.
About Chapter 2.1.4 and 2.3.7, there is too much talk about the broadcast mechanism. It's like the implicit type conversion rule, which is not a good programming style. About 2.3.7, a good programming style is to call the functions supplied by `torch.nn.functional`: ```python import torch import torch.nn.functional a...
open
2025-03-21T08:10:28Z
2025-03-21T08:37:41Z
https://github.com/d2l-ai/d2l-en/issues/2639
[]
a358003542
0
huggingface/transformers
tensorflow
36,576
Some methods in TrainerControl seem not to be utilized.
Looking at the callback code has caused me a great deal of confusion. It seems that this function has never been used. I'm not sure if I've missed something. https://github.com/huggingface/transformers/blob/6966fa190172b48b2fb46fe4552a13b943e692cf/src/transformers/trainer_callback.py#L275
closed
2025-03-06T07:19:53Z
2025-03-13T16:21:17Z
https://github.com/huggingface/transformers/issues/36576
[]
mst272
2
python-arq/arq
asyncio
192
Allow job to finish during SIGINT for graceful shutdown
I've deployed multiple workers in docker containers via swarm in our VM. During a release, swarm will send a `SIGINT` (followed eventually by a `SIGKILL`) to bring down old images and bring up new ones. During a `SIGINT`, instead of doing a `task.cancel()` and retrying, would it be possible to: - Stop it from ta...
closed
2020-05-26T16:25:01Z
2020-05-26T17:00:20Z
https://github.com/python-arq/arq/issues/192
[]
u-ashish
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,465
Help, infrared video colorization
At present, I want to color infrared video. Is there any good way? #1436 #
open
2022-07-22T08:04:11Z
2022-11-27T09:14:03Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1465
[]
songyn95
1
JaidedAI/EasyOCR
pytorch
392
deep-text-recognition-benchmark usage
This is not an issue but rather a guide to test or train EasyOCR. --- I have seen many issues about testing the model with [deep-text-recognition-benchmark](https://github.com/clovaai/deep-text-recognition-benchmark). So, here is the command for a quick demo. Any suggestion is welcome. ``` python3 demo.py --ima...
closed
2021-03-11T13:21:22Z
2021-03-24T18:27:58Z
https://github.com/JaidedAI/EasyOCR/issues/392
[]
burak-yildizoz
3
yeongpin/cursor-free-vip
automation
329
[Bug]: 注册失败
### 提交前检查 - [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - [x] 我已经查看了置顶 Issue 并搜索了现有的 [开放 Issue](https://github.com/yeongpin/cursor-free-vip/issues)和[已关闭 Issue](https://github.com/yeongpin/cursor-free-vip/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的问题。 - [x] 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个...
open
2025-03-20T11:11:47Z
2025-03-20T14:10:37Z
https://github.com/yeongpin/cursor-free-vip/issues/329
[ "bug" ]
1812095643
5
numpy/numpy
numpy
27,764
ENH: Streamline and improve the origin and license documentation of third party bundled in wheels
### Proposed new feature or change: The current wheel builds (as of 2.1.3) may contain not entirely correct license or origin information for bundled third-party components. As a result, it may be difficult to collect missing information for the wheels, and one needs to get back to the sdist or a checkout for a prop...
open
2024-11-14T10:44:01Z
2024-11-16T08:29:49Z
https://github.com/numpy/numpy/issues/27764
[ "01 - Enhancement", "component: distribution" ]
pombredanne
5
Miserlou/Zappa
flask
1,238
Basic Flask application won't run once deployed with Zappa
<!--- Provide a general summary of the issue in the Title above --> My basic flask application (whose sole job is to echo back any json it's sent) won't run once it is deployed. Every time I try to update my deployment, it updates/deploys no problem but when I visit the link I get either a 'forbidden' or 'internal ser...
closed
2017-11-14T21:55:32Z
2018-02-24T03:31:19Z
https://github.com/Miserlou/Zappa/issues/1238
[ "non-bug" ]
ndortega
4