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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
flavors/django-graphql-jwt | graphql | 96 | JSONWebTokenError(_('Please, enter valid credentials')) is thrown for existing, but not activated user | If someone faced the issue like below:
If user exists but not active (for example user just registered but has to confirm activation via email link) and if this user tries to login `django-graphql-jwt` returns the message `Please, enter valid credentials` ([source](https://github.com/flavors/django-graphql-jwt/blob/ma... | closed | 2019-05-13T10:19:32Z | 2022-04-03T13:16:59Z | https://github.com/flavors/django-graphql-jwt/issues/96 | [] | TitanFighter | 1 |
JaidedAI/EasyOCR | machine-learning | 877 | Can't build on M1 macOS Ventura (13.0) | `pip install easyocr` Fails with `“CMake” is damaged and can’t be opened. You should move it to the Trash.`
```
Building wheels for collected packages: opencv-python-headless
Building wheel for opencv-python-headless (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for open... | open | 2022-10-26T21:44:14Z | 2023-01-19T18:15:46Z | https://github.com/JaidedAI/EasyOCR/issues/877 | [] | zstiggz | 2 |
dnouri/nolearn | scikit-learn | 144 | 'ValueError: Input dimension mis-match' when changing example code to binary classification | Hello, I got the following example code from http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/ :
```
net2 = NeuralNet(
layers=[
('input', layers.InputLayer),
('conv1', layers.Conv2DLayer),
('pool1', layers.MaxPool2DLayer),
(... | closed | 2015-08-27T14:47:51Z | 2015-09-14T09:39:43Z | https://github.com/dnouri/nolearn/issues/144 | [] | madeofwin | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 237 | Can't find element using XPATH while headless | ### Reproducing the issue:
```py
# Will not run with headless
options = driver.webdriver.ChromeOptions()
options.add_argument("--headless")
# Window's size also affect find_element
driver.set_window_rect(1,1,1,1) # Will also broke find_element
button = await driver.find_element(
by=By.XPATH, ... | closed | 2024-06-06T17:51:09Z | 2024-06-07T03:41:33Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/237 | [] | ahihiyou20 | 3 |
stanford-oval/storm | nlp | 12 | ValueError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app). | File "/home/yijia/.conda/envs/storm/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.__dict__)
File "/data1/yijia/yuchengj/knowledge_curation/frontend/demo/storm.py", line 236, in <module>
main()
File "/data1/yijia/yuchengj/knowledge_cu... | closed | 2024-04-13T14:24:33Z | 2024-04-14T11:44:04Z | https://github.com/stanford-oval/storm/issues/12 | [] | lida0407 | 3 |
aleju/imgaug | deep-learning | 70 | ValueError: could not broadcast input array from shape (1024,768,3) into shape (768,1024,3) | I get this error when cropping an image
https://github.com/aleju/imgaug/blob/27785f4c8d8d4083349e980c75571e4e1c54ff98/imgaug/imgaug.py#L518
I think it should be `(height, width)` to match `result = np.zeros((nb_images, height, width, nb_channels), dtype=np.uint8)` | closed | 2017-10-16T13:34:52Z | 2017-10-16T20:27:09Z | https://github.com/aleju/imgaug/issues/70 | [] | sdikby | 2 |
zappa/Zappa | flask | 890 | [Migrated] Update test.sh | Originally from: https://github.com/Miserlou/Zappa/issues/2148 by [carlosrh18](https://github.com/carlosrh18)
Added set -e flag in order to exit the bash script when encountering an error
<!--
Before you submit this PR, please make sure that you meet these criteria:
* Did you read the [contributing guide](htt... | closed | 2021-02-20T13:03:23Z | 2022-07-16T05:23:44Z | https://github.com/zappa/Zappa/issues/890 | [] | jneves | 1 |
explosion/spaCy | machine-learning | 12,256 | How to configure Transformer from_pretrained method? | With the transformer config
```
[components.transformer]
factory = "transformer"
max_batch_items = 4096
set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"}
[components.transformer.model]
@architectures = "spacy-transformers.TransformerModel.v3"
name = "roberta-bas... | closed | 2023-02-08T12:01:08Z | 2023-03-12T00:02:16Z | https://github.com/explosion/spaCy/issues/12256 | [
"training",
"feat / transformer"
] | bhartm3 | 5 |
huggingface/datasets | pandas | 6,589 | After `2.16.0` version, there are `PermissionError` when users use shared cache_dir | ### Describe the bug
- We use shared `cache_dir` using `HF_HOME="{shared_directory}"`
- After dataset version 2.16.0, datasets uses `filelock` package for file locking #6445
- But, `filelock` package make `.lock` file with `644` permission
- Dataset is not available to other users except the user who created the ... | closed | 2024-01-15T06:46:27Z | 2024-02-02T07:55:38Z | https://github.com/huggingface/datasets/issues/6589 | [] | minhopark-neubla | 2 |
man-group/arctic | pandas | 687 | Tests and Benchmarks for async arctic | Currently, async arctic has a single benchmark and doesn't have any tests at this point. Having more tests will allow us to understand how to use and get some more confidence. More benchmark for different load types (updates / writes / reads) etc. would be a good idea. | closed | 2019-01-10T18:35:44Z | 2019-01-22T22:46:02Z | https://github.com/man-group/arctic/issues/687 | [
"enhancement",
"performance"
] | shashank88 | 3 |
Kav-K/GPTDiscord | asyncio | 158 | Adding a shortcut for /gpt ask by tagging the bot | A lot of users have a hard time using the / command and rather use @[bot] to ask the discordbot something, it would be cool to add a shortcut for /gpt ask by using the standard settings that users can ask the bot something! | closed | 2023-02-18T22:41:29Z | 2023-02-19T01:04:54Z | https://github.com/Kav-K/GPTDiscord/issues/158 | [
"enhancement"
] | falkoro | 1 |
RobertCraigie/prisma-client-py | asyncio | 175 | Request for guides / tutorials / documentation | I am looking into improving the documentation for this project and a part of that is creating guides for using Prisma Client Python with existing frameworks.
This issue serves as the place to request that I write a tutorial / guide for any framework, please leave a comment if there is any specific framework you woul... | open | 2021-12-09T12:32:38Z | 2024-04-12T13:26:23Z | https://github.com/RobertCraigie/prisma-client-py/issues/175 | [
"kind/discussion",
"kind/docs"
] | RobertCraigie | 9 |
tensorflow/datasets | numpy | 5,418 | image classification | * Name of dataset: <name>
* URL of dataset: <url>
* License of dataset: <license type>
* Short description of dataset and use case(s): <description>
Folks who would also like to see this dataset in `tensorflow/datasets`, please thumbs-up so the developers can know which requests to prioritize.
And if you'd lik... | closed | 2024-05-16T18:36:36Z | 2024-05-17T14:32:34Z | https://github.com/tensorflow/datasets/issues/5418 | [
"dataset request"
] | porplik | 1 |
pydantic/pydantic-ai | pydantic | 561 | [chat_app example] the message are in another order when refreshing the page | following fastapi_chatapp https://ai.pydantic.dev/examples/chat-app/
first i send 2 messages

then i refresh the browser with F5 and the message are not in the good order
![Screenshot 20... | closed | 2024-12-28T23:17:16Z | 2024-12-30T12:29:26Z | https://github.com/pydantic/pydantic-ai/issues/561 | [] | scenaristeur | 1 |
huggingface/datasets | nlp | 6,580 | dataset cache only stores one config of the dataset in parquet dir, and uses that for all other configs resulting in showing same data in all configs. | ### Describe the bug
ds = load_dataset("ai2_arc", "ARC-Easy"), i have tried to force redownload, delete cache and changing the cache dir.
### Steps to reproduce the bug
dataset = []
dataset_name = "ai2_arc"
possible_configs = [
'ARC-Challenge',
'ARC-Easy'
]
for config in possible_configs:
data... | closed | 2024-01-11T03:14:18Z | 2024-01-20T12:46:16Z | https://github.com/huggingface/datasets/issues/6580 | [] | kartikgupta321 | 0 |
ShishirPatil/gorilla | api | 936 | [BFCL] TypeError: Unable to evaluate type annotation "Annotated[Final[Optional[...]], ...]" on Python 3.10 + Pydantic v2 | **Describe the issue**
When using the bfcl (Berkeley Function Call Leaderboard) library, I encountered an error related to mistralai and Pydantic, specifically involving nested type annotations. The error looks like this (shortened):
TypeError: typing.Final[typing.Optional[typing.Literal['image_url']]] is not valid as... | open | 2025-03-13T11:31:02Z | 2025-03-19T06:29:53Z | https://github.com/ShishirPatil/gorilla/issues/936 | [] | 1363646025 | 3 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 659 | SV2TTS doesn't open when i enter python demo_toolbox.py | Everytime i enter python demo_toolbox.py, even with dataset, It just doesn't open the SV2TTS at all. I tried everything required. I just don't know why it didn't open. Can you help me to make SV2TTS open and run? | closed | 2021-02-14T22:06:54Z | 2023-07-31T17:00:15Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/659 | [] | kanzww | 7 |
thtrieu/darkflow | tensorflow | 830 | Drawing original bounding box together predicted bounding box | Hi all,
I am wondering if I can plot the ground truth bounding box and also prediction bounding box together (with different colors perhaps). Is there a way to do it? I have the json file of then predicted bounding box and xml file of the label bounding box. Is there also a simple way to calculate the MAP and IOU be... | closed | 2018-07-04T01:23:12Z | 2018-10-11T07:46:42Z | https://github.com/thtrieu/darkflow/issues/830 | [] | eljirg | 2 |
suitenumerique/docs | django | 386 | ✨(CI) Bundle size analizer tracker | ## Feature Request
Some dependencies can increase dramatically the size of your app, so it could be nice to track the sizes of the bundles.
The track should be on the CI.
## Docs:
https://nextjs.org/docs/app/building-your-application/optimizing/package-bundling
https://github.com/vio/bundle-stats-action | open | 2024-10-24T14:17:40Z | 2024-10-24T14:53:17Z | https://github.com/suitenumerique/docs/issues/386 | [
"enhancement",
"frontend",
"CI"
] | AntoLC | 0 |
taverntesting/tavern | pytest | 146 | code coverage | There should be some way to combine the coverage from running unit and integration tests to get a more accurate representation of code coverage. The instructions seem to not work because it appends tox directories to some of the tox runs for some reason: https://coverage.readthedocs.io/en/coverage-4.2/cmd.html#combinin... | closed | 2018-07-05T15:52:08Z | 2023-10-20T07:52:25Z | https://github.com/taverntesting/tavern/issues/146 | [
"Priority: Low"
] | michaelboulton | 4 |
graphql-python/graphene | graphql | 1,505 | Turning Non-null to is_null | **Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
Hey :)
so I was reading docs, and then I remembered something:
simple is better than complex.
Why would we create a new class and object type because we don't want nullable value... | closed | 2023-05-19T11:35:09Z | 2024-06-22T10:07:31Z | https://github.com/graphql-python/graphene/issues/1505 | [
"🐛 bug"
] | ManiMozaffar | 3 |
gradio-app/gradio | data-visualization | 10,584 | DataFrame.column_widths interferes with pinned_columns, causing only the first column to be pinned | ### Describe the bug
When using `gr.DataFrame` with both `pinned_columns` and a custom `column_widths` list, only the first column stays pinned. Additional columns that should also be pinned remain unpinned. Removing column_widths fixes the problem, and multiple columns become pinned as intended
### Have you searched... | closed | 2025-02-13T09:06:36Z | 2025-03-07T10:52:21Z | https://github.com/gradio-app/gradio/issues/10584 | [
"bug",
"💾 Dataframe"
] | shikhar1729 | 1 |
agronholm/anyio | asyncio | 34 | Cancellation semantics on asyncio and curio differ slightly from trio's | The following script produces different results on the trio backend vs the asyncio and curio ones:
```python3
import anyio
scope = None
async def scoped():
global scope
async with anyio.open_cancel_scope() as scope:
async with anyio.open_cancel_scope() as sc2:
try:
... | closed | 2018-11-18T22:08:56Z | 2019-05-06T18:04:15Z | https://github.com/agronholm/anyio/issues/34 | [
"bug",
"asyncio",
"curio"
] | agronholm | 6 |
hankcs/HanLP | nlp | 1,495 | Java Memory Leak NLP分词加载模型占用的内存不释放 | <!--
Thank you for reporting a possible bug in HanLP.
Please fill in the template below to bypass our spam filter.
以下必填,否则直接关闭。
-->
**Describe the bug**
A clear and concise description of what the bug is.
Java项目启动后加载执行如下代码:
NLPTokenizer.segment("当年末个人存款余额")
代码后,根据监控工具提示加载模型占用500多M的内存,好像长时间不释放,CMS垃圾回收器一直在回收... | closed | 2020-06-23T05:06:37Z | 2020-06-23T06:10:45Z | https://github.com/hankcs/HanLP/issues/1495 | [
"invalid"
] | wuchubuzai2018 | 4 |
521xueweihan/HelloGitHub | python | 2,058 | c | ## 项目推荐
- 项目地址:仅收录 GitHub 的开源项目,请填写 GitHub 的项目地址
- 类别:请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Swift、其它、书籍、机器学习)
- 项目后续更新计划:
- 项目描述:
- 必写:这是个什么项目、能用来干什么、有什么特点或解决了什么痛点
- 可选:适用于什么场景、能够让初学者学到什么
- 描述长度(不包含示例代码): 10 - 256 个字符
- 推荐理由:令人眼前一亮的点是什么?解决了什么痛点?
- 示例代码:(可选)长度:1-20 行
... | closed | 2022-01-05T04:40:29Z | 2022-01-05T04:40:33Z | https://github.com/521xueweihan/HelloGitHub/issues/2058 | [
"恶意issue"
] | twenty2024 | 1 |
pytorch/pytorch | deep-learning | 149,083 | Support missing bitwise onnx ops (__rshift__, __lshift__) | ### 🚀 The feature, motivation and pitch
Some bitwise operations are not supported by onnx export (with or without dynamo).
So far I identified `__rshift__` and `__lshift__` -> [BitShift](https://github.com/onnx/onnx/blob/main/docs/Operators.md#BitShift)
Here is an mro of the failed export:
```py
import math
impo... | closed | 2025-03-12T22:01:44Z | 2025-03-13T16:55:24Z | https://github.com/pytorch/pytorch/issues/149083 | [
"module: onnx",
"triaged"
] | nlgranger | 1 |
Kitware/trame | data-visualization | 204 | `trame-client` not generating `index.html` | <!-- Ignoring this template may result in your bug report getting deleted -->
**Describe the bug**
Following the [cookiecutter](https://github.com/Kitware/trame-cookiecutter), the file `index.html` is not output when building the docker image, resulting in a failure of the Apache server to serve files.
One can... | closed | 2023-02-14T05:45:10Z | 2023-02-14T16:07:40Z | https://github.com/Kitware/trame/issues/204 | [] | Besler | 2 |
paulbrodersen/netgraph | matplotlib | 29 | _normalize_string_argument should send the dict "values" not the "keys" to the _check_types function | Hi it's me again :)
Just caught a small bug and the fix is very simple (see below).
### Symptom:
When trying to supply a dict for the **_node_shape_** argument (so that different nodes can have different shapes) it currently throws an exception:
_main.py", line 1167, in _check_types
raise TypeErr... | closed | 2021-10-25T09:20:50Z | 2021-10-26T11:12:02Z | https://github.com/paulbrodersen/netgraph/issues/29 | [] | ste-lau | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 483 | Feature distances not discriminatory | Hi,
I am using torchreid as a feature extractor for my custom dataset. When I find euclidean or cosine distances between probe and gallery images, the distances are not very well separated between matching and non-matching candidates. For example, if the probe image is a person in a red dress, then the right match w... | open | 2022-01-07T15:54:54Z | 2022-04-09T08:39:34Z | https://github.com/KaiyangZhou/deep-person-reid/issues/483 | [] | mishravishnu | 7 |
Farama-Foundation/PettingZoo | api | 1,167 | [Bug Report] API test failing for nested observations | ### Describe the bug
(Reported by someone else on discord)
API test is failing on an env with nested observation (dict of dict)
example env to reproduce is below
```
>>> env = example.env()
>>> api_test(env, num_cycles=1000, verbose_progress=False)
...
Traceback (most recent call last):
File "<stdin>", l... | closed | 2024-01-24T23:55:10Z | 2024-03-22T14:57:03Z | https://github.com/Farama-Foundation/PettingZoo/issues/1167 | [
"bug"
] | dm-ackerman | 3 |
coqui-ai/TTS | pytorch | 3,393 | [Bug] Unable to load Mecab. | ### Describe the bug
When I try to launch the demo gui in colab for xtts_v2 it gives this error
RuntimeError: ---------------------------------------------------------- Failed initializing MeCab. Please see the README for possible solutions: https://github.com/SamuraiT/mecab-python3#common-issues If you are still ha... | closed | 2023-12-09T18:18:37Z | 2024-03-02T00:44:42Z | https://github.com/coqui-ai/TTS/issues/3393 | [
"bug",
"wontfix"
] | Lenos500 | 6 |
pandas-dev/pandas | pandas | 60,903 | BUG: Adding DataFrames with misaligned MultiIndex produces NaN despite fill_value=0 | ### 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-02-10T09:23:10Z | 2025-02-10T18:23:28Z | https://github.com/pandas-dev/pandas/issues/60903 | [
"Bug",
"Indexing",
"Numeric Operations",
"MultiIndex"
] | michaelpradel | 3 |
koxudaxi/datamodel-code-generator | pydantic | 2,352 | Enum fields generate default value using string type instead of enum causing pydantic serializer warning | **Describe the bug**
A generated model with an enum field generates its default value using string type instead of enum value causes pydantic serializer warnings:
```
.../env/lib/python3.10/site-packages/pydantic/main.py:477: UserWarning: Pydantic serializer warnings:
Expected `enum` but got `str` with value `'syn... | open | 2025-03-20T21:35:20Z | 2025-03-20T21:35:20Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2352 | [] | devmonkey22 | 0 |
autogluon/autogluon | scikit-learn | 3,887 | [Tabular] Iterative Missing Value Imputer | Hello,
I've developed an iterative iterative_autogluon_imputer for datasets. It's roughly inspired by scikit iterative imputer but works differently.
It now has 3 different modes and works pretty much bug-free.
If anybody is interested, comment.
| open | 2024-01-26T13:37:56Z | 2024-04-16T23:01:27Z | https://github.com/autogluon/autogluon/issues/3887 | [
"enhancement"
] | obwohl | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 756 | CycleGAN Fake B looks very similar to real A (vice versa) | Hi,
I've trained a CycleGAN model to do unpaired translation of medical imaging of domain A to domain B (and vice versa). My input data are 3d volumes of the human body, which are transformed into 2d 256x256 (only 1 channel) patches so that they can be passed into the network for training. After preprocessing, I hav... | closed | 2019-09-05T09:08:25Z | 2021-10-18T07:40:54Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/756 | [] | momenator | 6 |
tqdm/tqdm | jupyter | 1,144 | [Feature Request]: With statement usage for pandas functionality | Apologies for not using the template. I did not see a feature request option.
https://stackoverflow.com/questions/40476680/how-to-use-tqdm-with-pandas-in-a-jupyter-notebook
It would be really useful if we could move our code under a `with` statement instead of replacing the name to `progress_apply`.
How feasi... | open | 2021-03-11T21:18:14Z | 2021-11-16T09:13:23Z | https://github.com/tqdm/tqdm/issues/1144 | [
"p3-enhancement 🔥",
"help wanted 🙏",
"need-feedback 📢",
"submodule ⊂"
] | jolespin | 3 |
cvat-ai/cvat | tensorflow | 9,001 | Unable to install TransT with nuclio on cvat (failed to solve: failed to load cache key:) | ### 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
(CVAT and nuclio alredy installed, and pth-facebookresearch-detectron2-retinanet-r101 is already running fine)
- Go to cvat... | closed | 2025-01-28T05:46:33Z | 2025-01-31T13:46:56Z | https://github.com/cvat-ai/cvat/issues/9001 | [
"bug"
] | floatconstpi | 2 |
Miserlou/Zappa | django | 1,260 | Can I use non-python dependencies? (MeCab) | I'm using a python package called [natto-py](https://github.com/buruzaemon/natto-py) which requires a non-python Japanese tokeniser called [MeCab](https://github.com/jordwest/mecab-docs-en) (C++).
Is it possible to use this for my Zappa project? How can MeCab be installed on Lambda (since pip does not work)?
---... | closed | 2017-11-25T00:47:29Z | 2018-02-25T21:40:46Z | https://github.com/Miserlou/Zappa/issues/1260 | [] | technolingo | 4 |
keras-team/keras | data-science | 20,173 | layers.GRU returns wrong shaped output with GPU | I opened this on tensorflow repo, and was told to move it here: https://github.com/tensorflow/tensorflow/issues/74475
The short of it, gru, at least on google colab(keras 3.4.1) returns wrong things when run with gpu available.
Minimal way to reproduce here:
```
import tensorflow as tf
class TestModel(tf.... | open | 2024-08-27T09:53:47Z | 2024-08-31T18:54:06Z | https://github.com/keras-team/keras/issues/20173 | [
"stat:awaiting keras-eng",
"type:Bug"
] | Jonii | 3 |
jina-ai/serve | deep-learning | 5,584 | Refactor: use K8sDeploymentConfig inside Deployment to generate kubernetes yamls | After Deployment is exposed to serve Executors, we want to use it in order to generate kubernetes yaml as well.
This means, the Deployment should use K8sDeploymentConfig to implement `to_kubernetes_yaml`.
Potentially, we also want to refactor Flow.to_kubernetes_yaml to use the new method and maybe the same for Exec... | closed | 2023-01-09T13:57:20Z | 2023-01-24T18:02:35Z | https://github.com/jina-ai/serve/issues/5584 | [] | alaeddine-13 | 0 |
LibreTranslate/LibreTranslate | api | 582 | suggestions are not considered for some words with special chars | q=exangüe&s=exhausted&source=es&target=en
{"success":true}
I submit this but the translation keeps coming wrong.
Kindly test it against my server x 3 x dot us, my server, it's open for suggestions and does need a key
Please translate:
{"q":"mi cuerpo está exangüe, ayuden\n", "source":"es", "target":"en"}
my bod... | open | 2024-01-27T14:18:52Z | 2025-02-06T12:59:57Z | https://github.com/LibreTranslate/LibreTranslate/issues/582 | [
"enhancement"
] | falves1 | 4 |
ets-labs/python-dependency-injector | flask | 698 | Pytest hangs when trying to initialize a container with async resources | When trying to create a container in a pytest fixture with pytest-asyncio, I had the effect that pytest ran forever with no error message showing up.
Here is a simplified version of the code that procuced the problem:
```python
from dependency_injector import containers, providers
from pytest import mark
def f... | open | 2023-04-20T16:46:41Z | 2024-12-05T13:20:13Z | https://github.com/ets-labs/python-dependency-injector/issues/698 | [] | Cito | 2 |
ansible/ansible | python | 84,123 | `ansible.builtin.yum:` list always return "repo": "@System" as result | ### Summary
when I try running the following:
```
- name: Retrieve all installed RPM information
ansible.builtin.yum:
list=installed
register: rpm_packages
- name: debug
ansible.builtin.debug:
var: rpm_packages.results
```
the result has always "repo": "@System" in every entry despite whe... | open | 2024-10-14T20:21:02Z | 2025-02-18T23:53:54Z | https://github.com/ansible/ansible/issues/84123 | [
"module",
"bug",
"has_pr",
"needs_verified",
"affects_2.13"
] | yhzs8 | 6 |
ned2/slapdash | dash | 26 | Spinners don't seem to be working | Needs more investigation | closed | 2019-08-09T15:03:41Z | 2022-10-19T13:15:24Z | https://github.com/ned2/slapdash/issues/26 | [] | ned2 | 1 |
codertimo/BERT-pytorch | nlp | 44 | Very low GPU usage when training on 8 GPU in a single machine | Hi, I am currently pretaining the BERT on my own data. I use the alpha0.0.1a5 branch (newest version). <br>I found only 20% of the GPU is in use.<br>
```shell
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.81 Driver Version: 384.81 ... | closed | 2018-10-30T07:46:35Z | 2020-04-20T06:29:38Z | https://github.com/codertimo/BERT-pytorch/issues/44 | [
"help wanted"
] | mapingshuo | 13 |
littlecodersh/ItChat | api | 731 | 每次 Web 请求都响应一张不同的二维码 | 我想实现一个功能:
* flask 每次请求都响应一张不同的二维码(相当于是对应多个用户)
* 扫码成功后,发送一条消息给 filehelper
试验了很多次都没有成功,烦请知道的小伙伴给点建议.... | open | 2018-09-16T16:04:19Z | 2018-09-16T16:16:52Z | https://github.com/littlecodersh/ItChat/issues/731 | [] | JinsYin | 1 |
xinntao/Real-ESRGAN | pytorch | 56 | result looks strange on text area | result looks strange on text area (like creating a new font), I know its hard to restoration, did you know any project which uses reference image (such as the middle image) to get good result?

| closed | 2021-08-27T08:19:48Z | 2021-11-03T06:49:58Z | https://github.com/xinntao/Real-ESRGAN/issues/56 | [] | tachikoma777 | 5 |
huggingface/diffusers | pytorch | 10,152 | Diffusers Roadmap | The roadmap board shows work that is being prioritized for the upcoming Diffusers release as well as issues that are being considered for future releases.
Diffusers Public Roadmap
https://github.com/orgs/huggingface/projects/61/views/1 | open | 2024-12-09T08:24:37Z | 2025-02-02T15:03:10Z | https://github.com/huggingface/diffusers/issues/10152 | [
"stale"
] | DN6 | 3 |
SciTools/cartopy | matplotlib | 1,799 | ERROR: Could not build wheels for Cartopy which use PEP 517 and cannot be installed directly | ### Description
Your library cannot be installed with Python 3.8 and pip version 21.1.2
<!--
If you are proposing an enhancement/new feature, provide links to related articles, reference examples, etc.
If you are asking a question, please ask on StackOverflow and use the cartopy tag. All cartopy
questions on... | closed | 2021-06-03T12:25:46Z | 2021-06-08T13:21:15Z | https://github.com/SciTools/cartopy/issues/1799 | [
"Component: installation"
] | ghost | 3 |
mitmproxy/pdoc | api | 239 | Pick up Type Annotations From .pyi Stub Files (PEP-561) | #### Problem Description
I'm building a native code Python extension module in Rust with PyO3.
It can attach docstrings and function signatures to the module items,
but AFAIK currently there is no way to add Python type information to the extension modules.
[PEP-561](https://www.python.org/dev/peps/pep-0561/) w... | closed | 2021-03-22T06:43:39Z | 2022-05-06T09:01:35Z | https://github.com/mitmproxy/pdoc/issues/239 | [
"enhancement",
"help wanted"
] | ravenexp | 5 |
glumpy/glumpy | numpy | 290 | A two-liner to Glumpy and pyimgui seamless integration | Hello. This is a reopen of issue #174 (for a reason).
Here's a suggestion of two-line initialization of imgui context to a glumpy glfw-backend window:
```
from glumpy import app
from imgui.integrations.glfw import GlfwRenderer
import imgui
imgui.create_context() # line 1
app.use("glfw")
window = app.Wi... | closed | 2021-06-28T22:36:50Z | 2021-07-13T13:56:42Z | https://github.com/glumpy/glumpy/issues/290 | [] | jstreibel | 2 |
iMerica/dj-rest-auth | rest-api | 47 | ImportError: Could not import 'dj_rest_auth.utils.JWTCookieAuthenticationrest_framework.authentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ModuleNotFoundError: No module named 'dj_rest_auth.utils.JWTCookieAuthenticationrest_framework'; 'dj_rest_auth.utils' is not a package. | SITE_ID = 1
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = True
INSTALLED_APPS += ['django_extensions']
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.TokenAuthentication',
'dj_rest_auth.utils.JWTCookieAuthentication',
'rest_framework... | closed | 2020-04-19T10:58:06Z | 2020-04-19T10:59:46Z | https://github.com/iMerica/dj-rest-auth/issues/47 | [] | hyndex | 1 |
Nekmo/amazon-dash | dash | 7 | Help instead raise FileNotFoundError when amazon-dash is not available | ```
(amazon-dash) [nekmo@homura ~/Workspace/amazon-dash] (master)$ ./scripts/amazon-dash
Traceback (most recent call last):
File "./scripts/amazon-dash", line 8, in <module>
execute_from_command_line(sys.argv)
File "/home/nekmo/Workspace/amazon-dash/amazon_dash/management.py", line 95, in execute_from_com... | closed | 2017-08-06T00:45:56Z | 2017-12-11T00:53:57Z | https://github.com/Nekmo/amazon-dash/issues/7 | [] | Nekmo | 1 |
JaidedAI/EasyOCR | machine-learning | 506 | Problem about Convert the recognition torch model to Onnx | Hello, when I convert the recognition model to onnx model, a problem occured like this:

Code:
```python
torch.onnx.export(model,
(torch.from_numpy(np.array(image)), torch.from_num... | closed | 2021-08-06T03:45:57Z | 2022-02-15T08:00:56Z | https://github.com/JaidedAI/EasyOCR/issues/506 | [] | RyanCCC | 4 |
marimo-team/marimo | data-visualization | 3,890 | marimo.ui.altair_chart wrongly depicting string binary labels | ### Describe the bug
I have an altair bar chart, where the x-labels are strings of binary numbers, e.g. "000", "001", "010", etc. When I just display the altair chart, these strings are properly shown as labels. But, when I wrap the altair chart into the `marimo.ui.altair_chart` command, leading zeros are removed.
F... | closed | 2025-02-24T08:53:21Z | 2025-03-05T08:19:42Z | https://github.com/marimo-team/marimo/issues/3890 | [
"bug"
] | michaelsch71 | 9 |
kochlisGit/ProphitBet-Soccer-Bets-Predictor | seaborn | 94 | Only neural network model is working, error in threading when trying to predict with other models. | Whenever i try to predict fixtures with any model except the neural network it throws me this error:

Or when i am trying to evalute it shows me this error:
KeyError: 3

The filter first 2 plots correspond to 2D filters. | open | 2023-03-20T14:30:37Z | 2023-10-30T17:04:48Z | https://github.com/kymatio/kymatio/issues/1010 | [] | jecampagne | 1 |
mwaskom/seaborn | matplotlib | 3,001 | Possible inconsistency in boxenplot thicknesses and shading | Hey!
I think I found a bug, although I'm not sure if it might be intended behavior. If it is actually a bug, I'll try find the fix and flesh out a proper minimum reproducible example.
Here's an annotated plot that I generated during my day-to-day usage:
<img width="631" alt="Screenshot 2022-09-06 at 12 30 28" ... | closed | 2022-09-06T10:49:24Z | 2023-05-08T22:41:12Z | https://github.com/mwaskom/seaborn/issues/3001 | [
"mod:categorical"
] | beyarkay | 6 |
apragacz/django-rest-registration | rest-api | 87 | Add type annotations in utils | Spin-off of issue #73. | closed | 2019-11-08T20:13:56Z | 2021-04-09T20:34:45Z | https://github.com/apragacz/django-rest-registration/issues/87 | [
"priority:low",
"type:cleanup"
] | apragacz | 0 |
falconry/falcon | api | 2,213 | Add support for 'partitioned' attribute to set_cookie() | As stated in a [Google announcement](https://developers.google.com/privacy-sandbox/blog/cookie-countdown-2024jan) , Chrome disabled third-party cookies for 1% of users as of 4th January 2024.
We need support for [the 'Partitioned' attribute](https://developers.google.com/privacy-sandbox/3pcd/chips) in cookies. I th... | closed | 2024-02-29T04:02:40Z | 2024-08-27T16:51:17Z | https://github.com/falconry/falcon/issues/2213 | [
"enhancement",
"proposal"
] | HIRANO-Satoshi | 10 |
pykaldi/pykaldi | numpy | 173 | Error in Pykaldi on Ubuntu | I tried to install Pykaldi on Ubuntu and encountered the following error
[1/983] Generating iostream-clifwrap.c...-clifwrap.h, iostream-clifwrap-init.cc
FAILED: kaldi/base/iostream-clifwrap.cc kaldi/base/iostream-clifwrap.h kaldi/base/iostream-clifwrap-init.cc
cd /home/ppsingh/nfr/pykaldi/build/kaldi/base && /home... | closed | 2019-10-14T06:00:43Z | 2019-12-06T17:20:19Z | https://github.com/pykaldi/pykaldi/issues/173 | [] | ppsingh98 | 8 |
gradio-app/gradio | deep-learning | 10,318 | Image component omit comma on the file name | ### Describe the bug
while set Image component as type='filepath', and drag image to the component, found the temp filename have omitted the comma on the original file name. It's may be a issue while the file name carried some information, for example coordinates.
### Have you searched existing issues? 🔎
- [X] I h... | open | 2025-01-09T02:08:16Z | 2025-03-10T13:47:02Z | https://github.com/gradio-app/gradio/issues/10318 | [
"bug"
] | CNgg | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,358 | Why the discriminator doesn't have activation function? | Hi~
I was wondering why the discriminator doesn't have activation function? As shown in the following code, the real and fake labels are set to 1 and 0 respectively in lsgan mode, what if the output of the D is negative or larger than 1?
```python
class GANLoss(nn.Module):
"""Define different GAN objective... | open | 2021-12-28T02:45:14Z | 2022-01-13T23:51:49Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1358 | [] | Iarkii | 1 |
jschneier/django-storages | django | 1,053 | URL parameters are ignored with custom domain in S3Boto3Storage | If custom domain is configured for S3Boto3Storage, `parameters` passed to `url` method are ignored.
| closed | 2021-09-08T10:28:55Z | 2021-09-09T02:24:49Z | https://github.com/jschneier/django-storages/issues/1053 | [] | vinayinvicible | 0 |
modin-project/modin | data-science | 6,960 | Add extensions capability | Add extensions capability similar to pandas: https://pandas.pydata.org/docs/development/extending.html | closed | 2024-02-22T17:11:45Z | 2024-02-22T19:07:20Z | https://github.com/modin-project/modin/issues/6960 | [
"new feature/request 💬"
] | sfc-gh-dpetersohn | 3 |
jupyter-book/jupyter-book | jupyter | 1,942 | Support for adding expected return code to a cell | ### Context
For the project https://foss.heptapod.net/mercurial/mercurial-jupyterbook, we use the Bash Kernel and some code we want to show return a specific return code.
We need to add to these cells the `raises-exception` tag
````
```{code-cell}
---
tags: [raises-exception]
---
hg incoming ../my-hello
``... | open | 2023-02-24T15:35:55Z | 2023-02-24T15:35:55Z | https://github.com/jupyter-book/jupyter-book/issues/1942 | [
"enhancement"
] | paugier | 0 |
tflearn/tflearn | data-science | 955 | accuracy and loss not changing while training. | HI guys,
I am getting this result in my training.
| Momentum | epoch: 001 | loss: 0.32643 - acc: 0.4493 -- iter: 96480/96700
Training Step: 3016 | total loss: [1m[32m0.33663[0m[0m | time: 10705.833s
| Momentum | epoch: 001 | loss: 0.33663 - acc: 0.4450 -- iter: 96512/96700
Training Step: 3017 | total... | open | 2017-11-08T11:39:11Z | 2017-11-21T12:15:43Z | https://github.com/tflearn/tflearn/issues/955 | [] | minhajfalaki | 1 |
hbldh/bleak | asyncio | 1,165 | Using default MTU value warning when using client.mtu_size() | * bleak version: 0.19.5
* Python version: 3.10.8
* Operating System: Linux
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55
### Description
When I call `client.mtu_size(self)` I´m getting the following warning on a Raspberry Pi:
`bleak/backends/bluezdbus/client.py:561: UserWarning: Using default MT... | closed | 2022-12-07T14:00:02Z | 2022-12-07T16:48:25Z | https://github.com/hbldh/bleak/issues/1165 | [] | ChrisM0815 | 0 |
flairNLP/flair | nlp | 3,322 | [Bug]: Incorrect start position for custom tokenization after predicting with SequenceTagger | ### Describe the bug
For some reason, it seems like the `SequenceTagger` is resetting the `start_position` of some text I give to it even though before `predict` it uses the correct indices.
In the "To Reproduce" section, I have added a minimum viable code to reproduce the (allegded) error, and in the stack trace... | closed | 2023-09-26T16:09:58Z | 2023-10-02T09:28:23Z | https://github.com/flairNLP/flair/issues/3322 | [
"bug"
] | gdahia | 1 |
OpenInterpreter/open-interpreter | python | 758 | long-lived sessions (python, shell, etc.) | ### Is your feature request related to a problem? Please describe.
On chatgpt when you define a python function, or you import a module, it is then available for subsequent commands.
This opens up a workflow where you build a tool in an early stage and then use it in a later stage, without the need to write the code ... | closed | 2023-11-15T12:14:06Z | 2024-03-18T20:44:00Z | https://github.com/OpenInterpreter/open-interpreter/issues/758 | [
"Needs Verification"
] | nitsanavni | 1 |
jina-ai/clip-as-service | pytorch | 442 | Freeze computer on bert start | **Prerequisites**
> Please fill in by replacing `[ ]` with `[x]`.
* [X] Are you running the latest `bert-as-service`?
* [X] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [X] D... | open | 2019-09-10T15:15:49Z | 2019-09-10T15:15:49Z | https://github.com/jina-ai/clip-as-service/issues/442 | [] | BrStefan | 0 |
chatopera/Synonyms | nlp | 8 | How to add one couple of similar terms? | 如果 是想增加一对近义词,应该怎么操作?把这对近义词提交给你?或者 是否可以开放相关添加近义词的接口? | closed | 2017-10-31T06:49:39Z | 2020-10-27T01:10:54Z | https://github.com/chatopera/Synonyms/issues/8 | [] | gaochao19860203 | 3 |
Nemo2011/bilibili-api | api | 683 | [接口更新] 用户粉丝列表 | 直接在网页端看的,好像变成下面这个了
https://api.bilibili.com/x/relation/fans?vmid=558830935&pn=1&ps=20&order=desc&order_type=attention&gaia_source=main_web&web_location=333.999&w_rid=979083501aa5d56dd18b8aec1571bc33&wts=
库里的是 https://api.bilibili.com/x/relation/followers | open | 2024-02-16T03:13:21Z | 2024-03-01T09:01:38Z | https://github.com/Nemo2011/bilibili-api/issues/683 | [
"need update"
] | z0z0r4 | 4 |
tflearn/tflearn | tensorflow | 1,111 | Getting Training Info as values | Hello,
I'm currently working on a model, and training it takes quite a lot of time. I would like to have a system so that, when the model reaches a milestone in training accuracy, that it sends me an SMS message. To do this, I need the training data as values in python, which I can then pass on to another function. ... | open | 2019-01-05T22:06:42Z | 2019-01-05T22:07:29Z | https://github.com/tflearn/tflearn/issues/1111 | [] | SinclairHudson | 0 |
deepinsight/insightface | pytorch | 2,315 | inswapper_128.onnx in the wild - please verify the hashsums? | Regardless if you guys have pulled the model for any which reason, it's probably best to verify the hashes below so that people don't download anything malicious?
Below is the version I discovered, matching another copy in the wild.
```
sha256sum inswapper_128.onnx
e4a3f08c753cb72d04e10aa0f7dbe3deeb... | closed | 2023-05-30T00:54:16Z | 2024-09-19T01:34:19Z | https://github.com/deepinsight/insightface/issues/2315 | [] | chrisbward | 21 |
pyppeteer/pyppeteer | automation | 456 | getProperty() and getProperties() | i use getProperties() to check all properties of element, but it returned empty dictionary. However, when i use getProperty('href'), it returned element url. Why will it happened? Doesn't getProperties returned ALL properties? | open | 2023-11-29T03:18:38Z | 2023-11-29T03:18:38Z | https://github.com/pyppeteer/pyppeteer/issues/456 | [] | jamessu1201 | 0 |
PablocFonseca/streamlit-aggrid | streamlit | 184 | reload_data cannot be set back to False if it has been set to True once | I normally have `reload_data=False` so that I can make multiple selections. That works fine.
However, if at some point I need to update the data, I will "run the streamlit page" **once** with `reload_data=True` .
After that, even if I use `reload_data=False`, aggrid will reload the data after each selection and I... | closed | 2023-01-29T16:49:48Z | 2024-04-04T17:54:39Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/184 | [] | fplanque | 0 |
proplot-dev/proplot | matplotlib | 103 | Support rendering of `cftime` time axes | `proplot` doesn't seem to know how to handle `cftime` too well, which is increasingly more common in `xarray` now and can handle various climate model calendars, making it pretty useful.
It looks like the auto-generated datetime axis fails and tries to fill in every single time step:
```python
import numpy as np... | closed | 2020-01-08T20:36:36Z | 2020-02-11T01:54:45Z | https://github.com/proplot-dev/proplot/issues/103 | [
"bug",
"feature"
] | bradyrx | 6 |
ccxt/ccxt | api | 25,013 | Contribute : docker issue | ### Operating System
windows
### Programming Languages
JavaScript
### CCXT Version
last
### Description
Hi,
I'm looking to contribute and so I'm try to start the docker image:
> docker-compose run --rm ccxt
But I got the following error:
```
time="2025-01-23T10:32:52+01:00" level=warning msg="C:\\development... | closed | 2025-01-23T09:37:16Z | 2025-01-23T15:12:07Z | https://github.com/ccxt/ccxt/issues/25013 | [] | vd3d | 2 |
serengil/deepface | machine-learning | 453 | how to draw confidence & detected person name in find function? | using stream function i can see person with detected face,probablity,
but i want to do same thing for single image using deepface.find function.
its possible to draw bbox & confidence ,name on image? | closed | 2022-04-11T07:23:23Z | 2022-04-12T20:29:15Z | https://github.com/serengil/deepface/issues/453 | [
"question"
] | akashAD98 | 1 |
plotly/dash | dash | 2,853 | [BUG] Cannot get Dev Tools to work inside of ASGI / FastAPI application | Assume the following minimal example of a Dash dashboard embedded / mounted inside of a FastAPI app:
```python
from fastapi import FastAPI
from dash import Dash
from a2wsgi import WSGIMiddleware
import dash_html_components as html
# Instantiate the Dash app
dash_dashboard = Dash(name=__name__, requests_pathn... | closed | 2024-05-08T08:05:19Z | 2024-05-09T13:00:09Z | https://github.com/plotly/dash/issues/2853 | [] | mstaal | 4 |
strawberry-graphql/strawberry | fastapi | 2,828 | Allow codegen to process multiple queries | <!--- Provide a general summary of the changes you want 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. -->
## Feature Request Type
- [ ] Cor... | closed | 2023-06-08T14:56:07Z | 2025-03-20T15:56:12Z | https://github.com/strawberry-graphql/strawberry/issues/2828 | [] | mgilson | 2 |
wger-project/wger | django | 1,715 | remove "only log calories" toggle from nutritional plan | it does more harm than good.
we had a discussion about this on discord:
https://discord.com/channels/754275926921052230/1248212076850319402 | open | 2024-07-04T17:25:41Z | 2024-09-30T18:04:59Z | https://github.com/wger-project/wger/issues/1715 | [] | Dieterbe | 2 |
christabor/flask_jsondash | plotly | 69 | Google maps integration | open | 2016-11-18T03:42:09Z | 2017-06-20T19:53:58Z | https://github.com/christabor/flask_jsondash/issues/69 | [
"new chart"
] | christabor | 0 | |
matterport/Mask_RCNN | tensorflow | 2,767 | Transfer learning on trained model | Hi,
I have a question about the retraining model.
I've trained the model with 2 classes using Imagenet pre-trained weights it's working perfectly fine. but, now I need to add a new class to that trained model without using the previous 2 class dataset. can someone please guide me through this?
| open | 2022-01-29T15:36:58Z | 2022-02-01T02:28:10Z | https://github.com/matterport/Mask_RCNN/issues/2767 | [] | Storm112112 | 1 |
litestar-org/polyfactory | pydantic | 38 | The flag allow_population_by_field_name is not recognized | I have two models `User`, `Review` and their `ModelFactory`s.
```python
from pydantic import BaseModel, Field
from pydantic_factories import ModelFactory
class User(BaseModel):
login: str
class Review(BaseModel):
body: str
author: User = Field(alias="user")
class Config:
... | closed | 2022-05-03T05:20:30Z | 2022-05-20T21:10:46Z | https://github.com/litestar-org/polyfactory/issues/38 | [
"enhancement",
"help wanted",
"good first issue"
] | islam-aymann | 14 |
ultralytics/yolov5 | deep-learning | 12,996 | The accuracy of the .pt model will decrease after being converted to .engine model. | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
The results obtained by my inference using the .pt model and the .engine model are different.
### Environment
_No response_
... | closed | 2024-05-10T06:09:07Z | 2024-07-01T00:26:31Z | https://github.com/ultralytics/yolov5/issues/12996 | [
"bug",
"Stale"
] | arkerman | 6 |
allenai/allennlp | data-science | 4,973 | `allennlp predict` is broken for multitask models | See https://stackoverflow.com/questions/66156046/allennlp-2-0-using-allennlp-predict-with-multitaskdatasetreader-leads-to-runt. | closed | 2021-02-12T00:54:36Z | 2021-02-24T03:15:32Z | https://github.com/allenai/allennlp/issues/4973 | [
"bug"
] | dirkgr | 0 |
0b01001001/spectree | pydantic | 285 | Falcon: before in validate decorator not working? | I am using spectree with falcon and I am trying to deactivate the validator_error 422.
I created a function:
def before_handler(req, resp, err, _):
if req.media is None:
resp.headers["x-error"] = "None is not possible"
if err:
resp.headers["x-error"] = "other error"
and incorporated... | closed | 2023-01-06T11:05:47Z | 2023-01-06T11:41:38Z | https://github.com/0b01001001/spectree/issues/285 | [] | Aleja2911 | 0 |
serengil/deepface | deep-learning | 776 | Possible to Train Find on Multiple Photos? | Hi,
Lets say I have 100 photos of 1 person. Would it be possible to use all that information to get better results when finding that person's face in a pool of photos? It seems like .find only uses one image, but I'd like to provide more context to the network so it can be more accurate.
Can I use this library to... | closed | 2023-06-12T05:11:16Z | 2023-06-12T07:55:48Z | https://github.com/serengil/deepface/issues/776 | [
"question"
] | Watson-John | 1 |
jackmpcollins/magentic | pydantic | 55 | Capability to debug model input/output | I haven't found an easy way within the library to log messages sent to/from the model. When debugging prompts and trying to ensure the model's response properly serializes to a Pydantic model, having this level of logging available would be very helpful. | closed | 2023-11-07T03:19:30Z | 2024-07-15T07:08:50Z | https://github.com/jackmpcollins/magentic/issues/55 | [] | weaversam8 | 3 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 768 | Error training in Spanish | Hello, I am trying to train in Spanish, I don't know how to solve this error.
Windows 10, rtx 3090. use a dataset to LibriTTS, modify to spanish syntetize-utils-simbol, and in hparams.py I changed it to basic_cleaners
The first step he did well I think, he did not make any mistakes.

It seems "Easyinstall" cannot access a certain set of files, so it automatically terminates. It suggested I contact the package creator.
-Phil | open | 2020-01-16T14:42:14Z | 2020-01-16T14:42:14Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/75 | [] | Crossfire234 | 0 |
piskvorky/gensim | data-science | 3,210 | Doc2Vec.load didn't work with xxx.dv.vectors.npy | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2021-08-03T12:10:44Z | 2021-08-03T12:14:07Z | https://github.com/piskvorky/gensim/issues/3210 | [] | jexterliangsufe | 1 |
httpie/cli | python | 1,511 | decompress compressed data |
---
## Enhancement request
decompress compressed data (not just gzip)
---
## checklist
- [ ] decompress gzip(use zcat)
- [ ] decompreess xz
- [ ] decompress some other formats i forgot
| open | 2023-05-28T20:26:08Z | 2023-06-22T19:23:14Z | https://github.com/httpie/cli/issues/1511 | [
"enhancement",
"new"
] | Cuteistfox | 10 |
ultralytics/ultralytics | pytorch | 19,527 | About the txt saved | ### 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 setting save_txt=True , the results of the segmentation model sometimes... | closed | 2025-03-05T06:09:54Z | 2025-03-05T17:20:24Z | https://github.com/ultralytics/ultralytics/issues/19527 | [
"question",
"fixed",
"segment"
] | Henry0528 | 4 |
errbotio/errbot | automation | 956 | Slack backend is broken with python slackclient >= 1.0.5 | ### I am...
* [X] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version: 4.3.6
* OS version: debian jessie
* Python version: 3.6
* Using a virtual environment: ye... | closed | 2017-01-31T17:15:13Z | 2017-02-06T20:26:49Z | https://github.com/errbotio/errbot/issues/956 | [] | vdemonchy | 1 |
JoeanAmier/TikTokDownloader | api | 409 | [功能异常] 帧率降低有方法改善吗 | **问题描述**
直接在抖音下载帧率是60 但是程序下载的帧率都是30 .分辨率正常。
https://www.douyin.com/user/MS4wLjABAAAAiSgykHfI-xI9SmFjHpbDyYeQaD8zwkDPFdq0KgYaFPvBBfsI-dKZRG9UWYrnTugc 随便丢个链接
是抖音自己下载的会好一点吗
| open | 2025-02-26T14:31:09Z | 2025-02-26T14:53:43Z | https://github.com/JoeanAmier/TikTokDownloader/issues/409 | [] | AIEOV | 1 |
apify/crawlee-python | automation | 547 | Add `always_enqueue` option to `Request` for bypassing deduplication | - Add an `always_enqueue` option (or use a better name for it, but avoid negative terms) as an input parameter to the `Request.from_url` constructor.
- This will allow users to easily opt out of the request deduplication process.
- Implement the option as a convenient wrapper that generates a random `unique_key`, ... | closed | 2024-09-27T17:36:34Z | 2024-10-31T10:47:43Z | https://github.com/apify/crawlee-python/issues/547 | [
"enhancement",
"t-tooling",
"hacktoberfest"
] | vdusek | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.