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
Esri/arcgis-python-api
jupyter
1,688
Visualizing Spatially Enabled DataFrame from Shapefile doesn't work with the newest Docker Image
**Describe the bug** With the newest docker image ghcr.io/esri/arcgis-python-api-notebook:latest (ArcGIS API Python 2.2), the Visualizing of Spatially Enabled DataFrame from Shapefile doesn't work as expected. **To Reproduce** Steps to reproduce the behavior: from arcgis.gis import GIS import pandas as pd gis...
closed
2023-10-06T09:43:06Z
2024-05-13T10:17:44Z
https://github.com/Esri/arcgis-python-api/issues/1688
[ "bug" ]
phuongduyta
3
thp/urlwatch
automation
561
question/support on xpath syntax
I am trying to learn how to get specific instances of `<div>` when they are named the same. In this path `'//div[contains(@class,"callouts-container")]'` how would I specify the first instance of "callouts-container"? Maybe using [1] but where is this placed? [CDC COVID-19 website](https://www.cdc.gov/coronaviru...
open
2020-08-24T22:47:09Z
2020-09-24T05:33:47Z
https://github.com/thp/urlwatch/issues/561
[ "question" ]
ghost
1
OpenInterpreter/open-interpreter
python
1,236
After the task is completed, the task will be executed repeatedly and will not stop automatically; intermittent and continuous repeated output
### Describe the bug When the command terminal executes interpreter ollama/llama3, the above error occurs. ### Reproduce After the task is completed, it will not stop automatically and continue to perform the same task repeatedly. Repeatedly output the same results ### Expected behavior Stop automatically after t...
open
2024-04-24T23:03:24Z
2024-06-22T00:56:44Z
https://github.com/OpenInterpreter/open-interpreter/issues/1236
[]
ltsyk
4
cupy/cupy
numpy
8,607
[RFC] Update set of supported ROCm versions in CuPy v13/v14
Currently, CuPy ["officially"](https://docs.cupy.dev/en/latest/install.html#using-cupy-on-amd-gpu-experimental) supports ROCm 4.3 & 5.0. As they are quite obsolete, I am thinking of refreshing the set of supported ROCm versions in CuPy v13/v14. What I'd like to know is which ROCm version users are of interest, in ne...
open
2024-09-17T14:51:23Z
2025-02-20T03:40:23Z
https://github.com/cupy/cupy/issues/8607
[ "issue-checked" ]
kmaehashi
6
jumpserver/jumpserver
django
14,545
[Question] 请问使用模板添加账号时,在账号列表下的资产管理中怎么能一次性将需要添加的资产信息匹配到
### Product Version v4.0.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [X] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] Source Code ### ...
closed
2024-11-28T07:31:25Z
2024-12-31T09:58:33Z
https://github.com/jumpserver/jumpserver/issues/14545
[ "⏳ Pending feedback", "🤔 Question" ]
Lynxhide
8
ray-project/ray
pytorch
51,492
CI test windows://python/ray/tests:test_actor_cancel is consistently_failing
CI test **windows://python/ray/tests:test_actor_cancel** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1 DataCaseName-windows://pyth...
closed
2025-03-19T00:05:08Z
2025-03-19T20:15:09Z
https://github.com/ray-project/ray/issues/51492
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
3
graphql-python/graphene-sqlalchemy
sqlalchemy
216
Bug "type object 'Employee' has no attribute 'sort_argument'"
I just clone this repo and try flask example but when I try to run it without have any changing code I got an error like this `Traceback (most recent call last): File "./app.py", line 5, in <module> from schema import schema File "/home/examples/flask_sqlalchemy/schema.py", line 28, in <module> c...
closed
2019-05-22T23:28:42Z
2023-02-25T06:58:15Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/216
[]
royhananwar
6
3b1b/manim
python
1,875
point_at_angle always return an error
### Describe the error I'm trying to animate the letters from different points on a circle to their actual place. But I keep getting an error no matter what values I pass to the `point_at_angle` method. ```circle.point_at_angle(PI/2)``` in my code below is just for simplicity ### Code and Error **Code**: ```pyth...
closed
2022-10-04T14:47:40Z
2022-11-03T23:49:58Z
https://github.com/3b1b/manim/issues/1875
[]
AhmedElwerdany
0
mwaskom/seaborn
data-science
3,618
Resolve pandas 2.2 warnings
When using seaborn with the new [2.2.0rc0](https://github.com/pandas-dev/pandas/releases/tag/v2.2.0rc0) release candidate, it throws two FutureWarnings: > C:\Users\Ewout\.virtualenvs\Py312\Lib\site-packages\seaborn\_base.py:949: FutureWarning: When grouping with a length-1 list-like, you will need to pass a length-1...
closed
2024-01-17T09:01:56Z
2024-01-21T12:40:16Z
https://github.com/mwaskom/seaborn/issues/3618
[]
EwoutH
4
vaexio/vaex
data-science
1,591
[BUG-REPORT] vaex runs forever after a join operation
**Description** I have implemented a custom scaling, that operates each row independently, over a selection of columns. The code works on a vaex Dataframe created from scratch with `from_arrays`. (if you have any idea how to boost the exectuion time, I am of course interested, but this is not the main point of this ...
closed
2021-09-24T21:20:12Z
2021-11-25T07:23:50Z
https://github.com/vaexio/vaex/issues/1591
[]
yohplala
2
google-research/bert
nlp
443
Any one tried to use these model to write next sentence ?
open
2019-02-16T13:47:26Z
2019-02-20T10:24:26Z
https://github.com/google-research/bert/issues/443
[]
qnkhuat
1
vllm-project/vllm
pytorch
15,314
[Usage]: Async engine batch request
### Your current environment A100, nvidia 12.1.... just run simple inference async with a standard llm model ### How would you like to use vllm I want to run inference of a [specific model](put link here). I don't know how to integrate it with vllm. Hi i have been using async engine for inference and its nice to han...
closed
2025-03-21T23:51:18Z
2025-03-23T19:09:55Z
https://github.com/vllm-project/vllm/issues/15314
[ "usage" ]
tiger241
2
onnx/onnx
deep-learning
5,793
Generic representation of datatypes
A way to specify data types by their size; mantissa etc. for floating types. ## Ref - https://github.com/onnx/onnx/issues/5776
closed
2023-12-04T20:14:26Z
2024-12-26T06:44:42Z
https://github.com/onnx/onnx/issues/5793
[ "module: spec", "stale" ]
justinchuby
0
MaartenGr/BERTopic
nlp
1,659
Topic Modeling with LLMs
Hello, I'm Ahmad who asked you in Linked. Thank you for Response. I have colab pro plus. I try to print statistics about my dataset: count 21006.000000 mean 490.140341 std 217.119297 min 1.000000 25% 340.000000 50% 471.000000 75% 610.000000 max 3163.00000...
open
2023-12-02T18:14:26Z
2024-01-23T15:16:12Z
https://github.com/MaartenGr/BERTopic/issues/1659
[]
AAA2023AAA
13
ets-labs/python-dependency-injector
flask
439
ContextVar scope?
Hey there, I see you have a threadlocal scope provider. However do you have a co-routine local scope provider that would use ContextVars rather than thread locals? Would that be trivial to implement (happy to do it myself if you think it's a good idea).
open
2021-03-29T13:01:50Z
2022-03-30T08:55:54Z
https://github.com/ets-labs/python-dependency-injector/issues/439
[ "feature" ]
sonthonaxrk
9
aiortc/aiortc
asyncio
509
Laggy/Missing audio frames in server example when we change file reading to user audio track
Hi Dear maintainers, I hope you are loud and proud <3 I have this issue with audio tracks in which some of the audio frames/packets are missing and not sent to the user or encoder. Consider the following steps to reproduce the issue: 1. Open `server` example of the repository, [server example](https://github....
closed
2021-03-15T15:31:58Z
2021-03-15T19:09:57Z
https://github.com/aiortc/aiortc/issues/509
[]
mmoallemi99
2
quasarstream/python-ffmpeg-video-streaming
dash
86
RuntimeError: It could not determine the value of bitrate
Hello, Working through the Quick start with... 1. Install the Windows binaries (`ffmpeg` and `ffprobe`) 2. Add the `bin` dir to `Path` env variable, restart ![image](https://user-images.githubusercontent.com/8636973/173152625-9858b9de-0f30-46fb-918a-29cf73df9b7e.png) 4. Create a new `.venv` and activate it...
closed
2022-06-10T21:18:01Z
2022-07-22T11:20:18Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/86
[]
SeaDude
1
charlesq34/pointnet
tensorflow
319
How many point per points set can pointnet handle?
Hi, with dataset like Shapenet, there is typically 2k points per sample? Is there a limitation when the number of points increase to 2-3M per samples?
open
2025-02-22T17:38:51Z
2025-02-22T17:38:51Z
https://github.com/charlesq34/pointnet/issues/319
[]
Young1906
0
marimo-team/marimo
data-science
3,375
Action Required: Fix Renovate Configuration
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Location: `.github/renovate.json5` Error type: The renovate configuration file contains some invalid settings Message: Invalid configuration option: minReleaseAge
closed
2025-01-08T21:28:50Z
2025-01-08T21:30:43Z
https://github.com/marimo-team/marimo/issues/3375
[]
renovate[bot]
0
zappa/Zappa
django
707
[Migrated] Make archive path for slim handler configurable
Originally from: https://github.com/Miserlou/Zappa/issues/1795 by [mwolting](https://github.com/mwolting) ## Description When using the slim handler, Zappa currently unconditionally stores/loads the handler at the root of the configured bucket, with a predefined naming scheme. This PR makes it configurable instead....
closed
2021-02-20T12:40:54Z
2024-04-13T18:14:19Z
https://github.com/zappa/Zappa/issues/707
[ "needs-user-testing", "no-activity", "auto-closed" ]
jneves
2
coqui-ai/TTS
python
2,932
[Bug] `pip install TTS` failing, related to NumPy
### Describe the bug Hello - I'm trying to install TTS for the first time on a Mac, so that I can have a local text-to-speech generator, and I'm getting an error upon installation, using `pip3`. ## System Details Computer: MacBook Pro, 2021 Apple M1 Max OS: MacOS Ventura 13.5.1 Python version: 3.11.5 From ins...
closed
2023-09-08T13:18:27Z
2023-09-28T10:07:46Z
https://github.com/coqui-ai/TTS/issues/2932
[ "bug" ]
jro-cambria
5
Avaiga/taipy
data-visualization
2,406
[🐛 BUG] Reducing width of columns in table
### What went wrong? 🤔 I know that we can increase width of columns by using width__column_name = "200px". But I can't decrease the width of columns with width__column_name = "10px" For customer applications with tables with a lot of columns, this poses issues of space management: ![image](https://github.com/user-at...
closed
2025-01-17T13:19:52Z
2025-02-26T09:29:58Z
https://github.com/Avaiga/taipy/issues/2406
[ "🖰 GUI", "💥Malfunction", "🟧 Priority: High" ]
AlexandreSajus
0
graphql-python/graphene-django
django
1,225
Cannot reference Object defined later in file when using DjangoListField
When trying to reference an object that's defined later in the file... This works: ``` class Foo(graphene.ObjectType): bars = graphene.List(graphene.NonNull(lambda: Bar)) class Bar(graphene.ObjectType): baz = graphene.String() ``` This does not work: ``` class Foo(graphene.ObjectType): ba...
open
2021-07-16T22:03:41Z
2022-09-05T07:04:11Z
https://github.com/graphql-python/graphene-django/issues/1225
[]
liliserf
1
sqlalchemy/sqlalchemy
sqlalchemy
10,266
Installing SQLAlchemy2.0 via pypy3.8, Report Error "class _BaseTypeMemoDict(TypeDict): TypeError:metaclass found to be function"
### Describe the bug I am using pypy3.8 to install SQLAlchemy-2.0.0 via command "pypy3.8 setup.py install", But it reports below error. "class _BaseTypeMemoDict(TypeDict): TypeError: metaclass found to be function" , but calling<class 'function'> with args('_baseTypeMemoDict', .....) ### Optional link from h...
closed
2023-08-21T12:00:11Z
2023-08-21T13:54:40Z
https://github.com/sqlalchemy/sqlalchemy/issues/10266
[ "pypy", "external library/application issues" ]
Luancem
2
TheKevJames/coveralls-python
pytest
37
Unable to get coveralls working with nosetests.
I was able to fork coveralls-python and get the Travis CI and Coveralls.io [report](https://coveralls.io/r/wting/coveralls-python) working just fine, but I can't get Coveralls.io working with nosetests in my own project ([exifrenamer](https://github.com/wting/exifrenamer)). From what I can tell, my [.travis.yml](https...
closed
2013-12-31T22:10:05Z
2014-01-01T19:49:31Z
https://github.com/TheKevJames/coveralls-python/issues/37
[]
wting
2
wkentaro/labelme
computer-vision
640
Suppress one class/label from a dataset when producing VOC-dataset?
Is it possible to generate VOC-style masks while ignoring a certain label? I am following [this](https://github.com/wkentaro/labelme/tree/master/examples/semantic_segmentation). Say my labels.txt looks like ``` # labels.txt __ignore__ _background_ dog cat ``` and I have corresponding dataset with labelle...
closed
2020-04-07T11:45:42Z
2020-04-07T12:04:10Z
https://github.com/wkentaro/labelme/issues/640
[]
Asa-Nisi-Masa
2
PaddlePaddle/PaddleHub
nlp
1,776
PaddleHub上的模型能够生成和PaddleX上发布模型一致的文件吗?
欢迎您对PaddleHub提出建议,非常感谢您对PaddleHub的贡献! 在留下您的建议时,辛苦您同步提供如下信息: - 您想要增加什么新特性? - PaddleHub上发布模型在C#上运行 - 什么样的场景下需要该特性? - 本地运行 - 没有该特性的条件下,PaddleHub目前是否能间接满足该需求? - 可以用PaddleHub上生成的modules文件,让PaddleX导入自定义预训练模型再次学习后发布模型。 - 增加该特性,PaddleHub可能需要变化的部分。 - 如果可以的话,简要描述下您的解决方案
open
2022-01-23T05:32:53Z
2022-02-15T09:01:16Z
https://github.com/PaddlePaddle/PaddleHub/issues/1776
[]
Foreverrrrrr
1
pyeve/eve
flask
1,450
does eve automatically generate api from database?
wondering if eve automatically generates rest api from introspecting the database? wasn't sure if that's what meant by CRUD in your features list. Not sure where else I can post these messages so you will have to excuse me posting in the issues section.
open
2021-04-02T19:18:17Z
2022-04-16T06:39:48Z
https://github.com/pyeve/eve/issues/1450
[ "stale" ]
mojitocloud
1
aeon-toolkit/aeon
scikit-learn
1,879
[DOC] Some citations not rendering correctly in readthedocs
### Describe the issue linked to the documentation Docstrings double citations are not rendering as intended when hosted on readthedocs. **for example a docstring:** Random Dilated Shapelet Transform (RDST) as described in [1]\_[2]\_. References ---------- .. [1] Antoine Guillaume et al. "Random Dilat...
closed
2024-08-01T10:33:44Z
2024-08-01T16:37:44Z
https://github.com/aeon-toolkit/aeon/issues/1879
[ "documentation" ]
IRKnyazev
2
netbox-community/netbox
django
18,195
Enable specifying prefix scope object by name during bulk import
### NetBox version v4.2-beta1 ### Feature type New functionality ### Triage priority N/A ### Proposed functionality When bulk importing prefixes, enable the user to identify the scope object (region, site, etc.) by its name. Currently, the scope object must be specified by its numeric ID. ### Use case This app...
open
2024-12-10T14:49:44Z
2025-02-06T19:13:19Z
https://github.com/netbox-community/netbox/issues/18195
[ "type: feature", "status: needs owner", "complexity: low" ]
jeremystretch
0
newpanjing/simpleui
django
222
save_on_top = True开启后,顶部的返回和删除按钮无效。
**bug描述** * *Bug description * * 设置了save_on_top = True,也就是记录编辑页面除了底部有保存按钮外顶部也有,但顶部的返回和删除按钮无效,原版admin只有删除按钮,是有效的 ![bug](https://user-images.githubusercontent.com/13938274/72139003-ea8ff480-33c8-11ea-9d3a-196272c034b3.png)
closed
2020-01-10T08:46:43Z
2020-06-22T07:34:59Z
https://github.com/newpanjing/simpleui/issues/222
[ "bug" ]
JoveCat
0
arogozhnikov/einops
numpy
182
[Feature suggestion] splatting list of anonymous dimensions of any length
Hi Alex again! :wave: Thank you again for this wonderful work :pray: I still can't get over how beautiful the abstraction is, and how much of a multiplier it is in my work. I was wondering what your thoughts are about this potential extension to einops? A common pattern I run into is the need to flatten dimensions ...
closed
2022-04-02T17:18:43Z
2022-11-09T01:33:15Z
https://github.com/arogozhnikov/einops/issues/182
[ "feature suggestion" ]
lucidrains
5
ydataai/ydata-profiling
jupyter
985
Is there are chance to export the figures as `csv`?
### Discussed in https://github.com/ydataai/pandas-profiling/discussions/984 <div type='discussions-op-text'> <sup>Originally posted by **Anselmoo** May 18, 2022</sup> Dear community, thx for help? I am wondering if there is a chance to export figure-reports like a variable, correlation, or missing_variabl...
open
2022-05-18T14:11:12Z
2022-05-19T10:52:42Z
https://github.com/ydataai/ydata-profiling/issues/985
[ "feature request 💬", "help wanted 🙋" ]
sbrugman
1
RobertCraigie/prisma-client-py
pydantic
1,062
NO_PROXY env var not working
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional loggin...
open
2025-01-21T22:58:31Z
2025-03-14T10:39:37Z
https://github.com/RobertCraigie/prisma-client-py/issues/1062
[]
24berickson
1
PaddlePaddle/models
nlp
4,773
Res2Net200_vd_26w_4s 模型使用报错 'UnicodeEncodeError: 'ascii' codec can't encode character '\x90' in position 3: ordinal not in range(128)'
在使用 PaddleCV/image_classification/models/res2net_vd.py 里面的 Res2Net200_vd_26w_4s 模型是报错. ` Traceback (most recent call last): File "classification/train_cls.py", line 180, in <module> train_cls(settings) File "classification/train_cls.py", line 53, in train_cls opt.minimize(avg_train_loss) File "<dec...
open
2020-07-29T01:15:26Z
2024-02-26T05:10:46Z
https://github.com/PaddlePaddle/models/issues/4773
[ "user" ]
XiminLin
1
modelscope/data-juicer
data-visualization
232
DJ-v0.2 API page enhancement
closed
2024-03-08T02:20:53Z
2024-03-12T06:16:29Z
https://github.com/modelscope/data-juicer/issues/232
[]
yxdyc
0
deezer/spleeter
deep-learning
488
[Discussion] Standalone Mac app
Hi folks, I've succeeded to build standalone Mac Application for separation(5stems). No needs to interact with Terminal(command line). Only you have to is to download my "MySpleeter" app from below because this app includes python, spleeter, ffmpeg, tensowflow and dependencies. (changed at 2020/09/04) https:/...
open
2020-09-02T12:58:32Z
2022-03-13T08:40:18Z
https://github.com/deezer/spleeter/issues/488
[ "question" ]
kyab
22
microsoft/JARVIS
pytorch
146
Is WSL supported?
Is it possible to run in WSL? I have gone through all of the setup, downloaded the models, etc. I have setup on a virtual machine because I am running Windows. I have an NVidia RTX 4090 on my pc, but the virtual machine running Ubuntu doesn't recognize that I have an NVidia GPU. When I run the `python models_serv...
closed
2023-04-14T02:54:47Z
2023-04-21T17:43:36Z
https://github.com/microsoft/JARVIS/issues/146
[]
HaroldMitts
6
thunlp/OpenPrompt
nlp
58
Recommended mix template for text classification task
[1.1_mixed_template.py Line 29](https://github.com/thunlp/OpenPrompt/blob/main/tutorial/1.1_mixed_template.py#L29) gives an example usage of `MixedTemplate` for maybe question answering task, is there any recommended mix template for text classification task? For example is the following sentiment classification task...
closed
2021-11-22T10:58:08Z
2021-11-26T10:58:56Z
https://github.com/thunlp/OpenPrompt/issues/58
[]
gaoisbest
1
jupyter/nbviewer
jupyter
802
Working.. This notebook is taking a long time to render
**Describe the bug** My notebook that is hosted on GitHub is not loading on NBViewer **To Reproduce** Steps to reproduce the behavior: 1. Go to http://nbviewer.jupyter.org/github/ismms-himc/clustergrammer2_examples/blob/master/notebooks/2.0_CCLE_Gene_Expression.ipynb 2. The page is stuck with the "Working ... Th...
open
2018-11-12T22:14:25Z
2018-12-30T20:44:53Z
https://github.com/jupyter/nbviewer/issues/802
[ "type:Bug" ]
cornhundred
1
google-research/bert
nlp
817
tf.estimator
open
2019-08-22T03:59:42Z
2019-08-24T11:32:05Z
https://github.com/google-research/bert/issues/817
[]
WJSAI
2
babysor/MockingBird
deep-learning
591
求助一下 用特定的人物训练synthesizer 越训练越糟糕
想训练一个特定人物的synthesizer, 严格根据 **MockingBird数据集制作教程-手把手教你克隆海子姐的声线** 教程做的 数据集大概90句,社区模型换了N个,这些社区模型直接用没有问题,但是synthesizer_train了以后越来越模糊 ,训练1K左右有PLOTS图,看上去收敛很正常,但使用只有纯电音,完全不会说话了,数据集、代码仔细检查了应该没问题的 不知道什么原因 求助各位大佬
open
2022-05-29T09:44:29Z
2022-05-30T02:22:12Z
https://github.com/babysor/MockingBird/issues/591
[]
gxground
3
ultralytics/ultralytics
computer-vision
19,476
YOLOv10 or YOLO11 Pruning, Masking and Fine-Tuning
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello, I have a question. After pruning, I wanna fine-tuning with the traine...
open
2025-02-28T08:23:13Z
2025-03-03T02:00:36Z
https://github.com/ultralytics/ultralytics/issues/19476
[ "enhancement", "question" ]
Thaising-Taing
6
jupyter-widgets-contrib/ipycanvas
jupyter
76
Remove on_client_ready event
We should remove the `on_client_ready` event, it should be invisible to the user. The front-end should first acknowledge that it is ready to receive commands, and then the back-end should start sending them automatically.
open
2020-02-28T12:33:52Z
2020-02-28T12:33:52Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/76
[]
martinRenou
0
allenai/allennlp
data-science
5,439
Load elmo-constituency-parser from archive failed
## Checklist <!-- To check an item on the list replace [ ] with [x]. --> - [ ] I have verified that the issue exists against the `main` branch of AllenNLP. - [ ] I have read the relevant section in the [contribution guide](https://github.com/allenai/allennlp/blob/main/CONTRIBUTING.md#bug-fixes-and-new-features) ...
closed
2021-10-19T21:14:30Z
2021-10-26T02:20:40Z
https://github.com/allenai/allennlp/issues/5439
[ "bug" ]
hoperiver
0
CorentinJ/Real-Time-Voice-Cloning
python
379
How to safely interrupt model training (e.g. for Speaker Encoder, using the LibriSpeech dataset)? Is loss below 0.05 considered good enough?
I have been training the Speaker Encoder model using the LibriSpeech dataset for nearly a whole day, for well over 200K steps. Loss is below 0.03 and EER is well below 0.005. Is this considered good enough? If not, what loss level is considered excellent? How to safely terminate training?
closed
2020-06-25T14:27:03Z
2020-06-29T21:57:37Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/379
[]
goodmangu
14
widgetti/solara
jupyter
655
solara websocket fails when deployed behind two nginx proxies
I am trying to deploy Solara via FastAPI using nginx. Due to the nature of things, it is behind two proxies. I'm running into issues where the solara mount loads but the websocket connection to the kernel fails to load any of the content. Solara perptually displays a spinning "Loading app". The browser console ...
open
2024-05-20T19:28:05Z
2024-05-21T19:24:33Z
https://github.com/widgetti/solara/issues/655
[]
havok2063
6
ageitgey/face_recognition
python
1,450
paper,code based on
Can i ask in which paper feature extractor is based on.How is it trained?is an implementation of Facenet or not?
open
2022-10-20T21:38:15Z
2022-11-30T05:56:32Z
https://github.com/ageitgey/face_recognition/issues/1450
[]
grmos
1
microsoft/qlib
deep-learning
1,467
TypeError: cannot pickle 'mmap.mmap' object
## 🐛 Bug Description When run rl_order_execution, I get the error "TypeError: cannot pickle 'mmap.mmap' object". According to the same error post(https://github.com/stamparm/maltrail/issues/11823), it seems to be a problem with MacOs. But I can’t find the way to resolve it in Qlib ## To Reproduce Steps to re...
closed
2023-03-16T06:19:34Z
2023-06-07T04:09:13Z
https://github.com/microsoft/qlib/issues/1467
[ "bug" ]
meteorzxt
2
Asabeneh/30-Days-Of-Python
matplotlib
450
Day 3 question issue
Qustion 20:Check if int('9.8') is equal to 10 int('9.8') does not work in python as it treats it like a string when it is an int Question 21:Writ a script that prompts the user to enter hours and rate per hour. Calculate pay of the person? Spelling mistake:Writ is meant to be spelt like Write
open
2023-10-09T09:25:54Z
2024-02-16T06:10:59Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/450
[]
JamTester
2
miguelgrinberg/python-socketio
asyncio
271
Emit delayed from thread
``` import eventlet eventlet.monkey_patch() import socketio import zmq import threading from aiohttp import web from mlogging import logger logger.info("Started socketio server") app = web.Application() sio = socketio.Server(async_mode='eventlet') @sio.on('connect', namespace='/update') def connect(...
closed
2019-03-15T21:40:00Z
2019-06-30T15:13:56Z
https://github.com/miguelgrinberg/python-socketio/issues/271
[ "question" ]
Majiick
6
ydataai/ydata-profiling
jupyter
1,519
Bug Report
### Current Behaviour <html> <body> <!--StartFragment--><div id="10dc7be4-b981-4c24-8a19-b13f66d84653" class="cell_container" style="width: 1232px; color: rgb(204, 204, 204); font-family: &quot;Segoe WPC&quot;, &quot;Segoe UI&quot;, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; fon...
open
2023-12-15T08:11:50Z
2023-12-15T08:12:59Z
https://github.com/ydataai/ydata-profiling/issues/1519
[ "needs-triage" ]
sai-charan1
0
django-import-export/django-import-export
django
1,450
ImportExportMixin overlaps change_list_template property making it not compatible with other mixins
**Describe the bug** If I combine `ImportExportMixin` with `SortableAdminMixin` from `django-admin-sortable2` I can't get both functionalities to work together. I have already described the issue and made PR for `django-admin-sortable2`: https://github.com/jrief/django-admin-sortable2/issues/316 That fixes the issue...
closed
2022-06-10T15:30:54Z
2022-09-06T20:39:53Z
https://github.com/django-import-export/django-import-export/issues/1450
[ "bug" ]
PetrDlouhy
2
deepset-ai/haystack
pytorch
8,629
Make `name` and `description` configurable in `Tool.from_function`
**Is your feature request related to a problem? Please describe.** We got the feedback that `Tool.from_function` isn’t flexible enough and that generating json schema of the parameters is tedious, so it would be great to use `Tool.from_function` but it would be great if name and description would be configurable. Othe...
closed
2024-12-12T10:06:29Z
2024-12-16T14:49:50Z
https://github.com/deepset-ai/haystack/issues/8629
[ "P1", "topic:agent" ]
julian-risch
0
tqdm/tqdm
jupyter
941
Shorter description when console is not wide enough
Related to: https://github.com/tqdm/tqdm/issues/630 When my console width is too small compared to the description (e.g., set via ```tqdm.set_description()```), I often get a multiline output, adding many new lines to stdout. I would rather have a shorter description to display instead. For example: ```one very l...
closed
2020-04-18T23:30:50Z
2020-04-21T07:37:17Z
https://github.com/tqdm/tqdm/issues/941
[ "question/docs ‽" ]
rronan
1
cleanlab/cleanlab
data-science
374
Analysis of data labeled by multiple annotators
- [x] Adding functionality to: estimate quality of current consensus labels, estimate quality of each annotator, obtain the best possible consensus labels. - [x] Add quickstart tutorial. - [x] Add example demonstrating iterative usage of multi-annotator functionality to iteratively improve consensus labels and model, b...
closed
2022-08-24T00:08:03Z
2022-09-11T19:35:42Z
https://github.com/cleanlab/cleanlab/issues/374
[ "enhancement" ]
jwmueller
1
piskvorky/gensim
machine-learning
3,102
Getting CalledProcessError while getting each document topic probability from LdaMallet model
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-04-03T16:35:04Z
2021-04-03T17:14:24Z
https://github.com/piskvorky/gensim/issues/3102
[]
BaljinderSmagh
6
babysor/MockingBird
deep-learning
408
Mac m1 启动GUI闪退(sounddevice.PortAudioError: Error querying host API -9979)
python3 demo_toolbox.py ------------------------------------------------------- Arguments: datasets_root: None enc_models_dir: encoder/saved_models syn_models_dir: synthesizer/saved_models voc_models_dir: vocoder/saved_models cpu: False seed: None n...
open
2022-02-27T13:25:50Z
2022-08-29T07:25:07Z
https://github.com/babysor/MockingBird/issues/408
[]
hxqbeyond
1
davidteather/TikTok-Api
api
536
[FEATURE_REQUEST] - Getting analytics of your own tiktok page
**Is your feature request related to a problem? Please describe.** Currently we are managing a large number of tiktok pages, and it would be very handy to be able to gather insights on the mass amount of videos we post. **Describe the solution you'd like** It would be amazing if it was possible to return a number...
closed
2021-03-20T23:30:41Z
2022-02-14T03:11:41Z
https://github.com/davidteather/TikTok-Api/issues/536
[ "feature_request" ]
8auu
2
littlecodersh/ItChat
api
606
丢失登录状态
昨天在服务器上登录,今天掉线了,在什么情况下会出现这种问题?
open
2018-03-14T03:01:55Z
2018-05-11T02:42:28Z
https://github.com/littlecodersh/ItChat/issues/606
[]
mengxingxinqing
1
HumanSignal/labelImg
deep-learning
267
All bounding box values are 0 when using YOLO as output format
Building from source to use YOLO output format. I modified the data/predefined_classes.txt to contain only a single class "person". VOC seems to be running fine with the following output: ``` <annotation> <folder>target</folder> <filename>xxx.jpg</filename> <path>xxx.jpg</path> <source> <database>Unknow...
closed
2018-03-31T08:47:51Z
2018-05-22T05:48:58Z
https://github.com/HumanSignal/labelImg/issues/267
[]
daerty0153
10
quantumlib/Cirq
api
6,725
Shannon Decomposition error when synthesizing the GHZ unitary matrix
**Description of the issue** Greetings there, Hope all are well. I was trying the `quantum_shannon_decomposition()` function, and noticed that it doesn't work for the GHZ unitary matrix. **How to reproduce the issue** ```py import cirq from cirq.transformers.analytical_decompositions import quantum_shanno...
closed
2024-09-12T13:04:49Z
2024-10-11T17:23:32Z
https://github.com/quantumlib/Cirq/issues/6725
[ "kind/bug-report", "triage/accepted" ]
ACE07-Sev
4
vitalik/django-ninja
pydantic
860
strip_whitespace parameter not applied before validations.
Hi, I don't know if it is an issue or a design decision, but... if I have this schema: ``` class MySchema(Schema): id: int first_name: str = Field(strip_whitespace=True, min_length=1, max_length=50) last_name: str = Field(strip_whitespace=True, min_length=1, max_length=50) ``` I was expecting to ...
closed
2023-09-18T10:58:34Z
2023-09-19T06:06:49Z
https://github.com/vitalik/django-ninja/issues/860
[]
aegeavaz
1
tensorflow/tensor2tensor
deep-learning
1,165
Using tensor2tensor to build Language model of another language
Hi, I want to use tensor2tensor to build a Language model for another language based on over 1M sentences I have. I couldn't find any example for what is the best way to do so - is it possible? How?
closed
2018-10-24T07:14:12Z
2018-11-28T14:20:52Z
https://github.com/tensorflow/tensor2tensor/issues/1165
[]
okoub
2
FlareSolverr/FlareSolverr
api
1,369
RE: {"error": "method not allowed.", "status_code": 405}
### 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...
closed
2024-09-29T01:57:40Z
2024-09-30T00:36:56Z
https://github.com/FlareSolverr/FlareSolverr/issues/1369
[ "duplicate" ]
DasClarky
8
biolab/orange3
numpy
6,137
Deploying a Machine Learning Model
Hi All, I suggest, if it is possible, the creation of an adds-on that will help to deploy and generate web apps, desktop apps (exe, dmg etc.) and mobile apps for orange users Machine Learning models or projects. Thank you
closed
2022-09-16T10:46:17Z
2022-09-16T11:56:34Z
https://github.com/biolab/orange3/issues/6137
[]
Yibbou
2
xonsh/xonsh
data-science
5,192
Crash from subprocess.run() after print() in alias
<!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If you don't find an answer there, please do open an issue! --> #...
open
2023-08-21T01:46:25Z
2023-08-28T05:19:48Z
https://github.com/xonsh/xonsh/issues/5192
[ "aliases" ]
wlritchi
2
recommenders-team/recommenders
machine-learning
1,379
[ASK] the negtive sample is not very well in NCF
### Description hi,dear Have tried the [NCF](https://github.com/microsoft/recommenders/blob/main/examples/00_quick_start/ncf_movielens.ipynb) with the ml-20m dataset, but killed by memory,then I find the codes down, **when I only sample 100 negtive items**, the process is also very slow, so how to deal with it ? ``...
closed
2021-04-21T01:26:38Z
2021-12-17T09:31:44Z
https://github.com/recommenders-team/recommenders/issues/1379
[ "help wanted" ]
ucasiggcas
1
pydata/xarray
pandas
9,374
Reading data after saving data from masked arrays results in different numbers
I hit an issue that can go silent for many users. I am masking my data using [`dask.array.ma.masked_invalid`](https://docs.dask.org/en/stable/generated/dask.array.ma.masked_invalid.html) (my dataset is much larger than my memory). When saving the results and loading them again, the data is changed. In particular, `0...
open
2024-08-17T13:20:58Z
2024-10-13T17:54:28Z
https://github.com/pydata/xarray/issues/9374
[ "plan to close", "needs info" ]
adriaat
8
robotframework/robotframework
automation
4,971
Can not use "in" evaluator on a multiline string
Here is a sample test: ${hello} set variable this is a multiline\nstring log to console ${hello} IF 'a' in '${hello}' log to console eval worked just fine END Here is the output: Invalid IF condition: Evaluating expression ''a' in 'this is a multiline string'' failed: SyntaxError: u...
closed
2023-12-07T21:24:27Z
2023-12-07T23:05:26Z
https://github.com/robotframework/robotframework/issues/4971
[]
CodeBenCode
1
plotly/dash-bio
dash
50
remove styles from app_volcanoplot.py
closed
2018-11-28T08:24:05Z
2018-11-30T19:00:04Z
https://github.com/plotly/dash-bio/issues/50
[]
Bachibouzouk
1
plotly/dash
jupyter
2,627
[Feature Request] --contact-address with multiple workers at specific port range.
Sorry I confused dask with dash! **Is your feature request related to a problem? Please describe.** I'm running dash worker in a isolated network A. These workers has an internal IP address (192.168.0.1) and an external IP address 10.0.0.1. There are some other workers in network B or C, they can only communicat us...
closed
2023-08-17T12:09:38Z
2023-08-17T12:13:49Z
https://github.com/plotly/dash/issues/2627
[]
nanoric
0
521xueweihan/HelloGitHub
python
2,254
【自荐项目】超简单的文件数据库
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/LiuYuguang/supersimplefiledatabase <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--...
closed
2022-06-17T08:03:33Z
2022-06-19T01:59:53Z
https://github.com/521xueweihan/HelloGitHub/issues/2254
[]
LiuYuguang
1
httpie/cli
rest-api
643
[suggestion] Friendly Content-Length representation
I'm not sure how this would work in terms of making clear what was actually sent by the server and what has been marked up by httpie, but it would be nice to have a "friendly" representation of the content length in base two units so output along the lines of `http --headers ...` could be more easily understood at a gl...
closed
2017-12-24T23:12:06Z
2017-12-28T15:42:03Z
https://github.com/httpie/cli/issues/643
[]
mqudsi
1
ansible/ansible
python
84,825
get_url does not handle partial content correctly
### Summary Same behavior as #68843 (closed due to inactivity) : > When using get_url to download a big file, the task succeeds, but the file actually downloaded is truncated. Only a part has been saved. Attempting the same problematic download using `curl` showed the underlying error to be: ``` curl: (18) transfer c...
open
2025-03-13T19:06:45Z
2025-03-18T15:07:58Z
https://github.com/ansible/ansible/issues/84825
[ "module", "bug", "P3", "needs_verified", "affects_2.16" ]
derekenos
5
dask/dask
scikit-learn
11,395
When adding collumns from 2 dataframes will not compute in some instances, fix for one instance seems to break the other
**Describe the issue**: Upgrading to pandas 2, existing code. WE add some collumns together as part of our process some data seems to require a compute mid process but this then causes other data to fail, this seems buggy, there are 2 errors generated in the code below, it seems the fix for one bit of data breaks the ...
open
2024-09-18T10:23:45Z
2025-03-10T01:51:01Z
https://github.com/dask/dask/issues/11395
[ "needs attention", "dask-expr" ]
JimHBeam
1
google-deepmind/graph_nets
tensorflow
17
tf global variables initializer
In the demos we can see that tf.global_variables_initializer() is called before every model execution. Since one might be interested in batch-wise computation, it would be good to know whether there's a work around to this requirement. Specifically, not calling the initialization line before running EncodeProcessDec...
closed
2018-11-10T11:33:51Z
2019-03-27T23:04:07Z
https://github.com/google-deepmind/graph_nets/issues/17
[]
ferreirafabio
3
mwaskom/seaborn
matplotlib
3,511
lineplot of empty dataframe with hue in seaborn 0.13.0
MWE ``` df1 = pd.DataFrame({}, columns=["aa", "bb", "cc"]) # empty dataframe # df1 = pd.DataFrame([(1, 2, 3), (2, 1, 3)], columns=["aa", "bb", "cc"]) # with this, it works sns.lineplot(df1, x="aa", y="bb") # works sns.lineplot(df1, x="aa", y="bb", hue="cc") # does not work ``` Error happens with seaborn 0.13.0...
closed
2023-10-02T07:10:40Z
2023-11-28T00:30:38Z
https://github.com/mwaskom/seaborn/issues/3511
[ "bug", "mod:relational" ]
maximilianmordig
2
kaliiiiiiiiii/Selenium-Driverless
web-scraping
181
simple site easy detected
accept_cookie write_mail click_send it's detect me https://www.kleinanzeigen.de/m-passwort-vergessen.html
closed
2024-03-05T13:44:54Z
2024-03-05T14:23:59Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/181
[ "duplicate" ]
FreeM1ne
2
jacobgil/pytorch-grad-cam
computer-vision
530
Batches in guided_backprop.py
Does guided_backprop.py support batchs? I think the current implementation is hard-coded of a single (2D) image [1,C,W,H]. https://github.com/jacobgil/pytorch-grad-cam/blob/18144f2afc8a14a73e71b68dc7fbdb7378af2f8e/pytorch_grad_cam/guided_backprop.py#L87 I think this change is needed to support batches ```...
open
2024-09-10T22:51:13Z
2024-09-10T23:09:22Z
https://github.com/jacobgil/pytorch-grad-cam/issues/530
[]
MoH-assan
0
huggingface/transformers
python
36,872
Optimize tokenizer.decode() Performance for `List[int]` Inputs
### Feature request When calling `tokenizer.decode()` with a `List[int]` as `token_ids`, the method appears to be significantly slower than necessary due to redundant `to_py_obj` conversions. ### Motivation Example: ```python import time from transformers import AutoTokenizer tok = AutoTokenizer.from_pretrained('h...
open
2025-03-21T06:02:32Z
2025-03-21T13:05:24Z
https://github.com/huggingface/transformers/issues/36872
[ "Feature request" ]
n0gu-furiosa
2
widgetti/solara
fastapi
961
Assertion error on PyCafe with initial render
https://py.cafe/maartenbreddels/solara-bitcoin-price-tracker Gives an initial assertion error on the first render: ``` return f(value, key, parent_key) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lib/python3.11/site-packages/reacton/core.py", line 1838, in _reconsolidate self._remove_element(el_prev, de...
closed
2025-01-08T11:33:34Z
2025-01-09T11:10:03Z
https://github.com/widgetti/solara/issues/961
[]
maartenbreddels
0
pydantic/pydantic
pydantic
10,756
Aliasing (nested) generic BaseModel raises typing.py 'TypeError: ... is not a generic class'
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description To summarize the problem, python is not letting me TypeAlias a nested Generic BaseModel. The code should show exactly what I am trying to do. I did cut out a lot of the other cruft I have there but in short I kind of really need a...
open
2024-11-01T19:01:03Z
2024-11-01T19:03:48Z
https://github.com/pydantic/pydantic/issues/10756
[ "bug V2", "pending" ]
wereii
0
mwaskom/seaborn
data-visualization
3,329
Jointplot error with PANDAS 2.0
With PANDAS 1.5.3 (and Seaborn 0.11.2, Matplotlib 3.7.1), the following code works fine: ``` import seaborn as sns sns.jointplot(x=[1,3,2], y=[1,2,3]) ``` But with PANDAS 2.0.0 the identical code raises an exception: ``` OptionError: No such keys(s): 'mode.use_inf_as_null' ``` Here's the full output: ``` F...
closed
2023-04-17T20:12:39Z
2023-04-18T00:00:32Z
https://github.com/mwaskom/seaborn/issues/3329
[]
billbradley
2
HIT-SCIR/ltp
nlp
266
已解决
看错了x
closed
2017-12-01T13:36:10Z
2017-12-05T08:44:07Z
https://github.com/HIT-SCIR/ltp/issues/266
[]
InhabaTewi
0
FactoryBoy/factory_boy
sqlalchemy
875
Question: Is it possible to freeze faker at object creation?
Hi! I know it is possible to manipulate the randomness of the Faker fields at a run level which is great to ensure that coherent creation sets between execution while still allowing room for randomness. However, there are specific tests where I would like to ensure that every time I call an object creation the Faker fi...
open
2021-07-01T06:50:26Z
2021-07-01T06:50:26Z
https://github.com/FactoryBoy/factory_boy/issues/875
[]
jaraqueffdc
0
roboflow/supervision
tensorflow
1,009
Goal detection?
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Is possible to detect a football Goal? ### Additional _No response_
closed
2024-03-16T17:27:15Z
2024-03-16T20:26:42Z
https://github.com/roboflow/supervision/issues/1009
[ "question" ]
diegoparma
1
MagicStack/asyncpg
asyncio
907
How do I get the same detailed error in asyncpg as in psycopg?
Hi! Is there any way I can get a detailed description of the error such as in psycopg? Desired: ``` ERROR: syntax error at or near "entries_based_on_types" LINE 39: WHERE entry_id IN entries_based_on_t... ^ ``` Retrieved: ``` asyncpg.exceptions.PostgresSyntaxError: syntax erro...
closed
2022-04-11T11:55:54Z
2022-04-22T06:52:11Z
https://github.com/MagicStack/asyncpg/issues/907
[]
OlehDziuba
1
modelscope/data-juicer
data-visualization
510
Simplifying Open Source Contributions Through Operator Tiering from Dev aspect
### Search before continuing 先搜索,再继续 - [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。 ### Description 描述 ### Current state The complete process for developing an operator can be quite demanding. This involves many things like - adheri...
closed
2024-12-11T12:16:54Z
2025-01-14T09:25:46Z
https://github.com/modelscope/data-juicer/issues/510
[ "enhancement", "good first issue", "dj:op" ]
yxdyc
1
custom-components/pyscript
jupyter
631
Using state_trigger factory from a module
I am trying to write a module that contains some boilerplate code for state_triggers that I wan to call from some other files. If I define the factory in a module, the state seems to be set by the looks of the logs but it is never triggered. now if I define the same factory in the file I am calling then this is workin...
open
2024-09-03T06:29:28Z
2024-10-23T15:25:41Z
https://github.com/custom-components/pyscript/issues/631
[]
cjlapao
2
PokemonGoF/PokemonGo-Bot
automation
5,978
please guide for download the program
<!-- STOP ! ! ! Read the following before creating anything (or you will have your issue/feature request closed without notice) 1. Please only create an ISSUE or a FEATURE REQUEST - don't mix the two together in one item 2. For a Feature Request please only fill out the FEATURE REQUEST section 3. For a Issue...
closed
2017-03-26T09:59:30Z
2017-03-27T08:50:42Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5978
[]
lefteris7
3
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,194
Improve audit log adding information about software updates
Hi! Would it be possible to add version update to the Globaleaks.log file? Currently I cannot find a way to document the updates has taken place . This info is needed for audit purposes. Currently the only way is to manually take notes of this along with an overview of the potential backups before upgrades on ...
closed
2022-03-11T10:22:54Z
2022-03-14T13:10:10Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3194
[ "T: Enhancement", "C: Backend", "F: Audit Log" ]
schris-dk
2
plotly/dash
data-visualization
2,722
[Feature Request] Render table can add Grand Total
Thanks so much for your interest in Dash! Before posting an issue here, please check the Dash [community forum](https://community.plotly.com/c/dash) to see if the topic has already been discussed. The community forum is also great for implementation questions. When in doubt, please feel free to just post the issue h...
closed
2024-01-08T16:05:47Z
2024-01-08T20:49:07Z
https://github.com/plotly/dash/issues/2722
[]
trantrinhquocviet
1
CanopyTax/asyncpgsa
sqlalchemy
6
Feature Request: Add optional "echo" or "log" option for queries
Many libraries provide an optional echoing of their queries, doing this at the library level would reduce the overall boilerplate of needing to do it in the application layer. This is useful for debugging and general query optimization checking.
closed
2016-10-01T00:53:12Z
2016-10-02T16:13:48Z
https://github.com/CanopyTax/asyncpgsa/issues/6
[ "enhancement", "help wanted", "Hacktoberfest" ]
mattrasband
3
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,903
[Fix Guide] ImportError: cannot import name 'packaging' from 'pkg_resources'
Recent update to the `setuptools=70.0.0` prevents some new installs of Web UI from launching Error: ```py ImportError: cannot import name 'packaging' from 'pkg_resources' (venv\lib\site-packages\pkg_resources\__init__.py) ``` initial issue post - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues...
closed
2024-05-28T16:57:51Z
2024-05-28T16:58:54Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15903
[ "announcement" ]
w-e-w
0
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
796
low valued checkered effect using cycle-gan
Hi, I am training a paired dataset (normalised to [-1, 1]) with both cyclegan and pix2pix. The pix2pix performs well as expected, but the cyclegan predicted fake data always contain low-valued checkered effect (ranging at around [-0.1, 0.1]). Have you seen this before? Thanks in advance.
closed
2019-10-15T11:14:11Z
2019-10-30T15:51:13Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/796
[]
yjs0704
2
mirumee/ariadne-codegen
graphql
356
Omitting elements from collection on error.
Hi, thanks for the fantastic library! I'd like to know about the following use case. Assuming I have an application that uses a query similar to the `listUser` [example](https://github.com/mirumee/ariadne-codegen?tab=readme-ov-file#example-of-usage-of-mixin-and-files_to_include) where users are queried that have a sp...
open
2025-02-19T09:36:34Z
2025-02-19T09:36:34Z
https://github.com/mirumee/ariadne-codegen/issues/356
[]
tobiasraabe
0
huggingface/transformers
pytorch
36,902
Warning: "No label_names provided for PeftModel" persists despite dataset containing "labels" column
### System Info - `transformers` version: 4.49.0 - Platform: Windows-10-10.0.19045-SP0 - Python version: 3.11.3 - Huggingface_hub version: 0.29.3 - Safetensors version: 0.5.3 - Accelerate version: 1.5.2 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): 2.5.1+cu124 (True) - ...
open
2025-03-22T09:53:17Z
2025-03-24T15:54:01Z
https://github.com/huggingface/transformers/issues/36902
[ "bug" ]
Septemberlemon
3
manbearwiz/youtube-dl-server
rest-api
143
where is file downloaded ?
where is file downloaded ?
closed
2023-03-19T18:33:44Z
2023-03-20T00:52:28Z
https://github.com/manbearwiz/youtube-dl-server/issues/143
[]
MatyasKrabica
1
plotly/dash
flask
2,427
[BUG] Inexistent random lines at go.Scatter with Dash
Hi, I have found that extra lines are created in go.Scatter plots represented as Dash Graph objects, see the below picture. I am using the currently latest available versions for all packages: plotly 5.13.0 dash 2.8.1 dash-bootstrap-components 1.3.1 dash-core-components 2.0.0 dash-extensions 0.1.11 dash-html-...
closed
2023-02-17T11:46:37Z
2023-03-13T09:14:26Z
https://github.com/plotly/dash/issues/2427
[]
asicoderOfficial
0