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
graphdeco-inria/gaussian-splatting
computer-vision
1,158
Large dataset
The quality of the ply file trained with 3000 images is poor. How to solve it?
open
2025-02-09T11:58:12Z
2025-02-14T08:28:32Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1158
[]
jayjungit
1
opengeos/leafmap
plotly
42
Add time slider for visualizing timeseries images
This feature allows users to the time slider to visualize timeseries images (e.g., Planet imagery)
closed
2021-06-15T23:14:25Z
2021-06-22T00:53:37Z
https://github.com/opengeos/leafmap/issues/42
[ "Feature Request" ]
giswqs
1
mirumee/ariadne
api
259
Incorrect field ordering
According to the "Field Ordering" paragraph in Section 3.6 of the spec: > When querying an Object, the resulting mapping of fields are conceptually ordered in the same order in which they were encountered during query execution, excluding fragments for which the type does not apply and fields or fragments that are s...
closed
2019-10-16T23:20:41Z
2019-10-17T02:15:23Z
https://github.com/mirumee/ariadne/issues/259
[ "bug", "decision needed" ]
sedough
2
phalt/django-api-domains
graphql
16
[FEEDBACK]Isn't this styleguide encouraging anemic domain models?
Hey phalt, how are u doing? So... I'm currently following ur style guide on some projects that I'm currently working on and I've been thinking... Isn't this style guide encouraging anemic domain models? Because you threaten the apps as our "domains" and don't write any domain classes and don't even write some map...
closed
2020-02-09T05:16:55Z
2020-02-09T22:14:26Z
https://github.com/phalt/django-api-domains/issues/16
[]
gbrennon
2
vaexio/vaex
data-science
2,338
[BUG-REPORT] Incredibly slow performance with shifted columns
**Description** Hi! I'm not sure if this is a use case addressed by vaex, but the following example has an incredibly slow performance: ``` import pandas as pd import vaex import numpy as np N=2**26 df = pd.DataFrame() array = np.linspace(1,N,N).reshape(-1, 2**6) for i in range(2**6): df[f'col_{i}']...
open
2023-02-12T05:29:11Z
2023-02-14T16:20:10Z
https://github.com/vaexio/vaex/issues/2338
[]
ceberhardt
5
huggingface/pytorch-image-models
pytorch
1,512
Can you add "PP-LCNet: A Lightweight CPU Convolutional Neural Network" (PP-LCNet-2x,PP-LCNet-2.5x)
As above
open
2022-10-24T08:01:22Z
2022-10-24T08:02:07Z
https://github.com/huggingface/pytorch-image-models/issues/1512
[ "enhancement" ]
Snailgoo
0
pydata/pandas-datareader
pandas
36
Yahoo Datareader RemoteDataError when end date added in Python 3
See stackoverflow description: http://stackoverflow.com/questions/29296045/pandas-yahoo-datareader-remotedataerror-when-end-date-added?noredirect=1#comment46788752_29296045
closed
2015-03-30T17:34:44Z
2015-08-23T22:07:56Z
https://github.com/pydata/pandas-datareader/issues/36
[]
ccsv
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,276
GlobaLeaks Exception -> KeyError Mapping key not found
We received two "GlobaLeaks Exception" emails with error "KeyError Mapping key not found." After receiving these Emails the User-Passwords were not set or not valid anymore. The Admin could login to the system and we were able to send links to reset the user passwords. This happened without any action from our ...
open
2022-09-12T08:10:40Z
2022-09-12T08:26:00Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3276
[]
peterknapp
2
miguelgrinberg/python-socketio
asyncio
398
Access cookies on the http upgrade request
I'd like to access some cookies on the original http upgrade request in order to do some authentication. Is there any mechanism for accessing these or do I need to modify the driver? I'm using aiohttp.
closed
2019-12-18T18:00:48Z
2019-12-18T18:11:43Z
https://github.com/miguelgrinberg/python-socketio/issues/398
[ "question" ]
johnyburd
2
tradingstrategy-ai/web3-ethereum-defi
pytest
9
Slippage and MEV preventation in trades
Creaet a function that calculates `amountIn` and `amountOut` values for buy/sell with a specific slippage. See this question for details: https://ethereum.stackexchange.com/questions/99404/pancakeswap-anti-front-run First for Uniswap v2, as its dog eats dog frontrun battle at BNB Chain.
closed
2022-03-17T14:13:49Z
2022-04-08T07:23:15Z
https://github.com/tradingstrategy-ai/web3-ethereum-defi/issues/9
[ "priority: P1" ]
miohtama
3
scrapy/scrapy
python
5,743
Scrapy does not accept my proxy server address
I am using customly configured VM to act as a proxy server (via squid) and now I try to use it for my scraper. I am using [scrapy-rotating-proxies][1] to rotate trought my ip list definition but the problem is that my proxy is treated as DEAD right on the first attempt even thought I have verified that the proxy addres...
closed
2022-12-02T16:53:13Z
2022-12-02T22:32:17Z
https://github.com/scrapy/scrapy/issues/5743
[ "needs more info" ]
devfox-se
2
yezyilomo/django-restql
graphql
34
Typo in CONTRIBUTING.md
There is a typo in the how to contribute section - 'experianced'. it should be 'experienced'.
closed
2019-08-21T19:55:37Z
2019-08-21T20:08:32Z
https://github.com/yezyilomo/django-restql/issues/34
[]
zolong1
1
ageitgey/face_recognition
machine-learning
1,256
zipfile.BadZipFile: File is not a zip file while pip install face_recognition
* face_recognition version: 1.2.3 * Python version: 3.6.8 * Operating System: Ubuntu ### Description I was simply trying to install face_recognition module, and tried through all these commands: ``` pip install face_recognition==1.2.3 pip install face_recognition pip3 install face_recognition==1.2.3 pip3...
closed
2020-12-17T11:56:11Z
2020-12-20T17:53:20Z
https://github.com/ageitgey/face_recognition/issues/1256
[]
vagdevik
1
babysor/MockingBird
pytorch
249
报错:RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
作者你好,我使用的web.py运行的demo,百度云下载的synthesizer,生成语音的时候报错,请问有解决办法吗? csdn的一个回答是这样的,我没找到 “”“ 在训练模型的时候,需要搞清楚有没有用多GPU训练 使用pytorch正常加载模型的话: model.load_state_dict(torch.load(model_path)) 1 如果在训练的时候使用到了多GPU训练 model = torch.nn.DataParallel(model, device_ids=range(opt.ngpu)) ”“”
closed
2021-12-06T12:18:32Z
2021-12-15T16:03:03Z
https://github.com/babysor/MockingBird/issues/249
[]
MeetSongta
2
jazzband/django-oauth-toolkit
django
816
how can i implement anonymous users?
For example, suppose I want to protect the /register endpoint. The user does not yet have credentials (username + password). what would be the correct way to protect my api from external clients to mine with this toolkit?
closed
2020-03-20T00:08:17Z
2020-03-20T01:56:12Z
https://github.com/jazzband/django-oauth-toolkit/issues/816
[ "question", "help-wanted" ]
FelipeSanchezCalzada
1
tensorlayer/TensorLayer
tensorflow
171
Please give a unique name to tl.cost.cross_entropy for TF1.0+
Running minist example with Tensorflow 1.2 in [documents](http://tensorlayercn.readthedocs.io/zh/latest/user/tutorial.html) shows error of : `"Please give a unique name to tl.cost.cross_entropy for TF1.0+"` in line 36 of the example code: `cost = tl.cost.cross_entropy(y, y_)` should be change to: `cost = tl.cos...
closed
2017-06-23T06:06:37Z
2017-07-27T16:31:12Z
https://github.com/tensorlayer/TensorLayer/issues/171
[]
HudsonHuang
1
modelscope/modelscope
nlp
815
Hope to give repositories on modelscope permissions to modify commit messages
**Describe the feature** Features description **Motivation** A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [....], which is very helpful for [....]. **Related resources** If there is an official code release or third-party i...
closed
2024-03-31T11:53:33Z
2024-10-23T04:38:34Z
https://github.com/modelscope/modelscope/issues/815
[ "Stale" ]
monetjoe
6
OFA-Sys/Chinese-CLIP
computer-vision
90
zeroshot classification RN50 mnist 结果无法复现,RN50其他数据正确,mnist在其他模型上的也跟报的结果一致,但mnist在RN50上只有35.44的结果,希望帮忙看下,谢谢!
closed
2023-04-23T15:19:03Z
2023-04-28T09:54:49Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/90
[]
pandaupc
3
ivy-llc/ivy
numpy
28,511
Fix Frontend Failing Test: tensorflow - math.paddle.conj
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-03-08T11:06:32Z
2024-03-14T21:30:29Z
https://github.com/ivy-llc/ivy/issues/28511
[ "Sub Task" ]
ZJay07
0
ymcui/Chinese-LLaMA-Alpaca-2
nlp
5
后面是不是可以直接发布合并之后的权重了?
应该不需要跟v1一样麻烦了吧?
closed
2023-07-19T14:47:07Z
2023-08-01T05:25:24Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/5
[ "stale" ]
1992leiting
2
encode/databases
asyncio
450
0.5.5: pytest is failing and some warnings
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm build -w --no-isolation` - because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed m...
open
2022-01-23T17:01:40Z
2023-05-25T18:48:00Z
https://github.com/encode/databases/issues/450
[]
kloczek
12
ets-labs/python-dependency-injector
asyncio
205
Regenerate C sources on Cython 0.28.5
There is a new version of Cython available - https://pypi.org/project/Cython/0.28.5/ So there is a need to regenerate C sources using this version.
closed
2018-10-12T06:47:32Z
2020-06-17T21:57:23Z
https://github.com/ets-labs/python-dependency-injector/issues/205
[ "enhancement" ]
rmk135
0
PrefectHQ/prefect
data-science
17,249
Image specified on a deployment is not passed to task on ECS Push worker
### Bug summary When I attempt the following deployment ``` from prefect import flow @flow(log_prints=True) def image_bug(name: str = "world"): print(f"Hello {name} from Prefect! 🤗") if __name__ == "__main__": image_bug.deploy( name="image-bug-deployment", build=False, push=False,...
open
2025-02-22T09:02:02Z
2025-03-21T16:23:54Z
https://github.com/PrefectHQ/prefect/issues/17249
[ "bug", "cloud" ]
blackwhitehere
5
KaiyangZhou/deep-person-reid
computer-vision
350
Convert onnx
我尝试了好几种方法进行onnx转化,都没有成功,可否指点一下
closed
2020-06-18T07:15:49Z
2021-02-07T08:13:42Z
https://github.com/KaiyangZhou/deep-person-reid/issues/350
[]
mhm0902
4
huggingface/transformers
machine-learning
36,032
T5 Tokenzier not load with `AttributeError: add_special_tokens conflicts with the method add_special_tokens in T5Tokenizer`
### System Info - `transformers` version: 4.48.2 - Platform: Linux-5.10.0-33-cloud-amd64-x86_64-with-glibc2.31 - Python version: 3.12.0 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.6.0+cu118 (True) - Tensor...
closed
2025-02-04T18:06:41Z
2025-03-15T08:04:16Z
https://github.com/huggingface/transformers/issues/36032
[ "bug" ]
QuantumStaticFR
5
arogozhnikov/einops
numpy
90
Does einops work with JAX?
closed
2020-11-19T20:19:11Z
2020-11-20T08:24:34Z
https://github.com/arogozhnikov/einops/issues/90
[]
mtthss
1
slackapi/bolt-python
fastapi
750
How to respond to Events API challenge from a Google Cloud Function?
I'm trying to deploy a locally hosted app into a Google Cloud Function. When locally hosting the app via ngrok, I was able to set up the events API by just pointing the `Request URL` to `https://{ngrok-id}.ngrok.io/slack/events`. I've deployed the source code to a 1st gen cloud function, but when I try setting the slac...
closed
2022-10-25T19:00:19Z
2022-10-26T15:02:19Z
https://github.com/slackapi/bolt-python/issues/750
[ "question" ]
bmckerry
2
apify/crawlee-python
automation
197
Enhance `PlaywrightCrawler` testing with mocked Playwright API
### Description - Enhance the testing of PlaywrightCrawler by adding a mocked Playwright API. - It will provide more isolated & stable testing environment, similar to how we use HTTPX and RESPX for `BeautifulSoupCrawler` - [test_beautifulsoup_crawler.py](https://github.com/apify/crawlee-python/blob/master/tests/uni...
open
2024-06-19T14:22:16Z
2024-07-15T10:34:39Z
https://github.com/apify/crawlee-python/issues/197
[ "t-tooling", "debt" ]
vdusek
0
ageitgey/face_recognition
python
919
Training KNN
* face_recognition version: Latest * Python version: 3.6 * Operating System: Ubuntu 18.04 I want to know how many images per class do we need for training a KNN. Because with 1 or 2 images model is not giving me an accurate result. One more thing can we train it on GPU ?
open
2019-08-29T11:28:38Z
2019-12-06T19:31:34Z
https://github.com/ageitgey/face_recognition/issues/919
[]
fadi212
2
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,142
Error when trying to update to 4.7.6
**Describe the bug** Error when trying to update to 4.7.6 **To Reproduce** apt-get update Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:5 https://pac...
closed
2022-01-10T12:43:42Z
2022-01-10T17:07:54Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3142
[]
elbill
2
ets-labs/python-dependency-injector
asyncio
677
What is the proper way to handle dependencies at module load time?
Hello all! Im having a fun time experimenting with this framework, but have found myself stumped on this design issue for a while. In short, if a dependency needs to be used at module load time (e.g. decorators), the init_resources/wiring breaks Example `containers.py` ``` class ApplicationContainer(containers....
open
2023-03-06T23:30:45Z
2023-03-13T19:05:11Z
https://github.com/ets-labs/python-dependency-injector/issues/677
[]
cpvandehey
2
pydata/xarray
numpy
10,015
`DataTree`: missing methods
### Is your feature request related to a problem? There are still missing methods on `DataTree` and I did not find an issue tracking those. - Did I miss that? - Is there a reason they are missing? --- e.g.: - [ ] broadcast_like - [ ] dropna - [ ] transpose - [ ] ... (I am sure there are more but these are the on...
open
2025-01-31T15:03:42Z
2025-03-14T16:48:15Z
https://github.com/pydata/xarray/issues/10015
[ "enhancement", "topic-DataTree" ]
mathause
2
apify/crawlee-python
automation
283
pylance reportPrivateImportUsage
When using VS Code, pylance (v2024.7.1, latest) frequently reports ```reportPrivateImportUsage``` errors when importing classes. ![image](https://github.com/apify/crawlee-python/assets/69588680/86e756a9-e165-4647-ac6c-f8a921820d55) These errors can be fixed by defining a ```__all__``` list in the module's ```__in...
closed
2024-07-09T15:50:15Z
2024-07-16T10:31:14Z
https://github.com/apify/crawlee-python/issues/283
[ "bug", "t-tooling" ]
zigai
3
thtrieu/darkflow
tensorflow
729
[Bug] No Module named Cython.Build
C:\Users\80LM0141IH\Desktop\ML_TF\YOLO_Object_Detection-master>setup.py build_ext --inplace Traceback (most recent call last): File "C:\Users\80LM0141IH\Desktop\ML_TF\YOLO_Object_Detection-master\setup.py", line 3, in <module> from Cython.Build import cythonize ImportError: No module named Cython.Build Get...
open
2018-04-19T06:01:08Z
2018-05-02T00:10:52Z
https://github.com/thtrieu/darkflow/issues/729
[]
ashishgupta1350
1
Significant-Gravitas/AutoGPT
python
9,067
Marketplace - Navbar should say "Marketplace" rather than "Agent Store"
From the designs: <img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/99c93f60-1dfd-406e-b15e-a24447961d6b/78c53444-ae99-44e0-9f1a-a2ea983c0aba?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2E0Nzk0NmI1LTEyY2QtNGIzZC04ODIyLWRmMDRjODU1ODc5Zi85OWM5M2Y2MC0xZGZkLTQwNmUtYjE1ZS1hMjQ0NDc5Nj...
closed
2024-12-19T09:59:41Z
2024-12-19T10:35:58Z
https://github.com/Significant-Gravitas/AutoGPT/issues/9067
[]
Torantulino
0
SYSTRAN/faster-whisper
deep-learning
871
issue with GPU utilization, RTX 3060 mobile, CUDA 12.
Faster whisper does not seem to utilize my RTX 3060 mobile GPU. I have CUDA 12 installed and I have installed the libraries as per instructions. But it still only uses the CPU. I wrote some separate Python code to check whether CUDA device can be found and when I run this globally, it finds the correct GPU. However...
closed
2024-06-05T05:28:35Z
2024-06-11T15:12:29Z
https://github.com/SYSTRAN/faster-whisper/issues/871
[]
Code-Explode-Studios
2
clovaai/donut
computer-vision
325
Questions about SynthDoG synthetic data
Hello, author. May I ask if your synthdog tool in the project can be used to synthesize data containing formulas and tables? The formulas might be a bit more complex, such as LaTeX formulas.
open
2024-12-26T11:02:38Z
2024-12-27T05:26:52Z
https://github.com/clovaai/donut/issues/325
[]
acey-lab
2
ydataai/ydata-profiling
data-science
1,323
Bug Report: Kurtosis at constant columns values
### Current Behaviour I am trying to generate a report but it but it throws an error. ``` 187 descriptive_statistics = Table( 188 [ 189 { 190 "name": "Standard deviation", 191 "value": fmt_numeric(summary["std"], precision=config.report.precision), 1...
open
2023-05-10T16:01:58Z
2024-10-24T11:34:32Z
https://github.com/ydataai/ydata-profiling/issues/1323
[ "bug 🐛", "spark :zap:" ]
pedro-tofani
3
LibreTranslate/LibreTranslate
api
267
Chinese being installed when Dutch, English requested
libretranslate --debug --load-only 'en,nl' Updating language models Found 58 models Keep 2 models Downloading Dutch → English (1.4) ... Downloading English → Dutch (1.4) ... Loaded support for 3 languages (2 models total)! Installing transliteration models for the following languages: zh, nl [polyglot_data] Dow...
closed
2022-05-30T00:05:17Z
2022-07-15T13:09:42Z
https://github.com/LibreTranslate/LibreTranslate/issues/267
[ "possible bug" ]
irfanHaslanded
6
Lightning-AI/pytorch-lightning
data-science
19,957
Logging Hyperparameters for list of dicts
### Bug description Currently, when hyper parameters are logged with `log_hyperparams` the function calls [_flatten_dict](https://github.com/Lightning-AI/pytorch-lightning/blob/master/src/lightning/fabric/utilities/logger.py#L75-L106) to collapse the dict to a single level. However, when the config contains a list of ...
closed
2024-06-07T13:55:51Z
2025-03-14T10:32:52Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19957
[ "bug", "needs triage", "ver: 2.2.x" ]
vork
0
Farama-Foundation/PettingZoo
api
374
Pettingzoo.Atari, how to get score of each agent?
Hello I am wondering how do I get score (not reward). Say `pong_v1`, `agent-1` scores 18 points, `agent-2` scores 21 points, then the rewards is 3. (and -3 for `agent-2`). I am wondering how do I retrieve 18 points and 21 points (instead of rewards?) For the ice-hockey, each agent doesn't play until a maximum ...
closed
2021-04-29T04:14:15Z
2021-05-04T21:59:46Z
https://github.com/Farama-Foundation/PettingZoo/issues/374
[]
candygocandy
2
ivy-llc/ivy
pytorch
28,242
Fix Ivy Failing Test: paddle - elementwise.equal
ToDo List:https://github.com/unifyai/ivy/issues/27501
closed
2024-02-10T18:45:45Z
2024-02-25T10:50:47Z
https://github.com/ivy-llc/ivy/issues/28242
[ "Sub Task" ]
marvlyngkhoi
0
TencentARC/GFPGAN
deep-learning
168
error
今天下载的,用的v1.3模型,报错,TypeError: get_face_landmarks_5() got an unexpected keyword argument 'eye_dist_threshold'。 之前的版本没问题。
open
2022-03-01T12:11:58Z
2022-03-01T12:59:18Z
https://github.com/TencentARC/GFPGAN/issues/168
[]
wsysl1989
1
docarray/docarray
pydantic
1,448
add DocArray as an option to do SemanticSearch in GPTCache
We could put our InMemoryIndex and HNSWLib here https://github.com/zilliztech/GPTCache
closed
2023-04-25T06:16:38Z
2023-05-16T18:43:15Z
https://github.com/docarray/docarray/issues/1448
[]
samsja
4
quantumlib/Cirq
api
6,551
The default dtype of np.complex64 for the DensityMatrixSimulator is not precise enough for relatively small circuits.
**Description of the issue** **How to reproduce the issue** Use the example circuit: [example-circuit.json](https://github.com/quantumlib/Cirq/files/14886269/example-circuit.json) ``` import cirq with open("example-circuit.json", "r") as f: circuit = cirq.read_json(f) simulator = cirq.DensityMatri...
open
2024-04-05T14:35:05Z
2024-04-10T17:46:24Z
https://github.com/quantumlib/Cirq/issues/6551
[ "kind/bug-report", "triage/accepted" ]
bramathon
1
sktime/pytorch-forecasting
pandas
1,218
How to solve the overfitting problem for TFT model?
- PyTorch-Forecasting version: 0.10.1 - PyTorch version: 1.10.1+cu102 - Python version: 3.9.13 - Operating System: Ubuntu 18.04 ### Problem statement I am using the TFT model to predict electricity consumption. But during the training process, the training loss reduces while the val loss goes up, which means...
open
2023-01-06T02:27:20Z
2023-03-20T06:10:03Z
https://github.com/sktime/pytorch-forecasting/issues/1218
[]
heng94
7
laurentS/slowapi
fastapi
122
New release/tag
Hey @laurentS Just wondering if you're thinking of creating a new release/tag soon with the latest changes, I'm keen to use the custom cost per hit function for the limiter in a project of mine, but [v0.1.6](https://github.com/laurentS/slowapi/releases/tag/v0.1.6) was created a few days before the [PR for the chang...
closed
2022-11-26T14:21:01Z
2022-11-26T14:36:30Z
https://github.com/laurentS/slowapi/issues/122
[]
edgorman
2
onnx/onnx
machine-learning
5,869
Cannot install on windows 10 with pip - `test_data_set_0` folder is missing
# Bug Report ### Is the issue related to model conversion? <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk...
closed
2024-01-19T20:11:58Z
2024-01-25T14:20:05Z
https://github.com/onnx/onnx/issues/5869
[ "bug" ]
Grsz
3
ultralytics/yolov5
pytorch
12,902
Please update vyolov5.6.2 to support numpy1.20 or higher.
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training ### Bug **### Bug details** I am training a yolov5.6.2 model with google colab. At that time, an error occurred in the att...
closed
2024-04-10T05:09:12Z
2024-10-20T19:43:23Z
https://github.com/ultralytics/yolov5/issues/12902
[ "bug", "Stale" ]
FN4321
3
benlubas/molten-nvim
jupyter
24
[Feature Request] Cell Jumping
Commands for jumping between output cells. Optionally commands take a number. - `:MoltenNext [n]` go down 1 or n cells - `:MoltenPrev [n]` go up 1 or n cells - `:MoltenGoto n` go to cell n stealing this from: https://github.com/dccsillag/magma-nvim/issues/30
closed
2023-11-09T04:48:57Z
2023-11-14T14:58:21Z
https://github.com/benlubas/molten-nvim/issues/24
[ "enhancement", "WIP" ]
benlubas
0
graphql-python/graphene-django
graphql
942
DjangomodelFormMutation Authorization
I'm able to use DjangoModelFormMutation but am curious of how to limit mutation access along with query access similar to https://docs.graphene-python.org/projects/django/en/latest/authorization/ Currently I simply have a class inheriting from DjangoModelFormMutation. I want to be able to restrict access to the own...
closed
2020-04-20T15:33:07Z
2023-07-09T07:01:40Z
https://github.com/graphql-python/graphene-django/issues/942
[ "question", "permissions" ]
jgarzautexas
3
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
795
不理解这里的架构,是有问题吗
def forward(self, x): H, W = self.input_resolution B, L, C = x.shape assert L == H * W, "input feature has wrong size" shortcut = x x = self.norm1(x) x = x.view(B, H, W, C) 这里传入的数据是一个4维度的,为什么是blc三个维度呢,请问是少了合并hw这步吗
open
2024-03-09T08:47:58Z
2024-03-09T08:47:58Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/795
[]
1245179435
0
pyqtgraph/pyqtgraph
numpy
2,613
mouseClicked vs mouseMove coordinates
### Short description I think there is a bug in the coordinates given by mosueClicked ### Code to reproduce ```python from PyQt5 import QtWidgets from pyqtgraph import PlotWidget, plot import pyqtgraph as pg import sys # We need sys so that we can pass argv to QApplication import os class MainWindow(QtWid...
closed
2023-02-12T10:39:49Z
2023-02-12T12:50:14Z
https://github.com/pyqtgraph/pyqtgraph/issues/2613
[]
mikamyara
1
aio-libs/aiopg
sqlalchemy
777
Don't rollback a transaction if the connection is already closed
Caused by #570, in which we close the connection in any situation where we would have cancelled the query, since we don't have an async way of cancelling the query. One possible situation in which we could find ourselves closing the connection is in the case where a query timed out or was cancelled (in an asyncio se...
closed
2020-12-23T18:10:06Z
2021-03-22T09:47:09Z
https://github.com/aio-libs/aiopg/issues/777
[]
brianmaissy
1
ARM-DOE/pyart
data-visualization
629
'deepcopy' is not defined in pyart.filter
Hi, I got this error while using pyart.filters.moment_and_texture_based_gate_filter ``` python3.5/site-packages/pyart/filters/gatefilter.py in moment_and_texture_based_gate_filter 193 194 # make deepcopy of input radar (we do not want to modify the original) --> 195 radar_aux = deepcopy(radar...
closed
2017-01-31T03:42:16Z
2017-02-02T15:01:56Z
https://github.com/ARM-DOE/pyart/issues/629
[]
vlouf
1
pandas-dev/pandas
data-science
60,434
ENH: pd.to_sql(upsert=True, upsert_on_columns=['game_id'])
### Feature Type - [X] Adding new functionality to pandas - [X] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description I think it would be fantastic if upserting was built in as part of the pandas .to_sql() function. This is because I have to m...
open
2024-11-27T21:29:06Z
2024-12-17T03:22:57Z
https://github.com/pandas-dev/pandas/issues/60434
[ "Enhancement", "Needs Triage" ]
vile319
2
deepinsight/insightface
pytorch
2,688
what is kps in insightface
what is kps and what does it do and why no other face detector has this
closed
2024-11-16T14:50:11Z
2024-11-16T15:09:05Z
https://github.com/deepinsight/insightface/issues/2688
[]
xalteropsx
0
cuemacro/chartpy
matplotlib
7
Document comparison with HoloViews and hvPlot
Hi! Chartpy looks to have similar goals as [HoloViews](https://holoviews.org) and [hvPlot](https://hvplot.holoviz.org), which also provide a unified API for creating Matplotlib, Bokeh, or Plotly plots. It would be great if Chartpy's documentation could include a comparison with these existing libraries so that users wi...
open
2022-09-29T15:46:59Z
2022-09-29T15:46:59Z
https://github.com/cuemacro/chartpy/issues/7
[]
jbednar
0
ultralytics/yolov5
pytorch
12,569
Why does the learning rate suddenly increase
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello, Why does my learning rate suddenly increase when I reach approximately 1739 e...
closed
2024-01-02T08:32:39Z
2024-02-16T00:19:59Z
https://github.com/ultralytics/yolov5/issues/12569
[ "question", "Stale" ]
Gary55555
3
huggingface/pytorch-image-models
pytorch
1,928
[FEATURE] Is there any way to apply "the same" transformation on two images?
**Issue Description:** Sometimes, we need to apply consistent transformations to multiple images, particularly in tasks like semantic segmentation. In such cases, both the input image and its corresponding GT map (which possibly has more or less than three channels) require identical augmentation. However, existing ...
closed
2023-08-23T13:56:58Z
2024-12-05T22:41:28Z
https://github.com/huggingface/pytorch-image-models/issues/1928
[ "enhancement" ]
sangrockEG
1
autogluon/autogluon
scikit-learn
4,180
Accessing probabilities of bagged models
Hi, I was wondering if there's any way of accessing the probabilities of each of the bagged models which are averaged to get the output of ```predict_proba()``` for the L1 models? This would be helpful to be able to calculate uncertainties for each of the models as well as uncertainty for the entire weighted ensemble ...
open
2024-05-08T00:44:01Z
2024-11-25T22:56:48Z
https://github.com/autogluon/autogluon/issues/4180
[ "enhancement", "module: tabular" ]
amanmalali
3
httpie/cli
rest-api
1,198
# [Codecov](https://codecov.io/gh/httpie/httpie/pull/1169?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Report
# [Codecov](https://codecov.io/gh/httpie/httpie/pull/1169?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Report > Merging [#1169](https://codecov.io/gh/httpie/httpie/pull/1169?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca...
closed
2021-11-05T21:23:27Z
2021-11-05T21:26:06Z
https://github.com/httpie/cli/issues/1198
[ "invalid" ]
transmatecode
0
freqtrade/freqtrade
python
10,865
freqtrade webserver param support feature needed.
freqtrade webserver backtesting mode should support "|--data-format-ohlcv=json" param. 'coz the data is downloaded in this specified data format.
closed
2024-10-31T12:11:18Z
2024-10-31T13:09:39Z
https://github.com/freqtrade/freqtrade/issues/10865
[ "Question" ]
leochan007
3
milesmcc/shynet
django
243
robot traffic
Hi, In my stats I have a lot of "MICROSOFT-CORP-MSN-AS-BLOCK" polluting the true traffic. The source of this traffic is not clear. The flags "Ignore robots" is on. ![Screenshot from 2022-11-17 11-04-31](https://user-images.githubusercontent.com/621068/202430934-ab52a708-4067-4f4c-895b-a82798aea273.jpg) Does a...
open
2022-11-17T11:10:27Z
2022-11-17T11:10:27Z
https://github.com/milesmcc/shynet/issues/243
[]
christophemacabiau
0
dynaconf/dynaconf
flask
770
settings.setenv Fails With UnicodeDecodeError
**Code Repository** [Apollo](https://github.com/OmmarShaikh01/Apollo/tree/dev) **Describe the bug** Running an executable built by pyinstaller dynaconf raises UnicodeDecodeError **Dynaconf Initlization** ```py settings = Dynaconf( load_dotenv=False, project_root=os.path.dirname(ROOT), settings_f...
closed
2022-07-20T12:00:50Z
2022-07-24T06:09:40Z
https://github.com/dynaconf/dynaconf/issues/770
[ "bug" ]
OmmarShaikh01
1
miguelgrinberg/python-socketio
asyncio
101
multiplexed namespaces by client
Hi Miguel, When using **sanic** as server, how can I multiplex 2 namespaces for the same client, i.e still have blocking events within 1 namespace in order to guarantee order of messages beeing processed, while another namespace can still receive messages? Would such code allow this? Thanks ``` s = asyncio_ser...
closed
2017-05-11T07:25:34Z
2019-01-13T22:22:25Z
https://github.com/miguelgrinberg/python-socketio/issues/101
[ "question" ]
hsvlz
1
deezer/spleeter
deep-learning
51
[Bug] Command not found
I'm sure this is a user error as I am new to coding but when I try to use I get "command not found". Does this mean it wasn't installed properly? I installed miniconda for this. <img width="503" alt="Screen Shot 2019-11-07 at 11 42 46 AM" src="https://user-images.githubusercontent.com/57498358/68409182-a5dfa700...
closed
2019-11-07T16:48:13Z
2019-11-15T04:09:19Z
https://github.com/deezer/spleeter/issues/51
[ "bug", "invalid" ]
max6292
5
onnx/onnx
machine-learning
6,276
Shape inference fails on Concat when first tensor is initialized empty
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug My graph consists of a Concat node (with Axis=0) with two inputs with initializers. The first is initialized to `[]` and the second is `[1,2,3]`. When I run shape inference with `strict_mode=True, data_prop=True`, it fails with t...
closed
2024-08-02T10:42:33Z
2025-03-10T06:04:24Z
https://github.com/onnx/onnx/issues/6276
[ "bug", "module: shape inference", "contributions welcome" ]
MatejUrbanQC
5
newpanjing/simpleui
django
327
list_filter支持多选
**你希望增加什么功能?** ** what features do you wish to add? * * 1.django默认list_filter支持单选,如何支持多选? **留下你的联系方式,以便与你取得联系** ** what would you like to see optimized? * * E-mail:twinkle316@gmail.com
closed
2020-12-09T06:17:50Z
2021-07-21T03:25:15Z
https://github.com/newpanjing/simpleui/issues/327
[ "enhancement" ]
twinkle316
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,575
[Bug]: Any error happening after 'commit hash : XXXX' is not related to the launcher. Please report them on Automatic1111's github instead :
### Checklist - [x] The issue exists after disabling all extensions - [x] 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...
open
2024-04-19T15:23:02Z
2024-04-21T10:24:13Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15575
[ "asking-for-help-with-local-system-issues" ]
hao0606
1
indico/indico
flask
6,330
Prevent 'mark as paid' for pending registrations
When a registration is moderated and there is a fee or paid items, if you first mark a registration as paid and only then approve it it gets into a strange state where at the top it says not paid but at the same time the invoice shows up as paid. (More context in a SNOW ticket: INC3861152) ![image](https://github.c...
closed
2024-05-08T13:08:34Z
2024-10-14T08:54:48Z
https://github.com/indico/indico/issues/6330
[ "bug" ]
tomasr8
0
cleanlab/cleanlab
data-science
967
Datalab equivalent for Regression?
I wonder whether Cleanlab has something for regression problems that is equivalent to Datalab? Datalab's find_issues function requires `pred_probs`, which is not applicable for regression problems. I really like Datalab because it shows all key issues conveniently. Thanks
closed
2024-01-25T04:29:31Z
2024-02-20T00:41:35Z
https://github.com/cleanlab/cleanlab/issues/967
[ "question" ]
tqdo
11
sammchardy/python-binance
api
760
How to calculate the right timestamp to get klines history. Time calculation error with .get_historical_klines, get time difference of 2 hours.
**Describe the bug** If I request the server to get 560 '1 minute' klines back from the current time ( timestamp server ) I get always for two hours less. Is this a .get_historical_klines error? Is it using the wrong time UTC? **To Reproduce** ``` import binance.client as bCl from binance.client import Client f...
open
2021-04-06T11:32:23Z
2021-04-10T08:58:46Z
https://github.com/sammchardy/python-binance/issues/760
[]
lordAnubis
2
jupyterhub/repo2docker
jupyter
686
Add support for packagcompiler for julia support
cc: @davidanthoff @arnavs This is a specific implementation of the discussion in #601 We have now discussed how best to annotate project files for packagecompiler, which is a prerequisite for getting immediate support in repo2docker **Background** Right now, repo2docker doesn't support the package compiler but...
open
2019-05-21T21:55:29Z
2019-06-28T17:27:39Z
https://github.com/jupyterhub/repo2docker/issues/686
[ "enhancement" ]
jlperla
32
roboflow/supervision
computer-vision
1,349
Issue with NMM Merging Mechanism for Dense Rice Grain Images
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Issue with the stitching mechanism of detected images using Non-Maximum Merging (NMM) in the supervision library. The merging mechanism d...
closed
2024-07-12T11:31:12Z
2024-07-15T10:19:13Z
https://github.com/roboflow/supervision/issues/1349
[ "question" ]
SaiJeevanPuchakayala
0
BeanieODM/beanie
pydantic
561
[BUG] init_beanie() doesn't work properly sometimes
**Describe the bug** Sometimes `init_beanie()` raises pydantic's validation error. ```ERROR: Traceback (most recent call last): File "C:\Users\yallxe\AppData\Local\pypoetry\Cache\virtualenvs\[hidden]-gdEMt55_-py3.11\Lib\site-packages\starlette\routing.py", line 677, in lifespan async with self.lifespan_con...
closed
2023-05-14T21:47:05Z
2023-05-22T20:12:36Z
https://github.com/BeanieODM/beanie/issues/561
[ "bug" ]
yallxe
11
viewflow/viewflow
django
55
Form custom render
closed
2014-06-30T11:17:33Z
2014-06-30T11:17:34Z
https://github.com/viewflow/viewflow/issues/55
[ "dev/forms" ]
kmmbvnr
0
encode/uvicorn
asyncio
1,344
Incorrect websocket close code on server shutdown
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug This seems related to #1140 but may be a simpler issue. When the server is shutdown with `SIGTERM`, websocket connections are terminated...
closed
2022-01-30T13:40:39Z
2023-01-06T12:07:23Z
https://github.com/encode/uvicorn/issues/1344
[ "bug" ]
jalaziz
8
plotly/dash
jupyter
2,715
[BUG]
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | gr...
closed
2023-12-20T19:00:00Z
2023-12-21T17:14:11Z
https://github.com/plotly/dash/issues/2715
[]
dlikemobile26
1
Esri/arcgis-python-api
jupyter
1,593
gssapi error when connecting to Standalone server with AD user
**Describe the bug** I get an error when attempting to connect to a standalone (3 machine) GIS Server site, version 11.1 I have tried with the arcgis api and python installation included with ArcGIS Pro 3.1.2 and ArcGIS Server 11.1 **To Reproduce** Steps to reproduce the behavior: GIS Server site setup: Unfeder...
closed
2023-06-22T18:56:27Z
2023-06-28T19:17:07Z
https://github.com/Esri/arcgis-python-api/issues/1593
[ "bug" ]
adc0211
2
idealo/imagededup
computer-vision
198
MIN_similarity_thresholds
Thank you for your code. I'm comparing Data cleansing libraries such as imagedups, fastdup, and imagededup. When testing imagedump, various hash methods were tested to determine thresholds for different data. However, when testing the cnn method, we encountered some problems. Because my version of torchvision was earli...
open
2023-07-04T07:12:48Z
2023-07-28T15:42:58Z
https://github.com/idealo/imagededup/issues/198
[]
wangat
1
tox-dev/tox
automation
3,263
SSLError("Can't connect to HTTPS URL because the SSL module is not available.
when i try to run tox-eblack it shows this error. I tried my best to solve this I couldn't succeed. help me ![Screenshot 2024-04-06 152919](https://github.com/tox-dev/tox/assets/94634864/fa346523-fde7-47eb-ba56-91559cc9f12a)
closed
2024-04-06T19:34:36Z
2024-05-13T11:30:55Z
https://github.com/tox-dev/tox/issues/3263
[]
Waliur003
2
tableau/server-client-python
rest-api
1,392
Forcing Connection's server_address to lowercase breaks OData connectivity
**Describe the bug** In `request_factory.py`, a Connection's `server_address` is actively converted to lowercase on [this line in v0.31](https://github.com/tableau/server-client-python/blob/4018a0ffc01bfa7c5b0024c6f112ced158d420b9/tableauserverclient/server/request_factory.py#L1065). From what I can tell, this has bee...
closed
2024-06-06T09:09:04Z
2024-06-11T13:56:25Z
https://github.com/tableau/server-client-python/issues/1392
[]
TimothyVermeirenBiztory
1
Guovin/iptv-api
api
923
[Bug]: 春节左右开始所有ipv6源一直不能用
### Don't skip these steps | 不要跳过这些步骤 - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**限制** - [x] I am sure that this is a running error exception problem and will not submit any problems unrelated to this project | 我确定这是运行报错异常问题,...
closed
2025-02-20T13:40:41Z
2025-02-21T02:06:11Z
https://github.com/Guovin/iptv-api/issues/923
[ "invalid", "wontfix" ]
lxz256
1
neuml/txtai
nlp
395
Allow save embeddings (the tmpfile.npy); or option to return embeddings with query
I'd like to work with the actual numpy embeddings (the ones [buffered here](https://github.com/neuml/txtai/blob/master/src/python/txtai/embeddings/base.py#L113)). Context on why later. I thought it was [storevectors](https://github.com/neuml/txtai/blob/master/src/python/txtai/embeddings/base.py#L492), but that looks to...
closed
2022-12-11T05:14:34Z
2023-01-31T14:41:33Z
https://github.com/neuml/txtai/issues/395
[]
lefnire
7
tartiflette/tartiflette
graphql
237
[Doc] Details the plugin part of the API
Complete the documentation for the new create_engine and plugin apis
closed
2019-06-13T09:50:45Z
2019-06-17T18:51:16Z
https://github.com/tartiflette/tartiflette/issues/237
[ "Documentation" ]
abusi
0
FactoryBoy/factory_boy
sqlalchemy
250
How is this different than factory_girl?
First thing on my mind is "how are they different?" Strange that this topic is not covered in the docs... A blurb in the README covering "Why use vs factory_girl" would be very helpful for future discoverers. I am a long-time factory_girl user, who only just recently discovered factory_boy. It's obvious you've done.....
closed
2015-11-14T01:18:22Z
2015-11-14T08:44:38Z
https://github.com/FactoryBoy/factory_boy/issues/250
[]
jfeldstein
2
Guovin/iptv-api
api
403
有办法把这些相同的频道合并在一起么?影视仓
![cd1591f941ccbcd627f10de819d2c24](https://github.com/user-attachments/assets/66d30e41-e97d-421e-ac40-13d67f78509d)
closed
2024-10-16T15:06:52Z
2024-10-31T06:10:45Z
https://github.com/Guovin/iptv-api/issues/403
[ "question" ]
chinasb
10
hootnot/oanda-api-v20
rest-api
162
SSLError: HTTPSConnectionPool(host='api-fxpractice.oanda.com', port=443): Max retries exceeded with url: /v3/accounts/101-XXX-XXXXXXX-001/summary (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_ske_dhe', 'dh key too small')])")))`
Hi Im not sure if this is an issue you can help me with but i have failed to find a solution elsewhere. I have used your wrapper to create a bot that successfully runs on my mac. However when I tried to run the bot on a Linux system (raspberry pi) i cannot run the script due to this error. Would you happened to know...
closed
2020-05-08T17:07:47Z
2020-05-09T01:52:59Z
https://github.com/hootnot/oanda-api-v20/issues/162
[]
ISHARRR
1
yihong0618/running_page
data-visualization
103
HELP
我在把该项目下载后,进行了部分改造后,提交到了自己的guthub仓库,并托管在vercel. 我也标注了作者您的原创和链接。但是前两天貌似给我把仓库删了。
closed
2021-03-23T07:27:07Z
2021-03-23T08:38:12Z
https://github.com/yihong0618/running_page/issues/103
[]
OrdinarySK
15
huggingface/pytorch-image-models
pytorch
2,201
[BUG] Swin transformer
**Describe the bug** model = models.swin_b(pretrained=None,progress=False,stochastic_depth_prob=0.5,num_classes =100) I am getting TypeError: torchvision.models.swin_transformer._swin_transformer() got multiple values for keyword argument 'stochastic_depth_prob' **To Reproduce** Steps to reproduce the behavio...
closed
2024-06-12T01:34:16Z
2024-06-12T01:54:15Z
https://github.com/huggingface/pytorch-image-models/issues/2201
[ "bug" ]
FranciscoPark
1
yt-dlp/yt-dlp
python
12,371
CLI
### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a feature - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [ ] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))...
closed
2025-02-15T11:15:37Z
2025-02-16T19:17:40Z
https://github.com/yt-dlp/yt-dlp/issues/12371
[ "question" ]
Riders004
3
nl8590687/ASRT_SpeechRecognition
tensorflow
312
pip package conflict caused by protobuf==3.19.6 and grpcio-tools
$ pip install -r requirements.txt ... ERROR: Cannot install -r requirements.txt (line 18) and protobuf==3.19.6 because these package versions have conflicting dependencies. The conflict is caused by: The user requested protobuf==3.19.6 grpcio-tools 1.51.1 depends on protobuf<5.0dev and >=4.21.6 To fix...
closed
2023-02-11T11:13:57Z
2023-02-13T00:28:16Z
https://github.com/nl8590687/ASRT_SpeechRecognition/issues/312
[]
hgneng
3
pydantic/pydantic-settings
pydantic
484
Customize env variables parsing
I have some env variables that are not valid json. For example `my_env_var=foo,bar,baz`. And I want to load them in pydantic nested settings object like: ``` class MyObject(BaseSettings): foo: str bar: str baz: str class Settings(BaseSettings): my_env_car: MyObject = {'foo': 'default', 'bar': '...
closed
2024-11-26T15:55:25Z
2024-11-26T16:01:53Z
https://github.com/pydantic/pydantic-settings/issues/484
[ "unconfirmed" ]
Nikeshhh
1
xlwings/xlwings
automation
2,387
Issue while Copying data with empty cells excluding header row
#### OS (e.g. Windows 10 or macOS Sierra) Windows Server 2019 Standard #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) Python 3.8.5 Microsoft Office Professional Plus 2016 xlwings 0.30.9 #### Describe your issue (incl. Traceback!) I have a source file with blank/empty cells...
closed
2024-01-30T17:33:43Z
2024-02-07T06:15:27Z
https://github.com/xlwings/xlwings/issues/2387
[]
bhaveshdodia
4
iperov/DeepFaceLab
deep-learning
5,383
merge SAEHD.bat accepts settings input then stops accepting input
Quad core intel. Geforce GTX. Windows 10. Installed DeepFaceLab_NVIDIA_up_to_RTX2080Ti from downloaded exe file. Initial bat files run fine until merge SAEHD.bat. That prompts for and accepts settings input and pops up the merger window that shows all the keyboard options then apparently hangs. I am not able to input a...
open
2021-08-20T04:20:46Z
2023-06-08T22:42:59Z
https://github.com/iperov/DeepFaceLab/issues/5383
[]
symonjim
2
Skyvern-AI/skyvern
automation
1,439
support request: mcp servers
open
2024-12-25T12:19:46Z
2025-01-18T15:34:13Z
https://github.com/Skyvern-AI/skyvern/issues/1439
[]
blackwhite084
2
widgetti/solara
jupyter
403
Reacton/use_thread issue
Running this, and hitting compute triggers a keyerror in reacton. The fix is to put `str(../)` around the last line, but that should not be needed. ```python import solara import time process = solara.reactive(0) def heavy_compute(): for i in range(10): print("Computing...", i) proce...
open
2023-11-27T17:03:44Z
2023-11-27T17:03:44Z
https://github.com/widgetti/solara/issues/403
[]
maartenbreddels
0
wkentaro/labelme
computer-vision
443
I didn't find Annotations folder after I use labelme2voc.py
Kentaro, I think when I used the labelme2voc.py it will generate voc xml format files. But I didn't find that, I only got npy file, and #241 according this, I think it have been add. To be honest, I am a newbie to label this stuff, so maybe there is something wrong? I will be very grateful for your replay. Thank...
closed
2019-07-06T00:27:07Z
2019-07-06T04:03:20Z
https://github.com/wkentaro/labelme/issues/443
[]
EricksonLu
1
plotly/dash
data-visualization
2,439
No detailed explanation of the relevant overview in the document
**Describe the bug** Hi, I'm new to dash. I saw something like `Determining which cell has changed` at the [official document address](https://dash.plotly.com/datatable/editable) .But the corresponding place was not found on the document page. I now have this requirement, when editing something in the table, I can ...
open
2023-03-02T07:18:42Z
2024-08-13T19:27:34Z
https://github.com/plotly/dash/issues/2439
[ "documentation", "bug", "P3" ]
simon28li
2