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
huggingface/datasets
deep-learning
6,489
load_dataset imageflder for aws s3 path
### Feature request I would like to load a dataset from S3 using the imagefolder option something like `dataset = datasets.load_dataset('imagefolder', data_dir='s3://.../lsun/train/bedroom', fs=S3FileSystem(), streaming=True) ` ### Motivation no need of data_files ### Your contribution no experience...
open
2023-12-12T00:08:43Z
2023-12-12T00:09:27Z
https://github.com/huggingface/datasets/issues/6489
[ "enhancement" ]
segalinc
0
serengil/deepface
machine-learning
820
found a bug
https://github.com/serengil/deepface/blob/master/deepface/DeepFace.py#L683 if len(img.shape) == 3: img = cv2.resize(img, target_size) img = np.expand_dims(img, axis=0). this line should be removed? # -------------------------------- img_region = [0, 0, img.shape[1]...
closed
2023-08-09T13:19:39Z
2023-08-09T13:32:04Z
https://github.com/serengil/deepface/issues/820
[]
ghost
2
vitalik/django-ninja
pydantic
1,292
[BUG] computed_field is not present in openapi spec
**Describe the bug** `computed_field` is missing in openapi spec. I have defined a schema to be used for responses like this: ``` class MySchema(Schema): id: int slug: str @computed_field def name(self) -> str: return f"{self.id}-{self.slug}" def model_json_schema(s...
open
2024-09-05T21:16:26Z
2024-10-02T10:00:13Z
https://github.com/vitalik/django-ninja/issues/1292
[]
POD666
1
tflearn/tflearn
tensorflow
884
How to use an image as label?
I built an end-to-end network, based on FCN. The network ouput is [?,224,224,3], and I wanted to use a series of images as label. I got "index out of range error" when fit(X,Y) In tflearn utils.py: **for i, y in enumerate(Y): feed_dict[net_targets[i]] = y** Caused this error. Here i...
open
2017-08-23T07:58:39Z
2017-08-30T02:02:06Z
https://github.com/tflearn/tflearn/issues/884
[]
polar99
6
plotly/dash-table
dash
207
Breaking Changes Log
👋 Dash Community 👋 We'll keep this issue updated when we make breaking changes to the `DataTable`. Subscribe to this issue to stay aware of these changes. Note that we'll indicate breaking changes through our versioning system ([semver](https://semver.org/)). If we bump the major version number (`major.minor.m...
open
2018-11-02T02:57:15Z
2019-06-27T00:26:21Z
https://github.com/plotly/dash-table/issues/207
[ "dash-type-epic" ]
chriddyp
3
twopirllc/pandas-ta
pandas
140
example.ipynb does not work
``` Chart(df, # style: which mplfinance chart style to use. Added "random" as an option. # rpad: how many bars to leave empty on the right of the chart style="yahoo", title=ticker, last=recent_bars(df), rpad=10, # Overlap Indicators linreg=True, midpoint=False, ohlc4=False, archermas=Tru...
closed
2020-09-30T08:58:35Z
2020-10-05T18:42:39Z
https://github.com/twopirllc/pandas-ta/issues/140
[ "question", "info" ]
yhmickey
13
python-visualization/folium
data-visualization
1,484
Is there a feature to make multiple layer controls in folium python with different data?
I am trying to plot some data using folium maps. Below is my python code and a screenshot. ![image](https://user-images.githubusercontent.com/63504137/124550607-87acdb80-de4e-11eb-9eaa-1b8d147a990b.png) ``` india_coord = [lat,long] my_map = folium.Map(location = india_coord,zoom_start=5,tiles=None,ov...
closed
2021-07-06T06:09:07Z
2022-11-18T11:51:19Z
https://github.com/python-visualization/folium/issues/1484
[]
gmehta1996
2
gee-community/geemap
jupyter
613
Authentication Error
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.8.18 - Python version: 3.9.0 - Operating System: MacOS Big Sur 11.5 ### Description Attempting to install/start geemap. Authentication error in notebook and CLI. ### What I Did ...
closed
2021-08-09T18:33:18Z
2021-08-09T20:24:45Z
https://github.com/gee-community/geemap/issues/613
[ "bug" ]
gavinpirrie
1
unionai-oss/pandera
pandas
1,886
Add `pd.json_normalize` to input types
**Is your feature request related to a problem? Please describe.** Add `pd.json_normalize` as input type. Currently `from_dict` is supported but `from_dict` does not support `records` format for some reason (even though it is accepted for `to_dict`) and `json_normalize` would allow more complex record_paths.
open
2024-12-26T11:18:57Z
2024-12-26T11:20:53Z
https://github.com/unionai-oss/pandera/issues/1886
[ "enhancement" ]
lucasjamar
1
stanfordnlp/stanza
nlp
946
Index issue when parsing dependencies, alternative words in calculations
I am not sure this is a bug, but I am trying to build dependencies for some german text, and what I noticed, is in some instances instead of having a clear ID there is a group (tuple)` {'id': (5, 6), 'text': 'zur', 'start_char': 20, 'end_char': 23},` containing the real word from the sentence following by the calculati...
closed
2022-02-07T16:47:46Z
2022-02-07T18:11:08Z
https://github.com/stanfordnlp/stanza/issues/946
[ "bug" ]
vitotitto
2
HIT-SCIR/ltp
nlp
11
Readme中2.2之后版本第2步需要运行cmak,而不是./configure
相应的Traiva CI也有问
closed
2013-07-21T13:00:57Z
2013-08-13T14:21:49Z
https://github.com/HIT-SCIR/ltp/issues/11
[]
carfly
0
praw-dev/praw
api
1,731
AssertionError: PRAW Error occurred
**Describe the bug** While using `replace_more(limit=None)`, I'm receiving an AssertionError. This appears to be a duplicate of #1581. I don't know what the underlying issue is, and there was mention of CDN problems in the other ticket. But it seems that the error should be handled in PRAW and retried or a more approp...
closed
2021-06-01T02:43:58Z
2021-09-09T06:06:25Z
https://github.com/praw-dev/praw/issues/1731
[ "Stale", "Auto-closed - Stale" ]
tomc603
10
slackapi/python-slack-sdk
asyncio
859
Reading body of an interaction event on AWS Lambda
Hey all, I'm trying to create a serverless slack bot in AWS Lambda. I managed to get the app to send a message to a user in Slack with an interactive button, which sends a post back to the app when clicked. The problem is that the body of this message (the one from the button click) has the body of the JSON all garbled...
closed
2020-10-24T01:25:10Z
2020-10-24T02:54:16Z
https://github.com/slackapi/python-slack-sdk/issues/859
[ "question" ]
tinoargentino
3
KevinMusgrave/pytorch-metric-learning
computer-vision
741
k-NN clusters as labels or pairs?
Hello Kevin, Thank you for your work on pytorch_metric_learning. I'm looking to reimplement some experiments of my own under your package. I'm not sure what the best way to go about implementing this might be, so wondering if you could give some pointers. We are training a contrastive model that is similar to Spectral...
open
2025-02-07T17:39:11Z
2025-02-14T22:10:25Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/741
[]
stanleyjs
1
koxudaxi/datamodel-code-generator
fastapi
1,444
collapse-root-models missing openapi string format type imports
**Describe the bug** When models are generated using an input directory of OpenAPI schemas instead of a single openapi.yaml, and the schemas within the directory have references to each other using a file **$ref**, along with the `--collapse-root-models` flag, the generated models file containing the merged collapse...
closed
2023-07-23T16:38:21Z
2023-11-19T17:51:24Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1444
[ "bug" ]
myke2424
1
mars-project/mars
numpy
3,082
Web page is stuck when task is running
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> Web sometimes hang when task is running, the stack is below: ``` Current thread 0x00007fce86d99740 (most recent call first): File "/opt/conda/lib/python3.8/logg...
open
2022-05-24T10:16:41Z
2022-06-12T00:11:59Z
https://github.com/mars-project/mars/issues/3082
[ "type: bug", "mod: web" ]
hekaisheng
0
dask/dask
scikit-learn
11,815
Index Query Hangs
**Describe the issue**: After setting index to timestamp, some loc based query works but string based querying causes the operation to hang unless we call optimize first **Minimal Complete Verifiable Example**: ```python import dask.dataframe as dd import pandas as pd import random def test_df() -> dd.DataFrame: ...
open
2025-03-05T14:31:58Z
2025-03-19T19:05:01Z
https://github.com/dask/dask/issues/11815
[ "dataframe", "bug" ]
mscanlon-exos
3
Avaiga/taipy
automation
2,511
PyGWalker integration
### Description Including dynamically content generated by pygwalker into a taipy page should be great. For example, would it be possible to include html generated by PyGWalker in a dialog component (assuming my datas are in "df", "cit_pgw_partial" properly defined in main in the example below) With current taipy ver...
open
2025-03-24T15:43:44Z
2025-03-24T15:43:54Z
https://github.com/Avaiga/taipy/issues/2511
[ "✨New feature" ]
dataxcount
0
sinaptik-ai/pandas-ai
data-visualization
644
Unsupported Format
### 🐛 Describe the bug It doesnt matter what i do with the data i always get unsupported format. llm = Starcoder(api_token="token") df = pd.DataFrame({ "Store": ["FERRETERIA EPA SA","DELIMART PIRRO","FRESH MARKET SAN PABLO","PAYPAL *UBERBV EATS","SUPER LAS CRUCITAS","PAYPAL *UBERBV EATS","CASONA DE MI TIE...
closed
2023-10-14T07:12:09Z
2024-06-01T00:20:36Z
https://github.com/sinaptik-ai/pandas-ai/issues/644
[]
masterchop
0
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,412
UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`.
could anyone tell me how to solve this problem?followd is the discrible of the probelm. E:\Anaconda\envs\pytorch-CycleGAN-and-pix2pix\lib\site-packages\torch\optim\lr_scheduler.py:134: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in ...
open
2022-04-20T15:20:37Z
2024-01-10T03:07:56Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1412
[]
DJstepbystep
4
Evil0ctal/Douyin_TikTok_Download_API
fastapi
496
请问项目只能爬取单个抖音账号的内容吗 有没有依据关键词检索爬去全部视频的功能
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear an...
open
2024-11-02T06:39:54Z
2024-11-02T06:53:43Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/496
[ "enhancement" ]
song9910moon
1
sanic-org/sanic
asyncio
2,535
Wondering how the changelog is maintained.
Hi, I am just a learner and wondering how the changlog is written here what specific github actions are used? or if it is manually done. and how? Thank you and sorry! This is brilliant stuff
open
2022-08-22T15:12:24Z
2022-08-22T15:20:04Z
https://github.com/sanic-org/sanic/issues/2535
[]
corientdev
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,616
[Bug]: sd-webui-prompt-all-in-one extension is glitching the prompt bar
### 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 - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-04-24T03:34:28Z
2024-04-24T11:00:33Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15616
[ "bug-report" ]
hungrydog666
2
keras-team/keras
machine-learning
20,529
Cannot access accuracy in results with keras 3
Hi, I am new to Keras and TensorFlow. I am using `keras==3.6.0` and `tensorflow==2.18.0`. I created a sequential model and added layers to it. Here is a pseudocode of what I did: ``` from keras.models import Sequential from keras.layers import Conv2D from keras.layers import Dense from keras.layers import Flatt...
closed
2024-11-21T09:08:21Z
2024-11-26T16:43:45Z
https://github.com/keras-team/keras/issues/20529
[ "type:support", "stat:awaiting response from contributor" ]
tanwarsh
5
autokey/autokey
automation
323
Autokey broken with update to python 3.8?
## Classification: Bug?? ## Reproducibility: Always ## Version AutoKey version: 0.95.8-1 Used GUI (Gtk, Qt, or both): gtk Installed via: from the AUR Linux Distribution: Arch Linux ## Summary I just updated to python 3.8 and can't launch autokey anymore. This is the message I get: ``` ...
closed
2019-11-15T05:12:00Z
2020-02-26T18:42:14Z
https://github.com/autokey/autokey/issues/323
[]
prosoitos
7
tqdm/tqdm
jupyter
728
Status printer doesn't always clear enough characters
The following script: ``` from tqdm import tqdm, trange from time import sleep for i in trange(10, desc='outer'): for j in trange(10, desc='inner'): # Print using tqdm class method .write() sleep(0.1) if not (j % 3): tqdm.write("Done task %i.%i" % (i,j)) ``` produces output that loo...
open
2019-05-07T05:25:48Z
2020-07-19T22:23:45Z
https://github.com/tqdm/tqdm/issues/728
[ "help wanted 🙏", "p2-bug-warning ⚠" ]
toddlipcon
1
Miserlou/Zappa
flask
2,084
502 error while deploying
I am getting 502 error while trying to deploy the app. ## Context I have an app written with Django (3.0.4), works great locally. For dev purposes, I use sqlite only. I wanted to deploy it to AWS today, but I am getting 502 errors. Sorry, I cannot post an app here, since it's private. ## Expected Behavior It...
open
2020-04-18T16:41:14Z
2020-05-01T16:14:50Z
https://github.com/Miserlou/Zappa/issues/2084
[]
tomekbuszewski
3
donnemartin/system-design-primer
python
88
Traditional Chinese Translation
Maintainer(s): @kevingo Please check out the [Translations Contributing Guidelines.](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md#translations) Original translations thread: #28 Interested in helping? Let us know!
closed
2017-07-01T15:19:23Z
2018-02-28T02:42:04Z
https://github.com/donnemartin/system-design-primer/issues/88
[ "help wanted", "translation" ]
kevingo
1
pandas-dev/pandas
pandas
60,309
BUG: assignment fails with copy_on_write = True
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
open
2024-11-14T09:54:06Z
2025-02-15T14:49:51Z
https://github.com/pandas-dev/pandas/issues/60309
[ "Indexing", "Regression" ]
kameamea
7
nerfstudio-project/nerfstudio
computer-vision
3,057
transform.json with several cameras???
I have been preprocessing datasets from distinct captures (moments in time and camera sizes). I could only acquire this by using `hloc`, obtaining the `images.bin` and `cameras.bin`. However there is the problem that I cannot export the `transforms.json` in which each frame is from a distinct camera (f.e. 18 frames for...
closed
2024-04-09T11:01:45Z
2024-04-26T19:31:56Z
https://github.com/nerfstudio-project/nerfstudio/issues/3057
[]
dberga
5
ansible/ansible
python
83,955
`user` module use of chmod/chown can change files outside of home dir
### Summary The `user` module makes use of `os.chown` and `os.chmod` to apply permissions to the users home dir and contents when creating the dir. If the skel directory contain symlinks that will lead out of the home dir, this can inadvertently cause files outside of the users homedir to be changed. ### Issue Type ...
closed
2024-09-17T18:38:09Z
2024-10-22T13:00:03Z
https://github.com/ansible/ansible/issues/83955
[ "module", "bug", "has_pr", "affects_2.18" ]
sivel
1
e2b-dev/code-interpreter
jupyter
44
Top level async/await doesn't work in JavaScript runtime
When running JS code in the Sandbox, the top level promise is never awaited: ```js import { Sandbox } from '@e2b/code-interpreter' const sandbox = await Sandbox.create({apiKey: ''}) const code = ` const printResult = async () => { return 'foo'; }; printResult() .then((result) => { ...
closed
2024-10-25T05:56:00Z
2025-03-17T23:58:39Z
https://github.com/e2b-dev/code-interpreter/issues/44
[ "bug", "improvement" ]
mlejva
8
FlareSolverr/FlareSolverr
api
924
Logical action for when the partition is full
### 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 have read the Dis...
open
2023-10-17T03:02:42Z
2023-10-17T19:19:14Z
https://github.com/FlareSolverr/FlareSolverr/issues/924
[ "help wanted" ]
NabiKAZ
2
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
794
针对于自己 的模型生成Grad-Cam
你好up主,很感谢你能出这期视频,视频中说到的如何去用自己的模型生成gradcam我是理解的,但是我有个疑问是,我的改进的模型是Resnet101后面接了Transformer做的多标签图像分类,那么为我的fc.weight层在transformer后面,但是我的目标层是resnet101的最后一个卷积层,这样合理可实施嘛,希望up主有时间能够回复我,非常感谢!
open
2024-03-08T05:25:41Z
2024-03-08T05:25:41Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/794
[]
Zhong1015
0
python-gino/gino
asyncio
202
How Can I Establish An SSL Connection With A Database Using Gino
* GINO version: 0.7.0 * Python version: 3.6 * Operating System: MacOSX ### Description How can I make an SSL Connection with Gino? Is this possible? ### What I Did Couldn't find an example of this in documentation or in issues.
closed
2018-04-19T21:00:33Z
2019-02-28T20:35:44Z
https://github.com/python-gino/gino/issues/202
[ "enhancement", "help wanted" ]
mashaalmemon
7
ydataai/ydata-profiling
data-science
1,426
to_html ignores sensitive parameter and exposes data
### Current Behaviour In ydata-profile v4.5.0, `ProfileReport.to_html()` ignores the sensitive parameter and exposes data, similar to the bug reported in #1300. ### Expected Behaviour No sensitive data shown. ### Data Description A list of integers from 0 - 9, inclusive. ### Code that reproduces the bug ```Pytho...
open
2023-08-11T18:25:03Z
2023-08-24T15:38:41Z
https://github.com/ydataai/ydata-profiling/issues/1426
[ "information requested ❔" ]
ch-nickgustafson
1
gee-community/geemap
streamlit
842
Add support for plotly
Reference: https://plotly.com/python/maps
closed
2021-12-27T18:14:46Z
2022-01-08T01:43:44Z
https://github.com/gee-community/geemap/issues/842
[ "Feature Request" ]
giswqs
1
holoviz/panel
jupyter
6,996
ValueError when using inclusive_bounds
I'm working on adding support for Pydantic dataclasses to Panel when I stumbled upon this bug ```python import param import panel as pn pn.extension() class SomeModel(param.Parameterized): int_field = param.Integer(default=1, bounds=(0,10), inclusive_bounds=(False, False)) float_field = param.Integ...
open
2024-07-17T05:18:23Z
2025-01-20T19:18:52Z
https://github.com/holoviz/panel/issues/6996
[]
MarcSkovMadsen
1
Esri/arcgis-python-api
jupyter
2,214
GeoAccessor.compare - Incorrect match_field column renaming
**Describe the bug** Whatever column you use as the match_field gets truncated in the output when using GeoAccessor.compare 'global_join' --> becomes --> 'global_' 'test' --> becomes --> ' ' (it returns empty) **To Reproduce** ```python differences = archive_sdf.spatial.compare(current_sdf, match_field='global...
closed
2025-01-31T00:28:04Z
2025-02-03T19:11:51Z
https://github.com/Esri/arcgis-python-api/issues/2214
[ "bug" ]
BrackstonLand
2
Esri/arcgis-python-api
jupyter
1,814
FeatureLayerCollectionManager insert_layer() fails with unknown error
I have successfully created an empty feature service with create_empty_service(). When attempting to add a layer to it with insert_layer, using a file geodatabase containing a single point feature class, it returns "Exception: Unknown Error (Error Code: 500)". Inspecting the uploaded File Geodatabase and its result...
open
2024-04-25T20:10:10Z
2024-05-06T12:24:11Z
https://github.com/Esri/arcgis-python-api/issues/1814
[ "bug" ]
knoopum
9
koxudaxi/datamodel-code-generator
pydantic
2,207
Can't extract models from openapi via paths and references
**Describe the bug** When trying to extract models from openapi, where the main openapi schema itself does not contain traditional `components/schemas` it does not seem to behave correctly. No models are found, or otherwise references don't get resolved properly. **To Reproduce** Example schema: Please see t...
open
2024-12-05T12:57:03Z
2024-12-05T14:10:05Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2207
[]
Wim-De-Clercq
0
seleniumbase/SeleniumBase
pytest
3,297
`sb.cdp.get_all_cookies()` is hitting errors
`sb.cdp.get_all_cookies()` is hitting errors. ``` *** AttributeError: "Tab" has no attribute "closed". Traceback (most recent call last): File ".../seleniumbase/undetected/cdp_driver/tab.py", line 1308, in __getattr__ return getattr(self._target, item) AttributeError: 'TargetInfo' object has no attribute ...
closed
2024-11-27T17:53:48Z
2024-11-28T00:46:56Z
https://github.com/seleniumbase/SeleniumBase/issues/3297
[ "bug", "workaround exists", "UC Mode / CDP Mode" ]
mdmintz
1
dfki-ric/pytransform3d
matplotlib
145
Release 1.9 does not contains some of the sub packages
This file, from pypi.org <https://files.pythonhosted.org/packages/2a/9d/1625a751df6a135bf09f033f75288db27d58bf84accd0eb36437dda09510/pytransform3d-1.9.tar.gz> is missing a lot of the code, and breaks functionality. The reason seems to be that setup.py contains the line, ``` packages=['pytransform3d']``` that is not ...
closed
2021-06-20T12:25:44Z
2021-06-25T14:34:24Z
https://github.com/dfki-ric/pytransform3d/issues/145
[]
brainoom
3
matplotlib/matplotlib
matplotlib
28,969
Unexpected behavior of `add_patch` with points around zero and large `linewidth`
### Bug summary `add_patch` method renders incorrectly, if the linewidth is set to a large number and the patch is generated from a random path using `PathPatch`. This bug was noticed while using `shapely`, but isolated to this minimal example ### Code for reproduction ```Python import matplotlib.pyplot as plt ...
closed
2024-10-11T13:05:21Z
2024-10-11T16:39:05Z
https://github.com/matplotlib/matplotlib/issues/28969
[]
aivarsoo
2
sammchardy/python-binance
api
1,552
[]()[]()@Tanimola50 ![[DO_NOT_DELETE_V2]_OKTO_KEY_BACKUP_8905.txt](https://github.com/user-attachments/files/17816801/DO_NOT_DELETE_V2._OKTO_KEY_BACKUP_8905.txt)
[]()[]()@Tanimola50 ![[DO_NOT_DELETE_V2]_OKTO_KEY_BACKUP_8905.txt](https://github.com/user-attachments/files/17816801/DO_NOT_DELETE_V2._OKTO_KEY_BACKUP_8905.txt) ### @ binance.com/ # login Tanimola50> _Originally posted by @Tanimola50 in https://github.com/bc-game-project/bcgame-crash/issues/68#issuecomment-248591...
closed
2025-02-15T17:25:26Z
2025-02-15T17:48:08Z
https://github.com/sammchardy/python-binance/issues/1552
[]
Tanimola50
1
microsoft/nni
data-science
5,176
aws S3 as shared storage
I would like to be sure about the development roadmap for NNI. Currently Azure Blob and NFS are supported as shared storage, are there any plans to support aws S3 in the future?
open
2022-10-23T13:47:07Z
2022-11-24T01:23:31Z
https://github.com/microsoft/nni/issues/5176
[ "feature request" ]
makonaga
0
tartiflette/tartiflette
graphql
122
Improve type resolving
Since `tartiflette` allow us to deal only with `dict`. Resolving the `__typename` field for an `UnionType` is difficult and is delegate to the `Resolver` implementation which need to return the `__typename` in the resolved value. Maybe we could add an optional `resolve_type` argument to the `Resolver` decorator whic...
closed
2019-02-12T13:54:43Z
2019-09-11T14:51:25Z
https://github.com/tartiflette/tartiflette/issues/122
[ "enhancement", "question" ]
Maximilien-R
1
sktime/pytorch-forecasting
pandas
1,206
Update scikit-learn version requirement to allow v1.2
Greetings, Scikit-learn 1.2.0 was released recently https://github.com/scikit-learn/scikit-learn/releases/tag/1.2.0. Pytorch-forecasting currently requires `scikit-learn = ">=0.24,<1.2"`. It would be nice to let version 1.2 install. Thank you.
closed
2022-12-20T05:34:34Z
2023-04-11T19:39:33Z
https://github.com/sktime/pytorch-forecasting/issues/1206
[]
melanopsis
2
vipstone/faceai
tensorflow
35
我试了下,蔡徐kun 的照片被识别成女的,怎么说?
蔡徐kun 的照片被识别成女的,怎么说?
open
2019-07-22T02:32:09Z
2025-03-20T05:52:37Z
https://github.com/vipstone/faceai/issues/35
[]
AnswerNo2
17
ymcui/Chinese-BERT-wwm
tensorflow
145
中文维基百科数据集
崔老师,您好, 我下载完维基百科数据集,然后再使用wikiextractor处理之后的统计如下: ![image](https://user-images.githubusercontent.com/34615810/93570010-f3f44680-f9c4-11ea-92f5-2910ecb673bf.png) 我也统计了一下总共有多少个paragraph,大概有5975674(约6M)个段落,感觉和您论文中的13.6M lines input text还有很大的区别,即使转为繁体字版本加起来也就12M,还是有差别. 所以想问一下是我的处理方式有问题吗? 我使用的是最新的wiki百科库。
closed
2020-09-18T07:41:37Z
2020-09-21T07:03:29Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/145
[]
liuwei1206
2
CorentinJ/Real-Time-Voice-Cloning
python
480
Saving hparams in model files
Having spent several hours to get the Swedish model (#257) to work, I think it is a good idea to save the hparams along with the models. Maybe even load them at run time from the model files. Then we can mix and match in the toolbox, and it can check for compatibility, e.g. `speaker_embedding_size` in encoder and sy...
closed
2020-08-10T14:54:59Z
2020-08-11T13:08:41Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/480
[ "enhancement" ]
ghost
2
faif/python-patterns
python
300
can you show your pycallgraph code? thank you.
closed
2019-07-15T07:38:36Z
2019-07-31T18:43:17Z
https://github.com/faif/python-patterns/issues/300
[ "question" ]
daidai21
2
2noise/ChatTTS
python
547
gpt | use default LlamaModel for importing TELlamaModel error: No module named 'transformer_engine'
api启动的时候报错如上
closed
2024-07-08T09:22:16Z
2024-11-21T04:02:18Z
https://github.com/2noise/ChatTTS/issues/547
[ "documentation", "stale" ]
panpan123456
2
Gozargah/Marzban
api
1,108
Add node error monitoring
Whenever "nodes" get an error and exit the Connect mode, it will be notified.
closed
2024-07-15T16:57:58Z
2024-09-02T20:20:20Z
https://github.com/Gozargah/Marzban/issues/1108
[ "Feature", "OnHold" ]
erfjab
0
hbldh/bleak
asyncio
992
Device may already be connected when calling connect with BlueZ
If the device is connected, and then the application/docker container is restarted and the device is not disconnected, the next connection attempt will fail because the device is already connected on the host but we think it is not connected and a connect call will fail. ``` "/org/bluez/hci1/dev_BD_24_6F_85_A...
closed
2022-09-10T02:42:08Z
2022-09-10T20:54:20Z
https://github.com/hbldh/bleak/issues/992
[]
bdraco
5
ExpDev07/coronavirus-tracker-api
fastapi
240
Heroku application down?
At least during the last couple of hours, a timeout is triggered when trying to access the Heroku instance. See for example https://coronavirus-tracker-api.herokuapp.com/v2/sources Could it have to do with #174 ?
closed
2020-03-31T00:15:12Z
2020-03-31T07:29:06Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/240
[ "question" ]
cyenyxe
2
vitalik/django-ninja
pydantic
418
[BUG] Pydantic schema is using a higher version json schema than open api
**Describe the bug** It seems pydantic is generating schema in line with the latest json schema draft, but openapi expects an older version. This issue has some info, and fastapi appears to have solved it but it might be worth solving this in ninja too. https://github.com/samuelcolvin/pydantic/issues/1164 The...
closed
2022-04-08T23:09:32Z
2022-07-01T13:34:40Z
https://github.com/vitalik/django-ninja/issues/418
[]
shughes-uk
3
ckan/ckan
api
8,194
Supervisor config for worker should set environment variable PYTHONUNBUFFERED
## CKAN version 2.10.4 ## Describe the bug While testing the background worker, I was not able to get any output of the worker processes to be written to the log files. ### Steps to reproduce ``` # clear the logs echo "" > /var/log/ckan/ckan-worker.stderr.log echo "" > /var/log/ckan/ckan-worker.stdout.log ...
open
2024-04-20T08:17:18Z
2024-08-06T10:21:30Z
https://github.com/ckan/ckan/issues/8194
[ "Good for Contribution" ]
paulmueller
4
litestar-org/polyfactory
pydantic
494
Bug: ModelFactory can not generate list of classes with a Pydantic field alias
### Description I am trying to generate a list of classes but an error is thrown: ``` pydantic_core._pydantic_core.ValidationError: 1 validation error for Status cardstatus.0 Input should be a valid dictionary or instance of CardStatus [type=model_type, input_value=[CardStatus(link_id=5265,...ture=-1265170137236...
closed
2024-01-24T11:05:52Z
2025-03-20T15:53:13Z
https://github.com/litestar-org/polyfactory/issues/494
[ "bug" ]
keviloper
1
microsoft/JARVIS
pytorch
132
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hello, When running in inference mode, I got this error message. Here is the log of the interaction. Any suggestions appreciated. ``` 2023-04-11 10:47:21,867 - awesome_chat - INFO - input: For the image at location /images/example_page.jpg please draw a bounding box around each block of text in the image. 2023...
open
2023-04-11T15:51:08Z
2025-01-23T10:10:46Z
https://github.com/microsoft/JARVIS/issues/132
[]
themantalope
1
axnsan12/drf-yasg
rest-api
158
Make excluded "produces" media types customizable
Hello! In `utils.py` at https://github.com/axnsan12/drf-yasg/blob/master/src/drf_yasg/utils.py#L278 Excludes html media type? It is some OpenAPI restriction? ```python def get_produces(renderer_classes): """Extract ``produces`` MIME types from a list of renderer classes. :param list renderer_classes:...
closed
2018-07-04T09:29:55Z
2018-08-08T06:03:15Z
https://github.com/axnsan12/drf-yasg/issues/158
[]
estin
4
deepfakes/faceswap
deep-learning
626
crashed at the beginning of train
``` File "/opt/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 519, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialized value Adam/l ``` crashed on ``` File "/faceswap/plugins/...
closed
2019-02-26T14:22:40Z
2019-02-28T10:46:06Z
https://github.com/deepfakes/faceswap/issues/626
[]
cp0000
6
csurfer/pyheat
matplotlib
14
matplotlib warning given when running against `test_program.py`.
Steps to reproduce: ```bash git clone https://github.com/csurfer/pyheat.git cd pyheat python3 setup.py install --user pyheat tests/test_program.py ``` Results in the following warning on the line which calls `set_yticklabels`: ``` /home/aaron/.local/lib/python3.6/site-packages/py_heat-0.0.6-py3.6.egg/pyheat/...
closed
2021-01-08T21:21:32Z
2021-09-18T20:16:25Z
https://github.com/csurfer/pyheat/issues/14
[]
AaronRobson
1
Miserlou/Zappa
flask
1,643
Temporary S3 Bucket is not deleted
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 --> In my `zappa_se...
open
2018-10-11T00:57:29Z
2019-03-11T14:24:10Z
https://github.com/Miserlou/Zappa/issues/1643
[]
chiqunz
1
wandb/wandb
tensorflow
9,601
[Feature]: And option to syn in Python API
### Description Add option to sync offline runs directly in python ### Suggested Solution Just like there is an option to sync via command line using `wandb sync` create a wrapper for python ´wandb.sync()´
open
2025-03-19T18:24:50Z
2025-03-20T09:36:05Z
https://github.com/wandb/wandb/issues/9601
[ "ty:feature" ]
pfcouto
1
microsoft/nni
tensorflow
5,133
mobolienet V2 QAT quantization accuracy is low
i use a qat quantizer to quantization my model base on mobolienet v2, the result is always nan at first, so I reduce the learning rate, no more nan. but the KPI(accuray, recall, precision) of model is low(30% reduction compared to the original model), how can promote KPI when use QAT quantizer, here is my code: fro...
open
2022-09-21T02:07:33Z
2022-10-12T01:50:42Z
https://github.com/microsoft/nni/issues/5133
[ "model compression", "support" ]
mairkiss
1
skypilot-org/skypilot
data-science
4,103
[Provisioner] Backward compatibility for status refreshing on Lambda New Provisioner
<!-- Describe the bug report / feature request here --> In #3865, for lambda cloud cluster that launched before this PR, running `sky status --refresh` puts it in the `INIT` state. We should investigate what is happening here. https://github.com/skypilot-org/skypilot/pull/3865#pullrequestreview-2373491746 ```b...
open
2024-10-17T16:29:44Z
2024-12-19T23:08:44Z
https://github.com/skypilot-org/skypilot/issues/4103
[]
cblmemo
0
LAION-AI/Open-Assistant
machine-learning
3,281
Are the weights of the RM available?
As the title suggests. Would like to use an off-the-shelf reward model for RLHF training.
closed
2023-06-02T10:17:01Z
2023-06-12T07:57:15Z
https://github.com/LAION-AI/Open-Assistant/issues/3281
[ "ml", "question" ]
zyzhang1130
2
JaidedAI/EasyOCR
deep-learning
778
Question about the pre-processing and post-processing methods used in EasyOCR
Hi, Many thanks for releasing this amazing OCR platform! From the framework diagram, there are pre-processing and post-processing operations in this platform. Could you please let us know what the pre-processing and post-processing methods were used in EasyOCR? Thank you!
open
2022-07-08T10:24:05Z
2022-07-08T10:24:05Z
https://github.com/JaidedAI/EasyOCR/issues/778
[]
Di-Ma-S21
0
brightmart/text_classification
tensorflow
11
could you give a brief intro about the ensemble
Hi bright, nice job on these baselines. I saw you said you did some ensemble work, so could you give some words about? I didn't find a good way to do a traditional bagging or boosting, and I tried the [hard voting](http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html), but resul...
closed
2017-08-05T08:41:30Z
2017-08-05T11:24:35Z
https://github.com/brightmart/text_classification/issues/11
[]
ghost
1
MagicStack/asyncpg
asyncio
392
Possible to INSERT with prepared statements
It seems like INSERTs with prepared statements have been overlooked in asyncpg. The only attributes of a PreparedStatement object listed in the asyncpg docs relate to SELECT queries: `cursor`, `fetch`, `fetchrow`, `fetchval` etc. Have I missed it somewhere or is this likely to be implemented soon?
closed
2018-12-16T06:30:32Z
2019-12-28T17:52:58Z
https://github.com/MagicStack/asyncpg/issues/392
[]
Gitborg
3
deezer/spleeter
deep-learning
343
[Bug] name your bug
## Description Used in both cases: Spleet gui result: Spleeter works fine on Win7, but produces this, on Win10: ## Step to reproduce Installed: python-3.8.2.exe Miniconda3-latest-Windows-x86_64.exe then (without errors): pip install spleeter conda install numba ## Output Informationen über...
closed
2020-04-25T18:34:31Z
2020-04-27T07:49:40Z
https://github.com/deezer/spleeter/issues/343
[ "bug", "invalid" ]
Ry3yr
1
pydata/xarray
pandas
9,824
Some operations broken when using the SciPy engine
### What happened? A simple `open->resample.mean` fails if the scipy engine is used and flox is used. See error below. ### What did you expect to happen? I expected it to work. ### Minimal Complete Verifiable Example ```Python import xarray as xr # xr.set_options(use_flox=True) # default so not really ...
closed
2024-11-25T17:20:44Z
2025-01-31T08:41:38Z
https://github.com/pydata/xarray/issues/9824
[ "bug" ]
aulemahal
1
MilesCranmer/PySR
scikit-learn
38
Predefined function form
Hi Miles, In the regression process, can we pre-define a function form first, and let the regression start from this function? for example, If our objective function is x0**2 + 2.0*cos(x3) - 2.0 like example.py, that is simple, pysr can get the result quickly. however, In some research processes, our objective fun...
open
2021-03-08T14:08:02Z
2021-07-20T20:50:57Z
https://github.com/MilesCranmer/PySR/issues/38
[ "question" ]
nice-mon
2
graphql-python/gql
graphql
475
Error when using gqc client under windows
When running this program on Windows: https://github.com/ms140569/omnivore-backup I'm getting this Error: python backup.py >outpout.csv Traceback (most recent call last): File "<USER>\prj\omnivore-backup\backup.py", line 186, in <module> sys.exit(main()) ^^^^^^ File "<USER>\prj\omnivo...
closed
2024-03-23T15:13:49Z
2024-03-23T22:49:21Z
https://github.com/graphql-python/gql/issues/475
[ "type: question or discussion" ]
ms140569
6
jupyter/nbviewer
jupyter
279
Convert ipython notebook to pdf and/or print notebook
Hi can someone please instruct me on how to convert my notebook.ipynb to notebook.pdf and/or print my notebook? Thank you.
open
2014-05-08T00:15:27Z
2020-07-06T11:41:17Z
https://github.com/jupyter/nbviewer/issues/279
[ "type:Enhancement", "tag:Format" ]
tmstout
6
iperov/DeepFaceLab
machine-learning
482
Error during extraction, occurs repeatedly with certain data_dst.mp4 extracted frames.
Extraction finishes 1st pass, during 2nd pass an error occurs: F:\DF\DFL\_internal\DeepFaceLab\mathlib\__init__.py:25: RuntimeWarning: overflow encountered in int_scalars return 0.5*np.abs(np.dot(x,np.roll(y,1))-np.dot(y,np.roll(x,1))) Error occurs with some datasets, if it happens with certain one it can be repr...
closed
2019-11-07T18:33:05Z
2020-02-27T02:41:50Z
https://github.com/iperov/DeepFaceLab/issues/482
[]
ThomasBardem
2
Yorko/mlcourse.ai
matplotlib
382
Topic 3. Decision tree regressor, MSE
В примере по DecisionTreeRegressor неправильный расчет MSE в названии графика: `plt.title("Decision tree regressor, MSE = %.2f" % np.sum((y_test - reg_tree_pred) ** 2))` Нужно ещё поделить на количество наблюдений, предлагаю поправить так: `plt.title("Decision tree regressor, MSE = %.4f" % (np.sum((y_test - reg_tree...
closed
2018-10-17T08:08:32Z
2018-10-17T21:34:04Z
https://github.com/Yorko/mlcourse.ai/issues/382
[ "minor_fix" ]
lalimpiev
1
recommenders-team/recommenders
data-science
1,918
[FEATURE] Find a way to run the tests for external contributors after approval from core devs
### Description <!--- Describe your expected feature in detail --> Currently, external contributors can do PRs, but after a core dev approves and executes to run the tests, there is an error: ``` Run azure/login@v1 Error: Az CLI Login failed. Please check the credentials and make sure az is installed on the runn...
closed
2023-04-11T10:47:26Z
2023-04-11T10:49:12Z
https://github.com/recommenders-team/recommenders/issues/1918
[ "enhancement" ]
miguelgfierro
1
HumanSignal/labelImg
deep-learning
160
size is 0 in xml annotations.
- **OS:** Windows 7 - **PyQt version:**5 for some images ,the xml annotations file created by using labelImg has problems that: the width and height in size node is 0. My guess is that the image is maybe not a jpg format file.
closed
2017-09-11T09:20:15Z
2021-06-06T14:50:43Z
https://github.com/HumanSignal/labelImg/issues/160
[ "bug" ]
makefile
1
davidsandberg/facenet
tensorflow
750
evaluate function in training step will raise error : "float division by zero"
Take new pairs of pics as the evaluate dataset, raise error "float division by zero" in calculate_val_far function (facenet.py). the codes in function "calculate_val_far"(508L @ facenet.py) is : `def calculate_val_far(threshold, dist, actual_issame):` &ensp;&ensp;` predict_issame = np.less(dist, threshold)` ...
open
2018-05-17T07:18:03Z
2021-06-12T09:39:19Z
https://github.com/davidsandberg/facenet/issues/750
[]
PartYoga
3
holoviz/panel
matplotlib
7,281
Tabulator: Separate aggregators for different columns blocked by type hint
<details> <summary>Software Version Info</summary> ```plaintext panel 1.4.5 ``` </details> #### Description of expected behavior and the observed behavior - 'If separate aggregators for different columns are required the dictionary may be nested as {index_name: {column_name: aggregator}}' - Aggre...
closed
2024-09-15T09:12:49Z
2024-12-02T13:17:57Z
https://github.com/holoviz/panel/issues/7281
[ "component: tabulator" ]
AxZolotl
2
PaddlePaddle/ERNIE
nlp
882
出现了一个直接执行evaluate找不到文件路径的问题
python 3.6.5 paddlepaddle 2.3.2 paddlepaddle-gpu 2.1.2.post101 按提示做预测 https://github.com/PaddlePaddle/ERNIE/tree/ernie-kit-open-v1.0/applications/tasks/text_generation python run_infer.py --param_path ./examples/cls_ernie_gen_infilling_ch_...
closed
2023-01-12T11:08:37Z
2023-04-02T05:23:14Z
https://github.com/PaddlePaddle/ERNIE/issues/882
[ "wontfix" ]
dataCoderX10
1
dot-agent/nextpy
streamlit
77
Migrate Nextpy to Pydantic v2 for Enhanced Performance and Compatibility
It's time to upgrade Nextpy to Pydantic v2. This migration is crucial to leverage the latest performance improvements and ensure compatibility with other libraries that are also moving to Pydantic v2. ### Expected Benefits - **Performance Improvements**: Pydantic v2 comes with significant enhancements in performa...
open
2023-12-13T14:35:20Z
2023-12-13T14:36:01Z
https://github.com/dot-agent/nextpy/issues/77
[ "enhancement", "help wanted" ]
anubrag
0
aimhubio/aim
tensorflow
2,795
Enable real-time data observability through live updates 🔥
## 🚀 Feature Real-time data observability through live updates. ### Motivation Query data caching on UI makes it unable to monitor real-time data changes without page reload. So enabling live-update (auto-refresh) will help to resolve this issue. ### Pitch Add auto-refresh logic to Board page, which ...
open
2023-05-30T13:42:06Z
2023-05-31T19:04:17Z
https://github.com/aimhubio/aim/issues/2795
[ "type / enhancement", "phase / ready-to-go", "area / Web-UI" ]
roubkar
0
allenai/allennlp
nlp
5,067
Training state of last epoch not saved due to early stopping
`trainer.py` line 1006 will break the loop, and `dump_metrics` on line 1030 & `save_checkpoint` on line 1043 are skipped. ```python this_epoch_val_metric = self._metric_tracker.combined_score(val_metrics) self._metric_tracker.add_metrics(val_metrics) if self._metric_tracker.should_stop_early(): ...
closed
2021-03-25T11:50:53Z
2021-04-23T00:09:32Z
https://github.com/allenai/allennlp/issues/5067
[ "bug" ]
alanwang93
2
xorbitsai/xorbits
numpy
536
ENH: DataFrameNunique has performance issue
Note that the issue tracker is NOT the place for general support. For discussions about development, questions about usage, or any general questions, contact us on https://discuss.xorbits.io/. I am testing on a dataframe with 3 columns and approximately 400 million rows. The first column of the data contains 85,6...
closed
2023-06-19T09:58:39Z
2023-07-07T13:07:12Z
https://github.com/xorbitsai/xorbits/issues/536
[ "enhancement" ]
ChengjieLi28
0
microsoft/nni
data-science
4,981
Automatic Operator Conversion Enhancement
**What would you like to be added**: automatic operator conversion in compression.pytorch.speedup **Why is this needed**: nni needs to call these functions to understand the model. problems when doing it manually: 1. The arguments can only be fetched as a argument list 2. The function uses a lot of star(*...
open
2022-07-04T05:59:32Z
2022-10-08T08:24:33Z
https://github.com/microsoft/nni/issues/4981
[ "nnidev" ]
Louis-J
1
milesmcc/shynet
django
77
Monthly Reports
Hello community 😄 First of all, @milesmcc and all the contributors, really thank you for this amazing work! After months searching for the perfect solution, I think I hopefully found it. To be 100% perfect, I'm just missing a monthly report. Basically, I would love to every month send a report of visitors (and ...
open
2020-08-25T23:05:36Z
2020-08-26T14:19:11Z
https://github.com/milesmcc/shynet/issues/77
[ "enhancement" ]
Tragio
3
marcomusy/vedo
numpy
449
vedo marching cubes algorithm
Hey thanks for the wonderful library. I am also looking into vtk but the documentation and the examples seem really opaque. I was wondering if the marching cubes algorithm in vedo is the same as the marching cubes in vtk. Is it the discreteMarchingCubes algorithm. or does the volume.isosurface follow some other algo...
closed
2021-09-03T13:49:28Z
2023-03-09T08:48:12Z
https://github.com/marcomusy/vedo/issues/449
[]
cakeinspace
3
vitalik/django-ninja
pydantic
1,069
/After upgrading into 1.1.0 from 0.22.2, /api/docs page shows `No API definition provided.`
**Describe the bug** After upgrading into 1.1.0 from 0.22.2, /api/docs page shows `No API definition provided.` It works well in local (docker-compose) I don't know why it doesn't suddenly work. I don't know it is exactly related to django-ninja version. but It suddenly happened after upgrading. **Versions (p...
closed
2024-01-31T05:07:28Z
2024-02-18T05:51:27Z
https://github.com/vitalik/django-ninja/issues/1069
[]
baidoosik
1
horovod/horovod
deep-learning
3,306
Error when trying to install horovod
Hello, I've been working on this for awhile, but couldn't figure it out yet. I would appreciate your help. I am still not able to install horovod, although I did install all the requirements specified in the documentation. I am getting this long error: > Installing collected packages: psutil, cloudpickle...
closed
2021-12-08T13:11:05Z
2022-03-13T18:56:25Z
https://github.com/horovod/horovod/issues/3306
[ "wontfix" ]
n-balla
8
pytorch/pytorch
machine-learning
149,425
python custom ops tutorial stopped working in PyTorch 2.7 RC1
Get PyTorch 2.7 RC1. Repro in next comment. Error looks like: ```py Traceback (most recent call last): File "/home/rzou/dev/2.7/pco.py", line 124, in <module> cropped_img = f(img) ^^^^^^ File "/home/rzou/dev/2.7/env/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py", line 655, in _fn ...
closed
2025-03-18T19:57:03Z
2025-03-19T15:08:34Z
https://github.com/pytorch/pytorch/issues/149425
[ "high priority", "triage review", "oncall: pt2", "module: inductor" ]
zou3519
4
matplotlib/matplotlib
matplotlib
29,160
[Bug]: ConciseDateFormatter doesn't handle DST changes correctly
### Bug summary When the time series to plot has a day light saving change and the time zone of data changes, the ticker labels formatted incorrectly. It seems to format time zone part instead of the correct base, in this example the day. ### Code for reproduction ```Python import datetime import matplotlib.pyp...
open
2024-11-20T05:27:42Z
2024-11-21T23:26:58Z
https://github.com/matplotlib/matplotlib/issues/29160
[ "topic: date handling" ]
otourzan
2
cvat-ai/cvat
pytorch
8,687
Assignee set to None in API response
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. Create project with a task 2. Open task and assign job to a user 3. Use CVAT API to get project id by name ``...
open
2024-11-12T14:04:39Z
2024-12-05T10:01:31Z
https://github.com/cvat-ai/cvat/issues/8687
[ "bug", "need info" ]
cile98
7
ultralytics/ultralytics
pytorch
19,790
In the validation images, there are many objects that are not detected
### 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 Val ### Bug I trained a model to detect berries. I consider the dataset is very representative: around 4k images of hight-...
closed
2025-03-20T03:24:12Z
2025-03-20T13:37:24Z
https://github.com/ultralytics/ultralytics/issues/19790
[ "fixed", "detect" ]
JosueDavalos
3
autokey/autokey
automation
172
Pass user input to script
## Classification: Enhancement ## Summary It would be nice to get access to what triggered the script from within it. This would enable us to create much more advanced scripts that produce different output depending on the trigger. Is this doable and something you might consider? (might give it a go myself)...
closed
2018-08-06T15:37:46Z
2018-09-20T22:08:28Z
https://github.com/autokey/autokey/issues/172
[ "enhancement" ]
syko
5
Lightning-AI/LitServe
api
263
Setup step is not awaited
## 🐛 Bug The `setup` step doesn't wait for all the defined processes to finish. This means that the application is declared working, even though the model is still not loaded. ### To Reproduce Please take a look at the code sample below. #### Code sample ``` import litserve as ls from gliner import G...
closed
2024-09-02T09:03:50Z
2024-09-08T11:42:32Z
https://github.com/Lightning-AI/LitServe/issues/263
[ "bug", "help wanted" ]
andreieuganox
2
encode/httpx
asyncio
2,537
Multipart Form Data Headers
After testing #2382 it seems that the request headers are not being updated correctly. ``` filename = 'test.tar' data = {"file": (Path(filename).name, open(filename, "rb"), "application/x-tar")} resp = httpx.request("POST", 'URL', files=data) ``` The request has the following header ` {'Content-Type': 'multip...
closed
2023-01-03T14:48:28Z
2023-01-05T10:46:06Z
https://github.com/encode/httpx/issues/2537
[ "discussion" ]
ghost
1
wkentaro/labelme
deep-learning
835
Rotated rectangle implementation [Question]
closed
2021-02-03T23:03:59Z
2023-03-01T05:53:06Z
https://github.com/wkentaro/labelme/issues/835
[]
edu638s
1