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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
httpie/cli | api | 538 | problem in httpie/coreapi ssl library? | By some testing with httpie I have discovered that httpie and coreapi fail to accept an ssl certificate if it does not come first in the 'pem' file:
```bash
$ http -a root:password123 GET https://www.site2.example.com/users/
hostname 'www.site2.example.com' doesn't match either of 'site1.example.com', 'www.site1.e... | closed | 2016-11-22T12:19:57Z | 2017-01-18T09:44:49Z | https://github.com/httpie/cli/issues/538 | [] | kresimir71 | 9 |
public-apis/public-apis | api | 4,120 | import * as PlayHT from 'playht'; | import * as PlayHT from 'playht';
import fs from 'fs';
// Initialize PlayHT client with user credentials
PlayHT.init({
userId: '<YOUR_USER_ID>',
apiKey: '<YOUR_API_KEY>',
});
async function streamAudio(text) {
try {
const stream = await PlayHT.stream(text, { voiceEngine: 'PlayDialog' });
const writeStre... | open | 2025-01-21T20:16:48Z | 2025-01-27T13:36:30Z | https://github.com/public-apis/public-apis/issues/4120 | [] | LabsideArowo | 0 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 90 | Own Annotated Implementations | Hi Guys, Great work thanks for this great tool.
I wanted to know can I make my own annotations for a code?
I see that we have to add docstrings and comments in the code to get the annotations.
ex: https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/transformers/vit/__init_... | closed | 2021-08-28T17:01:43Z | 2022-01-13T09:35:01Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/90 | [] | abdksyed | 4 |
huggingface/datasets | pytorch | 6,673 | IterableDataset `set_epoch` is ignored when DataLoader `persistent_workers=True` | ### Describe the bug
When persistent workers are enabled, the epoch that's set via the IterableDataset instance held by the training process is ignored by the workers as they are disconnected across processes.
PyTorch samplers for non-iterable datasets have a mechanism to sync this, datasets.IterableDataset does ... | closed | 2024-02-16T21:38:12Z | 2024-07-01T17:45:31Z | https://github.com/huggingface/datasets/issues/6673 | [
"bug",
"streaming"
] | rwightman | 0 |
luispedro/mahotas | numpy | 53 | pydoc mahotas.regmax (locmax, etc.) gives the wrong signature. | Something weird is going on here:
```
$ pydoc mahotas.regmax | head -n4
Help on function regmax in mahotas:
mahotas.regmax = regmax(f, Bc=None, out=None, output=None)
filtered = regmax(f, Bc={3x3 cross}, out={np.empty(f.shape, bool)})
```
At least one of the two lines is wrong...
| closed | 2014-11-30T09:27:43Z | 2014-12-05T18:33:07Z | https://github.com/luispedro/mahotas/issues/53 | [] | anntzer | 5 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 308 | ValueError: No HTML body content found, please try setting the 'headless' flag to False in the graph configuration. (Urgent help wanted) | Initially, it worked and provided output, but it has stopped working. I have been trying to resolve this error for three days. Despite using a VPN and adding money to OpenAI, the error persists.
<img width="678" alt="Screenshot 2024-05-27 122100" src="https://github.com/VinciGit00/Scrapegraph-ai/assets/51320105/e7... | closed | 2024-05-27T09:23:06Z | 2024-06-05T13:09:20Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/308 | [] | MalakW | 6 |
modelscope/data-juicer | streamlit | 134 | 如何获取因去重被去掉的数据? | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2023-12-12T11:45:06Z | 2023-12-13T07:31:43Z | https://github.com/modelscope/data-juicer/issues/134 | [
"question"
] | echo-valor | 1 |
activeloopai/deeplake | tensorflow | 2,213 | multidimensional array operations in Tensor Query Language | How can I perform the multidimensional array operations written in your CIDR paper (https://arxiv.org/pdf/2209.10785.pdf)?
<img width="538" alt="image" src="https://user-images.githubusercontent.com/27476998/222324371-31ee9d57-f9a7-4a0c-831e-8ae9f1d9026f.png">
Tried on the platform but wasn't supported.
Thank... | open | 2023-03-02T03:35:27Z | 2023-03-02T06:26:14Z | https://github.com/activeloopai/deeplake/issues/2213 | [
"enhancement"
] | dongheuw | 1 |
flaskbb/flaskbb | flask | 301 | Login - The CSRF session token is missing. | When i am trying to login i've got:
> Bad Request
> The CSRF session token is missing.
I have find out that the issue is with _flask_wtf/csrf.py_ **validate_scrf** function. It fails at:
```
if field_name not in session:
raise ValidationError('The CSRF session token is missing.')
```
Because **csrf_... | closed | 2017-07-09T12:32:34Z | 2018-04-15T07:47:46Z | https://github.com/flaskbb/flaskbb/issues/301 | [] | Mukhametvaleev | 3 |
zihangdai/xlnet | tensorflow | 96 | Clarification on reported dev numbers on GLUE tasks in Table 4 of the paper | Hi, congrats on great paper and results.
I was wondering if you can clear couple of questions about the setup for reported numbers in Table 4, Row 2 of the paper.
1) What was the hyperparam search space you guys searched for finetuning on each task?
2) Are the reported numbers best or average or median across ... | closed | 2019-07-01T13:25:46Z | 2019-07-04T03:47:15Z | https://github.com/zihangdai/xlnet/issues/96 | [] | ngoyal2707 | 3 |
keras-team/keras | deep-learning | 20,133 | Unexpected behaviour training custom Siamese Network | I am trying to train a custom built Siamese Network, following the Keras [documentation](https://keras.io/examples/vision/siamese_contrastive/) closely, only modifying the architecture and other things as needed.
What I'm trying to do differently is load the data in a different manner. Due to the dimensions of the d... | closed | 2024-08-19T11:15:27Z | 2024-10-17T02:02:23Z | https://github.com/keras-team/keras/issues/20133 | [
"To investigate",
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | Carl0smvs | 8 |
deeppavlov/DeepPavlov | nlp | 964 | Regarding Spelling Error model | Thanks for amazing toolkit :) Can you please share your views on below questions
1. How does **correct_prior** & **incorrect_prior** calculation done in Error model ?
2. How do we incorporate "**count**" with incorrect-correct pair e.g. if training data is in form of (intended_word, observed_word, count).
3. Is th... | closed | 2019-08-09T11:21:11Z | 2020-05-11T06:53:39Z | https://github.com/deeppavlov/DeepPavlov/issues/964 | [] | smilenrhyme | 26 |
huggingface/datasets | tensorflow | 6,753 | Type error when importing datasets on Kaggle | ### Describe the bug
When trying to run
```
import datasets
print(datasets.__version__)
```
It generates the following error
```
TypeError: expected string or bytes-like object
```
It looks like It cannot find the valid versions of `fsspec`
though fsspec version is fine when I checked Via command
... | closed | 2024-03-24T03:01:30Z | 2024-10-02T11:49:35Z | https://github.com/huggingface/datasets/issues/6753 | [] | jtv199 | 8 |
FactoryBoy/factory_boy | sqlalchemy | 1,053 | Improve strategy names | #### The problem
The strategy names `build` and `create` are not distinct enough in meaning from each other. This means it's hard to remember which does what. In an informal slack poll at my workplace, ~10% of developers agreed with me that they needed to look up the documentation frequently to be sure they were cor... | closed | 2023-11-22T16:27:32Z | 2024-03-18T07:19:23Z | https://github.com/FactoryBoy/factory_boy/issues/1053 | [] | jams2 | 1 |
slackapi/python-slack-sdk | asyncio | 1,427 | Add apps.manifest.* & tooling.tokens.rotate API support | References:
* https://github.com/slackapi/java-slack-sdk/pull/1231
* https://github.com/slackapi/node-slack-sdk/pull/1690
### Category (place an `x` in each of the `[ ]`)
- [x] **slack_sdk.web.WebClient (sync/async)** (Web API client)
- [ ] **slack_sdk.webhook.WebhookClient (sync/async)** (Incoming Webhook, re... | closed | 2023-11-16T06:59:14Z | 2023-11-21T03:33:50Z | https://github.com/slackapi/python-slack-sdk/issues/1427 | [
"enhancement",
"web-client",
"Version: 3x"
] | seratch | 0 |
dpgaspar/Flask-AppBuilder | flask | 1,381 | Loosen the version constraint of flask-wtf to avoid dependency conflicts | Hi, _**flask-appbuilder**_ locked the version constraint of _**flask-wtf**_ as flask-wtf <1,>=0.14.2, which leads a troubling scenario to its direct downstream project _**apache-superset-fork**_ which has dependency flask-wtf.
What makes the situation worse is that the downstream projects [apache-superset-fork,alope... | closed | 2020-06-01T10:28:40Z | 2020-09-06T23:03:57Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1381 | [
"stale",
"dependency-bump"
] | NeolithEra | 3 |
psf/requests | python | 6,143 | No module named 'urllib3.exceptions' | from .exceptions import RequestsDependencyWarning
File "/Users/ericli/venvs/venv3.10.3/lib/python3.10/site-packages/requests/exceptions.py", line 9, in <module>
from urllib3.exceptions import HTTPError as BaseHTTPError
ModuleNotFoundError: No module named 'urllib3.exceptions'; 'urllib3' is not a package | closed | 2022-05-26T11:10:13Z | 2023-05-27T00:03:04Z | https://github.com/psf/requests/issues/6143 | [] | doraspocket | 2 |
HIT-SCIR/ltp | nlp | 525 | 3.x是cpp, 4.x是纯python? | 感觉 3.0方便工业化部署,4.0的纯python太复杂了。
有打算发布纯cpp的4.0不? | closed | 2021-07-06T22:11:33Z | 2022-09-12T06:49:00Z | https://github.com/HIT-SCIR/ltp/issues/525 | [] | znsoftm | 1 |
Nekmo/amazon-dash | dash | 59 | Check Python 3.7 support | closed | 2018-07-17T20:08:47Z | 2018-07-18T17:36:22Z | https://github.com/Nekmo/amazon-dash/issues/59 | [] | Nekmo | 0 | |
davidsandberg/facenet | computer-vision | 1,010 | 用自己的数据和预训练模型重新训练train_softmax.py出错 | TypeError: Cannot create initializer for non-floating point type. | open | 2019-04-23T08:00:29Z | 2021-07-26T08:02:33Z | https://github.com/davidsandberg/facenet/issues/1010 | [] | Galaxy-yyyyy | 4 |
axnsan12/drf-yasg | django | 370 | Why do types inside an array of objects all show `null`? | I am using `@swagger_auto_schema` for generating the documentation of my project, I need to show that the response gives a list of dicts, which I do the following:
```
@swagger_auto_schema(
tags=["<tag>"],
operation_id="<id>",
operation_description="<description>.",
responses={200:... | closed | 2019-05-21T07:58:42Z | 2019-05-22T01:32:15Z | https://github.com/axnsan12/drf-yasg/issues/370 | [] | ghost | 1 |
FlareSolverr/FlareSolverr | api | 213 | [1337x] Exception (1337x): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid (Test) | **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 | 2021-10-27T18:17:38Z | 2021-10-31T21:54:06Z | https://github.com/FlareSolverr/FlareSolverr/issues/213 | [] | caymann12 | 2 |
pytest-dev/pytest-mock | pytest | 352 | missing 1 required positional argument: 'mocker' | This question has been transferred from issue #174.
I am having a bit of trouble mocking a method call within a method that I am trying to test. Thanks in advance! @
**Class attempting to test**
```
from sklearn.ensemble import GradientBoostingClassifier
from typing import Callable
import numpy as np
class... | closed | 2023-04-15T09:38:53Z | 2023-05-29T23:48:32Z | https://github.com/pytest-dev/pytest-mock/issues/352 | [] | joshuaspear | 3 |
healthchecks/healthchecks | django | 776 | PagerDuty Integration setup broken | Trying to connect the PagerDuty Integration just ends up with you logged in on the PagerDuty site, it doesn't function as displayed in the HealthChecks docs. | closed | 2023-01-21T02:29:55Z | 2023-01-23T20:30:21Z | https://github.com/healthchecks/healthchecks/issues/776 | [] | revilo951 | 3 |
databricks/koalas | pandas | 1,506 | List type not supported for annotating functions for apply | ```python
from typing import List
import databricks.koalas as ks
# Equivalent Spark UDF return type: ArrayType(StringType())
def to_list(x: str) -> List[str]:
return [x]
ks.Series(["x", "y"]).apply(to_list)
```
Result:
```
Traceback (most recent call last)
<ipython-input-17-13d49d0c81a1> in <module>
... | closed | 2020-05-18T01:26:29Z | 2020-05-18T02:35:46Z | https://github.com/databricks/koalas/issues/1506 | [] | Callum027 | 3 |
graphql-python/graphql-core | graphql | 132 | Return Type of complete_list_value | Any reason that the return type of `complete_list_value` is `AwaitableOrValue[Any]` rather than `AwaitableOrValue[List[Any]]`:
https://github.com/graphql-python/graphql-core/blob/c6f73a8610ea01677992943dbde736f754bba296/src/graphql/execution/execute.py#L756-L763
For comparison, `execute_fields` returns `AwaitableOr... | closed | 2021-05-05T16:18:22Z | 2021-05-05T20:52:49Z | https://github.com/graphql-python/graphql-core/issues/132 | [] | cancan101 | 4 |
MaartenGr/BERTopic | nlp | 2,001 | Creating representations using IBM Watsonx LLMs | Hi Maarten,
What do you think if we enable BERTopic to create representation by also using Watsonx hosted LLMs like Llama-3-70b, Mixtral-8x7b, Granite and many others to come?
Let me know your thoughts about it to help with the coding
Best,
Andres | open | 2024-05-21T17:44:56Z | 2024-06-08T07:41:03Z | https://github.com/MaartenGr/BERTopic/issues/2001 | [] | andreswagner | 7 |
2noise/ChatTTS | python | 406 | 多卡推理 | 请问一下能在多卡上进行推理吗?加载到多gpu上 | open | 2024-06-22T14:42:19Z | 2024-08-01T16:51:00Z | https://github.com/2noise/ChatTTS/issues/406 | [
"enhancement",
"help wanted",
"algorithm",
"delayed"
] | zhangquanchen | 3 |
recommenders-team/recommenders | deep-learning | 1,472 | [FEATURE] Evaluation API / module consistency | ### Description
Spark based evaluation metrics for rating, ranking, and diversity are separated into different classes, but all consolidated into one package now: reco_utils.evaluation.spark_evaluation. Additionally the python based evaluation is in a single file, but the interface is not class based. It would be idea... | closed | 2021-07-09T11:07:04Z | 2021-12-17T09:28:30Z | https://github.com/recommenders-team/recommenders/issues/1472 | [
"enhancement"
] | gramhagen | 1 |
explosion/spaCy | machine-learning | 13,712 | thinc conflicting versions | ## How to reproduce the behaviour
I had an issue with thinc when updated I numpy:
`thinc 8.3.2 has requirement numpy<2.1.0,>=2.0.0; python_version >= "3.9", but you have numpy 2.1.3.`
Therefore I updated thinc to its latest version `9.1.1` but now I'm having an issue with spaCy
`spacy 3.8.2 depends on thinc<8.4... | open | 2024-12-09T16:43:01Z | 2024-12-10T16:43:18Z | https://github.com/explosion/spaCy/issues/13712 | [] | kimlizette | 1 |
microsoft/nlp-recipes | nlp | 487 | [BUG] make sure that transformers lib is downloading the pretrained model on a temporary file | ### Description
<!--- Describe your bug in detail -->
There are some models being downloaded to the root directory. This can be seen in the runs of the the test machine:
```
389M 9c41111e2de84547a463fd39217199738d1e3deb72d4fec4399e6e241983c6f0.ae3cef932725ca7a30cdcb93fc6e09150a55e2a130ec7af63975a16c153ae2ba
... | closed | 2019-11-25T18:20:47Z | 2019-12-03T12:56:25Z | https://github.com/microsoft/nlp-recipes/issues/487 | [
"bug"
] | miguelgfierro | 2 |
deepset-ai/haystack | pytorch | 8,337 | Update meta images for docs | In Readme this can only be done for each page individually. We can update the image when we migrate to the new tool. | closed | 2024-09-06T08:16:02Z | 2025-03-19T10:46:18Z | https://github.com/deepset-ai/haystack/issues/8337 | [
"type:documentation"
] | dfokina | 2 |
gradio-app/gradio | machine-learning | 10,538 | when leave current page, the event .then() or .success() not execute | ### Describe the bug
When I launch the Gradio app, I click a button on the page, and then leave the page. I notice that only the test1 method is executed in the console, and the methods following .then() do not execute. They will only continue to execute once I return to the page.
i want know if any setting can change... | open | 2025-02-07T08:15:16Z | 2025-03-07T20:18:18Z | https://github.com/gradio-app/gradio/issues/10538 | [
"bug"
] | xiaozi0513 | 3 |
ahmedfgad/GeneticAlgorithmPython | numpy | 118 | Links swapped in README.md | Hello, Ahmed Gad!
Thank you for your awesome library and almost as awesome and useful README.
I wanted to point a minor mistake in [Tutorial: Implementing Genetic Algorithm in Python](https://github.com/ahmedfgad/GeneticAlgorithmPython#tutorial-introduction-to-genetic-algorithm)
`Towards Data Science` links to https... | closed | 2022-06-18T06:03:49Z | 2022-06-20T21:32:33Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/118 | [
"help wanted"
] | Diamondtroller | 1 |
microsoft/qlib | deep-learning | 1,561 | can qlib solve the compatibility problem with python3.10 | ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
## Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
## Screenshot
<!-- A screenshot of the error message or a... | open | 2023-06-20T02:46:51Z | 2023-06-20T02:46:51Z | https://github.com/microsoft/qlib/issues/1561 | [
"bug"
] | kenny996 | 0 |
pytest-dev/pytest-django | pytest | 671 | Keep db between tests | Am I able to keep database between tests ?
Let's say I have ordered tests and first test is inserting a row into a table. I need to get that row in the second test. Here is what I found from documentation.
> However pytest-django also caters for transaction test cases and allows you to keep the test databases con... | closed | 2018-11-06T08:45:22Z | 2018-11-06T09:01:16Z | https://github.com/pytest-dev/pytest-django/issues/671 | [] | davitovmasyan | 0 |
django-import-export/django-import-export | django | 1,946 | `IMPORT_EXPORT_SKIP_ADMIN_LOG` is not tested | **Describe the bug**
There is no integration test to check whether `IMPORT_EXPORT_SKIP_ADMIN_LOG` works if enabled.
There should be integration tests which ensure that admin log creation is skipped appropriately.
[This test](https://github.com/django-import-export/django-import-export/blob/289e43e1f09ad9cae8355d... | closed | 2024-09-12T10:32:10Z | 2024-09-16T09:29:47Z | https://github.com/django-import-export/django-import-export/issues/1946 | [
"bug",
"good first issue"
] | matthewhegarty | 0 |
gradio-app/gradio | data-science | 10,118 | [Regression] gr.Examples not working with image paths | ### Describe the bug
On the latest Gradio (5.7.1), `gr.Examples` do not cache examples properly, at least in the context of the outputs being image paths.
The first image cached becomes the output of the results no matter what. Here is a minimal repro:
https://huggingface.co/spaces/multimodalart/repro-examples-s... | closed | 2024-12-04T14:50:26Z | 2024-12-04T22:00:30Z | https://github.com/gradio-app/gradio/issues/10118 | [
"bug",
"Regression"
] | apolinario | 2 |
howie6879/owllook | asyncio | 19 | pip报错 No matching distribution found for aioredis==0.3.3 (from -r requirements.txt (line 1)) | pip3 install -r requirements.txt
执行报错是哪里错了吗....这个错误我百度谷歌了半天都没找到答案..头疼

| closed | 2018-02-19T12:24:39Z | 2018-02-19T13:37:25Z | https://github.com/howie6879/owllook/issues/19 | [] | onepve | 3 |
Evil0ctal/Douyin_TikTok_Download_API | api | 544 | [BUG] 抖音无法解析 | 抖音
API-V1/API-V2/Web APP
输入值:多个链接都无法解析


| closed | 2025-01-26T09:08:36Z | 2025-01-26T09:22:11Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/544 | [
"BUG"
] | xxhzm | 4 |
flairNLP/flair | pytorch | 3,536 | [Bug]: TextPairRegressor has state dict key mismatch for embedding | ### Describe the bug
The `TextPairRegressor` fails to initialize from a state dict as created by `_get_state_dict` because of a mismatch in the keys 'embeddings' and 'document_embeddings'
It appears as though the logic is copied from `TextPairClassifier` which inherits from `DefaultClassifier`
### To Reproduce
``... | closed | 2024-08-22T22:40:25Z | 2024-08-23T14:41:24Z | https://github.com/flairNLP/flair/issues/3536 | [
"bug"
] | MattGPT-ai | 0 |
ivy-llc/ivy | tensorflow | 27,995 | __truediv__ | - [ ] #15115 | open | 2024-01-22T23:51:01Z | 2024-01-22T23:51:48Z | https://github.com/ivy-llc/ivy/issues/27995 | [
"Sub Task"
] | NathanJargon | 1 |
feature-engine/feature_engine | scikit-learn | 191 | one hot encoder has the option to automatically drop the second binary variable for binary categorical variables | We need to add one parameter to the init method of the one hot encoder, called for example automate_drop_last_binary that when True, will automatically return 1 binary variable if the original variable was binary.
Details:
- automate_drop_last_binary should default to False not to break backwards compatibility
- a... | closed | 2020-12-07T10:08:32Z | 2021-06-10T13:13:20Z | https://github.com/feature-engine/feature_engine/issues/191 | [
"good first issue",
"priority"
] | solegalli | 1 |
InstaPy/InstaPy | automation | 6,640 | instagram | open | 2022-08-21T20:24:31Z | 2022-08-21T20:26:07Z | https://github.com/InstaPy/InstaPy/issues/6640 | [] | MUKHAMED19978 | 0 | |
jina-ai/serve | machine-learning | 5,334 | Make sure head collects results even if one shard is down | We have to return results as they get. If one shard is not reachable, it should be added as extra information in the protobuf as Warning message | closed | 2022-10-31T09:38:19Z | 2022-11-02T15:43:05Z | https://github.com/jina-ai/serve/issues/5334 | [] | JoanFM | 0 |
matplotlib/matplotlib | data-visualization | 29,522 | [Bug]: Image color limits not correctly updated with set_clim() IFF color bar present AND new norm.vmin > old norm.vmax | ### Bug summary
I experienced some specific odd cases where I noticed that the colors of an image were not correctly set after updating the image data and setting new color limits with set_clim(). After debugging I was able to reproduce with a minimal example,..
### Code for reproduction
```Python
import numpy as n... | closed | 2025-01-25T21:46:43Z | 2025-02-28T15:24:43Z | https://github.com/matplotlib/matplotlib/issues/29522 | [
"status: confirmed bug",
"topic: color/colorbar"
] | erikdendekker | 15 |
amidaware/tacticalrmm | django | 1,600 | Agent overdue ignored from new agents while defined in policy | **Server Info (please complete the following information):**
- OS: Debian 12
- Browser: Firefox/Edge
- RMM Version (as shown in top left of web UI): 0.16.2
**Installation Method:**
- [X] Standard
**Agent Info (please complete the following information):**
- Agent version (as shown in the 'Summary' tab o... | closed | 2023-08-16T18:49:23Z | 2024-06-19T04:53:25Z | https://github.com/amidaware/tacticalrmm/issues/1600 | [] | Yamacore | 1 |
A3M4/YouTube-Report | seaborn | 52 | Who im | > Wooo nice
_Originally posted by @Whoim1122 in [dcdbc29](https://github.com/A3M4/YouTube-Report/commit/dcdbc29e8c05fca643da03ca0ae3fa7bd1b8d0a9#commitcomment-146973287)_ | open | 2024-09-20T10:47:29Z | 2024-09-20T10:47:29Z | https://github.com/A3M4/YouTube-Report/issues/52 | [] | Whoim1122 | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 524 | Seeing a memory leak during testing setup and teardown | When setting up and tearing down tests I'm seeing a large memory leak that I've partially tracked to flask-sqlalchemy. I removed the flask-sqlalchemy package and saw ~60% of the leak disappear.
`_DebugQueryTuple` was the fastest growing type (of any type).
### System information:
* I'm running this on a Pytho... | closed | 2017-08-08T00:39:22Z | 2022-09-18T18:14:59Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/524 | [] | cmanallen | 7 |
LibrePhotos/librephotos | django | 765 | In face tab when typing the name it say personn already exist and can't se to this | With latest for docker, i got a huege amount of face to sort and photos to sort 63952 photos
70448 faces,51 personns
It don't work when i click on "Moi" , and i got also no feedback that the action is ok or not
 in creating stacked ensembles from the existing list of base_l... | open | 2018-01-28T05:09:05Z | 2018-01-28T05:09:05Z | https://github.com/reiinakano/xcessiv/issues/56 | [] | robertmartin8 | 0 |
comfyanonymous/ComfyUI | pytorch | 7,334 | Mapping for additional input dir through extra_models_path.yaml or args | ### Feature Idea
`extra_model_paths.yaml` has been pretty useful in terms of mapping models & custom nodes from two different directories.
It works for models & custom nodes, but building it in more generic way to accept include all paths such as `input`.
Here is the overall idea:
in extra_model_paths.yaml
```
... | open | 2025-03-21T04:28:24Z | 2025-03-21T04:28:24Z | https://github.com/comfyanonymous/ComfyUI/issues/7334 | [
"Feature"
] | ashish-aesthisia | 0 |
laughingman7743/PyAthena | sqlalchemy | 169 | reading NULL value for float data type column fails starting pyathena 1.11.1 | when using PandasCursor and loading the query results via cursor.as_pandas(), pyathena fails with the following error message:
Traceback (most recent call last):
File "pandas/_libs/parsers.pyx", line 1141, in pandas._libs.parsers.TextReader._convert_tokens
TypeError: Cannot cast array from dtype('O') to dtype('f... | closed | 2020-10-26T21:52:00Z | 2021-02-27T10:36:31Z | https://github.com/laughingman7743/PyAthena/issues/169 | [] | bjcttam | 1 |
miguelgrinberg/Flask-Migrate | flask | 311 | Is it safe to run `flask db upgrade` multiple times, in parallel against a single database? | I'd like to know if it's safe to run `flask db upgrade` multiple times, in parallel against a single database. This may be more of an Alembic question, but I'm more familiar with Flask-Migrate, so I figured I'd start here. Please feel free to tell me to move along.
So, I have a bunch of services which are started up... | closed | 2020-01-19T02:17:11Z | 2020-01-19T03:48:30Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/311 | [] | ethagnawl | 0 |
bigscience-workshop/petals | nlp | 606 | multiple gpu support? | Hi, was wondering if there's any way to support multi-gpu at this point other than setting up the env var CUDA_VISIBLE_DEVICES
thank you | open | 2024-07-28T22:41:56Z | 2024-07-28T22:41:56Z | https://github.com/bigscience-workshop/petals/issues/606 | [] | pass-pass-pass | 0 |
encode/apistar | api | 222 | AttributeError: type object 'Router' has no attribute 'build | The example is not working:
```
from apistar import routing, App, Route
def get_player_details(player_name):
score = get_score(player_name)
return {'name': player_name, 'score': score}
def get_all_players(router: routing.Router):
players = get_players()
player_list = [
{'name': ... | closed | 2017-07-02T13:52:53Z | 2017-08-04T15:38:33Z | https://github.com/encode/apistar/issues/222 | [] | aidiss | 1 |
K3D-tools/K3D-jupyter | jupyter | 254 | k3d with bokeh server problems | I have a jupyter notebook using pyviz panel to display a k3b plot. The notebook is in
[https://gitlab.com/ea42gh/elementary-linear-algebra/-/blob/master/QuadricSurfaceDisplay.ipynb](https://gitlab.com/ea42gh/elementary-linear-algebra/-/blob/master/QuadricSurfaceDisplay.ipynb)
and works as intended.
Panel allows se... | closed | 2020-12-27T18:12:15Z | 2022-01-18T21:41:01Z | https://github.com/K3D-tools/K3D-jupyter/issues/254 | [] | ea42gh | 3 |
akfamily/akshare | data-science | 5,646 | AKShare 接口问题报告 | AKShare Interface Issue Report 和东财相关的多个接口出现KeyError,疑似code_id_map_em_dict有变动,更新版本后仍存在部分接口没法接入数据。 | 之前运行一直正常的部分接口,例如stock_zh_a_hist,stock_bid_ask_em等今日无法获取东财数据,疑似code_id_map_em_dict有变动。
在更新版本到最新后(1.15.95),stock_zh_a_hist恢复正常,但stock_bid_ask_em仍然无法使用。
输入
```
ak.stock_bid_ask_em()
```
输出
```
97 url = "https://push2.eastmoney.com/api/qt/stock/get"
98 code_id_map_em_dict = __code_id_map_em()
99 params =... | closed | 2025-02-17T04:20:49Z | 2025-02-17T07:02:00Z | https://github.com/akfamily/akshare/issues/5646 | [
"bug"
] | YiyangZhang1996 | 3 |
nschloe/tikzplotlib | matplotlib | 472 | TypeError when using `tex_relative_path_to_data` option | Using the option `tex_relative_path_to_data` results in the following error :
```
File "C:\Python 3.9\lib\site-packages\tikzplotlib\_save.py", line 260, in save
code = get_tikz_code(*args, filepath=filepath, **kwargs)
File "C:\Python 3.9\lib\site-packages\tikzplotlib\_save.py", line 237, in get_tikz_code
code ... | closed | 2021-03-28T19:21:11Z | 2021-06-21T09:06:31Z | https://github.com/nschloe/tikzplotlib/issues/472 | [] | Dorian-Boully | 0 |
pyg-team/pytorch_geometric | deep-learning | 8,878 | Jumping Knowledge Setting Last vs None | ### 📚 Describe the documentation issue
It is unclear what the difference between None and last for the parameter jk is:
https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.models.GCN.html
since the JK Paper only describes cat, lstm, and max.
### Suggest a potential alternative/fix
_... | open | 2024-02-07T13:34:35Z | 2024-02-07T15:07:22Z | https://github.com/pyg-team/pytorch_geometric/issues/8878 | [
"documentation"
] | Bobowner | 1 |
gradio-app/gradio | data-visualization | 10,261 | SVG does not work with Gallery and Image | ### Describe the bug
cannot use svg path as the value of gallery of Image, will not display any

### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
i... | closed | 2024-12-28T06:41:34Z | 2025-01-06T21:07:14Z | https://github.com/gradio-app/gradio/issues/10261 | [
"bug",
"svelte",
"Priority",
"Regression"
] | akedia | 1 |
streamlit/streamlit | python | 10,872 | Infer page title and favicon from `st.title` instead of requiring `st.set_page_config` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Today, to change the page title/favicon shown in the browser tab, you need to call `st.set_page_config`. What... | open | 2025-03-21T19:39:38Z | 2025-03-21T19:40:12Z | https://github.com/streamlit/streamlit/issues/10872 | [
"type:enhancement",
"feature:st.set_page_config",
"feature:st.title"
] | jrieke | 1 |
streamlit/streamlit | data-visualization | 10,101 | Support Multi-Tenant Folder Structure for Built-In Pages Navigation | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
Currently, Streamlit automatically generates a sidebar navigation based on the scripts in a pages/ folder. I’... | open | 2025-01-03T14:37:11Z | 2025-01-03T18:25:21Z | https://github.com/streamlit/streamlit/issues/10101 | [
"type:enhancement",
"feature:multipage-apps"
] | marwanelmo | 2 |
psf/requests | python | 6,539 | Versions at requests.readthedocs.io flyout menu are outdated | The https://requests.readthedocs.io/ webpage flyout menu versions are currently:
- [latest](https://requests.readthedocs.io/en/latest/) [stable](https://requests.readthedocs.io/en/stable/) [v3.0.0](https://requests.readthedocs.io/en/v3.0.0/) [v2.9.1](https://requests.readthedocs.io/en/v2.9.1/) [v2.8.1](https://reque... | closed | 2023-09-26T12:47:08Z | 2024-10-15T00:04:17Z | https://github.com/psf/requests/issues/6539 | [] | fohrloop | 7 |
ultralytics/ultralytics | deep-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 |
clovaai/donut | nlp | 141 | RuntimeError: expected scalar type BFloat16 but found Float | I have create my own dataset, when I try to use the Script python train.py --config config/train_cfe.yaml to train I get the next RuntimeError: expected scalar type BFloat16 but found Float, I change the next code line from "accelerator="gpu" to "accelerator="cpu" because my PC does not have GPU, I got the clue that my... | open | 2023-02-14T02:54:56Z | 2023-03-15T16:39:04Z | https://github.com/clovaai/donut/issues/141 | [] | Villa2110 | 2 |
quantumlib/Cirq | api | 6,717 | Fix strict typecheck for cirq importers | **Description of the issue**
Clients importing from cirq fail strict type checking as follows:
```
$ mypy --strict -c "from cirq import Circuit"
<string>:1: error: Module "cirq" does not explicitly export attribute "Circuit" [attr-defined]
```
This is because our typecheck setup in [mypy.ini](https://githu... | closed | 2024-09-05T00:13:43Z | 2024-09-11T23:49:07Z | https://github.com/quantumlib/Cirq/issues/6717 | [
"good first issue",
"no QC knowledge needed",
"kind/health"
] | pavoljuhas | 0 |
sammchardy/python-binance | api | 704 | Documentation on the use of the AsyncClient | Is there any documentation on how to use the AsyncClient?
I'm trying to get multiple historical klines at once to store them in my local database for backtesting and all I can achieve is to have a futures object but not an actual result.
I'm new to programming and would be thankful for documentation on this feat... | open | 2021-02-25T23:58:13Z | 2021-02-25T23:58:36Z | https://github.com/sammchardy/python-binance/issues/704 | [] | Dhaneor | 0 |
JaidedAI/EasyOCR | pytorch | 714 | Doesn't recognize english text correctly | I have this image:

I'm trying to detect what it is... I know it's not the best for the detection.. so how can I make it more detectable? or maybe even train my own model with these kinds of images, if... | open | 2022-04-15T14:42:52Z | 2022-04-15T14:45:24Z | https://github.com/JaidedAI/EasyOCR/issues/714 | [] | K9Developer | 0 |
deepfakes/faceswap | machine-learning | 1,219 | click the icon on desktop and start application failed | *Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum)
or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without
response.*
**Crash reports MUST be included when reporting bugs.**
**Describe the bug... | closed | 2022-05-14T14:33:48Z | 2022-05-14T15:27:00Z | https://github.com/deepfakes/faceswap/issues/1219 | [] | KabourWu | 1 |
dmlc/gluon-cv | computer-vision | 812 | Network architecture search implementations | Hello, are there any MXnet implementations of network architecture search (NAS) approaches, e.g. Proxyless NAS (https://arxiv.org/abs/1812.00332) and MNasNet (https://arxiv.org/abs/1807.11626)? If not, is somebody working on it? Thank you. | closed | 2019-06-13T22:18:22Z | 2019-12-13T22:10:04Z | https://github.com/dmlc/gluon-cv/issues/812 | [] | bermanmaxim | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 251 | COLMAP.exe error - Missing DLLs when running python convert.py | I was following along with Jonathan Stephens tutorial, but when I enter the command:
python convert.py -s <location>
(with location pointing to my dataset of images)
... I get a colmap.exe error stating "The code execution cannot proceed because glew32.dll was not found. Reinstalling the program may fix this pr... | closed | 2023-09-28T15:58:51Z | 2023-10-01T15:04:15Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/251 | [] | trevorroth | 4 |
ultralytics/ultralytics | pytorch | 19,683 | module 'torch.mps' has no attribute 'get_mem_info' | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Train
### Bug
Since v8.3.86 I'm now seeing the error:
**.../python3.11/site-packages/ultralytics/engine/trainer.py", line... | closed | 2025-03-13T15:56:43Z | 2025-03-15T15:12:38Z | https://github.com/ultralytics/ultralytics/issues/19683 | [
"bug",
"dependencies",
"fixed"
] | HerbOtto | 7 |
quantumlib/Cirq | api | 6,934 | Move apt-system-requirements.txt into apt-list-dev-tools.txt | **Description of the issue**
There is a file `apt-system-requirements.txt` at the top level of the Cirq repo. As far as I can find, the only place this file is referenced is in docs/dev/development.md, where the instructions say to do this:
```
cat apt-system-requirements.txt dev_tools/conf/apt-list-dev-tools.tx... | open | 2025-01-09T19:32:14Z | 2025-01-22T18:28:37Z | https://github.com/quantumlib/Cirq/issues/6934 | [
"triage/discuss",
"kind/health"
] | mhucka | 0 |
unit8co/darts | data-science | 2,570 | [QUESTION] What's the correct way to train XGBoost on a multi-source dataset? | Greetings,
I am trying to fit an `XGBoost` model using a dataset that is made of samplings from multiple data sources. Each data source is associated to an ID. The best way I found to represent this through `TimeSeries` instances is to stack the measurements on the sample axis using a common time axis. Giving the XG... | open | 2024-10-24T07:46:29Z | 2025-03-05T14:53:30Z | https://github.com/unit8co/darts/issues/2570 | [
"question",
"triage"
] | giacomoguiduzzi | 1 |
sqlalchemy/alembic | sqlalchemy | 1,273 | Use an explicit encoding when reading the configuration file | **Describe the bug**
When the python option `PYTHONWARNDEFAULTENCODING` is set as described on https://docs.python.org/3/library/io.html#opt-in-encodingwarning
```
/Users/kkirsche/Library/Caches/pypoetry/virtualenvs/application-7pVymVLv-py3.11/lib/python3.11/site-packages/alembic/config.py:204: EncodingWarning: ... | closed | 2023-07-14T13:47:26Z | 2023-08-16T16:40:23Z | https://github.com/sqlalchemy/alembic/issues/1273 | [
"bug",
"command interface",
"PRs (with tests!) welcome"
] | kkirsche | 3 |
Sanster/IOPaint | pytorch | 343 | [BUG] Lama - artifacts when using pytorch2 | **Model**
Lama
**Describe the bug**
When running with pytorch2 and using images with large resolution (1024 and above), there are noticeable "grid" artifacts in the inpainting result.
I managed to track the difference compared to older pytorch (1.12.1) to the fft and ifft operations in lama and opened a related [... | open | 2023-07-10T12:31:11Z | 2025-03-20T02:03:47Z | https://github.com/Sanster/IOPaint/issues/343 | [
"stale"
] | davidas1 | 1 |
Kanaries/pygwalker | matplotlib | 103 | [Bug] When trying to import previously exported PyGWalker code containing a filter, the visualization breaks. | When trying to import previously exported PyGWalker code containing a filter, the visualization breaks.
In my testing, I noticed that the filter attribute is shown correctly in the UI when using a range filter, but the visualization itself breaks. All the other predefined fields are missing.
When using a "one of" f... | closed | 2023-04-24T14:28:47Z | 2023-07-26T05:08:18Z | https://github.com/Kanaries/pygwalker/issues/103 | [
"bug",
"P1"
] | Julius-Plehn | 1 |
FactoryBoy/factory_boy | django | 338 | Error when a SubFactory contains image field | Hi. I'm getting an error when I try to save a factory which contains a SubFactory with an image field. These are my factories
```
class ImageFactory(factory.django.DjangoModelFactory):
image = factory.Sequence(
lambda n: random.choice([
'mock/images/mock1.jpg',
'mock/images/m... | closed | 2017-01-06T13:20:29Z | 2017-04-07T23:15:43Z | https://github.com/FactoryBoy/factory_boy/issues/338 | [
"Bug",
"NeedInfo",
"Django"
] | naglalakk | 2 |
flairNLP/flair | nlp | 2,720 | Makes to_plain_string method robust to consecutive spaces | **Is your feature/enhancement request related to a problem? Please describe.**
When dealing with a text with consecutive spaces, the to_plain_string method is unusable because the parameter whitespace_after is a boolean. We can still use the to_original_text method to keep the consecutive spaces, but when dealing with... | closed | 2022-04-10T13:59:35Z | 2022-09-09T02:02:31Z | https://github.com/flairNLP/flair/issues/2720 | [
"wontfix"
] | mauryaland | 3 |
litestar-org/litestar | asyncio | 3,643 | Bug: or Feature? SQLAlchemyDTO ignores include/exclude config when generating field definitions | ### Description
I've encountered an issue while using SQLAlchemyDTO with a SQLAlchemy model (without using Litestar's mixins). The DTO configuration to include only specific fields is being ignored, leading to unexpected behavior in my case.
```
class ReturnModelDTO(SQLAlchemyDTO[SomeModel]):
config = SQLAlch... | closed | 2024-07-23T22:47:56Z | 2025-03-20T15:54:49Z | https://github.com/litestar-org/litestar/issues/3643 | [
"Bug :bug:"
] | bookin | 0 |
sunscrapers/djoser | rest-api | 757 | How to get list of objects not list of id in auth/users/me? | When I am trying to get list of event, I only get events id, but I need to get object

| closed | 2023-08-10T05:49:00Z | 2023-08-10T06:09:00Z | https://github.com/sunscrapers/djoser/issues/757 | [] | eldosagai | 1 |
deepinsight/insightface | pytorch | 1,906 | is it same model insightface (Quickstart(modelzoo)) and retinaface? | is it same model insightface (Quickstart) and retinaface?
if not it is tell me what is the model in insightface
what model is better?__?
help me | open | 2022-02-09T06:57:39Z | 2022-02-10T05:15:20Z | https://github.com/deepinsight/insightface/issues/1906 | [] | saehan-choi | 0 |
HIT-SCIR/ltp | nlp | 457 | 用户自定义词典中的词在分词时被切分的问题 | 你好,我有一个词典词表并希望以此词典为准对文本进行分词,结果发现词典中词被切分为了单字:
例如我的词典中有单字"计""算""机",同时也有词"计算机",却发现在加入此自定义词表后,我的文本中所有的"计算机"都被切分为三个单字,这显然不是期望的结果,粗略阅读您的代码,在加入用户自定义词典后确实是调用了trie树前向最大匹配,不知是哪里有问题?是否可以通过某些设定来改善?版本4.0.9,例子:
```
# default setting:
toks, _ = ltp.seg(["计算机"])
print(toks)
# output: [['计算机']]
# add user defined vocab
ltp.add_... | closed | 2020-12-21T07:32:13Z | 2021-01-19T03:53:04Z | https://github.com/HIT-SCIR/ltp/issues/457 | [] | juexZZ | 4 |
Johnserf-Seed/TikTokDownload | api | 696 | 无法下载用户发布视频 | **描述出现的错误**
使用配置文件与CLI下载抖音用户发布视频失败
---
**bug复现**
复现这次行为的步骤:
1.使用命令行对主配置文件app.yam进行了初始化,然后使用了auto-cookie命令在app.yaml中成功设置cookie
2.使用VScode对app.yaml中各项参数进行配置
3.使用命令 “f2 dy -M post -u https://https://www.douyin.com/user/MS4wLjABAAAAgskWetxAG0wYF78v2pBEIGHrjKa0aMHgflAj_H5f2k4?vid=7356588700924497164 -c conf/app.y... | closed | 2024-04-12T10:08:07Z | 2024-04-12T10:14:21Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/696 | [
"请查阅文档(Documentation)"
] | vain-Liang | 1 |
pandas-dev/pandas | python | 60,365 | DOC: Fix docstring validation errors for pandas.core.groupby | Parent Issue: #58063
pandas has a script for validating docstrings:
https://github.com/pandas-dev/pandas/blob/6a7685faf104f8582e0e75f1fae58e09ae97e2fe/ci/code_checks.sh#L92-L105
Currently, some methods fail docstring validation check.
The task is:
1. Take 1-5 methods
2. Run: scripts/validate_docstrings... | open | 2024-11-20T00:32:40Z | 2024-12-05T06:10:44Z | https://github.com/pandas-dev/pandas/issues/60365 | [] | jmalp | 5 |
rasbt/watermark | jupyter | 58 | support -iv edge cases? | I am wondering if there is an efficient way to support fetching the versions of Python packages that don't follow the `__version__` convention, [`gurobi`'s Python API](https://www.gurobi.com/documentation/9.0/refman/py_python_api_overview.html) for example?
```python
In [1]: %load_ext watermark ... | open | 2019-12-25T23:03:41Z | 2019-12-26T11:57:38Z | https://github.com/rasbt/watermark/issues/58 | [] | jGaboardi | 1 |
ultralytics/yolov5 | deep-learning | 13,460 | Windows Path Error | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
import platform
import pathlib
if platform.system() != 'Windows':
pathlib.Window... | open | 2024-12-13T07:55:15Z | 2024-12-13T07:59:32Z | https://github.com/ultralytics/yolov5/issues/13460 | [
"question",
"dependencies",
"detect"
] | Rahulx911 | 2 |
matterport/Mask_RCNN | tensorflow | 2,655 | The Training is Stuck at First Epoch | I am using 2 RTX 3080 Ti for training the model on custom data. I am using this [https://github.com/akTwelve/Mask_RCNN.git](url) repo which updated the Mask RCNN to tensorflow 2.x, the training is stuck at 1st epoch and doesn't produce any output. | open | 2021-07-30T11:32:31Z | 2022-04-08T16:27:56Z | https://github.com/matterport/Mask_RCNN/issues/2655 | [] | jamalihuzaifa9 | 10 |
Sanster/IOPaint | pytorch | 147 | I already have different SD models locally. Where do I have to place them to use them? | Automatic1111 has a models folder where all the models can be placed in. I could not find something like that for LC. | closed | 2022-11-30T07:43:23Z | 2022-12-01T10:22:48Z | https://github.com/Sanster/IOPaint/issues/147 | [] | BrahRah | 2 |
huggingface/transformers | tensorflow | 36,169 | add Flash Attention Support for Helsinki-NLP/opus models | ### Feature request
I would like to propose adding support for flash attention to the Helsinki-NLP/opus models in the Hugging Face library. Judging by what I am seeing [here](https://github.com/huggingface/transformers/blob/main/src/transformers/models/marian/modeling_marian.py), it seems not implemented.
### Motivat... | open | 2025-02-13T10:46:26Z | 2025-02-28T05:38:13Z | https://github.com/huggingface/transformers/issues/36169 | [
"Good Second Issue",
"Feature request"
] | AghaDurrani | 4 |
home-assistant/core | asyncio | 140,496 | Telldus Live - local auth issues | ### The problem
Since core 2025.3.2, Telldus local entities are no longer available. Deleting the integration and reinstalling it leads to login on the Tellstick, but then the error::
404 Not Found
The path '/tellduslive/authorize' was not found.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-pac... | open | 2025-03-13T09:52:38Z | 2025-03-13T21:13:25Z | https://github.com/home-assistant/core/issues/140496 | [
"integration: tellduslive"
] | MikeLehnitz | 3 |
mithi/hexapod-robot-simulator | plotly | 22 | Make hexapod graph colors and sizes customizable | - floor color
- paper color
- body outline color
- body mesh color
- support polygon color
- cog color
- leg color
- legends paper color
- cog size
- head size
- joint sizes
- line sizes - hexapod polygon
- line sizes - hexapod legs | closed | 2020-04-10T11:09:52Z | 2020-04-10T13:28:09Z | https://github.com/mithi/hexapod-robot-simulator/issues/22 | [] | mithi | 0 |
aiortc/aiortc | asyncio | 371 | DTLS shakehands error with Webrtc Server | Hi,
I use aiortc connect with my webrtc server, log shows DTLS handshake complete, but in fact cannot send or receive any media data to my server(pexip), wireshark captures show '[Reassembly error, protocol DTLS: New fragment overlaps old data (retransmission?)]'
10.12.102.147 is aiortc and 10.100.202.18 ... | closed | 2020-05-28T02:34:41Z | 2020-10-15T06:26:27Z | https://github.com/aiortc/aiortc/issues/371 | [
"question"
] | xiaozhubenben | 2 |
huggingface/diffusers | pytorch | 11,088 | wan2.1 transformer gguf load error | ### Describe the bug
I am testing the performance of the Wan2.1 image-to-video generation on an RTX 4090 using Diffusers' Wan2.1 model【https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P-Diffusers】 and the City96 quantized GGUF model【https://huggingface.co/city96/Wan2.1-I2V-14B-480P-gguf/tree/main】. I referred to this d... | open | 2025-03-17T12:32:53Z | 2025-03-17T18:02:08Z | https://github.com/huggingface/diffusers/issues/11088 | [
"bug"
] | Passenger12138 | 4 |
gradio-app/gradio | data-visualization | 10,567 | Different layout between 5.12 and 5.13 | ### Describe the bug
I want to have two Checkboxes in the same Row separately, the code works in 5.12 but render strangely in 5.13 or higher version
Also, I often lose the login session of other websites after using Gradio, but I’m not sure why.
Gradio 5.12:
<img width="1239" alt="Image" src="https://github.com/user... | closed | 2025-02-12T04:14:27Z | 2025-02-15T05:39:10Z | https://github.com/gradio-app/gradio/issues/10567 | [
"bug",
"Priority",
"Regression"
] | XXXXRT666 | 2 |
BayesWitnesses/m2cgen | scikit-learn | 205 | Flaky e2e test for the XGBoost model with the 'gblinear' booster | Context from @StrikerRUS:
>>>
Now Go is failing (refer to https://github.com/BayesWitnesses/m2cgen/pull/200#issuecomment-624063683):
```
=================================== FAILURES ===================================
_ test_e2e[xgboost_XGBClassifier - go_lang - train_model_classification_binary2] _
estimator = X... | open | 2020-05-06T18:50:48Z | 2020-05-20T22:35:03Z | https://github.com/BayesWitnesses/m2cgen/issues/205 | [
"bug"
] | izeigerman | 6 |
deepspeedai/DeepSpeed | machine-learning | 6,589 | [BUG] MOE: Loading experts parameters error when using expert parallel. | **Describe the bug**
I have a model with 60 experts, and I am training the experts in parallel on two GPUs. Theoretically, GPU0 should load the parameters of the first 30 experts, while GPU1 should load the parameters of the last 30 experts. However, I found that both GPUs are loading the parameters of the first 30 ex... | open | 2024-09-29T09:32:54Z | 2024-10-08T12:49:13Z | https://github.com/deepspeedai/DeepSpeed/issues/6589 | [
"bug",
"training"
] | kakaxi-liu | 1 |
psf/black | python | 3,693 | Black Formatter Adds Whitespace Before Colon in String Access, Triggering Flake8 Error (E203) | **Describe the bug**
When calling a function to get an index for string access. The black formatter adds whitespace after the function call. Which causes a lint error in Flake8.
**To Reproduce**
```python
str1 = "hello"
str2 = f"{str1} World!"
#Black inserts a space befor the ':' here. Then Flake8 see's tha... | closed | 2023-05-18T15:45:26Z | 2023-05-18T15:46:07Z | https://github.com/psf/black/issues/3693 | [
"T: bug"
] | joe-r-healy | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.