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
httpie/cli
python
965
Incomplete responses do not cause an error
It seems that httpie does not validate the number of received bytes. Here are some explanations: https://blog.petrzemek.net/2018/04/22/on-incomplete-http-reads-and-the-requests-library-in-python/ With this demo script: ```python #!/usr/bin/env python3 # # An HTTP server that returns fewer bytes in the body ...
open
2020-09-17T15:27:19Z
2022-01-14T10:23:12Z
https://github.com/httpie/cli/issues/965
[ "enhancement" ]
dbrgn
1
MagicStack/asyncpg
asyncio
696
Can connection pools be used for lots of long lived connections?
This is more of a question then an issue. For my case i have a websocket server using the python `websockets` package. Since its async i decided to use this library and my implementation of it works. At least on the surface level. i did some stress tests and immediately found out that concurrency is an issue. it raises...
closed
2021-01-25T19:27:04Z
2021-01-27T18:38:31Z
https://github.com/MagicStack/asyncpg/issues/696
[]
Directory
6
browser-use/browser-use
python
117
[Node.js port] Created a node.js (typescript) re-write. Contributors are welcome!
Hey, guys! Didn't find any js wrappers for this py lib and didn't have much luck wrapping original python code inside a node module, so I created a typescript port of this lib in typescript which is nodejs-compat! If anybody interested in js version of this - please welcome. repo: https://github.com/Dankovk/brows...
open
2024-12-24T22:34:20Z
2024-12-28T07:45:42Z
https://github.com/browser-use/browser-use/issues/117
[]
Dankovk
4
PokeAPI/pokeapi
api
576
Missing legendary Pokemon encounters.
There are no entries for any legendary encounters in the API despite other event encounters (like starters) being present, legendaries should be included.
closed
2021-02-26T22:38:55Z
2023-03-17T13:56:32Z
https://github.com/PokeAPI/pokeapi/issues/576
[]
SimplyBLGDev
10
huggingface/datasets
machine-learning
6,437
Problem in training iterable dataset
### Describe the bug I am using PyTorch DDP (Distributed Data Parallel) to train my model. Since the data is too large to load into memory at once, I am using load_dataset to read the data as an iterable dataset. I have used datasets.distributed.split_dataset_by_node to distribute the dataset. However, I have notice...
open
2023-11-20T03:04:02Z
2024-05-22T03:14:13Z
https://github.com/huggingface/datasets/issues/6437
[]
21Timothy
5
rgerum/pylustrator
matplotlib
70
Linestyle string shown by default - without "" even if those seems required "-" and changes not saved.
When the linestyle is changed to another value, quotes should be added around the string, as in the screenshot below, otherwise an error is thrown to the console. In addition the changes performed to the linestye are not propagated in the code snippet generated by Pylustrator. ![Image](https://github.com/user-attachme...
open
2025-01-22T10:40:06Z
2025-01-22T10:40:06Z
https://github.com/rgerum/pylustrator/issues/70
[]
FloGom
0
graphql-python/graphene
graphql
966
Exposing Mypy-compatible type information
I'd like to use Mypy for checking a Graphene-based app. Is anyone working on stubs, or even better - a Mypy plugin? What I imagine is writing: ``` class Me(ObjectType[User]): full_name = graphene.String() def resolve_full_name(self, info): return self.get_full_name() ``` And getting a guaran...
closed
2019-05-12T08:05:58Z
2023-10-16T23:52:27Z
https://github.com/graphql-python/graphene/issues/966
[ "wontfix" ]
ktosiek
8
DistrictDataLabs/yellowbrick
scikit-learn
539
TSNE size & title bug
**Describe the bug** Looks like our `TSNEVisualizer` might have a bug that causes an error on instantiation if either the `size` or `title` parameters are used. **To Reproduce** ```python from yellowbrick.text import TSNEVisualizer from sklearn.feature_extraction.text import TfidfVectorizer corpus = load_da...
closed
2018-08-01T17:43:21Z
2018-11-02T08:04:26Z
https://github.com/DistrictDataLabs/yellowbrick/issues/539
[ "type: bug", "priority: high" ]
rebeccabilbro
6
nteract/papermill
jupyter
220
Why does the output of "execute_notebook" return a "nbformat" notebook instead of a `papermill.api.Notebook`?
I noticed that the output of `execute_notebook` returns a "regular" nbformat-style notebook, while `read_notebook` returns a nifty papermill notebook object. Is there a particular reason for this discrepancy? Could be nice to have papermill notebook objects as an output to `execute_notebook` in case people are executin...
closed
2018-09-28T16:57:16Z
2019-02-15T00:09:13Z
https://github.com/nteract/papermill/issues/220
[ "question" ]
choldgraf
3
vaexio/vaex
data-science
2,057
[BUG-REPORT] Dataframe with virtual columns and specific column names fails export to csv
**Description** Issue when converting to csv with specific column names like "description" or "dtypes". I believe this has to do with the attributes on the DataFrame object being overridden when they coincide with a column name. **Software information** - Vaex version (`import vaex; vaex.__version__)`: {'vaex': '...
closed
2022-05-20T10:33:22Z
2022-07-26T12:05:54Z
https://github.com/vaexio/vaex/issues/2057
[]
grafail
3
plotly/dash
jupyter
2,502
[BUG] - Infinite loop - App refresh when mkdocs, ipython, gunicorn all installed
**Describe your context** I have a minimum reproducible example pushed to a repo [here](https://github.com/schlich/dash-bug) using the Dash tutorial app. I am using WSL to run a local dev container and Poetry for my package manager. - replace the result of `pip list | grep dash` below ``` dash 0...
closed
2023-04-08T06:31:22Z
2023-06-16T10:47:59Z
https://github.com/plotly/dash/issues/2502
[]
schlich
0
microsoft/unilm
nlp
815
Facing problem while extracting key value pair using LayoutLMV2 model
Hai, Model I am using LayoutLMV2. Trying to extract key value pair from scanned invoices but I am getting error. Just trying to check how the model is extracting the key value pair from scanned invoices and do I need to train the model on custom dataset for key value pair extraction. Below is the code which I have t...
open
2022-08-04T15:29:37Z
2022-08-04T15:29:37Z
https://github.com/microsoft/unilm/issues/815
[]
Laxmi530
0
explosion/spaCy
machine-learning
13,449
SpaCy is not building today
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour <!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. --> I am building the devcontainer for https://github.com/lovellbrian/cpu and sp...
closed
2024-04-20T04:59:31Z
2024-07-06T00:02:30Z
https://github.com/explosion/spaCy/issues/13449
[ "install" ]
lovellbrian
18
graphql-python/gql
graphql
353
Modify a query
Hi! How to modify a query on exception? Take this code like example: ``` async with Client(transport=transport) as s: query = gql(""" query example{ first {example1} second {example2} } """) try: result = await s.execute(query) except TransportQueryError: # remove 'second {example2}' in...
closed
2022-08-18T17:36:24Z
2022-08-18T20:06:31Z
https://github.com/graphql-python/gql/issues/353
[ "type: question or discussion" ]
Hadevmin
2
microsoft/nni
data-science
4,937
KeyError: "Fixed context with None not found. Existing values are: OrderedDict
**Describe the issue**: I am using hell_nas.py as a tutorial code to rewrite my model structure, and when I run it, the trial log error gives me this error, how can I fix it? Thank you very much! **Environment**: - NNI version: 2.7 - Training service (local|remote|pai|aml|etc): local - Client OS: ubunut 20.04 ...
closed
2022-06-15T02:48:38Z
2022-06-15T09:24:12Z
https://github.com/microsoft/nni/issues/4937
[]
CYH4157
2
chiphuyen/stanford-tensorflow-tutorials
tensorflow
4
lack of definition of CONTENT_WEIGHT, STYLE_WEIGHT(in style_transfer_sols.py), prev_layer_name (in vgg_model_sols.py)
HI, Tks for the post, very helpful. As title, I found several variable undefined, for prev_layer_name, I think, it should be prev_name.name, however ':' is not accepted as scope name. So I changed ':' to '_', and it works For CONTENT_WEIGHT and STYLE_WEIGHT, how to define it ? (of course, omitted the weight...
closed
2017-03-01T06:27:02Z
2017-03-01T22:58:01Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/4
[]
tcglarry
1
opengeos/leafmap
jupyter
509
leafmap Docker container fails to start
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: latest? - Python version: Looks like 3.11 from the traceback - Operating System: Docker ### Description Run the leafmap Docker image provided in the docs at https://leafmap.org/install...
closed
2023-08-18T14:26:12Z
2023-08-19T01:00:55Z
https://github.com/opengeos/leafmap/issues/509
[ "bug" ]
CloudNiner
2
healthchecks/healthchecks
django
640
Origin checking failed error
Receiving this error in the logs: ``` Forbidden (Origin checking failed - https://example.com does not match any trusted origins.) ``` Running under docker-compose, using traefik as a reverse proxy and keycloak/gatekeeper as SSO. Existing postgres instance not shown below. Using the REMOTE_USER_HEADER functio...
closed
2022-04-21T13:11:39Z
2024-03-03T01:16:12Z
https://github.com/healthchecks/healthchecks/issues/640
[]
nathanielread
4
coqui-ai/TTS
deep-learning
3,119
[Feature request] Support voice clone on more languages, like zh-CN
<!-- Welcome to the ๐ŸธTTS project! We are excited to see your interest, and appreciate your support! ---> **๐Ÿš€ Feature Description** Hi I try to clone a voice in zh-CN. But the exceptions show: ``` Language zh-CN is not in the available languages: dict_keys(['en', 'fr-fr', 'pt-br']). ``` How can I enable it ...
closed
2023-10-30T01:19:18Z
2023-10-30T09:09:33Z
https://github.com/coqui-ai/TTS/issues/3119
[ "feature request" ]
nobody4t
1
xlwings/xlwings
automation
1,924
xlwings `Range.value` dropping formula error cells
#### OS (e.g. Windows 10 or macOS Sierra) - macOS Monterey #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) - xlwings 0.24.9 - Office 365 (Excel v.16.61.1 22052000) - Python 3.9 #### Describe your issue (incl. Traceback!) (Read description in the next section for more e...
open
2022-05-27T03:20:05Z
2022-05-29T15:26:33Z
https://github.com/xlwings/xlwings/issues/1924
[ "bug", "dependency" ]
goroderickgo
2
httpie/cli
python
1,253
--chunked with --raw raises an internal error
```console $ http --chunked pie.dev/post --raw '{"a": 1}' http: error: AttributeError: 'bytes' object has no attribute 'encode' ```
closed
2021-12-27T09:59:48Z
2021-12-29T09:41:45Z
https://github.com/httpie/cli/issues/1253
[ "bug" ]
isidentical
0
marimo-team/marimo
data-visualization
3,666
Exporting notebook as ipynb throws exception
### Describe the bug I have latest marimo running on Apple Macbook with 1.4 GHz Quad-Core Intel Core i5 with 16GB 2133 MHz RAM. Running the command `marino export ipynb <notebook>` throws exception. ### Environment <details> ``` marimo export ipynb req_design_test.py Traceback (most recent call last): File "/usr/...
closed
2025-02-03T05:18:28Z
2025-02-05T00:50:40Z
https://github.com/marimo-team/marimo/issues/3666
[ "bug" ]
himalayahall
4
alteryx/featuretools
data-science
1,884
Improve Primitive Documentation to include Search, etc.
Primitives should include some basic search and the ability to view primitives by category, for example Aggregation Primitives vs Transform Primitives. A stretch goal would be to embed a Python repl that allows the user to experiment with primitives, like [Lodash docs](https://lodash.com/docs/4.17.15) for example.
open
2022-02-07T19:54:33Z
2023-06-26T18:52:33Z
https://github.com/alteryx/featuretools/issues/1884
[ "documentation" ]
dvreed77
1
plotly/dash
jupyter
3,118
alert users that depend on `plotly-latest` that the website is using latest v1 not the latest
> @archmoj we really need to mark plotly-latest with a console warning. > > @BPowell76 plotly-latest is the end of the v1.x line. Starting in v2.0 we stopped updating this so that the major update and following updates don't accidentally break existing projects. Please update your project to use a specific version fro...
closed
2025-01-06T16:18:33Z
2025-02-21T13:18:09Z
https://github.com/plotly/dash/issues/3118
[ "feature", "P2", "task" ]
archmoj
10
CorentinJ/Real-Time-Voice-Cloning
deep-learning
349
unable to install webrtcvad
C:\Users\UJJWAL RASTOGI\Documents\GitHub\Real-Time-Voice-Cloning>pip3 install webrtcvad Collecting webrtcvad Using cached webrtcvad-2.0.10.tar.gz (66 kB) Using legacy setup.py install for webrtcvad, since package 'wheel' is not installed. Installing collected packages: webrtcvad Running setup.py install for ...
closed
2020-05-25T03:49:47Z
2020-07-04T14:52:47Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/349
[]
UJJWAL-1711
3
ray-project/ray
data-science
51,223
[Data] `Dataset.train_test_split` reads dataset twice
### What happened + What you expected to happen I'm following the [Fine-tuning a Torch object detection model](https://docs.ray.io/en/latest/train/examples/pytorch/torch_detection.html) example, and noticed when I call `train_test_split` the dataset is read twice. I think it's because we call `Dataset.count()` in the...
open
2025-03-10T21:02:11Z
2025-03-10T21:02:11Z
https://github.com/ray-project/ray/issues/51223
[ "P2", "performance", "data" ]
bveeramani
0
pydata/bottleneck
numpy
385
Failed to compile on Apple M1 [BUG]
I am trying to compile on Apple M1 with ``pip install .`` and get following bug report. Any help would be appreciated ``` DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see dis...
open
2021-09-23T10:10:08Z
2022-09-09T07:27:42Z
https://github.com/pydata/bottleneck/issues/385
[ "bug" ]
NikZak
12
mkhorasani/Streamlit-Authenticator
streamlit
119
Fix the sample code in user registration.
### Old ```python try: if authenticator.register_user(preauthorization=False): st.success('User registered successfully') except Exception as e: st.error(e) ``` ### Update ```python try: email, username, name = authenticator.register_user( location='main', preautho...
closed
2024-01-25T22:15:56Z
2024-01-26T09:00:30Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/119
[]
fsmosca
3
tableau/server-client-python
rest-api
739
Add docs for Webhooks
Add docs for code changes from #523
closed
2020-11-19T00:48:46Z
2022-09-08T18:15:50Z
https://github.com/tableau/server-client-python/issues/739
[ "docs" ]
bcantoni
0
django-cms/django-cms
django
7,515
Improve French translations by using only one token for action buttons
## Description ![image](https://user-images.githubusercontent.com/79070834/228305444-a21be45c-4fa4-4519-84df-16c896587508.png) There are three issues with translations in French. 1. "Nouveau Page" is two tokens "New" and "Page". But it's "une page" so it should be "Nouvelle Page". It also can happen anytime a...
closed
2023-03-28T16:29:43Z
2023-04-25T17:57:13Z
https://github.com/django-cms/django-cms/issues/7515
[]
wasertech
6
roboflow/supervision
deep-learning
1,325
comment utilser les resultas de ce model hors connectiom
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question j'ai projet sur le quel je travail qui consiste a calculer les dimensions reelles en mm d'un oeuf a partir de son image et je voulais savoir com...
closed
2024-07-04T03:04:03Z
2024-07-05T11:41:13Z
https://github.com/roboflow/supervision/issues/1325
[ "question" ]
Tkbg237
0
miguelgrinberg/Flask-Migrate
flask
181
missing kwarg engine_name in migrations created with flask db init, after switching to multiple databases
I had a database which already had migrations. I added a second database, re-running `flask db init --multidb` as you suggested at https://github.com/miguelgrinberg/Flask-Migrate/issues/179. Worked fine. But, when I want to upgrade or downgrade one of the old migrations (*old* means, they where created by `flask db mig...
closed
2018-01-15T15:51:34Z
2022-03-25T15:06:02Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/181
[ "question" ]
jonathan-scholbach
4
ageitgey/face_recognition
python
1,274
face_recognition pipeline for multiple sources
* face_recognition version: - * Python version:3.7 * Operating System: ubuntu 18.04 ### Description Hi, I am have implemented a face recognition pipeline with face_recognition library on jetson nano which fetched 7-10 fps from a single 1080p source, which is decent for a single source. but, to increase the num...
open
2021-02-02T08:21:37Z
2021-04-08T13:27:36Z
https://github.com/ageitgey/face_recognition/issues/1274
[]
shubham-shahh
6
quantumlib/Cirq
api
6,182
Implement consistancy checks for unitary protocol in the presence of ancillas
**Is your feature request related to a use case or problem? Please describe.** #6101 was created to update `cirq.unitary` and `cirq.apply_unitaries` protocols to support the case when gates allocate their own ancillas. This was achieved in #6112, however the fix assumes the decomposition is correct. a consistency chec...
closed
2023-07-05T15:54:25Z
2023-07-14T13:35:14Z
https://github.com/quantumlib/Cirq/issues/6182
[ "good first issue", "kind/feature-request", "triage/accepted" ]
NoureldinYosri
7
mwaskom/seaborn
data-science
3,681
`lineplot(..., dashes)` argument does not support string descriptors
When using `lineplot` with `style` set to a categorial, the `dashes` argument cannot be specified using the conventional matplotlib strings like `dashed` or `-`, but must take a list of dash tuples like `(1, 0)`, otherwise it fails with a nasty error. MWE: ```python import pandas as pd import seaborn as sns ...
closed
2024-04-22T08:10:13Z
2024-04-24T10:56:02Z
https://github.com/mwaskom/seaborn/issues/3681
[]
JeppeKlitgaard
3
jmcnamara/XlsxWriter
pandas
1,082
question: How to add format to already writed cells?
### Question I'm trying to generate excel from a pandas styler object which contains font color. If I simply use `my_styler.to_excel(writer, sheet_name='Sheet1')` the color exist. If I follow the document and set format to **dataframe**, percent exist. ``` # Add a percent number format. percent_format = wor...
closed
2024-07-15T05:52:19Z
2024-07-30T22:42:30Z
https://github.com/jmcnamara/XlsxWriter/issues/1082
[ "question" ]
PaleNeutron
3
sinaptik-ai/pandas-ai
pandas
962
Adding to LLMs Mistral AI Chat Models
### ๐Ÿš€ The feature adding a class for MistralAI chat models ### Motivation, pitch the Large MistralAI Model Performs very well, and the reasoning, and code capabilities are perfect according to what I have tested till now using multiple datasets and using the same prompts of PandasAI. below is an example of promp...
closed
2024-02-26T20:59:10Z
2024-06-08T16:03:52Z
https://github.com/sinaptik-ai/pandas-ai/issues/962
[]
Ezzaldin97
6
TheAlgorithms/Python
python
11,586
Common errors used in python
### What would you like to share? IOError Raised when an I/O operation fails for an I/O-related reason, e.g., "file not found". ImportError: Raised when an important statement fails to find the module definition IndexError: Raised when a sequence index is out of range KeyError: Raised when a dictionary ...
closed
2024-09-27T11:45:22Z
2024-09-30T10:02:23Z
https://github.com/TheAlgorithms/Python/issues/11586
[ "awaiting triage" ]
Phyhoncoder13
6
aleju/imgaug
machine-learning
71
generate N augemented images from one image
Hi, is it possible to generate N augmented images from one image given as input. If not could you please put me on the write path on how to tweak `imgaug `to make it possible. I am only using `Sequential()` as meta augmenter. Thank you for your effort implementing this cool library.
closed
2017-10-17T09:40:25Z
2017-10-17T14:09:09Z
https://github.com/aleju/imgaug/issues/71
[]
sdikby
4
mage-ai/mage-ai
data-science
4,871
Codespace/devcontainer for contributing
**Is your feature request related to a problem? Please describe.** It will make it easier for contributors to jump straight in without having to do any setup. (Also make speed up time for installs if you have a custom image - just spin up container and its ready.) **Describe the solution you'd like** Create a dev...
open
2024-04-02T16:05:43Z
2024-04-03T17:06:39Z
https://github.com/mage-ai/mage-ai/issues/4871
[]
mike-leuer
4
deepset-ai/haystack
pytorch
8,147
Validated and hardened OPEA examples using Haystack
**Is your feature request related to a problem? Please describe.** OPEA (Open Platform for Enterprise AI) is a newly introduced project by the Linux Foundation. You can find all the details at https://opea.dev/. It provides an open source platform that allows the creation of GenAI applications. They have [multiple sam...
open
2024-08-01T17:10:28Z
2024-09-09T03:31:20Z
https://github.com/deepset-ai/haystack/issues/8147
[ "P2" ]
arun-gupta
0
lexiforest/curl_cffi
web-scraping
430
When accessing a link on the Amazon website that requires a 302 redirect, it returns a 400 error.
**Describe the bug** When accessing a link on the Amazon website that requires a 302 redirect, it returns a 400 error. **To Reproduce** ``` https://www.amazon.com.br/sspa/click?ie=UTF8&spc=MToxNTE2MDY5ODk3MjUzNTYzOjE3MzEwNDgzOTY6c3BfYnRmOjMwMDQwOTY0MTkyNDIwMjo6MDo6&url=%2FRel%25C3%25B3gio-Seiko-FD462W-comuta%25C3...
closed
2024-11-11T03:08:23Z
2024-12-03T09:07:42Z
https://github.com/lexiforest/curl_cffi/issues/430
[ "bug" ]
chicagocong
3
aio-libs/aiomysql
sqlalchemy
617
aiomysql can't connect to database when mysql-connector can
This is a little bit weird. I don't know if this is an issue with aiomysql or some kind of dependency not being satisfied. I have a docker container running a python app. The Dockerfile is: ``` FROM python:3.9.5-buster WORKDIR /usr/src/app COPY . . RUN apt-get -y update && apt-get -y upgrade RUN apt-...
closed
2021-09-27T09:31:15Z
2022-01-13T00:23:27Z
https://github.com/aio-libs/aiomysql/issues/617
[]
surpriseassociate
4
miguelgrinberg/python-socketio
asyncio
757
Raise an Exception when we reach max client reconnection_attempts
**Is your feature request related to a problem? Please describe.** After the max reconnection attempts I get a log output, but nothing else actionable. **Describe the solution you'd like** raise an Exception which I can catch and close the rest of the loops in my program (ASyncClient) or make the client's `a...
closed
2021-07-27T11:39:37Z
2021-10-05T16:48:09Z
https://github.com/miguelgrinberg/python-socketio/issues/757
[ "bug" ]
tomharvey
4
ludwig-ai/ludwig
data-science
3,245
`torchaudio` incorrectly installing 2.0.0 with `torch==1.13.1`
**Describe the bug** When installing `torch==1.13.1` with a specified `extra_index_url`, `torchaudio==2.0.0` is installed: **To Reproduce** Steps to reproduce the behavior: ``` (test_env) % pip install --no-cache-dir torch==1.13.1 torchaudio --extra-index-url=https://download.pytorch.org/whl/cpu Looking in in...
closed
2023-03-14T21:11:27Z
2023-03-17T15:49:53Z
https://github.com/ludwig-ai/ludwig/issues/3245
[]
geoffreyangus
1
HumanSignal/labelImg
deep-learning
74
the question about "make all"
zr@zr:~$ make all make: *** No rule to make target 'all'. Stop. zr@zr:~$ sudo su root@zr:/home/zr# pip install lxml Requirement already satisfied: lxml in /usr/local/lib/python2.7/dist-packages root@zr:/home/zr# make all make: *** No rule to make target 'all'. Stop. ask for help! thank you!
closed
2017-03-30T09:02:10Z
2017-03-30T12:59:09Z
https://github.com/HumanSignal/labelImg/issues/74
[]
xiaoheizi123
0
pytest-dev/pytest-html
pytest
392
github action step that ensures that scss was compiled into css for all PRs
@gnikonorov proposed to have a github action step that ensures that scss was compiled into css for all PRs. see also the discussion here: https://github.com/pytest-dev/pytest-html/pull/385#discussion_r531829718
open
2020-11-30T17:46:55Z
2020-12-03T05:08:58Z
https://github.com/pytest-dev/pytest-html/issues/392
[ "Infrastructure" ]
jkowalleck
2
pytorch/vision
machine-learning
8,252
Reading frames from VideoReader freezes eventually
### ๐Ÿ› Describe the bug The problem only occurs under some specific conditions: 1. The video backend is 'video_reader' 2. The VideoReader object is initialized with raw bytes rather than a path string 3. This byte buffer is loaded from an avi video file Example code: ``` from torchvision.io import VideoReader ...
open
2024-02-05T01:05:18Z
2024-02-05T11:03:29Z
https://github.com/pytorch/vision/issues/8252
[]
treasan
1
matterport/Mask_RCNN
tensorflow
2,398
Problem with demo.ipynb (model = modellib.MaskRCNN(mode="inference", model_dir=MODEL_DIR, config=config)
Create Model and Load Trained Weightsยถ # Create model object in inference mode. #model = modellib.MaskRCNN(mode="inference", model_dir=MODEL_DIR, config=config) model = modellib.MaskRCNN(mode="inference", model_dir=MODEL_DIR, config=config) โ€‹ # Load weights trained on MS-COCO model.load_weights(COCO_MODEL_PATH, b...
open
2020-10-19T01:08:49Z
2020-12-06T17:46:41Z
https://github.com/matterport/Mask_RCNN/issues/2398
[]
fatana1
1
tox-dev/tox
automation
3,391
Free threaded Python support
I would like to be able to use ``py313t`` in the envlist to explicitly run ``python3.13t`` as a free-threaded nogil build in addition to ``py313`` which would run ``python3.13`` as an explicitly regular build. Is there already some way to do that which I missed? Currently ``py313t`` seems to use ``python``. Re...
open
2024-10-04T06:01:05Z
2025-01-20T18:07:58Z
https://github.com/tox-dev/tox/issues/3391
[ "help:wanted", "enhancement" ]
fschulze
8
python-gino/gino
asyncio
80
Use anonymous statement when needed
I'm using pgbouncer with transaction pooling enabled which means no prepared statements. I'd like to see an option to disable prepared statements. Actually, I think we should disable them at all because asyncpg has its own statements cache.
closed
2017-09-27T17:43:12Z
2018-01-31T11:25:03Z
https://github.com/python-gino/gino/issues/80
[ "task" ]
AmatanHead
5
slackapi/bolt-python
fastapi
764
Problem of receiving two or more duplicate messages when sending a message through chat_postMessage()
Problem of receiving two or more duplicate messages when sending a message through chat_postMessage() I'm using slack_bolt and when I send a message through chat_postMessage(), I get a problem with receiving a message with two or more duplicate messages. The message is sent as a combination of blocks, and the size ...
closed
2022-11-10T16:19:07Z
2024-12-07T20:05:26Z
https://github.com/slackapi/bolt-python/issues/764
[ "question", "auto-triage-stale" ]
sh4n3e
25
zappa/Zappa
flask
1,350
Use UV to install packages much faster
Use UV - An extremely fast Python package and project manager, written in Rust to speed up the installation of dependencies https://github.com/astral-sh/uv ## Context Zappa creates a virtual env with all the dependencies for the app for Lambda handler, and zips it. UV is 10-100x faster than pip. We could see a gr...
closed
2024-09-17T21:25:07Z
2025-01-31T19:36:50Z
https://github.com/zappa/Zappa/issues/1350
[ "no-activity", "auto-closed" ]
tugoavenza
4
NullArray/AutoSploit
automation
470
Unhandled Exception (06c10795b)
Autosploit version: `3.0` OS information: `Linux-4.15.0-20-generic-x86_64-with-LinuxMint-19.1-tessa` Running context: `./autosploit.py` Error meesage: `argument of type 'NoneType' is not iterable` Error traceback: ``` Traceback (most recent call): File "/home/meowcat285/Autosploit/autosploit/main.py", line 117, in mai...
closed
2019-02-15T18:22:37Z
2019-02-19T04:23:39Z
https://github.com/NullArray/AutoSploit/issues/470
[]
AutosploitReporter
0
pywinauto/pywinauto
automation
1,391
Take ElementUI PATH
I was having some trouble retrieving elements once I had them stored. Pywinauto by default does not offer "support", be it a property or something like that, to store the value of the path to the element in question. I created the code below, it works in 80% of cases, but it can be improved by someone more experienc...
open
2024-05-21T04:55:00Z
2024-05-21T04:59:18Z
https://github.com/pywinauto/pywinauto/issues/1391
[]
lucas-fsousa
0
sanic-org/sanic
asyncio
2,908
Start-up exception
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug 1ใ€DeprecationWarning ![image](https://github.com/sanic-org/sanic/assets/23091750/2c8effc0-558e-4bf9-adb0-88f93b6f2524) 2ใ€IndexError Use the following CLI to start ```sanic main:app --host 0.0.0.0 --port 9001 -...
closed
2024-01-24T08:44:06Z
2024-01-31T14:25:34Z
https://github.com/sanic-org/sanic/issues/2908
[ "bug" ]
jsonvot
1
lepture/authlib
django
82
Version 0.10
In this version, Authlib will focus on improving API design and RFC implementations. ## API 1. [x] Make Grant extensible 2. [x] CodeChallenge Extension 3. [x] OpenID Extension ## RFC 1. [ ] RFC7516, implement full featured JWE 2. [x] OpenID Connect Discovery 1.0. Check #77 3. [ ] RFC7797 JSON Web Signat...
closed
2018-08-16T15:51:30Z
2018-10-11T02:07:54Z
https://github.com/lepture/authlib/issues/82
[ "in future" ]
lepture
0
Guovin/iptv-api
api
538
ๅ•ฅ้ƒฝ็ˆฌไธๅˆฐไบ†
้™คไบ†่ฎข้˜…ๆบ๏ผŒ็ป„ๆ’ญ๏ผŒ้…’ๅบ—๏ผŒๅœจ็บฟๆ‰ซๆ้ƒฝๆ‰พไธๅˆฐๆบไบ†๏ผŒๅคงไฝฌๆ›ดๆ–ฐไธ€ไธ‹ๅง
closed
2024-11-09T03:20:35Z
2024-11-09T03:52:36Z
https://github.com/Guovin/iptv-api/issues/538
[ "invalid" ]
mlzlzj
1
docarray/docarray
fastapi
1,828
DocList raises exception for type object.
### Initial Checks - [X] I have read and followed [the docs](https://docs.docarray.org/) and still think this is a bug ### Description This [commit](https://github.com/docarray/docarray/commit/2f3b85e333446cfa9b8c4877c4ccf9ae49cae660) introduced a check to verify that DocList is not used with an object: ``` ...
open
2023-10-30T19:17:54Z
2023-10-31T09:26:38Z
https://github.com/docarray/docarray/issues/1828
[]
corentinmarek
3
tflearn/tflearn
data-science
668
How to use data_flow.FeedDictFlow?
I want to just use class FeedDictFlow, ImagePreprocessing and ImageAugmentation. but how to let test data set and validating date set to share the same parameters such as mean and variviance of training data. this is outline of my code: ` X_train, y_train, X_test, y_test = dataset.cifar_100() image...
open
2017-03-18T04:58:14Z
2017-03-18T08:15:50Z
https://github.com/tflearn/tflearn/issues/668
[]
lfwin
1
daleroberts/itermplot
matplotlib
33
Using ITERMPLOT=rv cycles between black and white axis labels
The first plot rendered using ITERMPLOT=rv has white axes and labels, and every other cycles between black and white.
open
2018-08-10T20:14:13Z
2021-07-06T21:47:45Z
https://github.com/daleroberts/itermplot/issues/33
[]
r-zip
1
pytest-dev/pytest-xdist
pytest
402
logging not captured
test_5.py file content ```python import logging logger = logging.getLogger(__file__) def test_1(): logger.info('123123') def test_2(): logger.info('123123') def test_3(): logger.info('123123') def test_4(): logger.info('123123') ``` pytest.ini ``` [pytest] log_cli=true log_cli...
open
2019-01-13T03:54:56Z
2024-09-22T21:17:11Z
https://github.com/pytest-dev/pytest-xdist/issues/402
[]
zsluedem
17
xonsh/xonsh
data-science
5,064
Running the script with binary inside fails with UnicodeDecodeError
## xonfig <details> ``` $ xonfig +------------------+------------------------------------+ | xonsh | 0.13.4 | | Python | 3.10.9 | | PLY | 3.11 | | have readline | True ...
open
2023-02-19T00:42:36Z
2023-02-23T17:42:43Z
https://github.com/xonsh/xonsh/issues/5064
[ "integration-with-other-tools", "executor", "priority-high" ]
Eisfunke
1
gradio-app/gradio
data-visualization
10,775
Python gradio_client can't send files without an extension
### Describe the bug When the python gradio_client sends a file without an extension, e.g., `/tmp/test`, the sever throws an exception and fails to return a result. If the file sends a file with an extension, e.g., `/tmp/test.txt`, it works fine. I'm not sure if the problem is on the client or server side. ### Have...
open
2025-03-10T17:42:28Z
2025-03-10T18:49:42Z
https://github.com/gradio-app/gradio/issues/10775
[ "bug" ]
edmcman
3
codertimo/BERT-pytorch
nlp
68
How to Output Embedded Word Vector
I want to output the word vector
open
2019-07-24T02:50:14Z
2020-03-12T03:40:31Z
https://github.com/codertimo/BERT-pytorch/issues/68
[]
enze5088
6
kennethreitz/responder
flask
405
api attribute of request is None
Yesterday I updated to responder 2.0.3. In my route, I make use of the api attribute. This worked in the past. But after upgrading to version 2.0.0 it is always None. I checked the implementation. The `__call__` method of `Route `in `routes.py` creates a new `Request` object without providing an api argument and the...
closed
2019-10-27T06:38:21Z
2024-03-31T00:57:29Z
https://github.com/kennethreitz/responder/issues/405
[]
FirstKlaas
0
autogluon/autogluon
data-science
4,681
torch.load Compatibility Issue: Unsupported Global fastcore.foundation.L with weights_only=True
Check the documentation of torch.load to learn more about types accepted by default with weights_only https://pytorch.org/docs/stable/generated/torch.load.html. Detailed Traceback: Traceback (most recent call last): File "C:\Users\celes\anaconda3\Lib\site-packages\autogluon\core\trainer\abstract_trainer.py", line ...
closed
2024-11-23T11:41:14Z
2024-11-23T14:04:34Z
https://github.com/autogluon/autogluon/issues/4681
[ "enhancement" ]
celestinoxp
0
labmlai/annotated_deep_learning_paper_implementations
deep-learning
257
Chinese Translation
I noticed that the Chinese translation appears to be machine-generated. Do you have any plans to officially translate this excellent project? If needed, I am willing to take on the responsibility for the Chinese translation!
open
2024-06-17T13:18:06Z
2024-06-22T00:02:32Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/257
[]
pengchzn
4
PokeAPI/pokeapi
api
710
Error formating
Hello! As you might know, pokemon legends are out. Wich can cause not found errors in the db. But instead of formating it in json you format it in plain html. Why is this? As this can break alot of code . My request is if you guys could kindly change up that to json. Thank you! Zakaria Aourzag
open
2022-04-15T07:25:08Z
2022-04-19T11:01:04Z
https://github.com/PokeAPI/pokeapi/issues/710
[]
zaourzag
8
ultralytics/ultralytics
python
19,305
Ultralytics memory problem
how to minimize the memory usage of gpu while training other than setting parameter of workers?
closed
2025-02-19T05:13:32Z
2025-02-21T05:05:12Z
https://github.com/ultralytics/ultralytics/issues/19305
[ "bug", "segment", "detect" ]
abhishekb-weboccult
11
littlecodersh/ItChat
api
640
ๆทปๅŠ ่กจๆƒ…ๅŒ…ๅˆฐๅพฎไฟก๏ผŸ
ๅฆ‚ๆžœ่ƒฝๅคŸๅฎž็Žฐ่‡ชๅŠจๆทปๅŠ ไธ€็ณปๅˆ—gifๆˆ–่€…ๅ›พ็‰‡ๅˆฐๅพฎไฟก่กจๆƒ…ๅŒ…้‚ฃๅฐฑๅคชๅฅฝไบ†ใ€‚
closed
2018-04-19T06:02:39Z
2023-02-06T08:56:06Z
https://github.com/littlecodersh/ItChat/issues/640
[ "help wanted" ]
foreverlms
4
pydantic/FastUI
fastapi
262
Could we build a "plugin" system to expand the components library?
I think it would be great if components that are built in separate python / js package by the community could be brought in the `fastui` framework. This would make the components much easier to "pick and choose" and many of the components might not need to be in the main framework. My lack of js knowledge unfortunat...
open
2024-04-05T08:55:37Z
2024-04-05T08:55:37Z
https://github.com/pydantic/FastUI/issues/262
[]
tim-x-y-z
0
OpenInterpreter/open-interpreter
python
888
Windows os feastures not available?
### Is your feature request related to a problem? Please describe. the demo show a mac opening youtube I apologize for the confusion. While the demo may have shown a simulated interaction where the assistant operated a browser and clicked on a play button, in reality, as an AI text-based assistant, I cannot di...
closed
2024-01-08T22:32:24Z
2024-10-31T16:58:22Z
https://github.com/OpenInterpreter/open-interpreter/issues/888
[ "Enhancement" ]
BishAU
1
plotly/dash
plotly
2,627
[Feature Request] --contact-address with multiple workers at specific port range.
Sorry I confused dask with dash! **Is your feature request related to a problem? Please describe.** I'm running dash worker in a isolated network A. These workers has an internal IP address (192.168.0.1) and an external IP address 10.0.0.1. There are some other workers in network B or C, they can only communicat us...
closed
2023-08-17T12:09:38Z
2023-08-17T12:13:49Z
https://github.com/plotly/dash/issues/2627
[]
nanoric
0
biolab/orange3
pandas
6,640
New widget : cleansing data
**What's your use case?** More than once, the data I work on contains null values, or unwanted space at the end of fields, and sometimes a full field is empty or there totally empty rows in the middle of the data set. There aren't a lot of case but it's happen so many times a widget to automatize that would be great. ...
closed
2023-11-18T21:14:36Z
2023-12-08T08:06:50Z
https://github.com/biolab/orange3/issues/6640
[]
simonaubertbd
4
JaidedAI/EasyOCR
deep-learning
1,128
Process finished with exit code -1073741795 (0xC000001D)
Description of the problem: EasyOcr is successfully installed, the program starts, but the text from the picture does not output at all. Code: import easy ocr Reader = easyocr.Reader(['ru', 'en']) # this needs to be run only once to load the model into memory result = Reader.readtext('12.jpg ') Conclusion: nei...
open
2023-09-01T21:05:34Z
2024-11-08T02:52:42Z
https://github.com/JaidedAI/EasyOCR/issues/1128
[]
Michaelufcb
6
voxel51/fiftyone
data-science
5,292
[BUG] Downloading dataset from HF HUB
Documentation [says](https://docs.voxel51.com/integrations/huggingface.html?highlight=wider#:~:text=(dataset)-,Detection%20Datasets,-Loading%20detection%20datasets): > ### Detection Datasets > > Loading detection datasets from the Hub is just as easy. For example, to load the [MS COCO](https://huggingface.co/data...
open
2024-12-18T02:42:06Z
2024-12-18T03:10:05Z
https://github.com/voxel51/fiftyone/issues/5292
[ "bug" ]
ankandrew
1
plotly/dash
dash
3,064
[BUG] Cannot extract virtualRowData from an AG Grid table using pattern matching
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` async-dash 0.1.0a1 dash 2.18.2 dash_ag_grid 31.2.0 dash-bootstrap-components 1....
closed
2024-11-07T16:15:18Z
2024-11-08T15:50:11Z
https://github.com/plotly/dash/issues/3064
[]
akunihiro
2
matplotlib/matplotlib
data-science
29,414
[ENH]: Compute ticks of log scaled axes a bit better?
### Problem Taken from [here](https://github.com/matplotlib/matplotlib/issues/8768/#issuecomment-889516769), I found the following ticks (from `plt.semilogy([1.5, 50])`): ![image](https://github.com/user-attachments/assets/a5b3e30a-2c2e-4ba1-bd75-b727acee045d) Not informative enough. I wish there was an easy way...
closed
2025-01-06T18:52:37Z
2025-01-07T10:47:55Z
https://github.com/matplotlib/matplotlib/issues/29414
[ "New feature" ]
doronbehar
2
ivy-llc/ivy
pytorch
28,039
Fix Frontend Failing Test: torch - tensor.torch.Tensor.reshape
To-do List: https://github.com/unifyai/ivy/issues/27498
open
2024-01-25T09:07:11Z
2024-01-25T09:07:11Z
https://github.com/ivy-llc/ivy/issues/28039
[ "Sub Task" ]
Purity-E
0
jmcnamara/XlsxWriter
pandas
940
question: scale_with_doc when adding pictures in header/footer
### Question Hey, I've been trying to attach a picture in the header and footer of my worksheet and this works. Unfortunately, the pictures are scaled causing them to appear differently than I would expect. For example, I attach a picture in the header and when I open the xlsx file, I see the following in the For...
closed
2023-01-15T09:53:52Z
2023-01-17T10:36:18Z
https://github.com/jmcnamara/XlsxWriter/issues/940
[ "question" ]
sidfeiner
5
ivy-llc/ivy
pytorch
28,104
Fix Frontend Failing Test: torch - tensor.torch.Tensor.int
To-do List:https://github.com/unifyai/ivy/issues/27498
closed
2024-01-29T06:12:17Z
2024-01-29T12:01:27Z
https://github.com/ivy-llc/ivy/issues/28104
[ "Sub Task" ]
Husienvora
1
flasgger/flasgger
flask
161
Accessing response model
I have a .yml file with a response model like this: ``` responses: 200: description: The customer and its properties are deleted 400: description: The request contains invalid syntax, value or cannot be fulfilled 403: description: The customer cannot be deleted because there are still resour...
open
2017-10-24T00:26:08Z
2018-10-01T17:31:31Z
https://github.com/flasgger/flasgger/issues/161
[ "hacktoberfest" ]
currand
0
onnx/onnxmltools
scikit-learn
599
Please verify 1.13.0 ONNX release candidate on TestPyPI
Hi, We have released TestPyPI packages of ONNX 1.9.0: [onnx ](https://test.pypi.org/project/onnx/1.13.0rc1/)(ONNX 1.13.0rc1 is the latest version number for testing now). Please verify it and let us know about any problems. Thank you for your help!
closed
2022-11-30T16:40:34Z
2022-12-12T15:36:50Z
https://github.com/onnx/onnxmltools/issues/599
[]
p-wysocki
1
SALib/SALib
numpy
233
Do SAlib supports only vector inputs?
The shape of output array of my model which i suppose to use as an argument for SAlib's analyse (SOBOL) does not fit the shape of array which sobol needs. I have a parameter array which has a shape of (28,13) that is produced by SAlib package's saltelli function. On the other hand, my model computes a solution at n...
closed
2019-04-13T07:38:13Z
2019-04-20T12:07:04Z
https://github.com/SALib/SALib/issues/233
[ "question" ]
kayakml
5
thtrieu/darkflow
tensorflow
440
my dataset is tfrecord,I want to know how to train my own dataset?
I convert a dataset to tfrecord format,I want to know how can I train it,or is the darkflow can only be used to train VOC dataset?
closed
2017-11-23T06:28:58Z
2018-09-14T08:35:42Z
https://github.com/thtrieu/darkflow/issues/440
[]
geroge-gao
3
amidaware/tacticalrmm
django
1,359
Bug: running scripts and sending commands on Microsoft Exchange Servers
**Server Info (please complete the following information):** - OS: Ubuntu Server 20.04 - Browser: chrome 108 - RMM Version (as shown in top left of web UI): 0.15.3 **Installation Method:** - [ ] Standard - [x] Docker **Agent Info (please complete the following information):** - Agent version (as show...
closed
2022-12-02T08:47:15Z
2022-12-12T07:50:06Z
https://github.com/amidaware/tacticalrmm/issues/1359
[]
rawbyne
26
wkentaro/labelme
deep-learning
904
The key point belongs to the bbox, how to label the information?
How to mark the key points of the face and the face frame at the same time?How to judge whether the key points of a human face belong to a human face? How to judge whether the key points of a human face are not on the face?
closed
2021-08-11T08:19:32Z
2022-06-25T04:38:48Z
https://github.com/wkentaro/labelme/issues/904
[]
watertianyi
1
pydantic/logfire
pydantic
674
API access to the span generated by the @logfire.instrument() decorator
### Description (as discussed on Slack) I'd like to have access to the span generated by the decorator. eg of how I'm hoping to use it: ``` @logfire.instrument() def lf_example(): result = do_some_things() if result: # Set an attribute on the current logfire span from the decorator ...
open
2024-12-13T20:53:18Z
2024-12-16T11:56:56Z
https://github.com/pydantic/logfire/issues/674
[ "Feature Request" ]
milest
0
microsoft/nni
data-science
5,800
How to display error messages
When I encounter some errors, the process will exit without giving me any information. Actually, it is common to have some bugs in my code, but after experiment.run(port=8080, wait_completion=False,debug=True) the new process will not print my debug info onto the terminal. For example, if I read a non-existent f...
open
2024-08-01T15:40:29Z
2024-08-01T15:40:29Z
https://github.com/microsoft/nni/issues/5800
[]
ayachi3
0
youfou/wxpy
api
101
sent_message.py ๆŠฅ้”™
> File "/usr/local/lib/python3.6/site-packages/wxpy/api/messages/sent_message.py", line 88, in member > if isinstance(Group, self.receiver): ``` @property def member(self): """ ่‹ฅๅœจ็พค่Šไธญๅ‘้€ๆถˆๆฏ๏ผŒๅˆ™ไธบ็พคๅ‘˜ """ from wxpy import Group if isinstance(Group, self.receiver...
closed
2017-06-28T08:01:43Z
2017-06-29T02:42:14Z
https://github.com/youfou/wxpy/issues/101
[]
ourbest
1
explosion/spacy-streamlit
streamlit
7
Cannot use `visualize` multiple times in the same script
When using `visualize` methods multiple times, we get into a `DuplicateWidgetID` error. ```python import spacy_streamlit models = ["en_core_web_sm", "en_core_web_md"] text1 = "Sundar Pichai is the CEO of Google." text2 = "Randy Zwitch is Head of Developer Relations at Streamlit" spacy_streamlit.visualize(mode...
closed
2020-07-23T07:23:23Z
2020-07-26T19:57:03Z
https://github.com/explosion/spacy-streamlit/issues/7
[]
andfanilo
0
seleniumbase/SeleniumBase
pytest
3,533
Nested calls to `element.query_selector(selector)` fail
I can't figure out why, but `element.query_selector(selector)` seems to only work the first time I call it. Here is an example on https://www.dezlearn.com/nested-iframes-example/ ```python from seleniumbase import Driver driver = Driver(uc=True) driver.uc_activate_cdp_mode("https://www.dezlearn.com/nested-iframes-exa...
closed
2025-02-18T16:39:58Z
2025-02-18T19:13:14Z
https://github.com/seleniumbase/SeleniumBase/issues/3533
[ "workaround exists", "UC Mode / CDP Mode" ]
julesmcrt
1
hankcs/HanLP
nlp
1,170
FAQ็ฌฌไธ€ๆก
![ๅ›พ็‰‡](https://user-images.githubusercontent.com/13548273/57191377-6c38a400-6f57-11e9-91f9-928b71247edd.png) ๆ–‡ไธญๆๅˆฐๆ— ่ฎบๆ€Žไนˆๅˆ†่ฏ๏ผŒๅ•†ๅ“ใ€ๅ’Œๆœใ€ๆœๅŠก้ƒฝไธๅฏ่ƒฝๅŒๆ—ถๅ‡บ็Žฐ๏ผŒ่ฟ™ๆ˜ฏไธไธฅ่ฐจ็š„ใ€‚ ![ๅ›พ็‰‡](https://user-images.githubusercontent.com/13548273/57191407-c76a9680-6f57-11e9-8567-cf0979b8f234.png)
closed
2019-05-05T09:04:05Z
2020-01-01T10:49:52Z
https://github.com/hankcs/HanLP/issues/1170
[ "ignored" ]
soongp
1
sktime/pytorch-forecasting
pandas
1,685
[ENH] enable large data use cases - decouple data input from `pandas`, allow `polars`, `dask`, and/or `spark`
A key limitation of current architecture seems to be the reliance on `pandas` of the input, which limites useability in large data cases. While `torch` with appropriate backends should be able to handle large data, `pandas` as a container choice, in particular the current instantiation which seems to rely on in-memo...
open
2024-09-23T09:09:44Z
2025-01-12T20:38:25Z
https://github.com/sktime/pytorch-forecasting/issues/1685
[ "enhancement" ]
fkiraly
7
keras-team/keras
deep-learning
20,274
Incompatibility in 'tf.GradientTape.watch' of TensorFlow 2.17 in Keras 3.4.1
I read the issue 19155 (https://github.com/keras-team/keras/issues/19155), but still have problem I am trying to perform gradient descent on the model.trainable variables, but have errors regarding model.trainable_variables Tensorflow version is 2.17.0 keras version is 3.4.1 def get_grad(model, X_train, data_...
closed
2024-09-20T06:20:02Z
2024-10-22T02:03:06Z
https://github.com/keras-team/keras/issues/20274
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
yajuna
4
amidaware/tacticalrmm
django
1,849
[BUG]: Resolved Alerts are triggered after exiting maintenance mode
**Server Info (please complete the following information):** - OS: Debian (Kubernetes Node) - Browser: Chrome / Edge - RMM Version (as shown in top left of web UI): v0.18.2 **Installation Method:** - [ ] Standard - [ ] Standard with `--insecure` flag at install - [ x ] Docker **Agent Info (please c...
closed
2024-04-18T18:07:54Z
2024-06-28T20:30:09Z
https://github.com/amidaware/tacticalrmm/issues/1849
[]
joeldeteves
3
SciTools/cartopy
matplotlib
2,212
stock_img() fails with scipy 1.11
### Description <!-- Please provide a general introduction to the issue/proposal. --> Calling `ax.stock_img()` on a GeoAxes object fails in an environment with scipy 1.11.1 and Cartopy 0.21.1 The same code works as expected in an environment with scipy 1.10.1 and Cartopy 0.21.1. <!-- If you are reporting a bug...
closed
2023-07-12T22:02:31Z
2023-07-13T01:24:21Z
https://github.com/SciTools/cartopy/issues/2212
[]
brian-rose
1
zalandoresearch/fashion-mnist
computer-vision
124
BenchMark: CNN with 5 Conv Layers. Accuracy on FashionMNIST Dataset: 93.15
The model details are as follows: Preprocessing by calculating mean and std beforehand. Trained using Cross Entropy Loss and Adam Optimizer. The initial learning rate is 0.01 which is decreased to 1/4 after every 8 epochs. The layers in sequence are: Convolutional layer with 32 feature ma...
closed
2018-07-26T11:10:38Z
2018-07-27T02:54:40Z
https://github.com/zalandoresearch/fashion-mnist/issues/124
[ "benchmark" ]
nouman-10
0
KaiyangZhou/deep-person-reid
computer-vision
423
Pre-trained model training issue
Hi @KaiyangZhou, I am getting following issue while performing model training. engine.run( save_dir='log/osnet_ain_transfer', max_epoch=60, eval_freq=10, print_freq=10, test_only=False, fixbase_epoch=5, open_layers='classifier' ) => Start training * Only train classifier (...
closed
2021-03-14T17:32:52Z
2021-04-09T15:44:35Z
https://github.com/KaiyangZhou/deep-person-reid/issues/423
[]
malpeddinilesh
5