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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
graphql-python/graphene-django | graphql | 1,478 | Options to secure API | **Is your feature request related to a problem? Please describe.**
I used [graphql-cop](https://github.com/dolevf/graphql-cop) to test my graphql API built using Graphene Django and the result is as follows:
```
[HIGH] Alias Overloading - Alias Overloading with 100+ aliases is allowed (Denial of Service - /graphql... | closed | 2023-11-21T10:44:04Z | 2023-11-22T10:15:19Z | https://github.com/graphql-python/graphene-django/issues/1478 | [
"✨enhancement"
] | lee-pai-long | 5 |
sherlock-project/sherlock | python | 1,797 | Support for Instagram | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have... | closed | 2023-05-18T20:21:09Z | 2024-11-26T22:36:00Z | https://github.com/sherlock-project/sherlock/issues/1797 | [
"enhancement"
] | javalsai | 4 |
apify/crawlee-python | automation | 1,020 | Fix rendering of enqueue strategy in API docs | It is a type alias after https://github.com/apify/crawlee-python/pull/1019. | closed | 2025-02-24T16:47:16Z | 2025-02-25T12:11:58Z | https://github.com/apify/crawlee-python/issues/1020 | [
"documentation",
"t-tooling"
] | vdusek | 0 |
ipython/ipython | data-science | 14,240 | Memory leak with %matplotlib qt, with simple fix | When using matplotlib event loop integration (e.g. %matplotlib) with pyqt, there is a memory leak caused by a misunderstanding of the lifespan of QObjects.
I found it because I'm trying to debug slowdowns in long-running IPython sessions with autoreload. I'm not sure that this is actually the cause, but it's certain... | closed | 2023-11-11T16:46:55Z | 2023-11-24T09:37:05Z | https://github.com/ipython/ipython/issues/14240 | [
"bug"
] | pag | 4 |
mljar/mljar-supervised | scikit-learn | 736 | getting TypeError: only integer scalar arrays can be converted to a scalar index on | I am trying to load the saved model using the following command
automl = AutoML(mode='Explain',results_path='Auto_Ml_testing')
automl.fit(X_train,y_train)
automl = AutoML(results_path='Auto_Ml_testing')
automl.predict(X_test)
but the '.predict' is giving the following error
--------------------------... | open | 2024-07-12T15:44:24Z | 2024-08-22T12:31:19Z | https://github.com/mljar/mljar-supervised/issues/736 | [] | vashist1994 | 2 |
aimhubio/aim | data-visualization | 3,278 | Incorrect connection of data points can happen when logging out of order with implicit step value | ## 🐛 Bug
**Summary**: When metrics are logged using only epoch parameter, step value is chosen incrementally. When this happens out of order (for example: asynchronous evaluation on a batch system), displaying them in an epoch/value graph will connect the lines incorrectly. This is because step is used to determine... | open | 2025-01-03T10:44:16Z | 2025-01-03T10:44:16Z | https://github.com/aimhubio/aim/issues/3278 | [
"type / bug",
"help wanted"
] | cdalinghaus | 0 |
tqdm/tqdm | jupyter | 636 | tqdm progress bar not showing after leave notebook(not shut down) | Before:

After:

How to make it appear again without shuting down. | closed | 2018-11-06T02:59:50Z | 2018-11-08T14:41:18Z | https://github.com/tqdm/tqdm/issues/636 | [] | Jacky97s | 1 |
scikit-multilearn/scikit-multilearn | scikit-learn | 253 | IterativeStratification use in medical and some datasets ValueError: Only one class present in y_true. ROC AUC score is not defined in that case | that means for some labels in y[train] that only have zero class , but i am sure that this label at least have two one class samples IterativeStratification does not work well | closed | 2022-12-01T14:38:58Z | 2023-03-14T17:04:05Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/253 | [] | CquptZA | 1 |
sktime/pytorch-forecasting | pandas | 1,311 | Error selecting device when executing prediction - M1 | - PyTorch-Forecasting version: 1.0.0
- PyTorch version: 2.0.0
- Python version: 3.10.0
- Operating System: MacOS Ventura 13.3.1 (a) - M1 architecture
I executed the example ar.py in an M1 computer. I selected the accelerator in the pl.Trainer as "cpu" to avoid using the "mps" as it still does not support certain... | open | 2023-05-25T14:45:32Z | 2023-06-08T13:23:02Z | https://github.com/sktime/pytorch-forecasting/issues/1311 | [] | CBeckerUPC | 1 |
fbdesignpro/sweetviz | pandas | 60 | colname is ‘index’ error | if dataframe colname include 'index' ,then you will get error:
the true value of a series is amabiguous. use a empty,a.bool(),a.item(),a.any() or a.all
so delete or skip 'index' col.
列名里不能有叫index的列,否则会报错。要么直接删除,要么加到skip中即可。
| closed | 2020-09-29T12:12:28Z | 2020-11-24T15:11:20Z | https://github.com/fbdesignpro/sweetviz/issues/60 | [
"bug"
] | guduxingzou | 3 |
MaartenGr/BERTopic | nlp | 1,135 | Fine-Tuning Optional cTF-IDF Representations After Model Fit? | I am training the BERTopic model on ~1.4 million documents, which takes some time to finish (about 12 hours using "all-MiniLM-L6-v2"). I would like to try variations of fine-tuning the cTF-IDF vectors learned by the model using, e.g., `KeyBERTInspired`, `PartOfSpeech`, `MaximalMarginalRelevance`, and `TextGeneration` ... | closed | 2023-03-30T03:35:52Z | 2023-05-23T09:24:51Z | https://github.com/MaartenGr/BERTopic/issues/1135 | [] | MarkWClements | 2 |
microsoft/nni | tensorflow | 5,608 | NNI 3.x support for quant_bits | <!-- Please only use this template for submitting model compression/speedup enhancement requests -->
**Describe the feature**:
NNI 3.x support for quant_bits[¶](https://nni.readthedocs.io/en/stable/compression/compression_config_list.html#quant-bits)
**Motivations**:
NNI 3.x only support quant_dtype[¶](ht... | open | 2023-06-13T04:11:11Z | 2023-06-14T02:37:59Z | https://github.com/microsoft/nni/issues/5608 | [] | aininot260 | 0 |
deepfakes/faceswap | deep-learning | 757 | Add OpenCL support | **Is your feature request related to a problem? Please describe.**
Not everyone has an NVidia GPU. OpenCL is an open-source alternative that **all** GPU vendors (Intel, AMD, NVidia) supports.
**Describe the solution you'd like**
I'd like to increase the speed of the program using AMD and Intel GPUs, benefitting al... | closed | 2019-06-12T07:06:43Z | 2019-06-12T07:09:26Z | https://github.com/deepfakes/faceswap/issues/757 | [] | Nonononoki | 1 |
flasgger/flasgger | flask | 594 | Switch from `pep8` to `pycodestyle` | The `pep8` project was renamed to `pycodestyle` more than seven years ago, but it is [still used](https://github.com/flasgger/flasgger/blob/master/requirements-dev.txt#L6) by `flasgger` as dev dependency. Please switch to `pycodestyle`. Thank you. | open | 2023-09-13T11:58:35Z | 2023-09-13T11:58:35Z | https://github.com/flasgger/flasgger/issues/594 | [] | mtelka | 0 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 248 | SAMPLE is not working with select() | **Describe the bug**
SAMPLE method is not working
select(<model>).sample(1) -> SELECT <model>.id FROM <model> SAMPLE, but now it looks like SELECT <model>.id FROM <model>
**To Reproduce**
from sqlalchemy import Column
from sqlalchemy.orm import declarative_base
from clickhouse_sqlalchemy import select, types
... | open | 2023-05-08T18:49:00Z | 2023-05-08T18:49:00Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/248 | [] | Ninefiveblade | 0 |
automagica/automagica | automation | 121 | delete_column() is not working | delete_column() is not working
When I try below delete_column() example in Automagica Documentation Release 2(Apr 02, 2020).
> excel = Excel()
> excel.write_cell(1, 1, 'Filled')
> excel.write_cell(2, 2, 'Filled')
> excel.write_cell(3, 3, 'Filled')
> excel.delete_column('B')
Error message is below :
F... | closed | 2020-04-13T03:47:58Z | 2020-09-07T21:35:53Z | https://github.com/automagica/automagica/issues/121 | [] | taesikkim | 1 |
slackapi/python-slack-sdk | asyncio | 1,510 | Add `Options` / `initial_options` validation | Suggestion raised in: https://github.com/slackapi/python-slack-sdk/issues/1509
Behavior:
`initial_options` options must contain an exact match of `options` provided, or users experience issues with properly updating forms. Suggestion has been raised to update this SDK to notify developers when an option provided do... | open | 2024-06-14T21:06:30Z | 2024-06-14T21:06:54Z | https://github.com/slackapi/python-slack-sdk/issues/1510 | [
"enhancement",
"auto-triage-skip"
] | srajiang | 0 |
lepture/authlib | flask | 525 | Authorization error responses are missing the state parameter | **Describe the bug**
While trying to implement a "silent signing" flow (using `prompt=none`) the library I use refuses to accept the error response (i.e. `login_required`) because the `state` parameter is missing from the response.
[RFC 6749 section-4.1.2.1](https://datatracker.ietf.org/doc/html/rfc6749#section-4... | open | 2023-01-26T08:58:28Z | 2025-02-20T20:43:36Z | https://github.com/lepture/authlib/issues/525 | [
"bug",
"server"
] | jaap3 | 0 |
kevlened/pytest-parallel | pytest | 56 | ci: coverage reporting | Would you like to have coverage reporting setup?
I could do it, using pytest-cov and codecov. | closed | 2019-11-22T19:04:55Z | 2019-11-22T20:54:08Z | https://github.com/kevlened/pytest-parallel/issues/56 | [] | blueyed | 1 |
pytest-dev/pytest-html | pytest | 314 | Garbage date-time is printed in the Captured log. | Garbage date-time is printed in the Captured log.
**pytest-html report:**
------------------------------ Captured log setup ------------------------------
[32mINFO [0m root:test_cyclic_switchover.py:26 Inside Setup
[32mINFO [0m root:test_cyclic_switchover.py:54
------------------------------ Captur... | closed | 2020-07-13T16:43:22Z | 2020-08-10T12:25:37Z | https://github.com/pytest-dev/pytest-html/issues/314 | [] | pawan7476 | 20 |
facebookresearch/fairseq | pytorch | 4,744 | Regarding the size of RoBERTa's training data in terms of tokens | ## ❓ Questions and Help
Hello,
This is a rather unusual question but I hope that RoBERTa's authors could help me with their answer: How many tokens are there in the training set for RoBERTa?
I was unable to find such information anywhere on the internet. I know from the paper that the training data is about 16... | open | 2022-09-26T21:38:17Z | 2022-09-26T21:38:17Z | https://github.com/facebookresearch/fairseq/issues/4744 | [
"question",
"needs triage"
] | netw0rkf10w | 0 |
python-visualization/folium | data-visualization | 1,867 | TagFilterButton - Dropdown overlaps with Button | **Describe the bug**
The Dropdown appearing when using TagFilterButton overlaps with the (then hidden) button itself.
Using multiple Filters becomes challenging, as the text stays hidden behind the other filter buttons.

pip list
langtable 0.0.50
libcomps 0.1.14
Mako 1.1.0.dev0
MarkupSafe 1.1.1
matplotlib ... | closed | 2020-01-27T08:37:57Z | 2020-02-21T11:33:13Z | https://github.com/deepfakes/faceswap/issues/967 | [] | liveinno | 1 |
ray-project/ray | deep-learning | 51,373 | Ray rllib DreamerV3 incompatible with new API? | ### What happened + What you expected to happen
I've tried to use the dreamerV3 agent from rllib for one of my projects and find it quite challenging to configure it correctly so that it would not throw an exception. I apologize in advance if this is entirely a problem on my end, but I have reasons to believe that thi... | open | 2025-03-14T12:36:11Z | 2025-03-18T19:48:37Z | https://github.com/ray-project/ray/issues/51373 | [
"bug",
"triage",
"rllib"
] | rschiewer | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 151 | Fine-tuning Does not work | ```
Traceback (most recent call last):
File "/home/ubuntu/stanford_alpaca/train.py", line 231, in <module>
train()
File "/home/ubuntu/stanford_alpaca/train.py", line 225, in train
trainer.train()
File "/home/ubuntu/anaconda3/envs/lama/lib/python3.10/site-packages/transformers-4.27.0.dev0-py3.10.egg/... | open | 2023-03-28T06:31:21Z | 2023-03-30T12:27:54Z | https://github.com/tatsu-lab/stanford_alpaca/issues/151 | [] | akanyaani | 6 |
graphistry/pygraphistry | pandas | 381 | [BUG] dgl type error | Maybe datetime handling is having issues?
`pygraphistry/docker$ ./test-gpu-local.sh ` =>
```
=================================== FAILURES ===================================
_________________ TestDGL.test_build_dgl_with_no_node_features _________________
self = <test_dgl_utils.TestDGL testMethod=test_build_... | open | 2022-07-26T04:50:02Z | 2022-07-26T04:50:02Z | https://github.com/graphistry/pygraphistry/issues/381 | [
"bug"
] | lmeyerov | 0 |
Miserlou/Zappa | django | 1,874 | unable to delete AWS Certificate after undeploying | This is probably related to AWS internals as much as to Zappa, but maybe someone using Zappa has encountered this.
My AWS account has limited amount of allowed certificates, so I need to delete the unused ones to create new ones. However, after undeployment of an app, I am unable to delete AWS certificate used to ce... | open | 2019-05-16T15:48:06Z | 2019-08-19T10:24:29Z | https://github.com/Miserlou/Zappa/issues/1874 | [] | kurtgn | 8 |
hankcs/HanLP | nlp | 1,798 | 人名识别对姓“张”识别不太准确 | <!--
感谢找出bug,请认真填写下表:
-->
**Describe the bug**
抽取了一些短语发现张特别容易没识别出来。
如下是具体的例子
张先生对接城西 分词: [张先生/nz, 对接/v, 城西/d]
张先生开封 分词: [张先生/nz, 开封/ns]
张阿姨 分词: [张/q, 阿姨/n]
**Code to reproduce the issue**
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
``` Segment segment ... | closed | 2022-12-30T03:55:50Z | 2022-12-30T04:22:07Z | https://github.com/hankcs/HanLP/issues/1798 | [
"wontfix"
] | watsonwuh | 1 |
huggingface/datasets | nlp | 7,431 | Issues with large Datasets | ### Describe the bug
If the coco annotation file is too large the dataset will not be able to load it, not entirely sure were the issue is but I am guessing it is due to the code trying to load it all as one line into a dataframe. This was for object detections.
My current work around is the following code but would ... | open | 2025-02-28T14:05:22Z | 2025-03-04T15:02:26Z | https://github.com/huggingface/datasets/issues/7431 | [] | nikitabelooussovbtis | 4 |
amisadmin/fastapi-amis-admin | fastapi | 140 | Enhancement: Contribution guide | Hello everyone 👋
I would like to contribute this project with translations, but first I would like to read a Contribution Guide, steps how to contribute.
I would recommend checking FastAPI and Starlette-Admin Contribution guide as inspiration.
I'm planning to create a locale for Turkish Language. | open | 2023-10-19T13:25:01Z | 2023-10-19T13:25:01Z | https://github.com/amisadmin/fastapi-amis-admin/issues/140 | [] | hasansezertasan | 0 |
fastapi-users/fastapi-users | asyncio | 474 | Reset password validation | Follow-up of discussion #465.
There is currently no way to plug a password validation logic into the reset password router. This should be possible. | closed | 2021-02-06T08:12:10Z | 2021-05-20T06:57:15Z | https://github.com/fastapi-users/fastapi-users/issues/474 | [
"enhancement"
] | frankie567 | 1 |
Lightning-AI/pytorch-lightning | pytorch | 19,951 | docker image doesn't have `pytorch_lightning` | ### Bug description
```shell
$ docker run --rm pytorchlightning/pytorch_lightning:base-cuda-py3.10-torch2.2-cuda12.1.0 python -c "import pytorch_lightning"
==========
== CUDA ==
==========
CUDA Version 12.1.0
...
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundE... | closed | 2024-06-05T22:31:11Z | 2024-06-24T08:44:59Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19951 | [] | grisaitis | 1 |
flasgger/flasgger | api | 102 | Import feature misidentifies root path for endpoint | Given `thing_doer.yml`:
```
tags:
- "thing_doer"
summary: "Do a thing"
description: ""
consumes:
- "application/json"
produces:
- "application/json"
parameters:
- in: "body"
name: "body"
required: true
schema:
import: "models/stuff.yml"
responses:
200:
description: "The... | open | 2017-05-17T20:22:51Z | 2020-10-01T16:06:11Z | https://github.com/flasgger/flasgger/issues/102 | [
"bug",
"hacktoberfest"
] | dkharlan | 0 |
thp/urlwatch | automation | 172 | Relative path and Absolute path comparison | Hi,
I haven't got to test out the program yet. However, I want to ask if the webpage were to change dynamically in terms of the URLs, (e.g., from /example/index.html to index.html) or (index.html to /example/index.html), does urlwatch detect this type of changes and generate false positive?
Any response is apprec... | closed | 2017-09-20T04:00:33Z | 2017-10-11T19:25:59Z | https://github.com/thp/urlwatch/issues/172 | [] | dotox | 3 |
flasgger/flasgger | flask | 102 | Import feature misidentifies root path for endpoint | Given `thing_doer.yml`:
```
tags:
- "thing_doer"
summary: "Do a thing"
description: ""
consumes:
- "application/json"
produces:
- "application/json"
parameters:
- in: "body"
name: "body"
required: true
schema:
import: "models/stuff.yml"
responses:
200:
description: "The... | open | 2017-05-17T20:22:51Z | 2020-10-01T16:06:11Z | https://github.com/flasgger/flasgger/issues/102 | [
"bug",
"hacktoberfest"
] | dkharlan | 0 |
PaddlePaddle/PaddleHub | nlp | 1,834 | 如何复用serving功能? | 欢迎您对PaddleHub提出建议,非常感谢您对PaddleHub的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 您想要增加什么新特性?
- 什么样的场景下需要该特性?
paddlehub serving 非常好用,但是处理路由都是设置好的,如何用Flask或者fastapi复用serving的请求处理功能,其他请求调用自己的代码呢? | open | 2022-04-08T11:36:31Z | 2022-04-14T03:30:33Z | https://github.com/PaddlePaddle/PaddleHub/issues/1834 | [] | paopjian | 0 |
polakowo/vectorbt | data-visualization | 72 | Cryptic Numba issues while trying to reproduce the documentation examples | Hello.
I'm trying to start working with VectorBT, but I keep getting some very weird errors from Numba while invoking the code. Given that Numba is really bad at error descriptions it is hard to say if it is my mistake while copy-pasting or if it is a version problem.
Here's the proof of concept exhibiting the is... | closed | 2020-12-25T12:21:17Z | 2020-12-25T14:50:45Z | https://github.com/polakowo/vectorbt/issues/72 | [] | naquad | 2 |
slackapi/python-slack-sdk | asyncio | 1,608 | "channel_id" instead of "channel" in "files_upload_v2" code example | Mistake in the "files_upload_v2" method description. Using "channel_id" in the "files_upload_v2" code example calls error:
`TypeError: slack_sdk.web.client.WebClient.files_completeUploadExternal() got multiple values for keyword argument 'channel_id'`
I replaced "channel_id" with "channel" in my code and it works.
... | closed | 2024-12-03T21:33:15Z | 2024-12-05T03:56:48Z | https://github.com/slackapi/python-slack-sdk/issues/1608 | [
"bug",
"docs",
"web-client",
"Version: 3x"
] | wefi-nick | 1 |
donnemartin/system-design-primer | python | 322 | Help with MQs | Could someone please provide an explanation to the following
Redis is useful as a simple message broker but messages can be lost. (Why lost?)
Amazon SQS is hosted but can have high latency and has the possibility of messages being delivered twice. (Why possibly delivered twice?) | closed | 2019-09-11T22:16:59Z | 2019-09-20T20:55:05Z | https://github.com/donnemartin/system-design-primer/issues/322 | [] | Peppershaker | 1 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 466 | Inconsistency in default parameters of Triplet Loss and Triplet Loss miner | Hi,
In `TripletMarginLoss` you have default margin set to **0.05**:
```
class TripletMarginLoss(BaseMetricLossFunction):
"""
Args:
margin: The desired difference between the anchor-positive distance and the
anchor-negative distance.
swap: Use the positive-negative dis... | open | 2022-05-01T12:19:53Z | 2022-05-04T15:08:35Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/466 | [
"enhancement"
] | Sorrow321 | 2 |
dpgaspar/Flask-AppBuilder | flask | 1,617 | Back Button Problem | I have the next problem, i'm create my templates, but FAB not redirect correctly. When click on back button FAB not redirect to last template if they is a template creating by me | closed | 2021-04-21T21:16:38Z | 2022-04-17T16:24:30Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1617 | [
"question",
"stale"
] | matiasjavierlucero | 5 |
jina-ai/serve | fastapi | 5,804 | chore: draft release note 3.15.0 | # Release Note
This release contains 6 new features, 6 bug fixes and 5 documentation improvements.
## 🆕 Features
### HTTP and composite protocols for Deployment (#5764)
When using a `Deployment` to serve a single Executor, you can now expose it via `HTTP` or a combination of `HTTP` and `gRPC` protocols:
... | closed | 2023-04-13T13:39:52Z | 2023-04-14T09:59:41Z | https://github.com/jina-ai/serve/issues/5804 | [] | alaeddine-13 | 0 |
simple-login/app | flask | 1,521 | The extension icon is not displaying properly | I'm using Simple Login's extension on Firefox and came across this site: [https://fel.cvut.cz/cs](https://fel.cvut.cz/cs). If you scroll to the bottom, you can see there are 2 "layers". The "email box" is on the second layer, therefor the icon is being wrongly displayed on the top layer.
It's not breaking anything, ... | open | 2023-01-09T16:57:51Z | 2023-01-12T14:47:56Z | https://github.com/simple-login/app/issues/1521 | [] | Nextross | 1 |
taverntesting/tavern | pytest | 809 | Look at removing pypy tests | Seeing as the pypy tests take a long time to run, and I doubt many people use pypy to run Tavern as it goes multiple times slower than just normal python for some reason | closed | 2022-10-01T13:01:42Z | 2023-01-09T15:47:48Z | https://github.com/taverntesting/tavern/issues/809 | [] | michaelboulton | 1 |
rthalley/dnspython | asyncio | 207 | to_unicode() error with Python3 and 1.14.0 | Following test case:
```
import dns.name
name = dns.name.from_text('.')
result = name.to_unicode()
assert result == '.'
```
- Python3 and dnspython 1.14.0: FAIL
- Python3 and dnspython3 1.12.0: SUCCESS
- Python2 and dnspython 1.14.0: SUCCESS
As far as I can tell the problem is following line in _dns/name.py_ in the ... | closed | 2016-09-27T09:15:28Z | 2016-09-27T12:14:00Z | https://github.com/rthalley/dnspython/issues/207 | [
"Bug",
"Fixed"
] | omarkohl | 1 |
BoltzmannEntropy/xtts2-ui | streamlit | 14 | How to run on CPU or ROCm? | I'm trying to run this on a Debian VM either in CPU mode or with ROCm, and can't get it together. Has it been successfully run without an Nvidia GPU?
Any tips appreciated.
```
2024-01-02 13:49:34.802 Uncaught app exception
Traceback (most recent call last):
File "/home/sij/TTS/xtts2-ui/venv/lib/python3.11/si... | closed | 2024-01-02T22:24:32Z | 2024-01-03T11:00:04Z | https://github.com/BoltzmannEntropy/xtts2-ui/issues/14 | [] | sij-ai | 1 |
mwaskom/seaborn | matplotlib | 2,785 | histplot stat=count does not count all data points | `import matplotlib.pyplot as plt
import seaborn as sns
import numpy as np
sns.set(style="whitegrid")
data_a = [1, 2, 3]
data_b = [2.4, 2.5, 2.6]
sns.histplot(np.array(data_a), color="red", binwidth=0.01, stat="count")
sns.histplot(np.array(data_b), color="blue", binwidth=0.01, stat="count")
`plt.s... | closed | 2022-04-28T08:18:26Z | 2022-05-18T10:47:26Z | https://github.com/mwaskom/seaborn/issues/2785 | [
"bug",
"mod:distributions"
] | cmayer | 1 |
giotto-ai/giotto-tda | scikit-learn | 327 | Support order=np.inf in Silhouettes | #### Description
According to the thoery page, and the docstring in Silhouette, it should be possible to pass `order=np.inf` to `Silhouette`. In that case, the silhouette should be \lambda_i, with i=argmax (d_i-b_i).
Currently, the code will produce NaNs for orders 'as small as' 1000. | closed | 2020-02-24T16:34:14Z | 2020-02-26T14:46:58Z | https://github.com/giotto-ai/giotto-tda/issues/327 | [
"bug",
"enhancement"
] | wreise | 2 |
snarfed/granary | rest-api | 228 | Meetup: Add support for publishing events | (Just to capture this as a feature request, as I thought we already had something for it)
I'll be looking at working on this soon. | open | 2021-01-17T17:54:26Z | 2022-10-18T22:44:10Z | https://github.com/snarfed/granary/issues/228 | [] | jamietanna | 1 |
dgtlmoon/changedetection.io | web-scraping | 2,285 | Browserless Timeout 60000ms exceeded after running for 2 days | **Describe the bug**
After about 2 days of running the browserless container, the browser checks start failing with Timeout 60000ms exceeded for every site with Playwright.
**Version**
0.45.16 on linux/docker
**To Reproduce**
Run and leave the browserless container running for at least 2 days.
Steps to re... | closed | 2024-04-01T19:51:10Z | 2024-04-04T09:00:56Z | https://github.com/dgtlmoon/changedetection.io/issues/2285 | [
"triage"
] | mat926 | 3 |
snarfed/granary | rest-api | 860 | XMPP PubSub | Add support for publications that are hosted on XMPP PubSub nodes.
I have wrote a Python script which does that task.
AOX2HTML - Atom Over XMPP To HTML
- https://portal.mozz.us/gemini/woodpeckersnest.space/~schapps/projects/aox2html.gmi
- gemini://woodpeckersnest.space/~schapps/projects/aox2html.gmi
See also... | open | 2025-01-08T10:57:39Z | 2025-01-08T18:15:03Z | https://github.com/snarfed/granary/issues/860 | [] | sjehuda | 2 |
chaos-genius/chaos_genius | data-visualization | 560 | Limit default third party connectors to streamline installation | closed | 2022-01-03T03:42:35Z | 2022-02-08T11:54:06Z | https://github.com/chaos-genius/chaos_genius/issues/560 | [
"🛠️ backend",
"P2"
] | suranah | 1 | |
hankcs/HanLP | nlp | 1,106 | 自定义词库无效问题 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-03-05T03:36:46Z | 2019-03-28T14:05:51Z | https://github.com/hankcs/HanLP/issues/1106 | [] | li1996heng | 3 |
FlareSolverr/FlareSolverr | api | 370 | [1337x] (testing) Exception (1337x): Challenge detected but FlareSolverr is not configured: Challenge detected but FlareSolverr is not configured | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-04-20T19:05:25Z | 2022-04-21T22:39:33Z | https://github.com/FlareSolverr/FlareSolverr/issues/370 | [
"invalid"
] | ghuman1623 | 1 |
waditu/tushare | pandas | 1,504 | 基金拆分需要前复权和后复权系数 | 上证指数ETF 510210.SH 1拆5,拆分后数据没有复权系数不便分析。 | open | 2021-01-26T22:45:58Z | 2021-01-26T22:45:58Z | https://github.com/waditu/tushare/issues/1504 | [] | skymeteor | 0 |
nerfstudio-project/nerfstudio | computer-vision | 2,977 | Exported splatfacto cropped | It would be nice if the already cropped model could be exported to a ply, and it would also be great if the Gaussian could be cleaned.
| open | 2024-03-01T15:48:04Z | 2024-03-01T15:48:04Z | https://github.com/nerfstudio-project/nerfstudio/issues/2977 | [] | Alecapra96 | 0 |
nerfstudio-project/nerfstudio | computer-vision | 3,089 | ValueError: Invalid shape for means3d: torch.Size([0, 3]) | **Describe the bug**
Trained splatfacto till 600 steps, then reports the error.
```
Traceback (most recent call last):
File "/nerfstudio/scripts/train.py", line 294, in <module>
entrypoint()
File "/nerfstudio/scripts/train.py", line 285, in entrypoint
main(
File "/nerfstudio/scripts/train.py", l... | open | 2024-04-18T04:06:29Z | 2024-05-02T21:43:12Z | https://github.com/nerfstudio-project/nerfstudio/issues/3089 | [] | chengluberkeley | 4 |
dask/dask | pandas | 11,296 | `2024.08.0` array slicing does not preserve masks | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-08-10T11:06:17Z | 2024-08-12T15:03:30Z | https://github.com/dask/dask/issues/11296 | [
"array",
"needs triage"
] | rcomer | 1 |
graphql-python/graphene | graphql | 643 | Fields with numbers in names do not capitalize correctly | I noticed that the field with names containing numbers (e.g. `field_i18n`) doesn't capitalize correctly.
For example:
`correct_field` becomes `correctField`, but `field_i18n` becomes `field_I18N` and `t1e2s3t` becomes `t1E2S3T` which is obvious incorrect.
This caused by using `.title` method in `str_converter.py... | closed | 2018-01-10T14:20:23Z | 2018-01-11T19:43:11Z | https://github.com/graphql-python/graphene/issues/643 | [] | frsv | 0 |
microsoft/unilm | nlp | 1,458 | Fine-tunning TextDiffuser2 Inpaiting | First, I would like to thank you for this great work and for sharing with the world.
I would like to fine-tune of TextDiffuser2 Inpainting mode and I was wondering if you could help me with some doubts:
1) I can only fine-tuning using the **textdiffuser-2/train_textdiffuser2_inpainting_full.py** not with lora?
2) ... | open | 2024-02-08T17:09:29Z | 2024-02-08T17:22:27Z | https://github.com/microsoft/unilm/issues/1458 | [] | nfrnunes | 0 |
tflearn/tflearn | data-science | 764 | More Examples, Please! | Will there be more examples like GANs covering the field of DL? | open | 2017-05-19T14:34:38Z | 2017-05-23T18:09:20Z | https://github.com/tflearn/tflearn/issues/764 | [] | noeagles | 1 |
thp/urlwatch | automation | 804 | Feature request: Extension of regex filtering to extract data | I couldn't find a way, how to use `re.sub` to extract data as a filter in urlwatch. Unless I haven't overseen anything, and there is a way to do it, I would like to open a feature request.
According to #401 I would like to request an extensions of the regex filtering. Instead of replacing matched strings, it would b... | closed | 2024-03-07T02:44:10Z | 2024-07-30T04:07:48Z | https://github.com/thp/urlwatch/issues/804 | [] | f0sh | 7 |
home-assistant/core | asyncio | 140,475 | Scrape component not working after update to 2025.3.2 | ### The problem
After the upgrade to 2025.3.2, the scrape integration stopped working, due to bs4.Tag not known. After downgrading to 2025.3.1, it started working again.
```
File "/usr/local/lib/python3.13/site-packages/soupsieve/css_match.py", line 98, in is_tag
return isinstance(obj, bs4.Tag)
... | open | 2025-03-12T20:05:35Z | 2025-03-12T20:12:48Z | https://github.com/home-assistant/core/issues/140475 | [
"integration: scrape"
] | bong1991 | 1 |
scikit-image/scikit-image | computer-vision | 7,500 | One of our doc dependencies brings in numpy < 2 | closed | 2024-08-19T17:15:46Z | 2024-08-29T09:46:15Z | https://github.com/scikit-image/scikit-image/issues/7500 | [
":wrench: type: Maintenance"
] | stefanv | 3 | |
opengeos/leafmap | jupyter | 419 | Integrate Segment Anything | https://github.com/aliaksandr960/segment-anything-eo | closed | 2023-04-17T12:41:00Z | 2023-04-22T16:14:07Z | https://github.com/opengeos/leafmap/issues/419 | [
"Feature Request"
] | giswqs | 1 |
allure-framework/allure-python | pytest | 314 | With robot framework, is xml generated or json? | I installed allure-robot framework using " pip install allure-robotframework".
When I run a test like:
**robot --listener allure_robotframework lldp.robot**
where lldp.robot is my test script.
A allure-report folder is created in my pwd's output dir whose 'ls' command contents are:
some html files
some json f... | closed | 2018-11-21T00:37:18Z | 2018-11-21T09:22:49Z | https://github.com/allure-framework/allure-python/issues/314 | [] | shreyashah | 3 |
sgl-project/sglang | pytorch | 4,338 | [Bug] fix DeepSeek V2/V3 awq | ### Checklist
- [ ] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 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-03-12T09:23:32Z | 2025-03-18T15:14:17Z | https://github.com/sgl-project/sglang/issues/4338 | [
"bug",
"good first issue",
"help wanted",
"quant"
] | zhyncs | 9 |
SciTools/cartopy | matplotlib | 1,682 | Feature request: examples of using different tiles | There are a few examples
https://scitools.org.uk/cartopy/docs/latest/gallery/eyja_volcano.html#sphx-glr-gallery-eyja-volcano-py
https://scitools.org.uk/cartopy/docs/latest/gallery/image_tiles.html#sphx-glr-gallery-image-tiles-py
https://scitools.org.uk/cartopy/docs/latest/gallery/tube_stations.html#sphx-glr-galler... | open | 2020-11-24T06:20:30Z | 2020-12-12T00:22:15Z | https://github.com/SciTools/cartopy/issues/1682 | [
"Type: Enhancement",
"Type: Documentation"
] | raybellwaves | 0 |
jupyter-widgets-contrib/ipycanvas | jupyter | 175 | Improve put_image_data performances | We can improve `put_image_data` by sending a jpeg encoded value instead of the entire matrix: See this code in ipyvtk https://github.com/Kitware/ipyvtk-simple/blob/7a30b215c7d8dce5109330e8c4a197ff2e2c4426/ipyvtk_simple/viewer.py#L165-L171 | open | 2021-01-20T09:50:46Z | 2023-05-18T01:43:35Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/175 | [
"enhancement"
] | martinRenou | 3 |
lepture/authlib | django | 369 | "state" is accidently passed to access token request in authorization code flow of OAuth2 client | In the OAuth client, there's a `_retrieve_oauth2_access_token_params()` function that generates some parameters for fetch access token endpoint in the authorization code flow. I'm wondering why `state` is added to the parameter and then passed to the OAuth server's token endpoint. As far as I know, the token endpoint d... | closed | 2021-07-21T06:57:41Z | 2021-10-18T12:10:48Z | https://github.com/lepture/authlib/issues/369 | [] | imdwq | 0 |
scikit-hep/awkward | numpy | 2,611 | Errors should be exported to public namespace | ### Version of Awkward Array
main
### Description and code to reproduce
Now that we have a subset of custom error types, we should export them so that users can catch them. | closed | 2023-08-03T16:54:24Z | 2023-08-07T14:40:47Z | https://github.com/scikit-hep/awkward/issues/2611 | [
"feature"
] | agoose77 | 0 |
cvat-ai/cvat | tensorflow | 8,322 | CVAT annotation export issue | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1-Go to Tasks tab
2-Click the Actions
3-Click the export task dataset
4-Select Export format (YOLO 1.1)
5-Select save i... | closed | 2024-08-19T20:38:34Z | 2024-08-29T14:22:13Z | https://github.com/cvat-ai/cvat/issues/8322 | [
"bug",
"need info"
] | sedaye12 | 4 |
pandas-dev/pandas | data-science | 61,055 | BUG: invalid result of reindex on columns after unstack with Period data #60980 | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-03-04T18:11:53Z | 2025-03-05T00:13:34Z | https://github.com/pandas-dev/pandas/issues/61055 | [
"Bug",
"Reshaping"
] | Pranav970 | 3 |
MaartenGr/BERTopic | nlp | 1,654 | MMR doesn't work/ doesn't make a change | Hi Maarten,
Thank you once again for this amazing package. I used it for my master's thesis and several projects for my job at the university, and it's a lifesaver compared to other topic modeling techniques I tried.
That being said, I have run the model on about 200k tweets and many topics have quite a lot of ... | open | 2023-11-30T15:26:35Z | 2023-11-30T16:48:57Z | https://github.com/MaartenGr/BERTopic/issues/1654 | [] | daianacric95 | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,157 | Showing error ModuleNotFoundError: No module named 'fcntl' while trying to install with pip in windows | Note: Also tried to install fcntl but it's not available

| closed | 2023-03-25T14:21:44Z | 2023-03-25T14:47:58Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1157 | [] | noobSrijon | 0 |
vaexio/vaex | data-science | 1,686 | [BUG-REPORT] Issue converting object to string | **Description**
Trying to convert an "object" column to string fails.
Example code:
```python
import vaex
import numpy as np
if __name__ == "__main__":
arr = np.array([123, "test", None], dtype=object)
df = vaex.from_arrays(test=arr)
df['test'] = df['test'].astype('str')
print(df.head())
... | open | 2021-11-08T13:25:50Z | 2023-01-10T08:55:47Z | https://github.com/vaexio/vaex/issues/1686 | [
"feature-request",
"priority: low",
"good first issue"
] | grafail | 4 |
ResidentMario/geoplot | matplotlib | 56 | Single-pixel edge inversion in the voronoi plot when clipping is used | The new voronoi plot type has random junk lines on the edges of the plot when both a projection is set (e.g. the underlying axis instance is a `cartopy` object) and a clip is used:

The clipping is done by taking the symmetric difference between a rectangle whose corners are th... | closed | 2018-05-08T02:06:49Z | 2019-07-05T02:35:32Z | https://github.com/ResidentMario/geoplot/issues/56 | [
"bug"
] | ResidentMario | 1 |
kizniche/Mycodo | automation | 1,021 | Mi Flora Sensor only gets new values once ... on activate/deactivate/reactivate Input | Hi,
Don´t know why ... no errors present in the log. MiFlora sensor works fine.
But the only way to aquire new meassurments is to deactivate and reactivate the sensor on input tab.
Mycodo 8.10.1 ... also tried new Master 8.11 but then the live graphs won´t work anymore.(seems to be a bug)
The Sensor gets the ... | open | 2021-06-09T20:03:41Z | 2022-07-18T17:12:32Z | https://github.com/kizniche/Mycodo/issues/1021 | [] | El-Tonno | 2 |
babysor/MockingBird | deep-learning | 926 | monotonic-align==0.0.3 cant install | when i install it ,it prompts :
ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0)
ERROR: No matching distribution found for monotonic-align==0.0.3 | closed | 2023-06-29T05:49:00Z | 2023-07-04T00:14:10Z | https://github.com/babysor/MockingBird/issues/926 | [] | 2265290305 | 1 |
scikit-learn/scikit-learn | data-science | 30,054 | ⚠️ CI failed on linux_arm64_wheel (last failure: Oct 13, 2024) ⚠️ | **CI failed on [linux_arm64_wheel](https://cirrus-ci.com/build/5764259953508352)** (Oct 13, 2024)
| closed | 2024-10-13T03:45:57Z | 2024-10-14T14:06:26Z | https://github.com/scikit-learn/scikit-learn/issues/30054 | [
"Needs Triage"
] | scikit-learn-bot | 0 |
microsoft/hummingbird | scikit-learn | 645 | Deprecation warnings in our GitHub Actions workflow | [Update TVM to 0.10 · microsoft/hummingbird@4f449ea](https://github.com/microsoft/hummingbird/actions/runs/3342225153)
```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update t... | closed | 2022-10-28T06:05:13Z | 2022-11-02T01:04:41Z | https://github.com/microsoft/hummingbird/issues/645 | [] | mshr-h | 0 |
strawberry-graphql/strawberry | asyncio | 3,349 | When i use run with python3, ImportError occured | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
ImportError : cannot import name 'GraphQLError' from... | closed | 2024-01-19T02:17:47Z | 2025-03-20T15:56:34Z | https://github.com/strawberry-graphql/strawberry/issues/3349 | [] | evan-hwang | 6 |
ultrafunkamsterdam/undetected-chromedriver | automation | 945 | Can not load extention after update | i was working fine with my old undetected_webdriver and when i updated my google chrome it has some issues like the picture please could you help me find out a good solution and thank you
screen : https://prnt.sc/uRg-kYG86Hfh
my code:
import time
import undetected_chromedriver as uc
chrome_options = uc.Chrom... | open | 2022-12-12T00:19:54Z | 2023-10-30T20:15:25Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/945 | [] | rotinabox | 2 |
django-cms/django-cms | django | 7,484 | Docs about color mode doesn't work | ## Description
Problem is that fixed color scheme doesnt work! Also set with the below variables:
```
CMS_COLOR_SCHEME = "light"
CMS_COLOR_SCHEME_TOGGLE = True
```
set in the `settings.py`
## Additional information (CMS/Python/Django versions)
```
Django==4.1.5
Django-cms==4.1.0rc1
Python 3.10
```
* ... | closed | 2023-01-22T17:20:03Z | 2023-09-20T21:45:12Z | https://github.com/django-cms/django-cms/issues/7484 | [
"component: frontend",
"status: accepted",
"needs to be forwardported",
"needs contribution",
"4.1"
] | svandeneertwegh | 3 |
alteryx/featuretools | scikit-learn | 1,763 | Bug with parallel chunk calculation and cutoff time df | ### Bug with parallel chunk calculation
#### Bug Description
In my case I used dfs with cutoff time as df and n_jobs == -1
In the previous featuretools version everything worked fine. But after v.1.0.0 release I have found out that dfs breaks when running it with cutoff time which contains extra columns (pass_co... | closed | 2021-10-29T13:51:39Z | 2021-11-01T19:16:41Z | https://github.com/alteryx/featuretools/issues/1763 | [
"bug"
] | VGODIE | 1 |
sgl-project/sglang | pytorch | 4,684 | [Feature] support QServe | ### Checklist
- [ ] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [ ] 2. Please use English, otherwise it will be closed.
### Motivation
https://github.com/mit-han-lab/omniserve
QS... | open | 2025-03-22T22:58:38Z | 2025-03-24T03:35:08Z | https://github.com/sgl-project/sglang/issues/4684 | [
"high priority"
] | zhyncs | 2 |
dynaconf/dynaconf | flask | 1,132 | [RFC]typed: Add all the options to Options dataclass | Complete the remaining arguments needed to be defined on `dynaconf.typed.Options`,
Also rename the `_trigger_validation` to just `trigger_validation` and the same pattern for other control args like this, then instead of filtering by `startswith(_)` filter from a specified list of attributes. | open | 2024-07-06T14:44:57Z | 2024-07-08T18:38:18Z | https://github.com/dynaconf/dynaconf/issues/1132 | [
"Not a Bug",
"RFC",
"typed_dynaconf"
] | rochacbruno | 0 |
pytorch/vision | computer-vision | 8,437 | Add mobilenetv4 support and pretrained models? | ### 🚀 The feature
Google has published the mobilenetv4 model. When will pytorch support it and open the pre-trained model?
### Motivation, pitch
I very much hope to use the latest lightweight backbone
### Alternatives
_No response_
### Additional context
_No response_ | closed | 2024-05-22T06:16:00Z | 2024-06-14T02:01:20Z | https://github.com/pytorch/vision/issues/8437 | [] | LiYufengzz | 5 |
BeanieODM/beanie | pydantic | 185 | Please issue a Changelog with releases | Please can you add changenotes with releases. its impossible to know what was shipped in the last update.
If you create the release on GitHub, use the "Auto-generate release notes" button to create one automatically from all the PRs that have been merged since the last release. | closed | 2022-01-11T02:20:25Z | 2023-02-21T03:07:32Z | https://github.com/BeanieODM/beanie/issues/185 | [
"Stale"
] | tonybaloney | 2 |
onnx/onnx | machine-learning | 5,842 | Shape Inference Error of DepthwiseConv2D |
## Issue Description
I have an ONNX model converted by `tf2onnx`. When I use `onnx.shape_inference.infer_shapes(original_model)`, I encounter the following error:
```
onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Transpose, node name: dscnn_5/depthwise_conv2d_1/depthwis... | closed | 2024-01-04T13:13:55Z | 2025-01-26T06:42:47Z | https://github.com/onnx/onnx/issues/5842 | [
"topic: converters",
"module: shape inference",
"stale"
] | Azulita0317 | 1 |
graphql-python/graphene-django | graphql | 1,193 | KeyError when making shallow copy of GrapheneObjectType | Making shallow copies of GrapheneObjectType using copy.copy raises `KeyError: 'graphene_type'`
```python
import graphene
import copy
class Query(graphene.ObjectType):
users = graphene.List(graphene.String)
def resolve_users(self, info):
return []
schema = graphene.Schema(query=Query)
co... | closed | 2021-04-29T02:59:27Z | 2021-04-29T03:22:55Z | https://github.com/graphql-python/graphene-django/issues/1193 | [
"🐛bug"
] | wallee94 | 1 |
ultralytics/ultralytics | deep-learning | 18,882 | Exporting best.pt model to tensorrt engine format on Jetson Orin nano | ### 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
Hi,
I have trained a YOLOv11s model on my Windows machine and am now trying... | open | 2025-01-25T15:32:24Z | 2025-01-28T01:20:26Z | https://github.com/ultralytics/ultralytics/issues/18882 | [
"question",
"detect",
"embedded",
"exports"
] | Srikanthv466 | 11 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 637 | Toolbox launches but doesn't work | I execute the demo_toolbox.py and the toolbox launches. I click Browse and pull in a wav file. The toolbox shows the wav file loaded and a mel spectrogram displays. The program then says "Loading the encoder \encoder\saved_models\pretrained.pt
but that is where the program just goes to sleep until I exit out. I v... | closed | 2021-01-22T21:56:38Z | 2021-01-23T00:36:12Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/637 | [] | bigdog3604 | 4 |
lukas-blecher/LaTeX-OCR | pytorch | 340 | [Windows GUI] latexocr: Hide Command Window and close to task bar | Hi,
programm works flawlessly, thanks for sharing it.
Are there any possibilities of adding 2 functions:
1) Hide command prompt when executing latexocr.exe on Windows machines?
2) Close latexocr to the taskbar so easily open it up when needed again during writing | open | 2023-11-30T10:15:51Z | 2023-11-30T10:15:51Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/340 | [] | D4Ci0 | 0 |
strawberry-graphql/strawberry | fastapi | 3,542 | Rename modules that have same name as aliases | I'm working on generating API docs for Strawberry, and noticed some issue with how we named some modules. For example we have `strawberry.auto` as an export, but we also have `strawberry.auto` as a module.
(Un)fortunately, this hasn't really caused any issue (as far as I know), but when using `griffe` to get a JSON ... | closed | 2024-06-18T20:45:35Z | 2025-03-20T15:56:46Z | https://github.com/strawberry-graphql/strawberry/issues/3542 | [] | patrick91 | 16 |
ludwig-ai/ludwig | data-science | 3,161 | auto_train shouldn't require horovod | **Describe the bug**
Using the autoML feature in auto_train seems to require horovod, but it should be possible to leverage autoML on a single machine without requiring horovod (which is very difficult to install). If this is indeed by design, it should be called out as a requirement in the auto_train documentation.
... | closed | 2023-02-28T06:50:02Z | 2023-03-01T18:16:39Z | https://github.com/ludwig-ai/ludwig/issues/3161 | [
"feature"
] | skunkwerk | 2 |
praw-dev/praw | api | 1,709 | Assertion error when running replace_more on certain submission comments | **Describe the bug**
Assertion error when running replace_more on one submission comments.
**Expected behavior**
`replace_more` run without error
**Code/Logs**
```
reddit = praw.Reddit("my_config")
print(reddit.read_only) # true
sub1_ = reddit.submission(id='h4tkd')
sub1_.selftext # ''
sub1_.comments.rep... | closed | 2021-04-09T05:46:50Z | 2022-12-07T05:40:53Z | https://github.com/praw-dev/praw/issues/1709 | [
"Stale",
"Auto-closed - Stale"
] | wenxichen | 4 |
JaidedAI/EasyOCR | pytorch | 1,305 | 段错误 (核心已转储) | ted since 0.13 and may be removed in the future, please use 'weights' instead.
warnings.warn(
/sdb2/Software/andconda3Install/envs/molannotator/lib/python3.11/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be ... | open | 2024-09-11T07:27:16Z | 2024-09-11T07:28:13Z | https://github.com/JaidedAI/EasyOCR/issues/1305 | [] | SunNoJJ | 1 |
coqui-ai/TTS | deep-learning | 3,649 | [Bug] Unable to use xtts_v2 with mps device on Apple Silicon | ### Describe the bug
I have a M1 Max with 32 cores and 64 gb of unified memory. So if MPS is meant to work, it should work quite fast. But currently it doesn't work at all, it just hangs.
I'm running it this way: `tts --device mps --model_name "tts_models/multilingual/multi-dataset/xtts_v2" --speaker_idx 'Daisy S... | closed | 2024-03-28T16:09:20Z | 2024-10-29T18:03:40Z | https://github.com/coqui-ai/TTS/issues/3649 | [
"bug",
"wontfix"
] | vesper8 | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.