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
agronholm/anyio
asyncio
574
poetry add anyio[trio] not working
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is still present in the latest release ### AnyIO version 3.7 ### Python version 3.10 ### What happened? Installed anyio with poetry install, but I can't install `tr...
closed
2023-06-05T06:45:22Z
2023-06-05T07:30:43Z
https://github.com/agronholm/anyio/issues/574
[ "bug" ]
deivydaslipskis
5
mitmproxy/pdoc
api
653
"View Source" button for @property, @cached_property methods
#### Problem Description pdoc nicely collects docstrings from both @property as well as @cached_property methods and shows them as documentation for the respective instance attributes. But it doesn't give a "View Source" button to view the source code of the corresponding methods. I'm not sure if this is intended beh...
closed
2023-12-20T10:35:22Z
2023-12-22T23:14:03Z
https://github.com/mitmproxy/pdoc/issues/653
[ "enhancement" ]
tmeyier
8
coqui-ai/TTS
deep-learning
2,383
[Feature request] TTS command line tool: Possibility to convert text file to speech
<!-- Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support! ---> **🚀 Feature Description** <!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> It would be nice to be able to convert a text file into speech, not just a sma...
closed
2023-03-05T19:04:56Z
2023-06-05T08:11:55Z
https://github.com/coqui-ai/TTS/issues/2383
[ "help wanted", "feature request" ]
domasofan
15
marshmallow-code/flask-marshmallow
rest-api
277
New release from dev
Hello, Thank you for this great extension. I love it I use it with SQLAlchemy, and I can't update anymore flask-sqlalchemy because of the new extension's structure. Would it be possible to create a new release from dev branch because problems are solved but not released as seen in this issues, PR : #247 #2...
closed
2023-12-19T10:48:18Z
2023-12-20T07:11:59Z
https://github.com/marshmallow-code/flask-marshmallow/issues/277
[]
jgriffon
2
ymcui/Chinese-LLaMA-Alpaca-2
nlp
205
怎样在指令精调时指定训练使用的GPU
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2023-08-30T05:37:02Z
2024-03-18T08:36:59Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/205
[]
czhcc
2
lanpa/tensorboardX
numpy
499
TypeError: 'GraphDef' object does not support indexing
Getting the error ``` Traceback (most recent call last): File "main.py", line 144, in <module> train(epoch) File "main.py", line 97, in train w.add_graph(net, (input,)) File "/home/x/miniconda3/envs/py3.6_tensorboard/lib/python3.6/site-packages/tensorboardX/writer.py", line 738, in add_graph ...
closed
2019-08-26T09:18:38Z
2019-10-23T15:30:14Z
https://github.com/lanpa/tensorboardX/issues/499
[]
xuehui1991
2
holoviz/panel
plotly
7,437
SyntaxError in ChatFeed reference guide
Looking at the `ChatFeed` reference guide https://panel.holoviz.org/reference/chat/ChatFeed.html for panel==1.5.3: ![image](https://github.com/user-attachments/assets/0b583bcc-abc4-4cc9-b391-2da7bc20de90) ```bash Traceback (most recent call last): File "/Users/runner/work/panel/panel/panel/io/mime_render.py",...
closed
2024-10-24T06:01:49Z
2024-10-29T17:01:07Z
https://github.com/holoviz/panel/issues/7437
[ "type: docs" ]
MarcSkovMadsen
0
huggingface/pytorch-image-models
pytorch
2,390
[BUG] Usefulness of `GlobalResponseNormMlp`
**Describe the bug** Does `GlobalResponseNormMlp` makes sense for 1D inputs? The "Mlp" in the name and the implementation suggest that the layer can be fed 1D inputs (`BLC` where L is the sequence length and C the number of features) but the `Grn` implementation requires 2D inputs and if I'm not wrong Grn only makes s...
closed
2025-01-02T14:29:48Z
2025-01-03T15:51:12Z
https://github.com/huggingface/pytorch-image-models/issues/2390
[ "bug" ]
laclouis5
1
donnemartin/system-design-primer
python
658
System design
open
2022-04-16T11:57:31Z
2022-04-23T13:17:59Z
https://github.com/donnemartin/system-design-primer/issues/658
[ "needs-review" ]
vk34code
0
plotly/dash
dash
2,273
[BUG] dcc.Dropdown use outdated styles for react-virtualized-select (cursor should be pointer)
![image](https://user-images.githubusercontent.com/72201/196037000-51156c03-c2bd-4601-8796-3f56186fcc6b.png) Cursor should be "pointer". The underlying library [has fixed this](https://github.com/bvaughn/react-virtualized-select/commit/b2c5fe394ec3145319bde37158d05b3508fbf84a) and dash use a version which includes t...
closed
2022-10-16T13:08:11Z
2022-11-02T19:33:25Z
https://github.com/plotly/dash/issues/2273
[]
olejorgenb
0
ultralytics/ultralytics
machine-learning
19,499
Why is the Inference Speed of YOLOv8 ONNX Much Slower Compared to PyTorch (.pt) Model
### 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 When using YOLOv8 for object detection, I noticed that after converting the ...
open
2025-03-03T10:01:04Z
2025-03-03T10:54:27Z
https://github.com/ultralytics/ultralytics/issues/19499
[ "question", "detect", "exports" ]
WindFreeFoliage
3
google-research/bert
tensorflow
497
xnli fin-tunining downlink invalid
i want test fine tuning example at https://github.com/google-research/bert/blob/master/multilingual.md, howerer the dataset download link https://s3.amazonaws.com/xnli/XNLI-1.0.zip doesn't work, where can i get the data, i download the xnli at https://github.com/facebookresearch/XNLI , it now required.
closed
2019-03-13T05:09:14Z
2019-07-19T08:25:38Z
https://github.com/google-research/bert/issues/497
[]
yelunightroad
2
laurentS/slowapi
fastapi
85
$.ajax and $.getJSON request not limited
Hi everyone, I'm having a problem. When I make too many browser or postman requests rightly the APIs block me as I set, but if I make a request via AJAX and jquery's $ .getJSON, I'm not limited. How can I solve?
closed
2022-02-17T20:03:47Z
2022-02-27T22:57:50Z
https://github.com/laurentS/slowapi/issues/85
[]
Matt0550
2
dagster-io/dagster
data-science
28,615
Support specifying configuration for backfills
### What's the use case? This is a long-standing issue with Dagster. Launching a backfill with a customized configuration is not possible, so users (for example, myself) have to manually launch multiple runs while editing the config for each run. Given the recent improvements around working with backfills, I feel li...
closed
2025-03-19T19:39:38Z
2025-03-24T18:30:13Z
https://github.com/dagster-io/dagster/issues/28615
[ "type: feature-request" ]
danielgafni
4
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,089
Can not update from 4.4.4 to 4.4.6
**Describe the bug** Can not update from 4.4.4 to 4.4.6 Error message CW: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.globaleaks.org bionic/ Release: The following signatures were invalid: BADSIG 32E67926240450...
closed
2021-11-04T08:02:44Z
2021-11-04T08:36:49Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3089
[]
elbill
1
tortoise/tortoise-orm
asyncio
917
Bug in nested QuerySet when defined via `objects = CustomManager(...)`
In continuation to https://github.com/tortoise/tortoise-orm/issues/864 Now it works if `manager` is defined like this: ```python class ManagerModel(AbstractManagerModel): class Meta: manager = StatusManager(queryset_cls=StatusQuerySet) ``` _(Thats from tests/testmodels.py)_ However it will not...
open
2021-09-20T19:00:55Z
2021-09-20T19:00:55Z
https://github.com/tortoise/tortoise-orm/issues/917
[]
maxcoredev
0
allenai/allennlp
data-science
5,322
Switch over to using torch.testing.assert_close in tests
`assert_allclose` is being deprecated. See https://github.com/pytorch/pytorch/issues/61844.
open
2021-07-19T18:55:19Z
2021-07-26T18:30:09Z
https://github.com/allenai/allennlp/issues/5322
[]
epwalsh
2
graphql-python/graphql-core
graphql
124
Recursively finding implemented interfaces
Given a GraphQL schema with interface types and types that implement interfaces, it's possible to have a "chain" of implementations. For instance, a schema might have an interface `Entity` implemented by the interface `LivingEntity`, which is then implemented by the interface `Animal`, which is in turn implemented by t...
closed
2021-03-18T19:38:25Z
2021-03-29T21:05:11Z
https://github.com/graphql-python/graphql-core/issues/124
[]
LWprogramming
4
LibrePhotos/librephotos
django
1,198
torch causes Fatal Python error: Floating point exception
# 🐛 Bug Report ## 📝 Description of issue: The log is filled with python exception traces like the below. I'm scanning in tens of thousands of photos on a fresh Docker install. > 00:31:21 [Q] CRITICAL reincarnated worker Process-e59e78ff6711490fb016575816db4f62 after death 00:31:21 [Q] INFO Process-5affe1a...
closed
2024-04-09T04:45:29Z
2024-06-11T06:47:40Z
https://github.com/LibrePhotos/librephotos/issues/1198
[ "bug" ]
rw57
3
modin-project/modin
pandas
7,207
BUG: Falling back to standard Pandas implementation when assigning a dataframe to a columnar selection
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthe...
closed
2024-04-19T20:58:22Z
2024-04-26T15:06:23Z
https://github.com/modin-project/modin/issues/7207
[ "new feature/request 💬", "External" ]
cw-igormorgado
1
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,624
[Feature Request]:
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? NVIDIA align your steps sampler support ? ### Proposed workflow 1. Image generation should allow the user to select NVIDIA align your steps sampler ### Additi...
closed
2024-04-25T08:09:52Z
2024-04-28T04:22:33Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15624
[ "enhancement" ]
risedangel
5
iterative/dvc
machine-learning
10,419
bug: running exp with `--queue` always take workspace version for python deps
# Bug Report ## Issue name exp run --queue: expriment runs with workspace version of code, ignoring changes made in experiment. ## Description When using imports with `dvc exp run --queue`, the file being imported is always on the workspace version regardless of its state when running experiment. ### Rep...
closed
2024-05-08T06:04:50Z
2024-05-10T15:32:21Z
https://github.com/iterative/dvc/issues/10419
[ "awaiting response" ]
alekseik1
4
marimo-team/marimo
data-visualization
3,501
Unable to run ibis in marimo WebAssembly notebooks
### Describe the bug Both Ibis and it's DuckDB backend works on pyodide, but somehow it doesn't work when using it in marimo. I have created an issue over at the ibis-project's issue tracker https://github.com/ibis-project/ibis/issues/10687. ### Environment <details> ``` { "marimo": "0.10.14", "OS": "Darwin", ...
closed
2025-01-19T16:56:49Z
2025-01-20T15:09:34Z
https://github.com/marimo-team/marimo/issues/3501
[ "bug" ]
kyrre
4
ContextLab/hypertools
data-visualization
113
grand challenge: streaming brain decoding
Achieving this grand challenge requires: 1. Support for [streaming data](https://github.com/ContextLab/hypertools/issues/101) 2. [Interactive feature/event labels](https://github.com/ContextLab/hypertools/issues/111) 3. [On-the-fly decoding](https://github.com/ContextLab/hypertools/issues/112) 4. Reading in brain d...
open
2017-04-28T00:44:53Z
2018-01-11T19:50:56Z
https://github.com/ContextLab/hypertools/issues/113
[ "enhancement", "help wanted", "awesome", "pie in the sky" ]
jeremymanning
2
alteryx/featuretools
data-science
2,012
Add Vincenty primitive for LatLongs
- We currently have a Haversine primitive to calculate distance (assuming Earth is a sphere) - [Vincenty distance](https://en.wikipedia.org/wiki/Vincenty%27s_formulae) uses a more accurate ellipsoidal model
open
2022-04-12T14:53:04Z
2023-06-26T19:10:16Z
https://github.com/alteryx/featuretools/issues/2012
[]
gsheni
0
unit8co/darts
data-science
2,616
[QUESTION] indices of groups when using TimeSeries.from_group_dataframe
**Describe the issue linked to the documentation** I am using `TimeSeries.from_group_dataframe` to create timeseries for weekly sales of some items. Series should be grouped by `'item_id'`, with items sharing potentially useful covariates (eg `'item_category'`) I am not sure how to handle indices of timeseries. ...
closed
2024-12-11T15:19:24Z
2024-12-12T09:00:32Z
https://github.com/unit8co/darts/issues/2616
[ "question" ]
marcoscattolin
2
PaddlePaddle/ERNIE
nlp
771
NER源码阅读的一点问题
finetune_ner.py 文件evaluation中以下代码中: _dic字典中没有存放[UNK]标志位的对应lo数组,但是后面la数组没有将对应位置去除,而只是remove了pad 假设原始lo的shape是50, 在经历了_dic的处理后变成merged_lo,shape只有43,假设la的shape是69,好像代码里会直接padding成69进行f1计算,这样在计算f1值时不就造成错位吗? `merged_lo = np.array([np.array(l).mean(0) for _, l in six.iteritems(_dic)]) ...
closed
2021-12-03T08:14:26Z
2022-02-11T06:42:16Z
https://github.com/PaddlePaddle/ERNIE/issues/771
[ "wontfix" ]
promisejia
1
youfou/wxpy
api
20
Message are sent out successfully but then raise exeception "KeyError: 'self'"
Using python3.5, and in Linux ENV. In [43]: my_wife.send("test") Out[43]: <ItchatReturnValue: {'MsgID': '8287475435897459665', 'LocalID': '14904491571103', 'BaseResponse': {'RawMsg': '请求成功', 'Ret': 0, 'ErrMsg': '请求成功'}}> In [44]: Traceback (most recent call last): File "/home/mint/.local/lib/python3.5/site-pa...
closed
2017-03-25T13:42:37Z
2017-03-29T11:49:11Z
https://github.com/youfou/wxpy/issues/20
[]
slxiao
2
neuml/txtai
nlp
532
Add metadata support for client-server databases
Currently, metadata can be stored in embedded databases such as SQLite and DuckDB. This issue will expand support to client-server [databases via SQLAlchemy](https://docs.sqlalchemy.org/en/20/dialects/index.html) that have [JSON support](https://docs.sqlalchemy.org/en/20/core/type_basics.html#sqlalchemy.types.JSON)....
closed
2023-08-25T20:31:17Z
2023-08-26T01:07:26Z
https://github.com/neuml/txtai/issues/532
[]
davidmezzetti
0
google-research/bert
nlp
1,399
bert中文交流群,交流应用和训练心得
![bert](https://github.com/google-research/bert/assets/111175210/bf2fe781-b520-4639-86e9-bb14dccaad7a)
open
2024-01-22T03:52:08Z
2024-03-08T11:45:53Z
https://github.com/google-research/bert/issues/1399
[]
guozhencs
2
tableau/server-client-python
rest-api
792
Publish DataSource with multiple database connections - need multiple connection credentials
It appears the datasources.publish method does not have functionality to use multiple connection_credentials objects. We have several sources that connect to different databases, and while the source will publish and you can connect a workbook with no issues, you cannot refresh the source without manually entering the ...
open
2021-02-04T22:09:34Z
2023-08-05T20:18:58Z
https://github.com/tableau/server-client-python/issues/792
[ "bug", "in-progress" ]
bis4fun
7
lucidrains/vit-pytorch
computer-vision
198
RuntimeError: stack expects a non-empty TensorList
Hi, I tried to add the Extractor and Recorder methods to access the attns and embeddings but can't make it work. Without those new lines, my code runs well. Any idea what might by the issue here? Thank you ` model = model.to(device) # create train loop for epoch in ra...
closed
2022-01-28T22:32:44Z
2022-01-29T12:23:56Z
https://github.com/lucidrains/vit-pytorch/issues/198
[]
maxboels
2
localstack/localstack
python
12,169
bug: Value for x-amz-checksum-crc32 header is invalid when uploading to S3 via signed URL using AWS SDK v3 for JS
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior LocalStack throws an error when I'm trying to upload a file using a signed URL generated by AWS SDK v3 (for Javascript). The part code example: ```ts const putObjectCommand = new PutObjectCommand({ Bucket:...
closed
2025-01-22T23:26:01Z
2025-03-07T17:31:21Z
https://github.com/localstack/localstack/issues/12169
[ "type: bug", "status: resolved/fixed", "aws:s3" ]
ifree92
2
aiogram/aiogram
asyncio
1,218
Redis storage fails with redis.exceptions.ConnectionError: Error UNKNOWN while writing to socket. Connection lost.
## Context I have FSMStorage running on Redis. Redis, like the bot and the API, are on Digital Ocean. Periodically, I receive this error: redis.exceptions.ConnectionError: Error UNKNOWN while writing to socket. Connection lost. I thought it might be due to writing a lot to Redis. So, I replicated Redis, now ...
closed
2023-07-14T12:27:23Z
2023-07-16T21:20:01Z
https://github.com/aiogram/aiogram/issues/1218
[ "upstream" ]
BobaZooba
1
JaidedAI/EasyOCR
pytorch
1,172
Add Gujarati Language
For Group 3 (Devanagari) Request to add Gujarati Language [gu.txt](https://github.com/JaidedAI/EasyOCR/files/13487204/gu.txt) [gu_char.txt](https://github.com/JaidedAI/EasyOCR/files/13487208/gu_char.txt)
open
2023-11-28T11:14:16Z
2024-09-08T12:36:41Z
https://github.com/JaidedAI/EasyOCR/issues/1172
[]
ashudhatma
1
MagicStack/asyncpg
asyncio
541
When using connection pool, session parameters are not preserved
When using a connection pool, session parameters such as `search_path`, `session time zone`, `application_name` are not preserved when connection is returned to the pool. As a result, I have to use a setup coroutine that is called every time I acquire a connection from the pool: ```python async def conn_setup(conn)...
closed
2020-03-12T23:35:06Z
2023-08-11T06:29:07Z
https://github.com/MagicStack/asyncpg/issues/541
[]
sergeyspatar
3
Lightning-AI/pytorch-lightning
pytorch
20,151
Support computing parameter count in ModelSummary for FSDP models
### Description & Motivation Models that are set up with FSDP (or DTensor) do not show the total parameter count in the ModelSummary. ### Pitch Compute the shapes correctly (similar to the DeepSpeed summary). ### Alternatives _No response_ ### Additional context _No response_ cc @borda @awaelchli @carmocca
closed
2024-08-02T08:07:02Z
2024-08-05T14:57:33Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20151
[ "feature", "callback: model summary", "strategy: fsdp" ]
awaelchli
0
mwaskom/seaborn
pandas
3,835
sns plot to pickle -> itertools deprecation warning for python 3.14
For some of my apps, I cache figures in [as files via pickle](https://stackoverflow.com/a/12734723/9501624). This works both for "pure matplotlib" as well as seaborn figures. As of late, I am seeing an itertools depcreciation warning when storing sns plots this way: ``` import pickle import seaborn as sns tips = sns...
open
2025-03-20T06:31:41Z
2025-03-20T12:10:50Z
https://github.com/mwaskom/seaborn/issues/3835
[]
ChrisOKay
1
milesmcc/shynet
django
56
Document primary-key integration
Readme page says that I can associate visitors in Shynet with their user accounts on my site. But how? I can't find any clue to this.
closed
2020-07-03T12:11:04Z
2020-07-07T14:07:10Z
https://github.com/milesmcc/shynet/issues/56
[]
mrspartak
5
amdegroot/ssd.pytorch
computer-vision
8
Not use RandomHorizontalFlip?
The train_transform() is not used in the base_transform. So does this project use RandomHorizontalFlip? Or this function is called other place?
closed
2017-04-17T14:23:14Z
2017-05-01T19:47:29Z
https://github.com/amdegroot/ssd.pytorch/issues/8
[]
miraclebiu
2
BeastByteAI/scikit-llm
scikit-learn
84
[Feature Request]: Batched Async Prediction
Hi, The current scikit-llm is implemented in a synchronous way - the prompts are sent to the api one-by-one. This is not ideal when we have a large dataset and a high tier (high TPM/RPM) account. Is it possible to incorporate batched async feature? Reference: [oaib](https://github.com/SpellcraftAI/oaib)
open
2024-02-13T00:33:21Z
2024-06-14T10:49:17Z
https://github.com/BeastByteAI/scikit-llm/issues/84
[]
WindChimeRan
2
hbldh/bleak
asyncio
1,311
client.write_gatt_char [WinError -2147483629] object close
* bleak version: bleak==0.20.2 bleak-winrt==1.2.0 * Python version: 3.10.5 * Operating System: Windows 10 (Windows Feature Experience Pack 1000.19041.1000.0) * BlueZ version (`bluetoothctl -v`) in case of Linux: ### Description Traceback (most recent call last): File "D:\develop...
open
2023-05-15T02:48:27Z
2023-08-31T19:47:24Z
https://github.com/hbldh/bleak/issues/1311
[ "Backend: WinRT", "more info required" ]
xiasanshi
4
sgl-project/sglang
pytorch
3,717
[Bug] TCPStore Error processing client message: Too many keys being waited. keys: 3891110078061282660, max: 13107
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-02-20T03:29:21Z
2025-02-20T04:29:01Z
https://github.com/sgl-project/sglang/issues/3717
[]
Superskyyy
2
ScottfreeLLC/AlphaPy
scikit-learn
34
Features Generation BugFixes
Please see attached patch that fixes a bunch of bugs around feature generation in mflow. It has the following... 1. Fix for this issue... https://github.com/ScottfreeLLC/AlphaPy/issues/33 2. train mode now correctly ignores the --pdate argument rather than falling over. 3. Arrays of NaN in feature generation w...
open
2020-05-29T10:36:17Z
2020-08-25T23:53:34Z
https://github.com/ScottfreeLLC/AlphaPy/issues/34
[ "bug" ]
sykesdev
1
coqui-ai/TTS
python
3,522
[Bug] result audio repeat some word many times at end
### Describe the bug python:3.10.12 tts:0.22.0 modeltts_models/zh-CN/baker/tacotron2-DDC-GST text:我们要去看电影了你去不去 result audio:我们要去看电影了你去不去去不去去去去去去去去去去 ### To Reproduce tts --text "我们要去看电影了你去不去" --model_name tts_models/zh-CN/baker/tacotron2-DDC-GST --out_path a.wav ### Expected behavior when play the audio file a...
closed
2024-01-17T03:45:40Z
2024-02-24T10:55:15Z
https://github.com/coqui-ai/TTS/issues/3522
[ "bug", "wontfix" ]
yumoqing
1
dnouri/nolearn
scikit-learn
197
nolearn.lasagne.visualize.plot_conv_activity should use the new net.get_output
closed
2016-01-15T23:13:55Z
2016-03-11T02:51:25Z
https://github.com/dnouri/nolearn/issues/197
[]
dnouri
2
biolab/orange3
pandas
7,017
Resize Feature Statistics Widget Window
Hi all, After changing the colour of the distribution I can resize the window of the Feature Statistics widget because the legend is too long. On my Mac I cannot get to the bottom of the window. Do you have any suggestions? <img width="1507" alt="Image" src="https://github.com/user-attachments/assets/83ba3ac5-8697-45...
open
2025-02-04T18:18:50Z
2025-02-07T13:17:07Z
https://github.com/biolab/orange3/issues/7017
[ "bug report" ]
TheItalianDataGuy
2
omnilib/aiomultiprocess
asyncio
15
How to execute async generator in Pool
### Description Hi, great library, thanks! I want to run async generator in Process Pool using aiomultiprocess lib, how can I do that, any pointer. Currently I'm getting error like: `File "/home/rohankar/anaconda3/lib/python3.6/site-packages/aiomultiprocess/core.py", line 93, in __init__ raise ValueError(f"ta...
closed
2019-02-23T12:32:08Z
2019-03-30T20:09:52Z
https://github.com/omnilib/aiomultiprocess/issues/15
[]
sagarr
1
FactoryBoy/factory_boy
sqlalchemy
776
Add Dynamodb ORM Factory
#### The problem I haven't found support for creating a factory with the Dynamodb ORM [pynamodb](https://github.com/pynamodb/PynamoDB). Sometimes I use a django-supported ORM for which the `DjangoModelFactory` works great, and sometimes I need a NoSQL DB. #### Proposed solution I assume this would include implemen...
open
2020-08-28T15:46:34Z
2022-01-25T12:57:30Z
https://github.com/FactoryBoy/factory_boy/issues/776
[ "Feature", "DesignDecision" ]
ezbc
6
nikitastupin/clairvoyance
graphql
53
help
2022-10-14 20:34:28 INFO | Starting blind introspection on https://site.com/graphql/... 2022-10-14 20:34:29 DEBUG | Root typenames are: {'queryType': None, 'mutationType': None, 'subscriptionType': None} Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as...
open
2022-10-14T20:39:15Z
2024-09-17T17:20:57Z
https://github.com/nikitastupin/clairvoyance/issues/53
[ "bug", "question" ]
vansh1
9
iterative/dvc
data-science
10,645
dvc exp show does not visualize experiments
# Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doesn't detect input changes` --> After running some experiments in branch A, I t...
closed
2024-12-06T19:32:10Z
2024-12-07T20:23:03Z
https://github.com/iterative/dvc/issues/10645
[ "triage", "A: experiments" ]
OS-leonardopratesi
3
smarie/python-pytest-cases
pytest
74
[Tiny bug] Wrong deprecation warning for parametrize_plus
`main_fixtures.py` warn("`parametrize_plus` is deprecated. Please use the new alias `parametrize_plus`. ")
closed
2020-02-18T13:40:42Z
2020-02-18T17:21:33Z
https://github.com/smarie/python-pytest-cases/issues/74
[]
jitsejan
2
marshmallow-code/flask-marshmallow
sqlalchemy
44
'DummySession' object has no attribute 'query'
We have been using flask-marshmallow 0.6.0 with marshmallow-sqlalchemy 0.3.0 for some time now, and been quite happy. However, in trying to upgrade our packages we have encountered the error message above. It appears that marshmallow-sqlalchemy is now trying to actually manage adding/merging the models with the ses...
open
2016-05-24T21:57:05Z
2024-03-06T06:13:46Z
https://github.com/marshmallow-code/flask-marshmallow/issues/44
[]
medavis
15
openapi-generators/openapi-python-client
fastapi
146
Specify additional headers
**Is your feature request related to a problem? Please describe.** When trying to download a file in chunks, I need to be able to specify the `Range` header. There is currently no way of specifying any additional headers outside of the call to the provided client's `get_headers()` **Describe the solution you'd like...
closed
2020-08-10T16:59:39Z
2020-08-11T13:23:29Z
https://github.com/openapi-generators/openapi-python-client/issues/146
[ "✨ enhancement" ]
emann
1
PaddlePaddle/models
nlp
4,764
如果仅使用tsn进行特征提取,并输出提取的特征,该如何实现呢?
如果仅使用tsn进行特征提取,并输出提取的特征,该如何实现呢?
open
2020-07-23T06:47:48Z
2020-07-27T03:22:23Z
https://github.com/PaddlePaddle/models/issues/4764
[]
liu824
6
pytest-dev/pytest-cov
pytest
149
Add newline after --no-cov warning (trivial)
I would open a PR but I can't for silly legal reasons - can somebody take this small change on? Thanks! --- Suggested change: From: ```python terminalreporter.write('WARNING: %s' % msg, red=True, bold=True) ``` into: ```python terminalreporter.write('WARNING: %s\n' % msg, red=True, bold=True) ``` ...
closed
2017-02-15T13:35:25Z
2017-02-16T13:07:06Z
https://github.com/pytest-dev/pytest-cov/issues/149
[]
sitaktif
0
browser-use/browser-use
python
116
ERROR: 5 consecutive failures
I verified the API token validity and used the sample provided in the README.md file of this repo ``` import asyncio from browser_use import Agent from langchain_community.chat_models import ChatOpenAI async def main(): agent = Agent( task="Find a one-way flight from Bali to Oman on 12 January 2025...
open
2024-12-24T18:48:39Z
2025-01-07T10:18:41Z
https://github.com/browser-use/browser-use/issues/116
[]
EssamMohamedAbo-ElMkarem
14
ray-project/ray
pytorch
51,075
[core] add tests to ensure the ConcurrencyGroupManager creates the correct number of threads
### Description as title ### Use case _No response_
open
2025-03-04T23:03:42Z
2025-03-04T23:03:51Z
https://github.com/ray-project/ray/issues/51075
[ "enhancement", "core" ]
kevin85421
0
vllm-project/vllm
pytorch
15,230
[Bug]: jinja2.exceptions.TemplateSyntaxError: expected token 'end of print statement', got 'name'
### Your current environment <details> <summary>The output of `python collect_env.py`</summary> vllm==0.7.2 in Kaggle. </details> ### 🐛 Describe the bug When manually applying [QwQ-32B Chat Template](https://huggingface.co/Qwen/QwQ-32B/blob/main/tokenizer_config.json#L230), `TemplateSyntaxError` is raised. Why d...
closed
2025-03-20T15:43:29Z
2025-03-20T15:53:05Z
https://github.com/vllm-project/vllm/issues/15230
[ "bug" ]
SmartManoj
1
ni1o1/transbigdata
data-visualization
94
六边形栅格没有布满bounds区域
大佬您好 我使用您的库时发现 当我设置栅格为六边形hexa时,如 `(2)`,比如经纬度为 104.1545..., 30.8061...(这是在 `self.bounds` 范围内的,如 `(1)`),它对应的栅格id为 (21, -13, -34) ,这运行 `(3)` 得出。然后我发现这个id并不在 `self.grid` 范围中 ``` self.bounds = [103.90, 30.52, 104.26, 30.81] (1) self.grid, self.params = tbd.area_to_grid(self.bounds, accuracy=1200, method='hexa') (...
open
2024-03-30T14:03:59Z
2024-03-30T14:03:59Z
https://github.com/ni1o1/transbigdata/issues/94
[]
FvNCCR228
0
sgl-project/sglang
pytorch
4,489
Capture cuda graph failed
#### command docker run --gpus '"device=4,5"' -d --name ifusion_sglang_qwen2.5_72b --shm-size=32g -p 30000:30000 -v /data/:/data --ipc=host lmsysorg/sglang:latest python3 -m sglang.launch_server --model-path /data/models/Qwen2.5-72B-Instruct --host 0.0.0.0 --port 30000 --tp 2 --dp 2 --mem-fraction-static 0.8 --quanti...
closed
2025-03-17T05:36:25Z
2025-03-17T08:11:42Z
https://github.com/sgl-project/sglang/issues/4489
[]
White-Friday
0
noirbizarre/flask-restplus
api
817
python3-flask-restplus_0.13.0.bb
Is python3-flask-restplus_0.13.0.bb provided? I currently have usage requirements on yocto
open
2024-01-17T09:59:16Z
2024-01-17T09:59:16Z
https://github.com/noirbizarre/flask-restplus/issues/817
[ "bug" ]
p35420102
0
aiortc/aiortc
asyncio
334
new offer/RTCPeerConnection from server side to client
Hi! Would anyone be willing to share with me some tips on how to create additional RTCPeerConnections FROM the server to a client/peer? (I am currently experimenting with the Server example) For example once the first connection is created from the client/peer offer I would like to then create several additio...
closed
2020-04-14T14:38:37Z
2022-06-11T03:04:43Z
https://github.com/aiortc/aiortc/issues/334
[ "question", "stale" ]
adamteale
6
huggingface/datasets
pytorch
7,318
Introduce support for PDFs
### Feature request The idea (discussed in the Discord server with @lhoestq ) is to have a Pdf type like Image/Audio/Video. For example [Video](https://github.com/huggingface/datasets/blob/main/src/datasets/features/video.py) was recently added and contains how to decode a video file encoded in a dictionary like {"pat...
open
2024-12-10T16:59:48Z
2024-12-12T18:38:13Z
https://github.com/huggingface/datasets/issues/7318
[ "enhancement" ]
yabramuvdi
6
scikit-learn/scikit-learn
data-science
30,652
Unconsistent FutureWarning when using `force_int_remainder_cols=True` in `ColumnTransformer`
### Describe the bug Calling fit on a pipeline that includes a `ColumnTransformer` step with `remainder="passthrough"` and `force_int_remainder_cols=True` (the default value as in v1.6) raises a `FutureWarning: The format of the columns of the 'remainder' transformer in ColumnTransformer.transformers_ will change in ...
closed
2025-01-15T16:20:16Z
2025-01-20T14:43:42Z
https://github.com/scikit-learn/scikit-learn/issues/30652
[ "Bug" ]
ArturoAmorQ
3
oegedijk/explainerdashboard
dash
292
Update component plots when selecting data
Hello, I'm making a custom dashboard with ExplainerDashboard components and a map. The idea is to be able to select a region in the map to filter the data and re calculate the shap values in order to understand a certain area's predictions by seeing the feature importances in this area in particular. However, since I'm...
closed
2023-12-28T20:02:37Z
2024-01-25T14:43:40Z
https://github.com/oegedijk/explainerdashboard/issues/292
[]
soundgarden134
3
labmlai/annotated_deep_learning_paper_implementations
pytorch
262
mha.py array shapes
I wonder why array shapes in aha are (C, B, D) rather than (B, C, D). I thought it was convention that the batch was the first dimension. Specially, here are the first few lines of the `forward` method of class `MultiHeadAttention`: ``` def forward(self, *, query: torch.Tensor, ...
open
2024-07-13T02:59:37Z
2024-11-14T03:09:35Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/262
[]
erlebach
1
psf/black
python
3,758
cannot parse assignment expression in preview style since 23.1
Hello, I seem to have found a bug in black's preview style regarding assignment expressions, that has been present since version 23.1.0. **Describe the bug** When using an assignment expression in my code example, black with preview=true complains it cannot parse the line. Black preview=false accepts the code ...
closed
2023-06-30T22:52:59Z
2024-01-17T19:04:16Z
https://github.com/psf/black/issues/3758
[ "T: bug", "C: preview style" ]
wizpig64
2
miguelgrinberg/python-socketio
asyncio
852
I am trying to integrate rasa bot to a website and the auth error is coming
**Describe the bug** <html> <body> "<div id="rasa-chat-widget" data-websocket-url="http://localhost:5005/"></div>" <script src="https://unpkg.com/@rasahq/rasa-chat" type="application/javascript"></script> </body> </html> The above code is available on rasa website which i am using to integrate the chatbo...
closed
2022-01-17T11:30:31Z
2022-04-29T23:32:20Z
https://github.com/miguelgrinberg/python-socketio/issues/852
[ "documentation" ]
HarshMagiya7
7
open-mmlab/mmdetection
pytorch
12,014
SwinL weights for Grounding DINO
Hello! I wanted to ask you if there is a specific reason why you have not released weights for mmdetection Grounding DINO with the SwinL transformer as the backbone. I guess that just applying this converter it could be done easily no? https://github.com/open-mmlab/mmdetection/blob/main/tools/model_converters/gro...
open
2024-10-24T13:17:25Z
2024-10-24T13:17:42Z
https://github.com/open-mmlab/mmdetection/issues/12014
[]
german36-del
0
slackapi/python-slack-sdk
asyncio
791
Bad redirect URI error
i have follow this url for authentication https://slack.dev/python-slackclient/auth.html But below code return error `{'ok': False, 'error': 'bad_redirect_uri'}` # Request the auth tokens from Slack response = client.oauth_v2_access( client_id=client_id, client_secret=client_secret, code=cod...
closed
2020-08-31T15:58:49Z
2023-03-25T18:53:19Z
https://github.com/slackapi/python-slack-sdk/issues/791
[ "question" ]
chiragkanhasoft
2
microsoft/nni
machine-learning
5,709
Adding back the sensitivity analysis tool to v3.0
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Are there any plans to add back the sensitivty analysis tool to v3.0 ? **Why is this needed**: It would be great to have this tool back as a debug tool, to target better the layers that are not sen...
open
2023-11-08T15:01:19Z
2023-11-08T15:01:19Z
https://github.com/microsoft/nni/issues/5709
[]
mehdi-nait
0
strawberry-graphql/strawberry-django
graphql
625
Ordering does not work properly with federation gateway
I'm not sure if this is a problem with this library but definitely the current ordering design doesn't work with @apollo/gateway. The sort order depends on the order of the keys and when requesting the server directly it works as it should, but when requesting through the federation the order of the keys changes to ...
closed
2024-09-10T10:26:11Z
2025-03-20T15:57:37Z
https://github.com/strawberry-graphql/strawberry-django/issues/625
[]
iamcrookedman
2
django-import-export/django-import-export
django
1,205
AutoField and pk fk with type Varchar - CharField
I have models ``` class Users(models.Model): user_login = models.CharField(primary_key=True, max_length=255, verbose_name="Логин") user_password = models.CharField(max_length=255, verbose_name="Пароль") first_name = models.CharField(max_length=255, verbose_name="Имя") middle_name = models.CharFiel...
closed
2020-10-31T11:23:57Z
2020-11-09T13:27:30Z
https://github.com/django-import-export/django-import-export/issues/1205
[ "question" ]
Artemka-py
0
yihong0618/running_page
data-visualization
788
可以把 strava 数据同步到 keep 吗
closed
2025-03-05T13:17:38Z
2025-03-12T03:16:35Z
https://github.com/yihong0618/running_page/issues/788
[]
chensoul
1
matplotlib/mplfinance
matplotlib
365
Marking / Highlighting After Hours
I'm working on styling for my charts and I'm wondering if there's a good way to highlight / grey out / mark after hours trading periods in some way like some graphing programs do. Here's an example of one of my charts at the moment: ![no markers](https://user-images.githubusercontent.com/46771056/111939717-3d177700...
open
2021-03-22T04:31:21Z
2021-04-26T20:55:48Z
https://github.com/matplotlib/mplfinance/issues/365
[ "question" ]
Jellayy
4
iterative/dvc
data-science
9,723
dvc.api.params_show: LockError: Unable to acquire lock - when running multiple processes with `torchrun`
# Bug Report ## Description I'm running a standard `torchrun` to kick off my python script, and the first thing I do is grab the parameters from dvc using a line like this: `dvc_params = dvc.api.params_show(stages=dvc_stage_name)` Of course, that takes a dvc lock under the covers, and apparently that takes too ...
open
2023-07-11T18:25:47Z
2023-07-19T13:18:50Z
https://github.com/iterative/dvc/issues/9723
[ "p2-medium", "A: api" ]
Taytay
5
sgl-project/sglang
pytorch
4,594
[Bug] cannot load prequantized model with scalar weight scale
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
closed
2025-03-19T20:44:35Z
2025-03-22T07:47:54Z
https://github.com/sgl-project/sglang/issues/4594
[]
yundai424
0
matplotlib/matplotlib
matplotlib
28,922
[Bug]: Title of middle subplot does not auto-wrap like subplots on edge
### Bug summary When creating a grid of subplots that all share x and y axes, and then the title of each subplot is set with auto-wrapping requested, the title of the plot in the middle does not wrap properly. ### Code for reproduction ```Python import matplotlib.pyplot as plt fig, (ax1, ax2, ax3) = plt.subplots(...
closed
2024-10-02T16:07:43Z
2024-10-02T17:10:13Z
https://github.com/matplotlib/matplotlib/issues/28922
[]
bielsnohr
2
adap/flower
scikit-learn
4,346
Train stops when a client fails
### Describe the bug When a round encounters failures because of Grpc-Bridge is closed for one of the clients, the whole training stops. First, it wasn't doing evaluation after fitting. Thus, I disabled evaluation. Now if the first round has failures, the second round doesn't start! ### Steps/Code to Reproduce I a...
closed
2024-10-21T16:00:37Z
2025-03-12T16:30:28Z
https://github.com/adap/flower/issues/4346
[ "bug", "part: examples" ]
oabuhamdan
2
marcomusy/vedo
numpy
1,230
Class Line's find_index_at_position() method returns wrong indices in some instances
I just came across this: the find_index_at_position method of the Line Class seems to return faulty indices. My intent was to enter a new point at a certain position on the Line and to make that point the very first one of the vertices. Only for some of my lines, the returned index was more than 200 off the correct va...
closed
2025-03-03T22:28:29Z
2025-03-05T15:35:19Z
https://github.com/marcomusy/vedo/issues/1230
[ "bug" ]
natabma
2
pinry/pinry
django
255
Docker pinry - cant login
Hi all, I've been battling this for a few hours now. Im not new at all to linux server config, but I am new to using docker. I've followed the docs... "docker pull getpinry/pinry" - all good "docker run -d=true -p=80:80 -v=/opt/docker-data/pinry:/data pinry/pinry" This seemed to download the container again...
closed
2021-03-05T11:05:04Z
2021-03-08T14:00:15Z
https://github.com/pinry/pinry/issues/255
[]
MWP
8
Lightning-AI/pytorch-lightning
pytorch
20,184
MLFlowLogger does not save config.yaml for each run
### Bug description The `MLFlowLogger` seems to save the `config.yaml` in the top-level `save_dir` (e.g. `./mlruns`) directory (not even inside the experiment directory), instead of the specific run directory as for the other loggers. See below for minimal example. When running the same experiment twice, this result...
open
2024-08-10T00:14:26Z
2024-08-10T03:35:29Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20184
[ "bug", "needs triage", "ver: 2.4.x" ]
jeangud
0
ultralytics/ultralytics
python
19,150
How to set the anchor frame parameters of yolov8?
### 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 After running with the yolov8 segement S model, I found that there is always...
open
2025-02-10T03:16:00Z
2025-02-10T06:36:16Z
https://github.com/ultralytics/ultralytics/issues/19150
[ "question", "segment" ]
zhoujzhouj
2
deepspeedai/DeepSpeed
machine-learning
6,605
[REQUEST] Inquiry about code for Domino
I saw in [Domino](https://arxiv.org/pdf/2409.15241) that the code would be released here. Could you let me know when will the code be released to the public?
closed
2024-10-07T23:04:46Z
2025-02-05T23:48:33Z
https://github.com/deepspeedai/DeepSpeed/issues/6605
[ "enhancement" ]
s1ghhh
5
ahmedfgad/GeneticAlgorithmPython
numpy
61
fitness_func() Repetition Issues
https://github.com/ahmedfgad/GeneticAlgorithmPython/blob/c87641bb9f774cebc40a45e70834832b04ae32b5/pygad.py#L3080 `fitness_func()` is repeatedly called whenever I call to `best_solution()` (for example, `on_generation`). Maybe it's called in order of `best_solution()` -> `cal_pop_fitness0` -> `fitness_func()` I th...
closed
2021-08-12T09:08:30Z
2023-02-25T19:55:38Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/61
[ "help wanted" ]
sogNok
1
vitalik/django-ninja
django
739
customizing field names in output
I need to override the fields being output in the response to an entirely custom value, so i think the "Example Camel Case mode" is not applicable here. Actually the values I need are the verbose names of the django model's fields. ```python class A(models.Model): a = models.CharField("field a", ...) clas...
closed
2023-04-13T08:59:53Z
2023-04-13T12:06:24Z
https://github.com/vitalik/django-ninja/issues/739
[]
minusf
6
allure-framework/allure-python
pytest
811
Not implemented type for Arrow list to pandas: fixed_size_binary[16]
I'm submitting a ... - [X] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at the top of this template. #### What is the current behavior? using pandas dataframe with dtype as pd.ArrowDtype(pa.list_(pa.binary(16)) in pytest #### If the curren...
open
2024-04-26T08:11:30Z
2024-04-26T09:51:51Z
https://github.com/allure-framework/allure-python/issues/811
[]
jbShi1017
0
deepfakes/faceswap
machine-learning
481
Extract working not working with GPU, only CPU, is there a way to get it to work with GPU?
**Note: Please only report bugs in this repository. Just because you are getting an error message does not automatically mean you have discovered a bug. If you don't have a lot of experience with this type of project, or if you need for setup help and other issues in using the faceswap tool, please refer to the [facesw...
closed
2018-08-24T03:19:46Z
2018-08-28T16:58:51Z
https://github.com/deepfakes/faceswap/issues/481
[]
deepfaceswap12345
5
keras-team/keras
deep-learning
20,423
AttributeError: 'KerasHistory' object has no attribute 'layer'
I'm encountering the error "AttributeError: 'KerasHistory' object has no attribute 'layer'" while working with a Keras model. I'm trying to access layer information, but it seems I'm referencing the wrong object. the version of TensorFlow is 2.17.0 I tried to change the name layer to operation but it's not workin...
closed
2024-10-29T03:37:36Z
2024-10-29T18:43:01Z
https://github.com/keras-team/keras/issues/20423
[ "type:Bug" ]
Neta-Robinzon-Butbul
3
autogluon/autogluon
computer-vision
4,602
`common.features.infer_types.check_if_nlp_feature` fails on bytes columns
https://github.com/autogluon/autogluon/blob/ca3e0b5cadb064e256cd836b4214046aefae66bd/common/src/autogluon/common/features/infer_types.py#L141-L144 This try/catch only handles `AttributeError`, but if a sequence of bytes is passed, a `TypeError` occurs due to `.str.split()`
closed
2024-10-30T21:08:14Z
2024-11-25T21:57:01Z
https://github.com/autogluon/autogluon/issues/4602
[ "bug", "module: tabular", "module: features" ]
samg-stripe
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
645
Compatibility update with newer librosa version in collab
Hi, recently the program stopped working in collab due to librosa 0.8.0 update, giving error "module 'librosa' has no attribute 'output'", please solve this problem
closed
2021-01-31T21:40:08Z
2021-02-15T08:13:18Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/645
[]
Gero39
4
home-assistant/core
python
140,478
IHC component fails
### The problem IHC fails to setup. It is not in the app list. Sometime when home assistant is restarted, it is starting up and i have access to the items. But after next restart it fails again. `Logger: ihcsdk.ihcconnection Kilde: components/ihc/auto_setup.py:89 Første forekomst: 21.54.37 (1 forekomster) Senest logg...
open
2025-03-12T21:10:07Z
2025-03-23T19:37:46Z
https://github.com/home-assistant/core/issues/140478
[ "integration: ihc" ]
Dannikorsholm
4
tensorpack/tensorpack
tensorflow
1,043
Bug in resnet_model.py
In `tensorpack/examples/ResNet/resnet_model.py` line 105 `def resnet_group(name, l, block_func, features, count, stride):` should be `def resnet_group(l, name, block_func, features, count, stride):` Otherwise, `load-resnet.py` does't work.
closed
2019-01-11T06:58:42Z
2019-01-11T08:50:53Z
https://github.com/tensorpack/tensorpack/issues/1043
[]
leix28
0
huggingface/datasets
nlp
7,420
better correspondence between cached and saved datasets created using from_generator
### Feature request At the moment `.from_generator` can only create a dataset that lives in the cache. The cached dataset cannot be loaded with `load_from_disk` because the cache folder is missing `state.json`. So the only way to convert this cached dataset to a regular is to use `save_to_disk` which needs to create a...
open
2025-02-24T22:14:37Z
2025-02-26T03:10:22Z
https://github.com/huggingface/datasets/issues/7420
[ "enhancement" ]
vttrifonov
0
pandas-dev/pandas
data-science
60,690
ENH: frozensets are shown in parentheses (like tuples)
### Pandas version checks - [X] I have checked that this issue has not already been reported. - Query: `is:issue in:title frozenset` - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main...
closed
2025-01-09T23:55:12Z
2025-02-05T17:49:32Z
https://github.com/pandas-dev/pandas/issues/60690
[ "Enhancement", "Output-Formatting" ]
wjandrea
2
shibing624/text2vec
nlp
64
使用您的 shibing624/text2vec-base-chinese 模型,输出的词嵌入是768维的,能降低维度吗?比如128维
使用您的 shibing624/text2vec-base-chinese 模型,输出的词嵌入是768维的,能降低维度吗?比如128维
closed
2023-04-27T13:29:18Z
2023-08-17T13:19:32Z
https://github.com/shibing624/text2vec/issues/64
[ "question" ]
JonGates
1
xuebinqin/U-2-Net
computer-vision
321
What is the time complexity?
Hi, what is the expected time complexity in big-O notation for an inference session on the U-2-Net model? Thanks!
open
2022-07-21T19:51:54Z
2022-07-22T05:31:19Z
https://github.com/xuebinqin/U-2-Net/issues/321
[]
BennyTheDev
1
drivendataorg/cookiecutter-data-science
data-science
420
Cut a 2.0.1 release
After closing #336 and fixing #419 we'll be ready for a 2.0.1 release, and then can add in a number of great features that are on the docket!
closed
2025-02-16T18:56:59Z
2025-02-26T17:03:27Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/420
[]
chrisjkuch
1
flairNLP/flair
nlp
3,116
[Question]: Uptrain existing model
### Question Hi, I'm new here. I've trained ner model with flair and it works just fine. However, I need to add another NER to existing model with my other custom ner entity. How could I do that? Unfortunately Flair doesn't produce config.json so I don't understand how to upload my .pt model to huggingface to get it f...
closed
2023-02-20T10:15:06Z
2023-02-20T22:54:10Z
https://github.com/flairNLP/flair/issues/3116
[ "question" ]
GeorgeKontsevik
4