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
ultralytics/ultralytics
pytorch
19,688
Yolo11 `export` to tflite/tfjs not working on Windows
### 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 I'm trying to export a yolo11n model I trained earlier today on a custom training dataset. Running `detect`...
open
2025-03-14T00:18:27Z
2025-03-16T09:15:55Z
https://github.com/ultralytics/ultralytics/issues/19688
[ "bug", "dependencies", "exports" ]
enusbaum
8
huggingface/transformers
nlp
35,938
Mangled tokenization with Llama 3.1 for string sequences containing<space>'m
We observed that trying to tokenize/detokenize strings containing the sequence `<space>'m` would not give back the initial string, but would "eat" the leading whitespace. For example, the string "for 'manual'" will be transformed into "for'manual'" Investigating further, we also observed issue with strings containing...
closed
2025-01-28T16:05:22Z
2025-02-12T15:15:43Z
https://github.com/huggingface/transformers/issues/35938
[ "bug" ]
tomjorquera
5
pallets/flask
python
5,021
Update Flask to work with Werkzeug 2.2.3 due to open CVE
Hello Flask Team: I am aware that bug reports regarding sub-dependencies may not be welcome here, but I feel that this is too important (in my case it's most likely a complete show-stopper). We have invested a significant amount of time building Rest APIs and webapps with Flask, and our CICD pipeline incorpora...
closed
2023-03-09T19:56:13Z
2023-03-24T00:06:00Z
https://github.com/pallets/flask/issues/5021
[]
rootVIII
6
deeppavlov/DeepPavlov
nlp
937
Slot fillis and fastText, why did make this?
Hi, I want know why were done the slot fill and the fastText model of the Deeppavlov's DSTC, and how to make simillar models. I'm creating an DSTC-simillar chatbot in my enterprise, and my model does not work acceptabliy with the DSTC's conventional model. If anybody will be reply me this, I thanks for this.
closed
2019-07-19T22:28:25Z
2020-05-06T13:19:53Z
https://github.com/deeppavlov/DeepPavlov/issues/937
[]
BetoFernandess
1
johnthagen/python-blueprint
pytest
29
Migrate flake8 config to pyproject.toml
If/when the `flake8` developers decide to support `pyproject.toml`, should move `flake8` configuration to that to consolidate configurations. - https://github.com/PyCQA/flake8/issues/234 (locked) # Current Status This comment lists blockers the Flake8 developers have listed: - https://github.com/PyCQA/flake...
closed
2020-09-26T12:06:21Z
2023-05-01T12:50:16Z
https://github.com/johnthagen/python-blueprint/issues/29
[ "enhancement", "upstream" ]
johnthagen
25
kennethreitz/responder
graphql
206
Cannot await for body in PUT/POST request
Hello. As per the documentation, if you’re expecting to read any request data, on the server, you need to declare your view as async and await the content. But when I declare a put (or a post) function on a route like the following: ``` async def on_put(self, req, resp, *, app_id): data = await req.text(...
closed
2018-11-06T15:42:57Z
2019-02-22T11:57:35Z
https://github.com/kennethreitz/responder/issues/206
[ "bug" ]
emacsuser123
9
cleanlab/cleanlab
data-science
363
Add more unit tests to improve code coverage
You can check codecov runs for the lastest master branch and find lines of code that aren't currently covered by any unit test. It would be very helpful if you can add a unit test to cover such lines of code. Important: any new unit tests you add must run very quickly! Ideally in under 1sec. If your tests run on some...
open
2022-08-23T23:47:07Z
2023-11-23T18:46:01Z
https://github.com/cleanlab/cleanlab/issues/363
[ "good first issue" ]
jwmueller
0
pywinauto/pywinauto
automation
641
win32functions.IsWindowVisible issue: OverflowError: int too long to convert
The issue has been recently reported on StackOverflow: https://stackoverflow.com/q/53942453/3648361
closed
2018-12-27T22:11:04Z
2019-01-07T11:03:29Z
https://github.com/pywinauto/pywinauto/issues/641
[ "bug", "Priority-Critical" ]
vasily-v-ryabov
3
kiwicom/pytest-recording
pytest
145
[FEATURE] "Lazy load" VCR to reduce plugin overhead
**Is your feature request related to a problem? Please describe.** The plugin currently imports `vcr` regardless of whether any vcr-marked tests are collected by pytest. This import can be slow (on the order of hundreds of milliseconds) in environments where multiple HTTP client libraries supported by VCR.py are ins...
closed
2024-07-08T20:59:55Z
2024-07-09T10:05:24Z
https://github.com/kiwicom/pytest-recording/issues/145
[ "Status: Review Needed", "Type: Feature" ]
herbierand
2
axnsan12/drf-yasg
django
790
ModuleNotFoundError: No module named 'drf-yasg' (Virtual environment python3.8)
# Bug Report ## Description when I run python manage.py runserver , but An error was reported. ModuleNotFoundError: No module named 'drf-yasg' I'm sure drf-yasg is installed. As follows: settings.py INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.conten...
closed
2022-05-04T10:23:11Z
2023-05-20T06:40:21Z
https://github.com/axnsan12/drf-yasg/issues/790
[]
git-ruoshui
2
biolab/orange3
numpy
6,587
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
orange can not be started ``` export QT_DEBUG_PLUGINS=1 python -m Orange.canvas Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. QFactoryLoader::QFactoryLoader() checking directory path "/home/dust/miniconda3/lib/python3.10/site-packages/PyQt5/Qt5/plugi...
closed
2023-09-25T19:09:26Z
2023-10-05T12:34:36Z
https://github.com/biolab/orange3/issues/6587
[ "bug report" ]
dustofdust
2
TencentARC/GFPGAN
pytorch
364
why perceptual loss is so big?
I train this great work, but I find the perceptual loss is so big, e.g, the L1loss is 10e-1, and the perceptual loss is 10e+1……Dose I got some errors? thx!
open
2023-04-13T10:51:25Z
2023-04-13T10:51:25Z
https://github.com/TencentARC/GFPGAN/issues/364
[]
YilanWang
0
man-group/arctic
pandas
193
Complete support for multiple chunker/serializers in ChunkStore
Should be able to set different chunkers and serializers per symbol (and also a default one for the library). Currently hard coded to use the date chunker and the numpy array serializer.
closed
2016-08-05T15:41:31Z
2016-09-20T14:20:22Z
https://github.com/man-group/arctic/issues/193
[]
bmoscon
0
freqtrade/freqtrade
python
11,203
Different backtest result between 2024.11 and 2024.12 stable
<!-- Have you searched for similar issues before posting it? If you have discovered a bug in the bot, please [search the issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue). If it hasn't been reported, please create a new issue. Please do not use bug reports to request new features. --> ## D...
open
2025-01-07T01:01:38Z
2025-01-08T06:06:52Z
https://github.com/freqtrade/freqtrade/issues/11203
[ "Question", "Backtest" ]
stash86
24
Crinibus/scraper
web-scraping
122
Show highest and lowest price when viewing graph
**Tech scraper** visualize_data.py: - When viewing graph, then show highest and lowest price for each domain somewhere on the graph, maybe under the title. - Maybe also the median or related "stats".
open
2020-11-12T20:41:59Z
2022-11-18T06:04:17Z
https://github.com/Crinibus/scraper/issues/122
[ "enhancement" ]
Crinibus
1
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
160
how to add part of all tables in one shard
for example, with tableA and tableB, I want add tableA and tableB in shard1, and add tableA only in shard2, it's easy to add all 2 tables in shard1 with command Base.metadata.create_all(bind=bind), but how can i just add tableA in shard2? i have a try with command Base.metadata.create_all(bind=bind, tables=tableA) ...
closed
2021-12-22T03:01:23Z
2022-05-28T11:39:57Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/160
[]
flyly0755
2
Lightning-AI/pytorch-lightning
data-science
20,367
Solved
closed
2024-10-28T09:23:12Z
2024-12-30T19:39:43Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20367
[ "bug", "waiting on author" ]
muses0229
1
sqlalchemy/sqlalchemy
sqlalchemy
10,025
tokenize all schema names when a map is present so that keys are not assumed
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10024 ```diff diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 692a51b910..eb02604540 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -3,6 +3,7 @@ from contextlib import contextmanager...
closed
2023-06-27T14:14:00Z
2023-06-27T17:33:33Z
https://github.com/sqlalchemy/sqlalchemy/issues/10025
[ "bug", "engine", "statement caching" ]
zzzeek
1
roboflow/supervision
tensorflow
844
[PolygonZone] - allow `triggering_position` to be `Iterable[Position]`
### Description Update [`PolygonZone`](https://github.com/roboflow/supervision/blob/87a4927d03b6d8ec57208e8e3d01094135f9c829/supervision/detection/tools/polygon_zone.py#L15) logic, triggering the zone when not one anchor but multiple anchors are inside the zone. This type of logic is already implemented in [`LineZon...
closed
2024-02-02T17:51:07Z
2024-12-12T09:37:48Z
https://github.com/roboflow/supervision/issues/844
[ "enhancement", "Q1.2024", "api:polygonzone" ]
SkalskiP
8
OpenInterpreter/open-interpreter
python
605
Error when showing code to be run
### Describe the bug I was interacting with interpreter using `gpt-3.5-turbo`. After a few commands, it showed a wrong code and asked to run it, I said yes to see what happened, and the code run was ok. So I think there is a bug when showing the code to be run. ### Reproduce ```python import textract ...
closed
2023-10-08T12:55:45Z
2024-03-18T19:50:54Z
https://github.com/OpenInterpreter/open-interpreter/issues/605
[ "Bug" ]
cserpell
8
biolab/orange3
pandas
6,406
Image embedding runtime error
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2023-04-10T21:26:41Z
2023-04-12T09:20:14Z
https://github.com/biolab/orange3/issues/6406
[ "bug report" ]
sarahannh2
2
wagtail/wagtail
django
12,640
Search results not choosable in AdminPageChooser
### Issue Summary <!-- A summary of the issue. --> ### Steps to Reproduce 1. Checkout the bakery demo (tested: Commit d026264) 2. Edit bakerydemo/blog/models.py in the following way: ``` from wagtail.admin.widgets import AdminPageChooser from bakerydemo.base.models import StandardPage, GalleryPage ``` in the clas...
closed
2024-11-29T12:02:30Z
2024-11-29T13:05:29Z
https://github.com/wagtail/wagtail/issues/12640
[ "type:Bug", "status:Unconfirmed" ]
ralnss
2
redis/redis-om-python
pydantic
634
Literal type Fields break the JsonModel
when the new JsonModel class fields with Literal type the class initialization throws error ``` from redis_om import (EmbeddedJsonModel, Field, JsonModel) from typing import Optional, List, Literal class worker(JsonModel): nodeName: str = Field(index=True, description='Name of the worker node') ...
closed
2024-07-11T14:41:00Z
2024-08-02T19:10:03Z
https://github.com/redis/redis-om-python/issues/634
[]
naveenkumarch
0
vitalik/django-ninja
django
901
Add args to allow single api skip pagination in RouterPaginated
**Is your feature request related to a problem? Please describe.** As docs descripted. We can use [RouterPaginated](https://django-ninja.dev/guides/response/pagination/#apply-pagination-to-multiple-operations-at-once) to add pagination for multi api instance at once ```python from ninja.pagination import Route...
open
2023-11-02T02:43:12Z
2023-11-02T02:43:12Z
https://github.com/vitalik/django-ninja/issues/901
[]
calmzhu
0
statsmodels/statsmodels
data-science
9,288
[BUG] - ModuleNotFoundError: No module named 'numpy.char'
#### Describe the bug Running the line `from statsmodels.tsa.stattools import acf` returns `ModuleNotFoundError: No module named 'numpy.char'` Actually, just running `import statsmodels` returns the same error. I installed statsmodels v.0.14.2 via pip.
closed
2024-06-18T19:29:31Z
2024-06-18T23:28:05Z
https://github.com/statsmodels/statsmodels/issues/9288
[]
marcopeix
2
viewflow/viewflow
django
247
RemovedInDjango30Warning: Update TaskInline.has_add_permission() to accept a positional `obj` argument.
I noticed that Django 2.2.3 with Viewflow 1.5.3 triggers this message: ``` /usr/local/lib/python3.7/dist-packages/django/contrib/admin/checks.py:1101: RemovedInDjango30Warning: Update TaskInline.has_add_permission() to accept a positional `obj` argument. "`obj` argument." % cls.__name__, RemovedInDjango30Warning ...
closed
2019-08-16T07:08:45Z
2019-10-25T09:24:58Z
https://github.com/viewflow/viewflow/issues/247
[ "request/enhancement", "dev/flow" ]
ShaheedHaque
1
harry0703/MoneyPrinterTurbo
automation
96
utf-8 codec can‘t decode bytes请问这个报错是因为什么,好像是概率性的
closed
2024-03-28T09:17:06Z
2024-03-28T09:45:31Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/96
[]
zhuangzhuang3
3
FlareSolverr/FlareSolverr
api
228
[yggtorrent] Exception (yggtorrent): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: Execution context was destroyed, most likely because of a navigation.: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error...
**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
2021-12-02T20:25:13Z
2021-12-09T11:15:20Z
https://github.com/FlareSolverr/FlareSolverr/issues/228
[]
navycrow
9
vitalik/django-ninja
django
941
response in api decorator can not have Exception class
@member_router.get('', response={200: Member, 401: AuthenticationError}, auth=AuthBearer()) Above code is not working beacuase of AuthenticationError which is not inherited from BaseModel(pydantic) I hope there should be a exception class inheried from BaseModel to make doc Thanks
open
2023-11-21T04:48:57Z
2023-11-21T08:57:42Z
https://github.com/vitalik/django-ninja/issues/941
[]
changja88
1
OpenBB-finance/OpenBB
machine-learning
6,638
[Bug] Missing HTTP Proxy Setting
**Describe the bug** I notice the document metioned [Proxy Network in User Settings & Enviroment Variables](https://docs.openbb.co/platform/user_guides/settings_and_environment_variables#proxy-networks), but I can't find this setting in source codes anywhere. So is there some thing wrong in the document or the codes? ...
closed
2024-08-22T09:11:49Z
2024-08-28T13:41:46Z
https://github.com/OpenBB-finance/OpenBB/issues/6638
[]
MovisLi
1
biolab/orange3
scikit-learn
6,032
Manifold Learning progress indicator
The "Manifold Learning" widget should be provided with a progress indicator animation like the other widgets. It frequently takes some time to run, and it is pretty annoying not to know how far the process has gone.
closed
2022-06-19T15:56:23Z
2022-06-19T19:30:51Z
https://github.com/biolab/orange3/issues/6032
[]
hydrastarmaster
1
noirbizarre/flask-restplus
api
95
Namespaces should be lazy registerable
As @frol suggested, for big APIs splitted on multiple files, Namespace should be the only class to import. As Blueprints for Flask, it should provide all necessary methods to not require the API instance in the file and to be lazy registerable. The target is being able to write: ``` python # feature.py from flask_res...
closed
2015-11-10T08:54:30Z
2016-01-17T19:22:48Z
https://github.com/noirbizarre/flask-restplus/issues/95
[ "enhancement" ]
noirbizarre
8
biolab/orange3
scikit-learn
6,936
Edit Domain: Converting to time fails on years < 1677
**What's wrong?** I am working with historical data, with my timeseries representing years. I have two problems: 1) When loading the data, the years are recognized as a Numeric column. Thus I have no option to define the format for datetime conversion. I'd like to specify these are years, not seconds. 2) The years g...
open
2024-11-21T13:36:32Z
2024-11-22T08:21:23Z
https://github.com/biolab/orange3/issues/6936
[ "bug report" ]
ajdapretnar
1
dmlc/gluon-nlp
numpy
797
TransformerXL for GluonNLP
TransformerXL: https://arxiv.org/pdf/1901.02860.pdf (ACL2019)
closed
2019-06-26T21:31:38Z
2019-08-19T02:59:25Z
https://github.com/dmlc/gluon-nlp/issues/797
[ "enhancement" ]
sxjscience
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
431
Common toolbox issues and how to fix them
This issue will be used to document common toolbox issues and how to fix them. Please **do not reply here** to keep the signal/noise high. Instead, report problems and suggest additions/improvements by opening a new issue.
closed
2020-07-19T13:51:53Z
2022-02-08T07:03:09Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/431
[]
ghost
10
alpacahq/alpaca-trade-api-python
rest-api
252
Loosen up the requirements
Related to: https://github.com/alpacahq/alpaca-trade-api-python/issues/230 Specifying exact versions for a 3rd party package is not a very friendly practice. Locking to exact versions is critical for a production application, but for libraries that will be consumed by others, you generally want version specificatio...
closed
2020-07-02T23:14:57Z
2020-12-23T21:20:39Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/252
[]
mLewisLogic
12
pandas-dev/pandas
data-science
60,366
DOC: Update variables a and b to names consistent with comment documentation
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://github.com/pandas-dev/pandas/blob/main/pandas/core/computation/expressions.py ### Documentation problem Line...
closed
2024-11-20T02:33:27Z
2024-12-09T18:37:06Z
https://github.com/pandas-dev/pandas/issues/60366
[ "Clean", "expressions" ]
migelogali
1
tqdm/tqdm
jupyter
1,479
Mix of printing text and tqdm in VS Code Jupyter notebook results in multiple lines
- [x] I have marked all applicable categories: + [ ] exception-raising bug + [x] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating syste...
open
2023-06-15T10:03:51Z
2024-04-01T20:19:49Z
https://github.com/tqdm/tqdm/issues/1479
[]
GustawOhler
1
albumentations-team/albumentations
deep-learning
2,064
[Mosaic] Add Mosaic
open
2024-11-06T01:56:51Z
2025-03-16T01:08:46Z
https://github.com/albumentations-team/albumentations/issues/2064
[ "enhancement" ]
ternaus
4
ageitgey/face_recognition
machine-learning
1,173
KNN - Time complexity, Dynamically dataset modification
I'm thinking of using the KNN based classifier. However, I'm having following questions: 1. What is the time complexity of prediction? 2. How to dynamically (instead of re-training from scratch, which is time consuming) add or delete new person or new photo of existing person to the train dataset? I am relatively ne...
open
2020-06-30T20:57:03Z
2020-06-30T21:00:55Z
https://github.com/ageitgey/face_recognition/issues/1173
[]
arpanbag001
0
tortoise/tortoise-orm
asyncio
1,612
Support symmetrical ManyToMany relationships
Django ORM has support for what they call **symmetrical relationships**, that is a `ManyToMany` relationship on self. (see here https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ManyToManyField.symmetrical) For example, if you want a ManyToMany relation for friends and you want the logic to b...
open
2024-05-12T10:17:29Z
2024-05-18T07:26:08Z
https://github.com/tortoise/tortoise-orm/issues/1612
[ "enhancement" ]
laggron42
2
gto76/python-cheatsheet
python
143
Cheatsheet
closed
2022-12-29T08:37:59Z
2022-12-29T08:38:23Z
https://github.com/gto76/python-cheatsheet/issues/143
[]
Rooberr
0
pydantic/FastUI
fastapi
239
hope fastui is as easy to use as Streamlit
I am currently using a combination of fastapi + Streamlit. Streamlit can quickly complete beautiful pages, AI dialogues and display of charts. It has good support for pandas, but Streamlit is too slow. Does fastui have plans to support convenient chart display like Streamlit? + [gallery](https://streamlit.io/gallery?c...
closed
2024-03-06T06:25:20Z
2024-03-07T00:35:20Z
https://github.com/pydantic/FastUI/issues/239
[]
dyuzhou
2
xinntao/Real-ESRGAN
pytorch
854
Request to Remove Link to Waifu2x-Extension-GUI from README
This issue aims to clarify that the repository `Waifu2x-Extension-GUI` linked in the README of this repository is a deceptive open-source project. Although its actions do not violate the BSD-3 license used by this repository, its behavior is morally questionable and conflicts with the spirit of open-source, for the fol...
open
2024-10-15T14:48:41Z
2024-10-15T14:48:41Z
https://github.com/xinntao/Real-ESRGAN/issues/854
[]
HisAtri
0
pydantic/FastUI
fastapi
34
Seems to redirect on error
When the server returns 500, we seem to get a weird redirect back to `/`.
open
2023-12-01T19:12:28Z
2023-12-01T19:12:28Z
https://github.com/pydantic/FastUI/issues/34
[ "bug" ]
samuelcolvin
0
autogluon/autogluon
scikit-learn
4,934
[BUG] Source install broken on Colab
Source installation is broken on Colab with latest mainline. [Reproducible Colab Notebook](https://colab.research.google.com/drive/1j4OatXgV1iUvkAU-v_cpkOVFbKst7soM?usp=sharing) Specifically, imports from the root init file of each submodule fail to work, such as `from autogluon.common import __version__` Unsure why...
closed
2025-02-25T21:41:52Z
2025-02-28T02:15:10Z
https://github.com/autogluon/autogluon/issues/4934
[ "bug", "install", "env: colab", "priority: 0" ]
Innixma
13
pytest-dev/pytest-xdist
pytest
814
Crashed worker exits 0 (incorrectly) on Ubuntu, exits 2 on macOS, with `--max-worker-restart 0`
This is bizarre, but locally on macOS 12.5.1 M1 a crashed worker exits nonzero, which is correct. But on Ubuntu 22.04 (GitHub-hosted action runner), a crashed worker exits zero and so the check incorrectly succeeds. This is bad, since it gives a false impression of tests passing. ## pytest invocation ``` python ...
open
2022-09-09T02:43:20Z
2022-09-09T16:43:27Z
https://github.com/pytest-dev/pytest-xdist/issues/814
[]
ottumm
4
ets-labs/python-dependency-injector
asyncio
569
numpy.typing.NDArray breaks wiring
Attempting to wire a module that imports `NDArray` from `numpy.typing` breaks wiring with the following error: ``` Traceback (most recent call last): File "/app/experiment.py", line 23, in <module> initialize() File "/app/framework/startup.py", line 9, in initialize container.wire(packages=[core]) ...
closed
2022-03-22T03:34:21Z
2022-03-28T04:34:34Z
https://github.com/ets-labs/python-dependency-injector/issues/569
[ "bug" ]
VKFisher
2
clovaai/donut
computer-vision
234
Python 3.10 throws an error related to swintransformer
https://github.com/SwinTransformer/Swin-Transformer-Object-Detection/issues/214 whether 3.11 (rl9), 3.10 (rl9), 3.7 (3.7 ubu22 using conda/wsl) AttributeError: 'SwinTransformer' object has no attribute 'pos_drop'
open
2023-08-05T03:47:35Z
2024-03-06T09:40:17Z
https://github.com/clovaai/donut/issues/234
[]
thistleknot
5
mljar/mljar-supervised
scikit-learn
98
RuntimeError: main thread is not in main loop
Using the README's example, a simple AutoML pipeline seems to fail and not go all the way: ``` Create directory AutoML_1 AutoML task to be solved: binary_classification AutoML will use algorithms: ['Baseline', 'Linear', 'Decision Tree', 'Random Forest', 'Extra Trees', 'LightGBM', 'Xgboost', 'CatBoost'] AutoML will...
closed
2020-05-31T21:25:18Z
2020-06-02T11:35:23Z
https://github.com/mljar/mljar-supervised/issues/98
[ "bug" ]
alexandrebrilhante
4
neuml/txtai
nlp
405
Fix issue with ORDER BY case sensitivity
An issue was discovered regarding case sensitivity for `ORDER BY` clauses. Specifically the `BY` portion of the clause. Update the code to make a case insensitive comparison for the `BY` token.
closed
2023-01-09T21:49:29Z
2023-01-09T21:52:24Z
https://github.com/neuml/txtai/issues/405
[ "bug" ]
davidmezzetti
0
thtrieu/darkflow
tensorflow
815
Missing meta data for checkpoints
Hello, After loading my training checkpoint, i get an error of missing meta data: "OSError: File ./ckpt/tiny-yolo-voc-clock2-38625.meta does not exist." In the "ckpt" folder only the last 20 checkpoints have data, index, meta and profile files. The rest only has profile files. Where can i change it, to keep meta...
open
2018-06-19T08:11:34Z
2018-07-18T05:20:52Z
https://github.com/thtrieu/darkflow/issues/815
[]
robert-fuess
2
keras-team/keras
data-science
20,127
How to create custom metric with more inputs than y_true, y_pred in Keras 3
Previously Keras 2 I can use **model.add_metric()** to add any arbitrary tensor as my metric. But Keras 3 removed .add_metric() method from layer and model. How can I achieve that? BTW I can't subclass **keras.metrics.Metric**. because my metric tensor calculation require more tensors than y_true, y_pred. T...
open
2024-08-15T21:31:27Z
2024-09-18T16:50:00Z
https://github.com/keras-team/keras/issues/20127
[ "type:support", "stat:awaiting keras-eng" ]
MeowTheCat
1
tensorpack/tensorpack
tensorflow
865
AssertionError: Fine tuning a BatchNorm model with fixed statistics is only supported after https://github.com/tensorflow/tensorflow/pull/12580
Hi, I update tensorflow and tensorflow-gpu to latest (1.10.0), then In Faster RCNN I could evaluate but when training: ``` Traceback (most recent call last): File "train.py", line 993, in <module> launch_train_with_config(traincfg, trainer) File "/usr/local/lib/python3.6/dist-packages/tensorpack/tr...
closed
2018-08-18T04:01:14Z
2018-08-18T04:36:20Z
https://github.com/tensorpack/tensorpack/issues/865
[]
PacteraOliver
3
kizniche/Mycodo
automation
1,102
Your connection is not private NET::ERR_CERT_INVALID
Hello, I got an error after setup. I am trying to connect my rpi ip adress then I got this error: ERR_CERT_INVALID. After I trust the certificate, Bad Gateway Error appear. Also while setup script running, `Could not connect to http://localhost. Waiting 60 seconds then trying again (up to 10 times)...` I go...
closed
2021-10-18T13:23:18Z
2022-02-08T22:41:10Z
https://github.com/kizniche/Mycodo/issues/1102
[]
emreakcadag
5
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,155
[Bug]: FileNotFoundError: [Errno 2] No such file or directory: '/content/GFPGAN/results/restored_imgs'
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [x] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-07-05T18:20:13Z
2024-07-08T03:10:34Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16155
[]
Easietorun03
3
seleniumbase/SeleniumBase
web-scraping
2,247
Message: session not created: Chrome failed to start: exited normally.(session not created: DevToolsActivePort file doesn't exist)(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
I'm sorry for may be being stupid, but.. **Bug only on ubuntu 22.04. On Windows 11 no issues!** I have been struggling with this problem for several days: **THIS CODE WORKS ON UBUNTU 22.04:** ``` from selenium import webdriver from selenium_stealth import stealth import seleniumbase as sb def initialize_d...
closed
2023-11-07T12:17:31Z
2024-02-23T05:33:00Z
https://github.com/seleniumbase/SeleniumBase/issues/2247
[ "question", "invalid usage", "UC Mode / CDP Mode" ]
STARKILLER-1
20
biolab/orange3
numpy
6,685
Issue in saving workflow and files onto different drives
SAVE DATA is not saving. The widget ask for a filename, but I have tried different names, directories and formats. But no luck. ![image](https://github.com/biolab/orange3/assets/6829629/b94d25f6-ee0c-4204-85a2-6a7945f71908) I table with data, link "data save", select a filename and NOTHING, just the error of "fil...
closed
2023-12-31T15:06:38Z
2025-02-05T09:29:59Z
https://github.com/biolab/orange3/issues/6685
[ "bug" ]
pepeto
6
harry0703/MoneyPrinterTurbo
automation
168
能否增加一个是否合成语音的选项
增加一个选项是否朗读,选择不朗读则只合成视频,不合成语音 尝试了下自己实现,但是放弃了,目前来说超出了我的能力水平>.<
closed
2024-04-04T09:45:51Z
2024-04-05T03:59:30Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/168
[]
normal-ai
5
ultralytics/yolov5
machine-learning
13,008
YOLOv5 Output Size Issue
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I want to convert the results to ONNX first, and then to RKNN. However, when testi...
closed
2024-05-14T01:51:38Z
2025-03-07T20:34:15Z
https://github.com/ultralytics/yolov5/issues/13008
[ "question" ]
lllittleX
6
unit8co/darts
data-science
2,010
[BUG]
### Description: I am trying to run a global model (NBEATS/TFT) with 5000 time-series having 365 timestamp each.Can use the below code to create the data. I am running this in 2 different GCP instances. ### Instance 1 configuration : 16 vCPUs, 60 GB RAM, NVIDIA T4 (1 GPU). I am getting "out of memory" error(c...
closed
2023-09-27T10:37:14Z
2023-10-07T05:10:04Z
https://github.com/unit8co/darts/issues/2010
[ "bug", "triage" ]
KoustavDS
11
itamarst/eliot
numpy
206
add `.log()` to MessageType
Commit ca39a1d added a one-step create-and-write `Message.log()`, but if you have defined message types, you still need to do `MY_MESSAGE_TYPE().write()`. Proposal: add `MessageType.log` that mirrors `Message.log`
closed
2015-09-17T01:50:46Z
2018-09-22T20:59:19Z
https://github.com/itamarst/eliot/issues/206
[]
keturn
1
huggingface/datasets
deep-learning
6,717
`remove_columns` method used with a streaming enable dataset mode produces a LibsndfileError on multichannel audio
### Describe the bug When loading a HF dataset in streaming mode and removing some columns, it is impossible to load a sample if the audio contains more than one channel. I have the impression that the time axis and channels are swapped or concatenated. ### Steps to reproduce the bug Minimal error code: ```python ...
open
2024-03-05T09:33:26Z
2024-08-14T17:54:20Z
https://github.com/huggingface/datasets/issues/6717
[]
jhauret
2
FlareSolverr/FlareSolverr
api
1,313
127.0.0.1 POST http://localhost/v1 500 Internal Server Error
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I hav...
closed
2024-08-05T13:29:24Z
2024-08-05T22:16:25Z
https://github.com/FlareSolverr/FlareSolverr/issues/1313
[ "duplicate" ]
Ladjal1997
0
miguelgrinberg/Flask-SocketIO
flask
769
request test_client to throw an error when not authorized
Hi, miguelgrinberg, I write unit test just as follows: > client = socketio.test_client(app) //emit some message received = client.get_received() but as a result I can't receive any message, "received" is always an empty list. After much debugging I find that my socketio client hadn't got authorized, which is ha...
closed
2018-08-19T12:37:19Z
2020-07-02T21:43:43Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/769
[ "bug" ]
BoWuGit
5
predict-idlab/plotly-resampler
data-visualization
168
Parameterize tests
open
2023-01-27T23:20:49Z
2023-02-02T09:08:17Z
https://github.com/predict-idlab/plotly-resampler/issues/168
[]
jonasvdd
1
aimhubio/aim
tensorflow
3,019
`aim migrate` "Cannot track value ... of type .... Type is not supported.
## 🐛 Bug Attempting to migrate a repo from v3.17 to v4 gives: ```python-traceback λ aim migrate --repo /home/mulhaq/tmp/test_v3.x Failed to migrate Aim repo '/home/mulhaq/tmp/test_v3.x'. Reason: Cannot track value '[12.684123]' of type <class 'list'>. Type is not supported.. Old repository backup is available...
open
2023-09-28T11:31:47Z
2023-09-29T06:53:26Z
https://github.com/aimhubio/aim/issues/3019
[ "type / bug", "help wanted" ]
YodaEmbedding
1
google/trax
numpy
1,732
Do we have a reading tasking for question and answering?
### Description Hi. I have a project for disabled people and a company that I need a model to do the reading and answering task for the patient. I am looking for giving a small piece of text and the user gives a question, and the model can answer the question from the text. I want to use it on Mobile, IOS, and Andro...
closed
2022-03-10T11:34:39Z
2022-04-27T23:14:54Z
https://github.com/google/trax/issues/1732
[]
AliceSum
1
ymcui/Chinese-LLaMA-Alpaca
nlp
825
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling cublasGemmEx
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-08-15T05:28:19Z
2023-08-15T05:44:31Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/825
[]
LiemLin
0
jina-ai/clip-as-service
pytorch
123
Can
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [ ] Are you running the latest `bert-as-service`? * [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [ ] D...
closed
2018-12-13T02:18:49Z
2018-12-13T02:21:28Z
https://github.com/jina-ai/clip-as-service/issues/123
[]
yyHaker
0
sebp/scikit-survival
scikit-learn
108
Add criterion to sksurv.ensemble.RandomSurvivalForest
It would be fantastic to have `criterion` (i.e., the function to measure the quality of a split) as a parameter of `RandomSurvivalForest`. I know that currently only [the log-rank splitting rule](https://scikit-survival.readthedocs.io/en/latest/generated/sksurv.ensemble.RandomSurvivalForest.html) is supported. For now,...
open
2020-04-16T10:36:53Z
2023-04-21T16:55:15Z
https://github.com/sebp/scikit-survival/issues/108
[ "enhancement" ]
arturomoncadatorres
4
roboflow/supervision
deep-learning
1,056
sv.Detections.from_transformers expects different dict-properties
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug I use the following: ``` import supervision as sv from transformers import AutoImageProcessor from transformers import pipeline from PIL import...
closed
2024-03-26T21:18:57Z
2024-03-26T21:45:25Z
https://github.com/roboflow/supervision/issues/1056
[ "bug" ]
KevinHubert-Dev
1
nschloe/tikzplotlib
matplotlib
362
Reduce overly large datasets before saving to file
First of all thank your the great work on tikz ecosystem. When using tikzplotlib for plotting large datasets I would like to avoid plotting a large number of nearly identical points. I saw that you already implemented such an algorithm in matlab2tikz with the option minimumPointsDistance. Are there any plans to impleme...
closed
2020-01-06T11:33:24Z
2020-01-06T17:54:59Z
https://github.com/nschloe/tikzplotlib/issues/362
[]
hoehnp
3
huggingface/datasets
computer-vision
6,810
Allow deleting a subset/config from a no-script dataset
As proposed by @BramVanroy, it would be neat to have this functionality through the API.
closed
2024-04-15T07:53:26Z
2025-01-11T18:40:40Z
https://github.com/huggingface/datasets/issues/6810
[ "enhancement" ]
albertvillanova
3
lukas-blecher/LaTeX-OCR
pytorch
167
Is there any way to speed up the weights downloading?
I'm in China. I install the package from pypi mirror. However, when run `latexocr`, there are weights (97.4 M) to be downloaded, and it takes about two hours (15kb/s). Is there any way to speed up the weights downloading?
closed
2022-07-26T09:16:11Z
2022-07-26T11:38:23Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/167
[]
kermsite
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
596
Numpy fails to pass a sanity check due to a bug in the windows runtime
I am getting this error: ** On entry to DGEBAL parameter number 3 had an illegal value ** On entry to DGEHRD parameter number 2 had an illegal value ** On entry to DORGHR DORGQR parameter number 2 had an illegal value ** On entry to DHSEQR parameter number 4 had an illegal value Traceback (most recent call...
closed
2020-11-18T04:23:16Z
2020-11-20T00:33:15Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/596
[]
PangwenE
3
GibbsConsulting/django-plotly-dash
plotly
406
Flexible Callbacks not supported
Firstly huge thx for your work and for keeping it updated!!! <3 A new feature with Dash 2.0 is the "flexible callback". However, as far as I can observe, also with the new version of django-plotly-dash, this feature is still not enabled. Take also look here: https://github.com/plotly/dash/issues/1881 **Detai...
open
2022-07-01T11:50:42Z
2022-07-09T18:30:05Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/406
[]
KuechlerO
0
ansible/awx
django
15,484
Installation fails with pip dependency issue in django-ansible-base/django-split-settings
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-09-02T13:20:39Z
2024-09-05T13:23:01Z
https://github.com/ansible/awx/issues/15484
[ "type:bug", "needs_triage", "community" ]
mensler
3
oegedijk/explainerdashboard
dash
254
Index Dropdown has a bug for large no. of values
I am not able to type and search specific value in search box in 'whatif' and 'Individual prediction' tabs to choose an index.(When typed a specific number, it just shows wrong values in drop down and clears what i typed) (Random button seems to work fine) Drop down doesn't work if there is a lot of index values(~2k...
closed
2023-02-10T01:21:16Z
2023-02-17T20:29:10Z
https://github.com/oegedijk/explainerdashboard/issues/254
[]
AkshayRShiraguppi
10
docarray/docarray
pydantic
1,185
Advanced Tensor typing features
# Context We currently support notation like this ```python class MyDoc(BaseDocument): arr: NdArray image_arr: NdArray[3, 224, 224] square_crop: NdArray[3, 'x', 'x'] ``` which will validate the shape of `image_ar` and `square_crop`. ## More advanced feature I can think of several use cases that we don...
closed
2023-02-28T08:57:03Z
2023-03-14T13:59:14Z
https://github.com/docarray/docarray/issues/1185
[]
samsja
1
dmlc/gluon-cv
computer-vision
1,552
Get Coordinates of joints in Pose Detection
hi i followed this example: [demo_simple_pose](https://cv.gluon.ai/build/examples_pose/demo_simple_pose.html) it works for me & is OK. now i want to get the Coordinates of joints of body (for example 2 knees or 2 arms & etc.) for some calculations. would you please help me guys? thanks in advanced Mohammad
closed
2020-12-01T18:16:49Z
2020-12-03T06:09:23Z
https://github.com/dmlc/gluon-cv/issues/1552
[]
mbs220
4
Significant-Gravitas/AutoGPT
python
8,741
Expose properties of object outputs as sub-outputs
We have quite a few blocks with `(object)` outputs. The only way to really use these is to use a "Find In Dictionary" block to pick out that property. If the structure of the output object is known, we should expose the properties of the object directly as sub-outputs. This will make a huge difference in UX and make u...
closed
2024-11-21T17:44:11Z
2024-12-09T22:17:59Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8741
[ "UI", "platform/frontend", "platform/blocks" ]
Pwuts
0
LAION-AI/Open-Assistant
python
2,799
Client crash on submit
Crash after submit: Will AGI be achieved by a large technology company or a small startup?
closed
2023-04-21T04:48:56Z
2023-04-21T08:05:54Z
https://github.com/LAION-AI/Open-Assistant/issues/2799
[]
ddoust
1
aminalaee/sqladmin
asyncio
504
Pagination not taking the search query into account
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When on a list page, if you preform a search query, the number of results and pages does not change according to the actual results returne...
closed
2023-05-25T10:19:28Z
2023-05-29T08:26:23Z
https://github.com/aminalaee/sqladmin/issues/504
[ "good first issue", "help wanted" ]
antbz
1
Anjok07/ultimatevocalremovergui
pytorch
1,253
Issuse
Last Error Received: Process: Ensemble Mode The application was unable to allocate enough GPU memory to use this model. Please close any GPU intensive applications and try again. If the error persists, your GPU might not be supported. Raw Error Details: OutOfMemoryError: "CUDA out of memory. Tried to alloc...
open
2024-03-26T17:54:34Z
2024-03-28T09:51:05Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1253
[]
Chiyan200
1
horovod/horovod
deep-learning
3,193
Horovod cannot be built because the repository of libeigen/eigen on gitlab.com is not available
At the moment `pip install horovod` fails with ``` #18 48.49 Running command git submodule update --init --recursive -q #18 77.20 remote: A repository for this project does not exist yet. #18 77.20 fatal: repository 'https://gitlab.com/libeigen/eigen.git/' not found #18 77.20 fatal: clone of 'https://gi...
closed
2021-10-04T15:53:45Z
2021-10-04T16:11:39Z
https://github.com/horovod/horovod/issues/3193
[]
maxhgerlach
1
flairNLP/flair
nlp
2,678
Span to BIO ColumnCorpus for transformer tokenization
#### Problem I have ner annotated data stored in a json file, with a format that is similar to the format output by the to_dict method of the sentence class, where an annotation is characterized by the index of its start and end characters. sentence.to_dict(tag_type='ner') {'text': ...
closed
2022-03-16T10:29:49Z
2022-04-06T13:21:36Z
https://github.com/flairNLP/flair/issues/2678
[ "question" ]
Sharing-Sam-Work
2
jina-ai/serve
deep-learning
6,030
Flow with http doesn't support docarray float attribute
**Describe the bug** <!-- A clear and concise description of what the bug is. --> The flow will raise an error when sending float in HTTP. GRPC works fine ```python from typing import Optional from docarray import BaseDoc, DocList from jina import Flow, Executor, requests class DummyDoc(BaseDoc): numb...
closed
2023-08-17T10:41:38Z
2024-03-18T10:30:14Z
https://github.com/jina-ai/serve/issues/6030
[]
ZiniuYu
0
dunossauro/fastapi-do-zero
sqlalchemy
87
Apêndices
A ideia dessa issue é reunir insumos para possíveis apêndices no material. No sentido de termos mais aulas, não vinculadas originalmente ao conteúdo, mas que se apoiem no fato dos conceitos básicos já terem sido explorados no material geral. Por exemplo: 1. Interagindo com templates [Jinja](https://jinja.palletsp...
closed
2024-01-24T03:06:29Z
2024-05-22T02:11:16Z
https://github.com/dunossauro/fastapi-do-zero/issues/87
[ "Ideia" ]
dunossauro
2
deepspeedai/DeepSpeed
pytorch
6,913
[BUG] Cannot access local variable 'locations' where it is not associated with a value
**Describe the bug** If the arg _drop_tokens_ set to False, cannot access var _locations_ here https://github.com/microsoft/DeepSpeed/blob/master/deepspeed/moe/sharded_moe.py#L440
open
2024-12-25T03:14:54Z
2025-01-20T00:11:02Z
https://github.com/deepspeedai/DeepSpeed/issues/6913
[ "bug", "training" ]
Guodanding
0
microsoft/nni
machine-learning
5,325
All Trial jobs failed from MNIST example of nni
**Describe the issue**: All trail failed on "nnictl create --config nni-2.10\examples\trials\mnist-pytorch\config_detailed.yml". But I can run it properly without nni (base) C:\Users\vanil>python nni-2.10\examples\trials\mnist-pytorch\mnist.py C:\Users\vanil\anaconda3\lib\site-packages\nni\runtime\platform\standalo...
closed
2023-01-30T01:58:07Z
2023-02-08T22:03:44Z
https://github.com/microsoft/nni/issues/5325
[]
yiqiaoc11
3
explosion/spaCy
machine-learning
13,630
Spacy Chapter 1 Course code doesnt run
I started following the Spacy course. While doing [Chapter 1](https://course.spacy.io/en/chapter1), 2-Getting Started, after I complete the code for the english, german and spanish languages and try to run them, an error is shown for every one of those languages. Same Traceback for every one of them: ``` ValueErro...
open
2024-09-23T19:56:35Z
2024-09-23T19:56:35Z
https://github.com/explosion/spaCy/issues/13630
[]
Pendulun
0
onnx/onnx
pytorch
6,132
DequantizeLinear spec clarification: What happens if the subtraction overflows/underflows?
# Ask a Question ### Question [Dequantize linear](https://onnx.ai/onnx/operators/onnx__DequantizeLinear.html) defines the dequantization formula as `y = (x - x_zero_point) * x_scale` and that `x` and `x_zero_point` must have the same type `dtype`. What is the intended behavior if `x - x_zero_point` is outside of t...
open
2024-05-07T14:54:44Z
2024-05-08T14:49:24Z
https://github.com/onnx/onnx/issues/6132
[ "question", "topic: spec clarification" ]
TinaAMD
1
qubvel-org/segmentation_models.pytorch
computer-vision
140
[Question] Why do you use kernel_size=3 in Unet Segmentation head
Hi, I've noticed that in your Unet implementation head uses `kernel_size=3` https://github.com/qubvel/segmentation_models.pytorch/blob/81dd6a4c9108a56d46bdfb1c9a926217c06406ad/segmentation_models_pytorch/unet/model.py#L79 while all other models do use `kernel_size=1` which makes more sense. Is there any reason why y...
closed
2020-02-06T10:56:52Z
2020-02-07T07:25:23Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/140
[]
bonlime
2
krish-adi/barfi
jupyter
7
Enhancment (with code): Add a delete_schema function in schema_loader.py
In my testing I have many schemas and needed a way to allow users to delete and manage schemas without coding. Schemas get somewhat unwieldy if there are many in barfi.schema. I have a multi-page streamlit app (barfi is the first page) and one of the other pages is a schema manager that utilizes barfi's schema_load...
closed
2022-07-25T18:23:39Z
2022-08-30T21:53:01Z
https://github.com/krish-adi/barfi/issues/7
[]
zabrewer
1
JaidedAI/EasyOCR
pytorch
1,002
EasyOCR Finetuning Error in dataloder
Hello, I have been trying to train a custom model using the trainer folder in this particular repository. However, I have encountered several errors due to version updates. After much debugging, I have encountered a strange error related to the use of a data loader. Specifically, I am receiving the error message: At...
open
2023-04-29T03:10:11Z
2023-05-26T07:58:38Z
https://github.com/JaidedAI/EasyOCR/issues/1002
[]
nadhirhasan
7
Kludex/mangum
asyncio
63
Refactor the "handle_*" methods
The `handle_ws` and `handle_http` methods are confusing. These should be changed in a way that is easier to understand.
closed
2019-10-27T12:52:41Z
2019-10-27T22:55:42Z
https://github.com/Kludex/mangum/issues/63
[ "improvement" ]
jordaneremieff
0
streamlit/streamlit
deep-learning
10,394
SVG images are not rendered when using static file serving
### 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 If I use Markdown to display an SVG image, it...
closed
2025-02-13T20:40:15Z
2025-02-14T00:33:03Z
https://github.com/streamlit/streamlit/issues/10394
[ "type:bug", "status:needs-triage" ]
sfc-gh-dmatthews
3
bmoscon/cryptofeed
asyncio
498
KeyError when using `max_depth` with Kucoin
**Describe the bug** When setting a `max_depth` on the L2 updates for Kucoin, it repeatedly throws a `KeyError`. I am not 100% sure, but I believe that the problem is that with the first update it will request a snapshot and set `Forced=True`, but if the snapshot's sequence number is higher than the one of the up...
closed
2021-05-22T19:36:27Z
2021-05-22T23:16:58Z
https://github.com/bmoscon/cryptofeed/issues/498
[ "bug" ]
agijsberts
1
jmcnamara/XlsxWriter
pandas
372
Is it a bug that the length of list is too large to be displayed?
The length of list is too large to be displayed and no error shows. The demo code is showed as below: ``` python import xlsxwriter workbook = xlsxwriter.Workbook('Example_Error.xlsx') # where to write worksheet = workbook.add_worksheet('Test') red = workbook.add_format({'color': 'red'}) blue = workbook.add_format({'...
closed
2016-08-07T03:11:11Z
2020-09-20T22:05:23Z
https://github.com/jmcnamara/XlsxWriter/issues/372
[ "bug", "documentation", "short term" ]
leefionglee
4