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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
scrapy/scrapy | web-scraping | 6,271 | Add an extra-deps job for pypy | After https://github.com/scrapy/scrapy/pull/6269 pypy gets brotlicffi support. However, it currently runs in all pypy jobs in CI. It would be best to have a separate CI job for pypy+extra-deps, same as we have with have for other scenarios, so that we know that Scrapy works well in pypy without installing brotlicffi or... | closed | 2024-03-06T13:24:33Z | 2025-01-23T08:22:19Z | https://github.com/scrapy/scrapy/issues/6271 | [
"CI",
"cleanup"
] | Gallaecio | 0 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,466 | Passwords containing special Danish letters making passwords for recovery key impossible to retreive | ### What version of GlobaLeaks are you using?
4.11.5
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
We have a Danish admin user, who have created a password containing the Danish letter "Å". The password works for... | closed | 2023-06-01T06:49:09Z | 2023-12-13T18:51:57Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3466 | [
"T: Bug",
"C: Backend"
] | schris-dk | 40 |
ultralytics/yolov5 | pytorch | 12,453 | when the epoch increased to a certain value, the loss increased rapidly | ### 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
When training the Yolov5 detection model, there was a strange problem, when the epoch inc... | closed | 2023-12-01T09:11:33Z | 2024-10-20T19:33:05Z | https://github.com/ultralytics/yolov5/issues/12453 | [
"question"
] | C-hongfei | 4 |
home-assistant/core | asyncio | 141,243 | tuya integration, the double digital meter device | ### The problem
The

, shows everything working in the smart life application, but the integration says "This device has no objects." Is it possible to add objects of this device to the tuya integration?
### What version of Ho... | closed | 2025-03-23T20:05:05Z | 2025-03-23T21:01:33Z | https://github.com/home-assistant/core/issues/141243 | [
"integration: tuya",
"feature-request"
] | sergt1978 | 2 |
Esri/arcgis-python-api | jupyter | 1,710 | Help Installing Neural Network Package | I tried to install a neural network for generating images, but when installing such an error comes out, what is the problem?

.init(**kwargs) causing workers, use_multiprocessing, and max_queue_size parameters to be ignored." | I'm encountering this warning when using `ImageDataGenerator.flow_from_dataframe`:
```
/usr/local/lib/python3.11/dist-packages/keras/src/trainers/data_adapters/py_dataset_adapter.py:121: UserWarning: Your `PyDataset` class should call `super().__init__(**kwargs)` in its constructor. `**kwargs` can include `workers`, `... | open | 2025-03-19T16:44:36Z | 2025-03-19T17:00:50Z | https://github.com/keras-team/keras/issues/21068 | [
"type:Bug"
] | slspencer | 0 |
Lightning-AI/pytorch-lightning | pytorch | 20,173 | loss spikes in validation step when the model has multiple losses applied | ### Bug description
I have a model that has multiple losses applied. see the code following:
```
# [B, H, W, 128]
x_bin_feature=F.softmax(x_bin_pred, dim=3)
# [B, H, W, 128]
y_bin_feature=F.softmax(y_bin_pred, dim=3)
# [B, H, W, 128]
z_bin_feature=F.softmax(z_bin_... | open | 2024-08-06T23:54:14Z | 2024-08-07T15:09:55Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20173 | [
"question"
] | RainRoboforce | 1 |
mljar/mljar-supervised | scikit-learn | 615 | improving versions of numba | The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-... | closed | 2023-05-05T07:22:54Z | 2023-06-26T11:17:27Z | https://github.com/mljar/mljar-supervised/issues/615 | [] | adrianblazeusz | 1 |
graphql-python/graphene | graphql | 714 | Ability to have one class per query instead of one method per query | ```
[x] Feature request
[x] Or - Docs request
```
```
graphene==2.1.0
```
Is it possible to have a similar pattern for queries, similar to mutation.
This is to avoid long classes with multiple resolvers.
It would be great if this would be possible.
```python
# mutation -- working example
class JwtRefr... | closed | 2018-04-16T04:07:53Z | 2019-08-05T22:17:38Z | https://github.com/graphql-python/graphene/issues/714 | [
"wontfix"
] | un33k | 8 |
koxudaxi/datamodel-code-generator | pydantic | 1,904 | How to change endpoints naming template? | I run the comand:
```
datamodel-codegen --url http://localhost:8000/openapi.json --output src/server/models/language_server_rpc.py --openapi-scopes schemas paths tags parameters --output-model-type pydantic.BaseModel
```
And endpoint params are named like this: `ApiV2WorkspacesWorkspaceIdMapDependenciesPostResp... | open | 2024-04-07T17:27:43Z | 2024-04-07T17:27:43Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1904 | [] | funnydman | 0 |
explosion/spacy-streamlit | streamlit | 17 | valueError E030 sentence boundaries unset | I am following the guidance on the spacy website using the following code, but i get the error below the code:
```
models = ["modelout\model-best"]
default_text = "this sentence is a test"
spacy_streamlit.visualize(models, default_text)
```
ValueError: [E030] Sentence boundaries unset. You can add the 'senten... | closed | 2021-04-10T19:33:51Z | 2021-04-10T19:44:26Z | https://github.com/explosion/spacy-streamlit/issues/17 | [] | natescrape | 1 |
huggingface/datasets | tensorflow | 7,276 | Accessing audio dataset value throws Format not recognised error | ### Describe the bug
Accessing audio dataset value throws `Format not recognised error`
### Steps to reproduce the bug
**code:**
```py
from datasets import load_dataset
dataset = load_dataset("fawazahmed0/bug-audio")
for data in dataset["train"]:
print(data)
```
**output:**
```bash
(mypy) ... | open | 2024-11-04T05:59:13Z | 2024-11-09T18:51:52Z | https://github.com/huggingface/datasets/issues/7276 | [] | fawazahmed0 | 3 |
onnx/onnxmltools | scikit-learn | 332 | Invalid model ONNX v4 and v5 | I trained the following model in Keras:
```python
model = Sequential([
InputLayer(input_shape=[3,image_height,image_width]),
Conv2D(filters=32, kernel_size=5, strides=1, padding='same'),
BatchNormalization(),
Activation('relu'),
MaxPool2D(pool_size=8, padding='same'),
Conv2D(filters=48... | closed | 2019-08-17T09:05:45Z | 2019-08-26T22:43:42Z | https://github.com/onnx/onnxmltools/issues/332 | [] | christian-vorhemus | 2 |
whitphx/streamlit-webrtc | streamlit | 1,618 | Why error : AttributeError: 'NoneType' object has no attribute 'call_exception_handler' | You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.1.3:8501
Exception in callback Transaction.__retry()
handle: <TimerHandle when=1014459.718 Transaction.__retry()>
Traceback (most recent call last):
File "C:\Users\*****\miniconda3\envs\con... | closed | 2024-05-13T11:40:56Z | 2024-11-15T12:40:32Z | https://github.com/whitphx/streamlit-webrtc/issues/1618 | [] | Yudhass | 12 |
gradio-app/gradio | python | 10,034 | Support examples for gr.Gallery | ### Describe the bug
Hi Gradio Development Team,
I suspect there may be an issue with the `Examples` mechanism when using the `gr.Gallery` component. The same `Examples` implementation works perfectly with the `gr.Image` component. Here's a detailed explanation of the issue:
Recently, I updated my Gradio app... | open | 2024-11-25T08:33:59Z | 2024-12-01T06:03:16Z | https://github.com/gradio-app/gradio/issues/10034 | [
"bug",
"enhancement"
] | avan06 | 2 |
healthchecks/healthchecks | django | 1,120 | Custom Email Alerts | Any chance of being able to customise the email alerts in the UI?
We'd like to dynamically format the alert messages per project | closed | 2025-01-30T03:36:12Z | 2025-02-14T12:55:16Z | https://github.com/healthchecks/healthchecks/issues/1120 | [] | comnam90 | 1 |
huggingface/datasets | pytorch | 6,545 | `image` column not automatically inferred if image dataset only contains 1 image | ### Describe the bug
By default, the standard Image Dataset maps out `file_name` to `image` when loading an Image Dataset.
However, if the dataset contains only 1 image, this does not take place
### Steps to reproduce the bug
Input
(dataset with one image `multimodalart/repro_1_image`)
```py
from data... | closed | 2023-12-30T16:17:29Z | 2024-01-09T13:06:31Z | https://github.com/huggingface/datasets/issues/6545 | [] | apolinario | 0 |
gee-community/geemap | jupyter | 1,190 | geemap.ee_vector_style() bug | I had an error with geemap.ee_vector_style().
It does seem that
```
12770 if isinstance(color, str):
12771 color = [color] * size
```
should be assigned before calling the error:
```
12767 if size != len(color):
12768 raise ValueError("labels and color must be the same length.")
```
Cheers,
D... | closed | 2022-08-09T05:02:36Z | 2022-08-09T12:52:45Z | https://github.com/gee-community/geemap/issues/1190 | [
"bug"
] | Daniel-Trung-Nguyen | 2 |
huggingface/transformers | deep-learning | 36,294 | multi_modality error | ### System Info
traceback (most recent call last):
File "/home/ashim/miniconda3/envs/captioning/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1092, in from_pretrained
config_class = CONFIG_MAPPING[config_dict["model_type"]]
File "/home/ashim/miniconda3/envs/captioning/lib/p... | closed | 2025-02-20T05:17:23Z | 2025-02-20T16:26:14Z | https://github.com/huggingface/transformers/issues/36294 | [
"bug"
] | ashimdahal | 3 |
pydata/xarray | pandas | 9,665 | open_datatree(group='some_subgroup') returning parent nodes | ### What is your issue?
@aladinor Noticed this during a demo a few meetings back but I don't think we followed up on this.
If you have a `DataTree` of this shape.
```
<xarray.DataTree>
Group: /
│ Dimensions: (lat: 1, lon: 2)
│ Dimensions without coordinates: lat, lon
│ Data variables:
│ ro... | closed | 2024-10-23T17:33:20Z | 2024-10-24T21:00:35Z | https://github.com/pydata/xarray/issues/9665 | [
"bug",
"topic-backends",
"topic-DataTree"
] | eni-awowale | 5 |
ultralytics/ultralytics | pytorch | 19,389 | How to disable auto augument option in training yolov11 classification 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
hello!
Among the automatic data augmentation options, **centercrop** is appl... | closed | 2025-02-24T02:20:06Z | 2025-03-06T15:13:48Z | https://github.com/ultralytics/ultralytics/issues/19389 | [
"question",
"classify"
] | jyrainer | 12 |
pinry/pinry | django | 380 | Project Fork? | Has anyone forked this project? This is one my favorite self hosted apps, but I'm assuming it's dead. It'd be awesome to see it live on though. | open | 2024-04-13T14:18:37Z | 2024-12-03T16:29:07Z | https://github.com/pinry/pinry/issues/380 | [] | beboprocky | 10 |
glumpy/glumpy | numpy | 142 | GL_DEPTH_TEST not functioning | TLDR gl_depth_test is not properly enabled in the gloo-picking example. Would like to see how to make it work :smiley:
I was checking out the gloo-picking example, and realize GL_DEPTH_TEST is actually not working.
This is not easily observable but if you think about it carefully, since you are rotating a point cl... | closed | 2018-02-24T08:44:20Z | 2018-02-25T06:04:48Z | https://github.com/glumpy/glumpy/issues/142 | [] | tobyclh | 8 |
RobertCraigie/prisma-client-py | asyncio | 116 | Feature Parity with the TypeScript Client | - [ ] #10
- [x] #19
- [ ] #25
- [ ] #26
- [ ] #27
- [x] #28
- [ ] #31
- [x] #39
- [x] #42
- [x] #52
- [x] #53
- [x] #54
- [ ] #64
- [ ] #76
- [ ] #103
- [x] #106
- [ ] #107
- [x] #134
- [ ] #314
- [x] #434
- [ ] #676
- [ ] #714
- [x] #719
- [ ] #816
- [x] #994
- [ ] #127 | open | 2021-11-13T10:49:39Z | 2024-08-27T18:27:11Z | https://github.com/RobertCraigie/prisma-client-py/issues/116 | [
"kind/epic",
"level/advanced",
"priority/high"
] | RobertCraigie | 3 |
ionelmc/pytest-benchmark | pytest | 15 | Add benchmark.weave | The `weave` attribute, as a shorthand for the `benchmark_weave` fixture.
| closed | 2015-08-03T22:55:18Z | 2015-08-10T00:32:05Z | https://github.com/ionelmc/pytest-benchmark/issues/15 | [] | ionelmc | 1 |
Miserlou/Zappa | flask | 2,113 | Forbidden message | ## Context
After successfully deploying my Flask application, I am having trouble accessing it. When I make a request using Postman, for example, I receive "Forbidden" as a message.
## Expected Behavior
After finishing the deployment, I received a link for my app and tried accessing the routes I programmed in ... | open | 2020-06-11T05:42:00Z | 2020-11-24T12:22:27Z | https://github.com/Miserlou/Zappa/issues/2113 | [] | pexpert | 8 |
explosion/spaCy | data-science | 11,986 | spaCy 3.4 depends on numpy 1.15.0 which has known vulnerabilities | I ran the [new Google OSV scanner tool](https://github.com/google/osv-scanner) on a local copy of the spaCy repo, and it reports several vulnerabilities in the minimum numpy version:
```shell
➜ ~/go/bin/osv-scanner -r spaCy/
Scanning dir spaCy/
Scanning /home/ilab-user/spaCy/ at commit c9d9d6847f9685c21eeec01f4b... | closed | 2022-12-16T16:07:05Z | 2023-02-09T00:02:12Z | https://github.com/explosion/spaCy/issues/11986 | [
"third-party"
] | dwvisser | 4 |
jschneier/django-storages | django | 822 | Cannot configure CDN for Azure | Hello there!
I want to create a CDN connection to cache data on the azure storage for my website.
For that I want to use a SAS(Shared Access Signature) and not the account key.
The following parameters are being used:
AZURE_ACCOUNT_NAME = <name of the account>
AZURE_TOKEN_CREDENTIAL = <?sv=2020... > # The SAS ... | closed | 2020-01-30T15:47:29Z | 2023-09-04T21:20:10Z | https://github.com/jschneier/django-storages/issues/822 | [] | rhewid | 1 |
ryfeus/lambda-packs | numpy | 52 | Query | Hi. I have deployed your code:
lambda-packs/Selenium_Chromium/
on AWS lambda. It works well!!
But when I edit it to runa new website which contains a user login, it is not working. Can you help? | open | 2021-06-15T09:36:35Z | 2021-06-15T09:36:35Z | https://github.com/ryfeus/lambda-packs/issues/52 | [] | rajatanand86 | 0 |
ultralytics/ultralytics | pytorch | 19,339 | Latest version of OpenCV is not compatible with rtsp cameras | ### 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
Other
### Bug
This is not an `ultralytics` package bug.
This is a `opencv` bug I already reported [here](https://github.c... | open | 2025-02-20T15:45:58Z | 2025-02-21T04:08:43Z | https://github.com/ultralytics/ultralytics/issues/19339 | [
"dependencies",
"detect"
] | hdnh2006 | 2 |
Johnserf-Seed/TikTokDownload | api | 365 | 请问配置文件的cookie格式是什么?[BUG] | 试了半天还是出现错误
UnboundLocalError: local variable 'response' referenced before assignment | open | 2023-03-23T09:14:48Z | 2023-03-27T02:10:38Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/365 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | wangshuaisss | 10 |
deepset-ai/haystack | machine-learning | 8,163 | feat: enhance documentation for DocumentCleaner | **Is your feature request related to a problem? Please describe.**
This PR #8103 adds two new parameters to DocumentCleaner. Hence, the documentation needs to be updated.
**Describe the solution you'd like**
Explanation of new params and order of execution in docs.
| closed | 2024-08-05T10:12:58Z | 2024-08-07T12:10:39Z | https://github.com/deepset-ai/haystack/issues/8163 | [
"P1"
] | Amnah199 | 4 |
slackapi/python-slack-sdk | asyncio | 1,364 | Add retry handler for 500s to WebClient by default | Include custom retry handler for Slack 500s by default similar to how `ConnectionErrorRetryHandler` is included by default in the `WebClient`. I think this would be a good addition because as a developer using the slack sdk I'd expect this to be the default behavior to prevent transient Slack server errors from raising... | closed | 2023-05-04T20:50:11Z | 2023-05-17T04:04:51Z | https://github.com/slackapi/python-slack-sdk/issues/1364 | [
"enhancement",
"web-client",
"Version: 3x",
"good first issue"
] | digitalnomd | 3 |
Miserlou/Zappa | flask | 1,901 | Error when Zappa Deploy | ## Actual Behavior
Traceback (most recent call last):
File "/Users/gimtaegsu/Documents/Django-Zappa/.env/lib/python3.7/site-packages/zappa/core.py", line 924, in upload_to_s3
self.s3_client.head_bucket(Bucket=bucket_name)
File "/Users/gimtaegsu/Documents/Django-Zappa/.env/lib/python3.7/site-packages/botocor... | open | 2019-07-17T09:09:09Z | 2019-07-17T21:39:58Z | https://github.com/Miserlou/Zappa/issues/1901 | [] | taegsu | 1 |
HumanSignal/labelImg | deep-learning | 542 | What if all my test pics are the same size | Hi,
all the files in my testfolder are the same size and I wish to annotate the whole picture for every file.
How can I accomplish this? It feels very tedious to draw the rectangle every time. | open | 2020-01-13T18:10:23Z | 2020-01-13T18:10:23Z | https://github.com/HumanSignal/labelImg/issues/542 | [] | Mikkochu | 0 |
scikit-tda/kepler-mapper | data-visualization | 22 | Add Travis-CI to project. | By integrating CI, Travis will automatically run the test suite before any pull request.
I've added the .travis.yml settings file and tested everything so it works on my fork. From what I can tell, only the owner of the repo can integrate travis into the repo.
@MLWave, when you have a second, could you turn thi... | closed | 2017-11-16T05:25:20Z | 2017-12-20T23:43:37Z | https://github.com/scikit-tda/kepler-mapper/issues/22 | [] | sauln | 14 |
PokeAPI/pokeapi | graphql | 1,036 | Provide PMD Portraits and Sprites | Given Pokemon Conquest Data, and Pokemon Showdown sprites are provided, an additional sprite variant that has no reason to not exist ,given spinoff and inofficial sprites are there, would be to provide PMD portraits.
[PMDCollab/SpriteCollab](https://github.com/PMDCollab/SpriteCollab) is already doing much, but has ... | open | 2024-02-08T07:11:25Z | 2024-02-22T17:38:14Z | https://github.com/PokeAPI/pokeapi/issues/1036 | [] | GreatNovaDragon | 4 |
modelscope/data-juicer | streamlit | 577 | datajuicer是否可以理解成给Ray data提供了多模态数据处理的能力? | ### 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 | 2025-02-16T12:25:01Z | 2025-02-21T08:57:41Z | https://github.com/modelscope/data-juicer/issues/577 | [
"question"
] | nihaoqingtuan | 1 |
coqui-ai/TTS | python | 3,783 | nvm it work fine just dll fixed work fine | nvm | closed | 2024-06-09T14:04:56Z | 2024-06-10T19:27:11Z | https://github.com/coqui-ai/TTS/issues/3783 | [
"feature request"
] | xalteropsx | 0 |
aminalaee/sqladmin | sqlalchemy | 614 | Admin does not detect nullable fields for SQLAlchemy v2 | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
I have nullable fields in models, but when I add new object through admin, it complains and asks to fill all fields.
### Steps to reprod... | closed | 2023-09-07T17:25:03Z | 2023-09-08T09:31:56Z | https://github.com/aminalaee/sqladmin/issues/614 | [] | mmzeynalli | 2 |
nvbn/thefuck | python | 1,036 | Slow rule eval on WSL | The output of `thefuck --version` (something like `The Fuck 3.1 using Python
3.5.0 and Bash 4.4.12(1)-release`):
```sh
% thefuck --version
The Fuck 3.29 using Python 3.8.1 and ZSH 5.4.2
```
Your system (Debian 7, ArchLinux, Windows, etc.):
```sh
% uname -r
4.19.84-microsoft-standard
```
:
async with ClientSession() as client:
response = await client.get('https://docs.python.org/3/')
text = await response.text()
print(text)
loop = asynci... | closed | 2019-06-23T07:13:51Z | 2019-06-23T18:01:03Z | https://github.com/Neoteroi/BlackSheep/issues/14 | [] | dvtan | 1 |
nolar/kopf | asyncio | 252 | [PR] Peerings not found when zalando.org/v1 group is absent | > <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-11-21 12:07:44+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/pull/252
> Merged by [nolar](https://githu... | closed | 2020-08-18T20:01:53Z | 2020-08-23T20:52:46Z | https://github.com/nolar/kopf/issues/252 | [
"bug",
"archive"
] | kopf-archiver[bot] | 0 |
pywinauto/pywinauto | automation | 872 | Restore binding WindowSpecification to Application instead of process | It's broken in branch `atspi` (PR #848).
Unit tests must be written to make sure it will not be broken in the future. | closed | 2020-01-01T17:00:15Z | 2020-05-23T22:00:16Z | https://github.com/pywinauto/pywinauto/issues/872 | [
"bug",
"Priority-Critical",
"refactoring_critical",
"atspi"
] | vasily-v-ryabov | 0 |
plotly/plotly.py | plotly | 5,037 | Bug Report: Template updatemenus and annotations not transferred to figures | **Bug Report: Template updatemenus and annotations not transferred to figures**
**Description**
When defining `updatemenus` and `annotations` in a Plotly template, they are not properly transferred to figures that use the template. While other template properties (like colors, fonts, etc.) are transferred correctly, `... | open | 2025-02-14T10:59:32Z | 2025-02-14T10:59:32Z | https://github.com/plotly/plotly.py/issues/5037 | [] | Boomer91 | 0 |
samuelcolvin/watchfiles | asyncio | 145 | Support `compare_contents` | See [here](https://github.com/notify-rs/notify/blob/480de9dc8f227fc9c7d6561837ad38583efe09d3/src/poll.rs#L56-L62), might be good to give this option in a future release, I'm sure someone will want it.
```rs
/// Optional feature that will evaluate the contents of changed files to determine if
/// they have ... | closed | 2022-05-17T16:10:46Z | 2022-09-11T14:22:47Z | https://github.com/samuelcolvin/watchfiles/issues/145 | [
"enhancement"
] | samuelcolvin | 5 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 648 | Random output generated by synthesizer | Hi, I am trying to train the synthesizer for another language on short dataset of around 20 hours. After 100k steps, the loss is around 0.19 which is not decreasing but oscillating since 20k steps. While using this synthesizer, strangely it is randomly giving some other output different from text provided for synthesis... | closed | 2021-02-03T07:26:02Z | 2021-02-17T20:36:45Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/648 | [] | porsen123 | 3 |
slackapi/bolt-python | fastapi | 980 | conversations.history does not have attachments | (Describe your issue and goal here)
As seen in #978 , conversation.history is supposed to have a 'attachments' property, that will let me know if a file has been uploaded in a message.
I can see attachments property in a parent message if the message is a file uploaded.
```python
{
"ok": True,
"olde... | closed | 2023-11-01T05:11:15Z | 2023-11-02T23:09:53Z | https://github.com/slackapi/bolt-python/issues/980 | [
"question",
"need info"
] | WhyIsItSoHardToPickAUsername | 3 |
Esri/arcgis-python-api | jupyter | 1,569 | Large file uploads to AGOL crash | **Describe the bug**
When using the python module to upload a 100GB Tile Package to AGOL (using a Windows machine with 8GB RAM) after a while the script crashes with `MemoryError`
**To Reproduce**
Run the script
```python
item_properties = {'title': os.path.splitext(os.path.basename(file))[0]}
... | closed | 2023-05-16T07:39:24Z | 2024-05-13T10:23:45Z | https://github.com/Esri/arcgis-python-api/issues/1569 | [
"bug"
] | spiskulaos | 1 |
JaidedAI/EasyOCR | deep-learning | 1,362 | EasyOCR is not giving output and exiting before printing anything and also no error on console!!!! | When i run the code it just exiting halfway there not even giving output, please help me
my system config:
- Python 3.12.8
- windows 10
- i5 3gen
- 8gb ram
- 730 NVidia gpu
- 256 SSD
project structure:

input i... | open | 2025-01-09T16:16:33Z | 2025-02-28T01:42:55Z | https://github.com/JaidedAI/EasyOCR/issues/1362 | [] | Ctmax-ui | 10 |
keras-team/keras | data-science | 20,998 | Unable to see any speedup from multi-GPU training using JAX backend for LSTM / GRU | Using the JAX backend for LSTM / GRU models, I'm unable to see any speed-up when training with 2 Nvidia 3090 vs using a single Nvidia 3090 (using keras-nightly and JAX 0.5.2). The distributed training across 2 GPUs seems to work fine, but it is just not faster and maybe even slower. See attached file for a modified ver... | open | 2025-03-06T21:58:36Z | 2025-03-11T09:02:42Z | https://github.com/keras-team/keras/issues/20998 | [
"backend:jax"
] | larschristensen | 1 |
quantmind/pulsar | asyncio | 245 | Is there a simple interface to Actors | Other actor frameworks make it simple to implement an actor. Either doing an event driven style, or (preferred) a call based style
```
class Greeter(pykka.ThreadingActor):
def __init__(self, greeting='Hi there!'):
super(Greeter, self).__init__()
self.greeting = greeting
def on_receive(self, me... | closed | 2016-09-14T15:01:42Z | 2016-09-15T11:14:33Z | https://github.com/quantmind/pulsar/issues/245 | [
"question"
] | jkbbwr | 1 |
flaskbb/flaskbb | flask | 35 | Pagination error - Is this a issue with Flask-WhooshAlchemy? | Could it be that Flask-WhooshAlchemy overwrites the `query_class`?
I'm not able to use my TopicQuery class anymore.
```
Traceback (most recent call last):
File "/home/USER/.virtualenvs/flaskbb/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__
return self.wsgi_app(environ, start_response)
File "... | closed | 2014-04-14T20:49:18Z | 2018-04-15T07:47:31Z | https://github.com/flaskbb/flaskbb/issues/35 | [
"bug"
] | sh4nks | 4 |
iperov/DeepFaceLab | deep-learning | 5,294 | SAEHD Training - Root Errors | When trying to run the SAEHD training on my GTX 980 I get these code lines
Something about exhausting a resource called OOM
I really don't know what this is about
Anyone knows how to fix it?
Code:
`Running trainer.
[new] No saved models found. Enter a name of a new model :
new
Model first run.
Choo... | closed | 2021-03-23T23:04:40Z | 2021-03-29T15:46:32Z | https://github.com/iperov/DeepFaceLab/issues/5294 | [] | JapaTuts | 0 |
kennethreitz/responder | flask | 373 | Documentation Broken (https://python-responder.org/) | Hi , I am unable to access https://python-responder.org/ for documentation | closed | 2019-07-18T09:25:56Z | 2019-07-18T15:43:56Z | https://github.com/kennethreitz/responder/issues/373 | [] | sandeepbgsk | 1 |
piccolo-orm/piccolo | fastapi | 745 | ForeignKey missing 1 required positional argument `references` | I have written following, but receives following error.
`region = ForeignKey(references=Region, on_delete=OnDelete.no_action, on_update=OnUpdate.no_action)`
Please check it above line is true or not.
I am receiving error on in this line.
The error is as follows:-
```
region = ForeignKey(references=Region, on_d... | open | 2023-01-05T11:41:41Z | 2023-01-05T13:14:19Z | https://github.com/piccolo-orm/piccolo/issues/745 | [] | sumitsharansatsangi | 8 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 103 | RuntimeError: CUDA out of memory. happend in train.py#cal_loss# | there is a memory problem in train.py#cal_loss# with batce_size is 128.
code:one_hot = one_hot * (1 - eps) + (1 - one_hot) * eps / (n_class - 1)
please help me,thanks. | closed | 2019-04-24T05:27:18Z | 2019-12-08T10:20:59Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/103 | [] | huangxianliang | 2 |
httpie/cli | rest-api | 523 | enable quic protocol | Httpie will support [QUIC](https://github.com/google/proto-quic) protocol?
| closed | 2016-09-29T06:59:16Z | 2024-11-28T08:19:51Z | https://github.com/httpie/cli/issues/523 | [] | sunisdown | 5 |
ultralytics/ultralytics | pytorch | 19,648 | can not run tensorrt,bug error: module 'tensorrt' has no attribute '__version__' | ### 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
Install
### Bug
i download the right cuda、cudnn、torch、vision,and the i download the tensorrt 8.5 GA in my windows.
when i ... | closed | 2025-03-11T18:20:51Z | 2025-03-12T07:18:29Z | https://github.com/ultralytics/ultralytics/issues/19648 | [
"dependencies",
"exports"
] | Hitchliff | 4 |
dsdanielpark/Bard-API | api | 81 | IndexError: list index out of range | This was working great for awhile, but it's suddenly not working. Appears to be an issue in the bardapi/core.py file
Traceback (most recent call last):
File "chatbard.py", line 23, in <module>
response = Bard().get_answer(input_text)
File "/usr/local/lib/python3.6/dist-packages/bardapi/core.py", line 1... | closed | 2023-06-28T12:46:20Z | 2024-01-18T15:53:56Z | https://github.com/dsdanielpark/Bard-API/issues/81 | [] | JVTEAM | 16 |
ymcui/Chinese-BERT-wwm | nlp | 2 | 只能在百度的Paddle 平台上玩儿? | closed | 2019-06-20T07:38:32Z | 2019-06-20T11:05:16Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/2 | [] | mokundong | 1 | |
hbldh/bleak | asyncio | 777 | Would you be interested in a FTMS_client as an example? | **Describe the solution you'd like**
discover and server_explorer.py are a good start to create a client and I managed to create an FitnessMachineServer client.
**Describe alternatives you've considered**
If you like, I can create a sample code (removing all application dedicated stuff) for reference.
**Additio... | closed | 2022-03-03T22:06:26Z | 2023-03-20T18:58:21Z | https://github.com/hbldh/bleak/issues/777 | [] | WouterJD | 1 |
dmlc/gluon-cv | computer-vision | 1,653 | Make tutorial on how to train your own actions? | is it possible to have a tutorial on how we can train the model to detect what exercise is being done based on actions that we do and add it to the data?
thank you. | closed | 2021-05-05T06:32:47Z | 2021-05-10T04:18:30Z | https://github.com/dmlc/gluon-cv/issues/1653 | [] | ghost | 6 |
litestar-org/litestar | api | 2,990 | Enhancement: Can't we proceed with class-based DI like SpringBoot? | ### Summary
Can't we proceed with class-based DI like SpringBoot?
If you don't have one, I think it would be a good idea to add a feature.
### Basic Example
```python
class TestController(Controller):
path = "/test"
dependencies = {"test_service": Provide(TestService)}
@get(path="/a")
async... | closed | 2024-01-17T18:09:21Z | 2025-03-20T15:54:20Z | https://github.com/litestar-org/litestar/issues/2990 | [
"Enhancement"
] | sxngt | 5 |
JaidedAI/EasyOCR | machine-learning | 690 | emoji detection using easyocr | Can easyocr be used to detect emojis in images? I looked around and couldn't find if it's supported. | open | 2022-03-21T15:54:36Z | 2024-04-09T04:39:41Z | https://github.com/JaidedAI/EasyOCR/issues/690 | [] | shashi-netra | 1 |
iperov/DeepFaceLab | machine-learning | 5,507 | ... | .. | closed | 2022-04-07T01:40:37Z | 2022-04-07T01:40:51Z | https://github.com/iperov/DeepFaceLab/issues/5507 | [] | Gamuano | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 806 | [Question] Can i use tool from command line? | [Question] Can i use tool from command line?
Eg. tool -voice "VoicesToUsageToSpeach/example.mp3" -test "text to speach" -o /save_file.ogg
Or smoethink like that? Test to speatch in selected voices and maybe emotion voices? | closed | 2021-07-23T00:48:12Z | 2021-08-25T09:08:04Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/806 | [] | SaraDark | 2 |
jpadilla/django-rest-framework-jwt | django | 10 | Multiple APIs and SSO using JWT | This isn't really the right point to ask this, I guess, but I can't figure out where to ask elsewhere. So, sorry if this is slightly OT.
I am wondering how I would use the django-rest-framework-jwt when using it for several APIs? Problem description:
- api1 holds user db, JWT auth endpoint, and some other API calls
-... | closed | 2014-03-01T13:34:18Z | 2014-10-07T01:54:02Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/10 | [] | arnuschky | 6 |
Anjok07/ultimatevocalremovergui | pytorch | 599 | Doesnt Launch | Hello. I was using UVR about a month, and it was all perfect. But, one day, I needed to take GPU out of computer, after that I cant lauch UVR. I reinstalled it, but it didnt help. I only see this window

... | open | 2023-06-05T19:07:07Z | 2023-06-05T19:07:07Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/599 | [] | VoyagerSky | 0 |
geex-arts/django-jet | django | 120 | request.user not exist on admin view | I using django-guardian + django-jet and send Exception because request object dont have context request.user
https://github.com/geex-arts/django-jet/blob/master/jet/utils.py#L183
i think use the test clients code on the upstream code it's not usefull i think the PR #115 can solve it.
| closed | 2016-09-21T17:48:26Z | 2016-09-21T20:37:48Z | https://github.com/geex-arts/django-jet/issues/120 | [] | zodman | 3 |
pytorch/vision | computer-vision | 8,338 | MD5 checksum of download file does not match the one on record | ### 🐛 Describe the bug
```python
# gen_celeba.py
from torch.utils.data import DataLoader
import torchvision as tv
def main(path_to_data: str) -> None:
dataset = tv.datasets.CelebA(root=path_to_data,
split="all",
target_type="attr",... | closed | 2024-03-19T19:31:28Z | 2024-03-19T19:41:26Z | https://github.com/pytorch/vision/issues/8338 | [] | andreasfloros | 1 |
babysor/MockingBird | pytorch | 948 | Model shape mismatch | **Summary[问题简述(一句话)]**
用Pretrain模型(https://yisiou-my.sharepoint.com/:u:/g/personal/lawrence_cheng_fawenyo_onmicrosoft_com/EWFWDHzee-NNg9TWdKckCc4BC7bK2j9cCbOWn0-_tK0nOg?e=n0gGgC),加载模型的时候出现shape mismatch
**Env & To Reproduce[复现与环境]**
模型链接如上
在Mac M1 Pro,环境Python3.9
**Screenshots[截图(如有)]**
```
RuntimeError: E... | closed | 2023-08-19T19:43:49Z | 2023-08-19T21:20:55Z | https://github.com/babysor/MockingBird/issues/948 | [] | firstprayer | 1 |
autogluon/autogluon | scikit-learn | 4,919 | Support image loading from S3 for MultiModelPredictor | ## Description
A clear and concise description of what the feature is.
`MultiModalPredictor` currently requires images to be stored locally for fitting the model. However, due to increasing size of the training data, customers would like to add the ability to load images directly from a cloud service, i.e. S3 bucket,... | open | 2025-02-22T00:57:38Z | 2025-02-24T21:26:20Z | https://github.com/autogluon/autogluon/issues/4919 | [
"enhancement",
"module: multimodal"
] | suzhoum | 1 |
plotly/dash-table | dash | 840 | Bad prop-type definition causing console errors | There's no such thing as https://github.com/plotly/dash-table/blob/dev/src/dash-table/dash/DataTable.js#L999
The proper way of defining this would have been
```
PropTypes.oneOfType([
PropTypes.oneOf([null]),
PropTypes.string,
// ...
`... | closed | 2020-10-19T19:13:17Z | 2020-10-20T15:07:54Z | https://github.com/plotly/dash-table/issues/840 | [
"regression",
"size: 0.5",
"bug"
] | Marc-Andre-Rivet | 0 |
dynaconf/dynaconf | django | 371 | Link from readthedocs to the new websites | Colleagues of mine (not really knowing about dynaconf) were kind of confused when I told them about dynaconf 3.0 and they could just find the docs for 2.2.3 on https://dynaconf.readthedocs.io/
Would it be feasible to add a prominent link pointing to https://www.dynaconf.com/? | closed | 2020-07-14T06:00:23Z | 2020-07-14T21:31:54Z | https://github.com/dynaconf/dynaconf/issues/371 | [
"question"
] | aberres | 0 |
wagtail/wagtail | django | 12,953 | Add Default Tests for Root and Homepage Pages in Wagtail Starter Projects | ### Problem
Currently, Wagtail starter projects generated using wagtail start lack default tests for the fundamental Root and Homepage pages. While Wagtail strongly advocates for comprehensive testing, the absence of these basic tests can present an initial hurdle for new users, particularly those who are new to testi... | open | 2025-03-08T11:49:47Z | 2025-03-15T12:56:32Z | https://github.com/wagtail/wagtail/issues/12953 | [
"type:Enhancement"
] | Kedrigern | 1 |
facebookresearch/fairseq | pytorch | 4,834 | AttributeError: 'dict' object has no attribute '_get_node_flag' | root/abc/venv/lib/python3.8/site-packages/omegaconf/omegaconf.py", line 670, in open_dict
prev_state = config._get_node_flag("struct")
AttributeError: 'dict' object has no attribute '_get_node_flag'
| closed | 2022-10-31T17:53:24Z | 2023-03-21T14:07:29Z | https://github.com/facebookresearch/fairseq/issues/4834 | [
"question",
"needs triage"
] | MLDeep16 | 1 |
faif/python-patterns | python | 90 | Calling business logic on different physical machine | In 3-tier.py the UI class makes a normal call to the business logic class as if they both run on the same machine, rather it must cater for calling business logic that resides on a centralized separate machine. I hope I'm not missing the point.
| closed | 2015-07-09T02:49:14Z | 2015-07-19T02:59:22Z | https://github.com/faif/python-patterns/issues/90 | [] | heshamfm | 2 |
deepspeedai/DeepSpeed | deep-learning | 5,778 | test | test | closed | 2024-07-17T12:01:05Z | 2024-07-17T12:10:25Z | https://github.com/deepspeedai/DeepSpeed/issues/5778 | [
"bug",
"training"
] | qwerfdsadad | 0 |
psf/black | python | 4,408 | Cannot parse nested f-strings if the same quote char is used inside and outside. | **Black https://github.com/psf/black/commit/9c1fd4**
[Playground link](https://black.vercel.app/?version=main&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ACMAF5dAD2IimZxl1N_WlkB94M-fIXjTqeVxKhorS-NcPomlJhymnRzTOyZGaPOuTE-6SaihjFVbcxokbFNOC2pppRZ-kjchpSYZ4t6eufxPQLgrxNI4B-QfBbpivuH7FoSxsAAAAAxdCy8nlhxSgABeo0BAAAAPOkmmLHEZ... | closed | 2024-07-20T21:05:04Z | 2024-07-20T21:08:41Z | https://github.com/psf/black/issues/4408 | [] | maflAT | 2 |
plotly/dash | data-visualization | 3,141 | component typing id as dict and datetime for Date pickers in Dash 3.0rc1 | Hi, I tried to update to dash 3.0rc1, and what I noticed is that some typehints are too strict. What I found:
- `id`s are typed as `typing.Optional[str]`, omitting dict ids
- dates in datepickers are typed as `typing.Optional[str]`, but we use `datetime.date`s without problem, not sure if `date`s working is intended o... | open | 2025-01-29T15:46:02Z | 2025-03-18T13:41:54Z | https://github.com/plotly/dash/issues/3141 | [
"P1",
"dash-3.0"
] | tlauli | 5 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 972 | SQLAlchemy.get_app() should prefer using self.app instead of Flask.current_app | I have a scenario where we are writing multiple flask applications which are being hosted together with a `DispatcherMiddleware`.
The issue I am facing is that if I use a common model between both applications - I get the error:
```python
File "/home/abdealijk/app/app.py", line 29, in second
item = MyModel.qu... | closed | 2021-05-24T12:01:17Z | 2021-06-09T00:06:08Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/972 | [] | AbdealiLoKo | 2 |
huggingface/datasets | pytorch | 6,716 | Non-deterministic `Dataset.builder_name` value | ### Describe the bug
I'm not sure if this is a bug, but `print(ds.builder_name)` in the following code sometimes prints out `rotten_tomatoes` instead of `parquet`:
```python
import datasets
for _ in range(100):
ds = datasets.load_dataset("rotten_tomatoes", split="train")
print(ds.builder_name) # pr... | closed | 2024-03-05T09:23:21Z | 2024-03-19T07:58:14Z | https://github.com/huggingface/datasets/issues/6716 | [] | harupy | 6 |
moshi4/pyCirclize | data-visualization | 33 | Multi-contig gff parsing: Range issue | ### Discussed in https://github.com/moshi4/pyCirclize/discussions/32
<div type='discussions-op-text'>
<sup>Originally posted by **acarafat** August 22, 2023</sup>
I am working with a GFF file that contains multiple contigs, but the `##sequence-region` only shows for the contig 1 in the gff header info.
Curre... | closed | 2023-08-22T19:47:21Z | 2024-05-03T02:35:30Z | https://github.com/moshi4/pyCirclize/issues/33 | [
"bug"
] | acarafat | 5 |
plotly/dash | plotly | 3,064 | [BUG] Cannot extract virtualRowData from an AG Grid table using pattern matching |
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
async-dash 0.1.0a1
dash 2.18.2
dash_ag_grid 31.2.0
dash-bootstrap-components 1.... | closed | 2024-11-07T16:15:18Z | 2024-11-08T15:50:11Z | https://github.com/plotly/dash/issues/3064 | [] | akunihiro | 2 |
ultralytics/yolov5 | pytorch | 13,126 | Train in colab and detect in my computer | ### 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
Hi Glenn , hope you are good. I trying to make my dataset detection better but I h... | closed | 2024-06-24T12:39:11Z | 2024-06-25T00:36:05Z | https://github.com/ultralytics/yolov5/issues/13126 | [
"question"
] | gchinta1 | 3 |
harry0703/MoneyPrinterTurbo | automation | 378 | 顺序播放能否修改 | 我将ppt转变为图片,想要尝试顺序播放,但是播放时反着的。比如生成了10张ppt,播放顺序是10,9,8,7.尝试过修改图片生成时间和图片修改时间均没有成功 | closed | 2024-05-22T20:31:54Z | 2024-05-24T02:36:52Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/378 | [] | yqh1996 | 2 |
gee-community/geemap | jupyter | 1,693 | Cleanup of file types and mode bits | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
This is at b8261776e3274c73d41376ffbf97d73aea4e48a6
Please run the following code on your computer and share the output with us so that we can better debug your issue:
```shell
find . -type f | grep -v ".git/"... | closed | 2023-09-06T17:12:43Z | 2023-09-29T01:29:26Z | https://github.com/gee-community/geemap/issues/1693 | [
"bug"
] | schwehr | 7 |
aiortc/aiortc | asyncio | 913 | Only add media bundle if offer SDP contains any media fields, useful for data only connections | Disclaimer: I'm not a WebRTC expert, in fact I only know the basics to get a simple connection up, event then this bug almost made me quit using this library, this is why I'm reporting it.
In the cases where a data only peer connection needs to be established aiortc responds to an SDP offer with an answer containing... | closed | 2023-08-03T19:06:32Z | 2023-12-16T02:03:59Z | https://github.com/aiortc/aiortc/issues/913 | [
"stale"
] | fakuivan | 1 |
flairNLP/flair | nlp | 2,938 | All predictions are <unk> | I'm running the code from https://medium.com/thecyphy/training-custom-ner-model-using-flair-df1f9ea9c762 for NER on a custom dataset, and I find that no matter how I change the learning rate, every prediction is unk, and the f1-score is 0.0 on every epoch. I'm thinking there must be something wrong with the formatting ... | closed | 2022-09-11T03:02:28Z | 2023-03-30T10:40:49Z | https://github.com/flairNLP/flair/issues/2938 | [
"question",
"wontfix"
] | ModeEric | 4 |
polakowo/vectorbt | data-visualization | 518 | `from_order_func` seems missing some trades, when used with `size_type=SizeType.Value` | I was trying to make a `from_order_func` test, similar to one in the documentation, but slightly closer in structure to what I see in some of my real scenarios:
```python
import unittest
import numpy as np
import pandas as pd
import vectorbt as vbt
from numba import njit
from vectorbt.portfolio import SizeType... | open | 2022-10-26T13:14:51Z | 2024-03-18T01:47:56Z | https://github.com/polakowo/vectorbt/issues/518 | [
"stale"
] | amyodov | 1 |
huggingface/text-generation-inference | nlp | 2,581 | Run Locally instructions don't work | The readme states this:

However, the command does not work:

Please fix the instructions, they are obviously incorrect | closed | 2024-09-27T15:23:14Z | 2024-10-03T22:01:17Z | https://github.com/huggingface/text-generation-inference/issues/2581 | [] | gabriel-peracio | 3 |
ultralytics/yolov5 | machine-learning | 12,976 | resume_evolve BUG!!! | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Evolution
### Bug
` with open(ROOT / opt.resume_evolve, errors="ignore") as f:
evolve_population = yaml.safe_load(f)
... | closed | 2024-04-29T10:46:01Z | 2024-10-20T19:45:08Z | https://github.com/ultralytics/yolov5/issues/12976 | [
"bug"
] | jackttj | 3 |
keras-team/keras | pytorch | 20,070 | Discovered a magic bug in keras, which is caused by incoming data | Here is an example code, where bert4keras3 is my own llm library, which can be installed through pip
```python
import json
config = {
"type_vocab_size": 2,
"use_bias": 0,
"o_bias": 0,
"vocab_size": 64000,
"num_hidden_layers": 1,
"query_head": 32,
"num_attention_heads": 4,
"hid... | closed | 2024-07-31T13:32:40Z | 2024-12-11T16:31:27Z | https://github.com/keras-team/keras/issues/20070 | [
"type:Bug",
"backend:tensorflow",
"backend:jax"
] | pass-lin | 9 |
deepinsight/insightface | pytorch | 2,396 | paddle版示例中余弦相似度负值问题 | paddle版中,提供的人脸识别示例,insightface-master\recognition\arcface_paddle\tools\test_recognition.py,代码中计算余弦相似度,如果是负值,就取绝对值,这个为什么?负值本来是相似度较小,取正不就变成相似度大了吗?困惑
代码

另外,我还想咨询个问题,就是余弦相似度范围是-1到1,如果转为百分比那种呢?归一化不太好,因为归一化会把量级差拉近 | open | 2023-08-04T07:07:48Z | 2023-08-04T10:49:44Z | https://github.com/deepinsight/insightface/issues/2396 | [] | truthsun22 | 1 |
dbfixtures/pytest-postgresql | pytest | 403 | Flask factory testing | ### What action do you want to perform
Run my tests developed in flask + pytest using pytest-postgresql.
Follow [flask factory conventions](https://flask.palletsprojects.com/en/1.1.x/tutorial/factory/?highlight=config#the-application-factory).
Use the [slqalchemy](https://flask-sqlalchemy.palletsprojects.com/en/2.x/... | closed | 2021-04-19T12:37:38Z | 2021-04-21T15:14:34Z | https://github.com/dbfixtures/pytest-postgresql/issues/403 | [] | BorjaEst | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.