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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
recommenders-team/recommenders | deep-learning | 1,557 | [Help Wanted] LightFM Example Notebook | ### Description
LightFM. When at prediction point the model.predict brings a problematic error which I cannot resolve. Have spent hours doing trial-and-error but cannot understand what the issue is.
### In which platform does it happen?
Jupyter Notebook
Python 3.7
### How do we replicate the issue?
Run exam... | closed | 2021-10-26T15:29:38Z | 2021-11-01T09:37:04Z | https://github.com/recommenders-team/recommenders/issues/1557 | [
"bug"
] | drodri321 | 2 |
nvbn/thefuck | python | 797 | fuck:history: bad option: -s | The output of `thefuck --version` (something like `The Fuck 3.1 using Python 3.5.0`):
The Fuck 3.25 using Python 3.6.4
Your shell and its version (`bash`, `zsh`, *Windows PowerShell*, etc.):
zsh 5.3 (x86_64-apple-darwin17.0)
Your system (Debian 7, ArchLinux, Windows, etc.):
macOS 10.13.3
H... | closed | 2018-03-27T23:25:00Z | 2018-09-26T14:04:28Z | https://github.com/nvbn/thefuck/issues/797 | [
"duplicate",
"obsolete"
] | fluxsauce | 6 |
tensorflow/tensor2tensor | deep-learning | 1,562 | [bug] ValueError in t2t-decoder during text_cnn model initialization for Text2Class problem | ### Description
I have trained a `text_cnn` model on a custom `Text2Class` problem without any issues using `t2t-trainer` (I've also continued training with `t2t-trainer` by restoring from a checkpoint without any issues), but when I use `t2t-decoder` I get the `ValueError` below.
I have not had any issues in tr... | open | 2019-04-28T20:03:59Z | 2019-09-27T07:48:20Z | https://github.com/tensorflow/tensor2tensor/issues/1562 | [] | bnjmacdonald | 2 |
wagtail/wagtail | django | 12,294 | Report for (search) query hits | ### Is your proposal related to a problem?
In order to gain insight into the popular search teams as a content editor and/or marketeer I want to view a report.
Currently the only way is to view this by registering a (django) ModelAdmin config or use the popup via search promotions.
### Describe the solution yo... | closed | 2024-09-09T12:13:35Z | 2024-11-21T18:39:33Z | https://github.com/wagtail/wagtail/issues/12294 | [
"type:Enhancement",
"component:Search",
"component:Reporting"
] | robmoorman | 4 |
deepset-ai/haystack | machine-learning | 8,181 | `_split_overlap` in `meta` is incompatible with some Document Stores | **Problem**
The nested format we chose for metadata about splitting is problematic for some DBs.
Starting from 2.3.0 we are automatically populating `meta` with `_split_overlap` when using the `DocumentSplitter`.
`_split_overlap` is a `List[dict]`, unsupported by some DBs: for example, Chroma and Pinecone.
Relate... | closed | 2024-08-09T09:52:12Z | 2024-08-21T09:34:17Z | https://github.com/deepset-ai/haystack/issues/8181 | [
"P2"
] | anakin87 | 0 |
davidsandberg/facenet | tensorflow | 1,190 | Poor Performance for dark complexion faces | I Am Trying to build a face verification system, and my target dataset is of african people images. But not getting any promising results using the base model. Two potential reasons for that could be:
1. Embeddings getting generated from id card images are not good(because of poor image quality maybe)
2. Since th... | open | 2021-01-07T08:00:03Z | 2021-01-18T18:52:37Z | https://github.com/davidsandberg/facenet/issues/1190 | [] | srijan14 | 0 |
pydantic/logfire | pydantic | 403 | Export data to third-party tool | ### Question
Does Logfire implement any API to systematically export data to third-party tools such as Grafana or Cloud Logging? | closed | 2024-08-28T08:29:10Z | 2024-12-23T21:20:46Z | https://github.com/pydantic/logfire/issues/403 | [
"Question"
] | alessandrofacchin | 8 |
yt-dlp/yt-dlp | python | 12,709 | Wrong MPD Parsing | ### Checklist
- [ ] I'm reporting a bug unrelated to a specific site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766), [the FAQ](https://gith... | open | 2025-03-23T15:40:31Z | 2025-03-24T03:32:51Z | https://github.com/yt-dlp/yt-dlp/issues/12709 | [
"bug",
"triage"
] | devenu85 | 4 |
mithi/hexapod-robot-simulator | dash | 11 | Twisting about z axis does not account for all cases | If all feet are on the ground,
and only one of the legs (coxia) pivot, how should the hexapod react? | closed | 2020-02-19T18:02:57Z | 2020-04-13T21:56:39Z | https://github.com/mithi/hexapod-robot-simulator/issues/11 | [
"bug"
] | mithi | 2 |
AirtestProject/Airtest | automation | 519 | 建议可以控制录制视频时的比特率值以压缩录制视频的大小 | 如修改
\airtest\cli\runner.py下
AirtestCase.setUp(self):
____________________________________
def setUp(self):
if self.args.log and self.args.recording:
for dev in G.DEVICE_LIST:
try:
dev.start_recording(bit_rate=ST.bit)
except:
... | open | 2019-09-05T03:59:01Z | 2019-09-05T06:19:06Z | https://github.com/AirtestProject/Airtest/issues/519 | [
"enhancement"
] | 3638836363 | 0 |
numpy/numpy | numpy | 28,166 | DOC: suggestion, beware of `np.gradient( edge_order=2 )` | ### Issue with current documentation:
_No response_
### Idea or request for content:
A suggestion, add a warning under the notes for `np.gradient` along the lines
> Beware of `np.gradient( edge_order=2 )`; it can overshoot on noisy data, or on non-uniformly-spaced grids.
For example, say you bike up a steep hill, ... | closed | 2025-01-16T15:08:49Z | 2025-01-26T17:33:25Z | https://github.com/numpy/numpy/issues/28166 | [
"04 - Documentation"
] | denis-bz | 6 |
tfranzel/drf-spectacular | rest-api | 862 | RFC: Planning on removing schema support from django-filter. | Hiya 👋
I want to deprecate the schema generation in the next version of django-filter, rather pointing folks directly to drf-spectacular.
https://drf-spectacular.readthedocs.io/en/latest/drf_spectacular.html#module-drf_spectacular.contrib.django_filters
I thought DRF was already pointing this way but I gues... | closed | 2022-11-17T15:26:14Z | 2023-04-30T10:09:31Z | https://github.com/tfranzel/drf-spectacular/issues/862 | [] | carltongibson | 3 |
labmlai/annotated_deep_learning_paper_implementations | pytorch | 128 | 致谢+建议 | 您好,首先感谢您这份非常有价值的工作,个人有两点小建议:
①经典模块代码注释时,可否提供中文注释?这样对外语不好的国人来说会更加友好。
②paper文件夹中建议命名为该文章的模型名字或代表名称,可以更利于读者查阅呢。
再次对您的贡献表示感谢! | closed | 2022-06-16T12:19:40Z | 2022-09-15T09:28:55Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/128 | [
"enhancement"
] | ZZY-666 | 2 |
scrapy/scrapy | python | 6,490 | Python scrapy playwright getting error ValueError: Page.evaluate: The future belongs to a different loop | here is full error logs
```
line 514, in wrap_api_call
raise rewrite_error(error, f"{parsed_st['apiName']}: {error}") from None
ValueError: Page.evaluate: The future belongs to a different loop than the one specified as the loop argument
```
I am trying to click on submit button after get captcha response f... | closed | 2024-10-11T00:19:51Z | 2024-10-11T06:11:35Z | https://github.com/scrapy/scrapy/issues/6490 | [] | MDFARHYN | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 381 | OpenSource and Legal work of cloning | Hi, I have two questions. I don't quite understand what the open source license of the project really means. I also wonder what you mean by "we cannot allow you to clone the voice of someone else without a bit of legal work". Thanks for replies. @CorentinJ | closed | 2020-06-26T17:32:18Z | 2020-06-26T21:49:10Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/381 | [] | Antoinemartl | 3 |
deeppavlov/DeepPavlov | nlp | 1,163 | Import deeppavlov in notebook problem | Hi everyone,
I have created a virtuel environment and installed in it deeppavlov
aio-pika==6.4.1
aiormq==3.2.1
certifi==2019.11.28
cffi==1.14.0
chardet==3.0.4
click==7.1.1
cryptography==2.8
Cython==0.29.14
DAWG-Python==0.7.2
deeppavlov==0.8.0
docopt==0.6.2
fastapi==0.47.1
fuzzywuzzy==0.17.0
h11==0.9.0
... | closed | 2020-03-30T07:54:29Z | 2020-05-13T09:02:20Z | https://github.com/deeppavlov/DeepPavlov/issues/1163 | [] | anoukbnd | 1 |
jupyter-book/jupyter-book | jupyter | 1,497 | ENH: Improve readability of LaTeX (tex) for author customization | ### Description / Summary
The current `latex`/`pdflatex` functionality of `jupyter-book` enables building `pdf` files via LaTeX compilation for books. However some authors would like to have more control over the LaTeX process and it would be helpful to have a more readable intermediate `tex` file.
### Value / bene... | open | 2021-10-11T22:59:11Z | 2021-10-11T22:59:11Z | https://github.com/jupyter-book/jupyter-book/issues/1497 | [
"enhancement"
] | mmcky | 0 |
mljar/mercury | data-visualization | 313 | Update select choices on the fly | Hello,
how can I update the choices of a select input widget on the fly after the user click on a button?
select reference: https://runmercury.com/docs/input-widgets/select/ | closed | 2023-06-08T12:18:27Z | 2023-06-09T10:34:33Z | https://github.com/mljar/mercury/issues/313 | [] | gmouawad | 5 |
xonsh/xonsh | data-science | 4,742 | Missing some specified items in the result of tab completer | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | closed | 2022-03-31T07:14:26Z | 2022-03-31T13:34:28Z | https://github.com/xonsh/xonsh/issues/4742 | [] | nukemiko | 1 |
FlareSolverr/FlareSolverr | api | 830 | Idope and TorrentCore not solving challenges | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2023-07-25T07:42:40Z | 2023-08-01T12:08:33Z | https://github.com/FlareSolverr/FlareSolverr/issues/830 | [
"duplicate"
] | Woody-Stock | 2 |
holoviz/panel | matplotlib | 7,045 | How to stop event propagation from a TextInput to a Card header? | #### ALL software version info
panel 1.4.4
bokeh 3.4.2
uvicorn 0.30.1
panel server running using pn.serve() inside a uvicorn server
Linux server on Ubuntu 22.04
Workstation Windows 11
On windows, browser Microsoft Edge Version 127.0.2651.74
#### Description of expected behavior and the observed behavior
Hi, ... | closed | 2024-07-31T09:28:10Z | 2024-08-02T15:02:14Z | https://github.com/holoviz/panel/issues/7045 | [] | giladpn | 0 |
zappa/Zappa | flask | 497 | [Migrated] Investigate/Implement Automatic Subresource Integrity (SRI) Handling | Originally from: https://github.com/Miserlou/Zappa/issues/1308 by [Miserlou](https://github.com/Miserlou)
This'd be a really neat one. | closed | 2021-02-20T09:43:30Z | 2024-04-13T16:36:33Z | https://github.com/zappa/Zappa/issues/497 | [
"production mode",
"no-activity",
"auto-closed"
] | jneves | 2 |
coqui-ai/TTS | python | 3,543 | [Bug] Model won't download | ### Describe the bug
I'm trying to run TTS but the model simply won't download.
My code is as follows:
```python
import torch
from TTS.api import TTS
# Get device
device = "cuda" if torch.cuda.is_available() else "cpu"
# List available 🐸TTS models
print(TTS().list_models())
# Init TTS
tts = TTS(... | closed | 2024-01-27T22:55:46Z | 2024-01-28T02:16:19Z | https://github.com/coqui-ai/TTS/issues/3543 | [
"bug"
] | mprytoluk | 2 |
deepset-ai/haystack | pytorch | 8,414 | ERROR: No matching distribution found for faiss-gpu<2,>=1.6.3; extra == "only-faiss-gpu" | Hello to you all!
I'm having a problem when installing farm-haystack with all its dependencies.
I tried to do it on cmd, through the command pip install farm-haystack[all-gpu], but it gave me the following error:
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Pyth... | closed | 2024-09-26T16:53:46Z | 2024-09-27T11:58:34Z | https://github.com/deepset-ai/haystack/issues/8414 | [
"1.x"
] | NiclaAuletta | 1 |
tensorlayer/TensorLayer | tensorflow | 597 | Failed: TensorLayer (ee476889) | *Sent by Read the Docs (readthedocs@readthedocs.org). Created by [fire](https://fire.fundersclub.com/).*
---
| TensorLayer build #7203480
---
| 
---
| Build Failed for TensorLayer (1.6.2)
---
You can find out more about this failure here:
... | closed | 2018-05-17T07:56:47Z | 2018-05-17T08:00:48Z | https://github.com/tensorlayer/TensorLayer/issues/597 | [] | fire-bot | 0 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 362 | SQLAlchemy 1.4 or 2? | **Describe the bug**
It says "Supported SQLAlchemy: 1.4." on clickhouse-sqlalchemy.readthedocs.io, and "Release 0.3.2."
But when I specify those in my requirements.txt, I get-
```
ERROR: Cannot install -r requirements.txt (line 3), clickhouse-sqlalchemy==0.3.2 and sqlalchemy==1.4.54 because these package versions hav... | open | 2025-02-01T01:51:26Z | 2025-02-01T01:51:26Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/362 | [] | Kevin-Prichard | 0 |
Textualize/rich | python | 2,965 | [BUG] Gallery Links broken | - [ X ] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [ X ] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**... | closed | 2023-05-17T20:19:40Z | 2023-07-29T17:20:47Z | https://github.com/Textualize/rich/issues/2965 | [
"Needs triage"
] | damienrj | 4 |
cleanlab/cleanlab | data-science | 292 | Reminder: upgrade dependency versions in audio tutorial once their bugs are fixed. | Current versions are there to:
- Avoid this bug in the tensorflow-io library:
https://github.com/tensorflow/io/issues/1687
- Avoid this bug in speechbrain library:
https://github.com/speechbrain/speechbrain/issues/1459
Remaining TODOs (need to wait until next version of tensorflow-io > 0.26.0 is released to... | open | 2022-06-24T22:36:02Z | 2024-12-25T19:55:01Z | https://github.com/cleanlab/cleanlab/issues/292 | [
"good first issue",
"dependencies",
"help-wanted"
] | jwmueller | 6 |
jacobgil/pytorch-grad-cam | computer-vision | 496 | YOLOv5 2021-10-21 torch 2.0.1+cpu CPU Fusing layers... Model Summary: 213 layers, 7225885 parameters, 0 gradients Adding AutoShape... Traceback (most recent call last): File "E:\yolov5-v6.1\yolov5热力图.py", line 70, in <module> print(model.model.model.model[-2]) File "D:\anaconda\envs\fastapi\lib\site-package... | open | 2024-03-22T10:16:45Z | 2024-03-22T10:16:45Z | https://github.com/jacobgil/pytorch-grad-cam/issues/496 | [] | yqj0919 | 0 | |
seleniumbase/SeleniumBase | web-scraping | 3,017 | Improvements to `uc_gui_click_x_y(x, y)` | ## Improvements to `uc_gui_click_x_y(x, y)`
* Should adjust for Windows screen-scaling so that the location coordinates remain consistent, even if adjusting screen scale.
* Should save the screen-scaling factor once calculated to prevent repetitive work when performing multiple clicks.
* Should make sure the activ... | closed | 2024-08-13T02:06:36Z | 2024-08-13T04:34:42Z | https://github.com/seleniumbase/SeleniumBase/issues/3017 | [
"enhancement",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
Lightning-AI/pytorch-lightning | machine-learning | 20,278 | WandbLogger will cause error on TPU v3-8 | ### Bug description
Using WandbLogger with 8 TPUs will error out.
Here are a few ablations I did:
1 TPU + WandbLogger -> works
8 TPU -> works
8 TPU + WandbLogger -> fails
I provide a minimal code example below
### What version are you seeing the problem on?
v2.4
### How to reproduce the bug
Here ... | open | 2024-09-13T03:30:38Z | 2024-09-13T16:06:20Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20278 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | buoyancy99 | 0 |
iperov/DeepFaceLab | deep-learning | 5,474 | 67251773 | open | 2022-02-11T19:11:50Z | 2023-06-08T22:57:04Z | https://github.com/iperov/DeepFaceLab/issues/5474 | [] | notname956 | 1 | |
OFA-Sys/Chinese-CLIP | nlp | 176 | 有没有比Resnet50还小的模型? | closed | 2023-08-03T07:01:03Z | 2023-08-12T09:20:22Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/176 | [] | 205418367 | 1 | |
tflearn/tflearn | data-science | 989 | Can't load trained SequenceGenerator. | Hi, when I try to load() my SequenceGenerator (which was saved using simply model.save(path)), I encounter the following error:
`NotFoundError (see above for traceback): Key BinaryAccuracy/Mean/moving_avg not found in checkpoint`
I've tried load(path), and load(path, trainable_variable_only=True). In the latter ca... | open | 2018-01-02T23:06:51Z | 2018-01-02T23:06:51Z | https://github.com/tflearn/tflearn/issues/989 | [] | simra | 0 |
dfki-ric/pytransform3d | matplotlib | 111 | Batch operations for dual quaternions | - [x] positions and quaternions to dual quaternions
- [x] dual quaternions to positions and quaternions
- [x] dual quaternions to transformation matrices
- [x] transformation matrices to dual quaternions
- [x] concatenation of dual quaternions
- [x] quaternion + dual conjugate
- [x] apply dual quaternion(s) to po... | closed | 2021-04-06T21:54:00Z | 2021-04-15T20:14:54Z | https://github.com/dfki-ric/pytransform3d/issues/111 | [] | AlexanderFabisch | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,324 | [Bug]: (apprise) E-mail notifications broken to email servers by IP address |
Since very recently the e-mail (SMTP) notifications do not function anymore. I think this was introduced somewhere between v0.45.18 and v0.45.20.
Also I do not see any button anymore to send a test notification, making the problem harder to debug (but that might be a separate bug).
The error I get is:
```
S... | closed | 2024-04-19T17:19:57Z | 2024-05-14T12:01:14Z | https://github.com/dgtlmoon/changedetection.io/issues/2324 | [
"bug",
"Notifications systems",
"upstream-bug"
] | kroese | 6 |
littlecodersh/ItChat | api | 959 | 不错 | 很好用的 | closed | 2022-01-12T14:14:34Z | 2023-11-16T12:33:27Z | https://github.com/littlecodersh/ItChat/issues/959 | [] | 2905683882 | 2 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 153 | 能增加对app或网页直播地址能解析吗 | 直播分享链接
网页 https://live.douyin.com/80017709309
app https://v.douyin.com/BxAh8gC/
这些能解析到m3u8或flv直播流吗 | closed | 2023-02-13T03:41:51Z | 2024-04-23T05:04:44Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/153 | [
"enhancement"
] | HeroPoter | 3 |
dropbox/sqlalchemy-stubs | sqlalchemy | 86 | Python 2 tests are skipped in CI | Our tests are configured so that Python 2 tests are skipped if Python 2 interpreter can't be found, somehow this happens on Travis. | open | 2019-06-21T13:27:30Z | 2019-06-21T13:27:30Z | https://github.com/dropbox/sqlalchemy-stubs/issues/86 | [
"priority-normal"
] | ilevkivskyi | 0 |
mwaskom/seaborn | pandas | 3,567 | Improvements to histplot (1D) for discrete data | Hi,
two suggestions for minor usability improvements concerning the handling of discrete data in histplot (with `discrete=True`).
### Detect the correct bin size automatically
Currently, the bin size is just set to 1 automatically. However, data might be discrete with a different discretization step size. Of c... | closed | 2023-11-20T19:45:25Z | 2023-12-10T17:38:46Z | https://github.com/mwaskom/seaborn/issues/3567 | [
"wishlist",
"mod:distributions"
] | e-pet | 4 |
albumentations-team/albumentations | deep-learning | 1,638 | Augmentation for multiple keypoints is broken | ## Describe the bug
The augmentation for multiple keypoints works only if the `additional_targets` are defined in the constructor whereas if they are added with `add_targets` the angle of the second keypoints are wrong.
First example:
```python
import numpy as np
import albumentations as A
transform = A.Com... | closed | 2024-04-08T11:09:35Z | 2024-04-12T16:06:03Z | https://github.com/albumentations-team/albumentations/issues/1638 | [
"bug",
"documentation",
"Tech debt"
] | domef | 5 |
matterport/Mask_RCNN | tensorflow | 2,649 | is there a way to compute mAP and mAR per class? | I;ve found that you can do it with mAP but im yet to find a way to do it with mAR per class. | open | 2021-07-24T10:12:37Z | 2021-07-24T10:12:37Z | https://github.com/matterport/Mask_RCNN/issues/2649 | [] | marcodelmoral | 0 |
plotly/dash | flask | 3,191 | Adding new Pattern Matching components don't trigger their related callback | **Describe your context**
```
dash 3.0.0rc3, 3.0.0rc2, 3.0.0rc1, 2.8.12
```
- not front end related
**Describe the bug**
Pattern matching callback that should be triggered as soon as a related component is present in the layout just fire the first time the page is loaded. New components that get add ... | open | 2025-02-25T12:40:10Z | 2025-02-28T17:40:59Z | https://github.com/plotly/dash/issues/3191 | [
"bug",
"P2",
"dash-3.0"
] | chgiesse | 4 |
pallets-eco/flask-sqlalchemy | flask | 737 | versioned_session not working with Flask and SQL Alchemy | I tried solutions presented in #175 and some other similar but nothing seems to be working correctly. My schema has `version` column and `[mytable]_history` table created, but changes don't get saved in it.
Based on [this answer](https://github.com/pallets/flask-sqlalchemy/issues/175#issuecomment-164362976), expecte... | closed | 2019-05-14T13:20:28Z | 2020-12-05T20:21:52Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/737 | [] | bmakan | 1 |
mitmproxy/mitmproxy | python | 7,412 | How do you disable HTTP/2 for all domains except for google.com? | ### Discussed in https://github.com/mitmproxy/mitmproxy/discussions/7411
<div type='discussions-op-text'>
<sup>Originally posted by **ofirc** December 24, 2024</sup>
mitmproxy allows to block all HTTP/2.0 traffic globally by passing:
`mitmproxy --set http2=false
`
However, that's too coarse-grained.
I'm lo... | closed | 2024-12-24T00:14:55Z | 2024-12-24T14:06:21Z | https://github.com/mitmproxy/mitmproxy/issues/7412 | [] | ofirc | 2 |
deezer/spleeter | deep-learning | 6 | Improvement: Include the model artifact into the Docker image (instead of downloading at run time) | Image building happens once, running the container happens N times. Theres no reason to re-download the model every time it runs. | closed | 2019-11-03T03:52:20Z | 2019-11-13T16:57:26Z | https://github.com/deezer/spleeter/issues/6 | [
"documentation",
"enhancement",
"distribution",
"docker"
] | iMerica | 7 |
widgetti/solara | flask | 623 | Run Python on the clients machine. | I want to make a Jupyter style notebook where Python runs on the clients machine.
But looking over the documentation I can not see any premade components or details weather this is possible. I've done it before in Streamlit but I want to move away from it.
I have seen Pyodide and other Jupyter Kernels and was wo... | open | 2024-04-29T19:55:03Z | 2024-05-02T17:04:55Z | https://github.com/widgetti/solara/issues/623 | [] | SuperPauly | 4 |
hyperspy/hyperspy | data-visualization | 2,782 | `compute_navigator` for non-lazy signals | Lazy signals have the `compute_navigator` method which is used for plotting, but is also handy for generating a VBF in the blo writer. By contrast, there does not seem to be such a method in `BaseSignal`; instead the calculation is wedged into the `plot` function, I suppose for interactivity. Still it might be handy to... | closed | 2021-06-26T20:38:20Z | 2021-06-27T17:33:50Z | https://github.com/hyperspy/hyperspy/issues/2782 | [] | din14970 | 1 |
Lightning-AI/LitServe | rest-api | 450 | Request context is not separated. | ## 🐛 Bug
TLDR: request context is not separated between requests.
I wanted to use request context to track request-specific data, like timestamp of particular request being decoded and then to calculate elapsed time up to encoding response.
I've followed your [instructions in the docs](https://lightning.ai/docs/li... | closed | 2025-03-12T10:57:32Z | 2025-03-12T22:03:29Z | https://github.com/Lightning-AI/LitServe/issues/450 | [
"bug",
"help wanted"
] | kzych-inpost | 1 |
onnx/onnx | tensorflow | 6,339 | Python 3.13 support | Python 3.13 is going to be released in October. | closed | 2024-09-02T13:36:04Z | 2025-03-17T18:08:22Z | https://github.com/onnx/onnx/issues/6339 | [
"contributions welcome"
] | justinchuby | 6 |
sktime/sktime | data-science | 7,671 | [BUG] The name for the timepoints index level is not included after prediction. | **Describe the bug**
The name for the timepoints index level is not included after prediction.
The other index names are, except for the timepoints.
**To Reproduce**
```python
from sktime.utils._testing.hierarchical import _make_hierarchical
from sktime.forecasting.arima import ARIMA
y = _make_hierarchical()
foreca... | open | 2025-01-20T12:33:35Z | 2025-02-11T08:58:47Z | https://github.com/sktime/sktime/issues/7671 | [
"bug",
"module:forecasting"
] | kdekker-kdr4 | 7 |
axnsan12/drf-yasg | django | 729 | Overwriting the default colour scheme for Redoc | Heya,
I currently overwriting the get_scheme_view for my project. I am wondering if someone can point me to the right direction on how to overwrite the default colour scheme for Redoc. Example code below:
```
schema_view = get_schema_view(
openapi.Info(
title='XXXXX API',
default_version='... | open | 2021-07-26T08:40:15Z | 2025-03-07T12:13:05Z | https://github.com/axnsan12/drf-yasg/issues/729 | [
"triage"
] | Adam-Randall | 0 |
harry0703/MoneyPrinterTurbo | automation | 384 | 生成的视频和文案不太符合,可以通过哪些途径优化? | 生成的视频和文案不太符合,可以通过哪些途径优化? | open | 2024-05-25T03:39:45Z | 2024-05-28T09:29:09Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/384 | [] | datasophon | 3 |
xmu-xiaoma666/External-Attention-pytorch | pytorch | 31 | 论文引用 | 您好。我最近在写论文,里面用到了一些您复现的算法。所以说,除了想引用原作者的工作,也想引用您的工作。我是直接引用您的github,还是有相关论文可以引用? 非常感谢您的代码给我们的研究工作带来了很多便利以及新的想法。 | closed | 2021-09-01T04:40:58Z | 2021-10-13T03:36:46Z | https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/31 | [] | jb2849 | 2 |
ray-project/ray | deep-learning | 51,391 | [cgraph] Support CompiledDAGRef.ready() | ### Description
Currently:
1. ray.get() can only be called once per CompiledDAGRef.
2. ray.wait() is not supported.
In some use cases, it is desirable to check if a CompiledDAGRef is ready. For example, with this support, vLLM scheduling would be able to do A if a ref is ready and do B otherwise. The new capa... | open | 2025-03-15T01:45:30Z | 2025-03-17T15:37:23Z | https://github.com/ray-project/ray/issues/51391 | [
"enhancement",
"core",
"compiled-graphs"
] | ruisearch42 | 0 |
Kitware/trame | data-visualization | 258 | Altered rendering behavior in client mode | Hello,
I have some python/pyvista code that uses spheres and also makes a point cloud, rendering the points as spheres. The issues I have seen are:
1) pl.add_mesh seems not to handle specular at all, so this call:
pl.add_mesh(pv.Sphere(), color='white', point_size=4, smooth_shading=True, specular=0.3, metallic=1... | closed | 2023-05-19T19:58:41Z | 2023-05-23T14:23:18Z | https://github.com/Kitware/trame/issues/258 | [] | lmonroe | 4 |
ultralytics/yolov5 | pytorch | 13,025 | Custom object detection by retaining the original classes of yolo | ### 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
I have custom data set with Road signs, Traffic barrales which need to be trained ... | closed | 2024-05-18T17:22:42Z | 2024-06-30T00:24:57Z | https://github.com/ultralytics/yolov5/issues/13025 | [
"question",
"Stale"
] | b4u365 | 6 |
moshi4/pyCirclize | matplotlib | 66 | how to adjust overlap label by bend line like circlize | https://jokergoo.github.io/circlize_book/book/high-level-genomic-functions.html | open | 2024-05-05T15:24:35Z | 2024-05-05T15:38:50Z | https://github.com/moshi4/pyCirclize/issues/66 | [
"enhancement"
] | felixlee0608 | 1 |
tensorflow/tensor2tensor | deep-learning | 1,863 | MultiStep Optimizer | ### Description
Hi there,
I've been working on a project still in TF 1.4 (oh dear, I know! An attempt to turrn [this](https://github.com/jchwenger/gpt-2/tree/titan) into working multit-gpu code, perhaps the last thing I'll do with this before moving to another framework --_--", (yes, Trax for instance :D)), and w... | closed | 2020-10-28T11:21:16Z | 2020-10-29T23:32:53Z | https://github.com/tensorflow/tensor2tensor/issues/1863 | [] | jchwenger | 1 |
kizniche/Mycodo | automation | 1,062 | Unable to calibrate pH probe on existing system | ### Describe the problem/bug
Tried to calibrate the pH probe on one of our two systems. The following error screen displayed. Tried with mobile and desktop safari and chrome browsers. Each attempt resulted in the same error.
### Versions:
- Mycodo Version: [e.g. 8.0.3]
- Raspberry Pi Version: [e.g. 3B+]
-... | closed | 2021-07-26T22:32:11Z | 2021-08-30T02:43:41Z | https://github.com/kizniche/Mycodo/issues/1062 | [
"duplicate"
] | kpslc | 1 |
freqtrade/freqtrade | python | 11,076 | Backtesting stocks and forex with freqtrade | <!--
Note: this section will not show up in the issue.
Have you search for this feature before requesting it? It's highly likely that a similar request was already filed.
-->
* Operating system: Linux
* * Python Version: Python 3.12.3
* * * CCXT version: ccxt==4.4.24
* Freqtrade Version: freqtrade 2024.11
Ba... | closed | 2024-12-11T10:40:37Z | 2024-12-15T05:39:58Z | https://github.com/freqtrade/freqtrade/issues/11076 | [
"Question",
"Wont fix / Not a bug"
] | Immortality-IMT | 1 |
aio-libs/aiopg | sqlalchemy | 388 | Add Logging When Pool is full | Please add logging when the pool size is completely used by all the connections and all the connections are busy in executing queries. And the request for the new connection is getting waited.
This will help the users to identify whether they have set pool size according to their usage or not.
So that they can set... | open | 2017-09-28T07:16:44Z | 2017-10-15T17:30:28Z | https://github.com/aio-libs/aiopg/issues/388 | [] | him3010 | 2 |
kymatio/kymatio | numpy | 793 | Make tests friendlier | I ask Kymatio make tests more developer-friendly. That is, make each test file like `test_jtfs.py` at bottom.
Currently one must run them via a unit test suite like pytest, via a Python terminal. Even if one manages to run it via `pytest.main`, it'll still run the entire test, then print a grand report for us to loo... | closed | 2022-01-25T17:17:11Z | 2022-05-30T15:12:24Z | https://github.com/kymatio/kymatio/issues/793 | [] | OverLordGoldDragon | 3 |
facebookresearch/fairseq | pytorch | 5,482 | This model has order 20 but KenLM was compiled to support up to 6 |
#### What is your question?
Hi guys,When I execute the following command using the Lao 20gram language model in MMS,the following error occurs:
RuntimeError: /root/anaconda3/envs/meta/temp_dir/kenlm/lm/model.cc:49 in void lm::ngram::detail::{anonymous}::CheckCounts(const std::vector<long unsigned int>&) threw For... | open | 2024-04-18T11:53:06Z | 2024-04-18T11:53:06Z | https://github.com/facebookresearch/fairseq/issues/5482 | [
"question",
"needs triage"
] | imMonicaShaw | 0 |
apache/airflow | data-science | 47,220 | on_failure_callback functions specified in task aren't executed | ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
on_failure_callback is not called when defined in a `@task`.
### What you think should happen instead?
Simple example below included for clarity. On running this DAG, I would expect the `on_ca... | closed | 2025-02-28T15:54:52Z | 2025-02-28T16:09:18Z | https://github.com/apache/airflow/issues/47220 | [
"kind:bug",
"area:core",
"needs-triage"
] | CEardley | 2 |
Anjok07/ultimatevocalremovergui | pytorch | 1,541 | What is RTX 1060 6GB ? | should it be GTX? | closed | 2024-08-31T06:14:35Z | 2024-08-31T06:16:12Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1541 | [] | uhuame | 1 |
NLPatVCU/PaperScraper | web-scraping | 6 | Catch input output error when scraping PMIDs | We talked about it in the lab | closed | 2018-09-21T19:16:01Z | 2018-11-03T03:59:42Z | https://github.com/NLPatVCU/PaperScraper/issues/6 | [
"bug"
] | thesw4rm | 2 |
ultralytics/ultralytics | python | 18,791 | No Labels Found | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Train
### Bug
<img width="160" alt="Image" src="https://github.com/user-attachments/assets/7a3bcedd-9ea3-4033-8b89-2223dc0... | open | 2025-01-21T07:09:13Z | 2025-01-22T22:24:12Z | https://github.com/ultralytics/ultralytics/issues/18791 | [
"segment"
] | yacqubstack | 4 |
vimalloc/flask-jwt-extended | flask | 411 | The handler from was previously @jwt_refresh_token_required not fired | Hi,
previously I was able to implement the whole workflow but now it's broken :(
I had the following handler:
```
@jwt_refresh_token_required
def token_refresh():
user_id = get_jwt_identity()
access_token = create_access_token(identity = user_id)
refresh_response = jsonify({'result': True})
... | closed | 2021-04-09T20:53:48Z | 2021-04-11T03:03:31Z | https://github.com/vimalloc/flask-jwt-extended/issues/411 | [] | KathRains | 1 |
pydantic/FastUI | fastapi | 303 | [Pin Me] FastUI Discussion Slack Channel | FYI, there's a slack channel for FastUI Discussion here:
https://pydanticlogfire.slack.com/archives/C0720M7D31S | closed | 2024-05-03T19:55:34Z | 2024-05-10T07:04:28Z | https://github.com/pydantic/FastUI/issues/303 | [] | jimkring | 5 |
fedspendingtransparency/usaspending-api | pytest | 4,230 | NAICS and PSC in Awards Response | This is not really a bug but an enhancement request.
The scenario is I am using the API call https://api.usaspending.gov/api/v2/search/spending_by_award/
I filter by keywords and do not have an NAICS.
It returns results beautifully, but I would love the results to contain the award's NAICS and PSC code.
Th... | open | 2024-11-22T01:55:54Z | 2024-11-22T01:55:54Z | https://github.com/fedspendingtransparency/usaspending-api/issues/4230 | [] | linda-dge | 0 |
Gozargah/Marzban | api | 1,202 | Refactore user data used reset | closed | 2024-07-30T20:28:14Z | 2024-09-01T08:15:10Z | https://github.com/Gozargah/Marzban/issues/1202 | [
"Bug",
"Backend",
"OnHold"
] | erfjab | 0 | |
oegedijk/explainerdashboard | dash | 93 | Shap Dependence toggle outlier treatment | Problem: sometimes its very useful to see on shap values (Shap Dependence plot) with and without outliers.
It will be very useful if there is a toggle switch button on plot which enable/disable outlier treatment.
Outliers often make a lot of mess on shap dependence plot, and if exist you often not can view correct... | closed | 2021-03-02T15:20:13Z | 2021-04-06T07:01:12Z | https://github.com/oegedijk/explainerdashboard/issues/93 | [] | oleg-savko | 15 |
HIT-SCIR/ltp | nlp | 475 | ltp添加词典不起作用 | ltp = LTP()
ltp.init_dict(path)
添加词典后,分词的结果不符合预期。没有按照词典中的词进行分词。是我的词典不对还是需要进行其他设置?词典是一行一个词。
请问现在支持在词典中添加词频和词性吗?
看到之前说因算法问题词典中的词可能不起作用,但必须按照这个词来划分时该如何解决? | closed | 2021-01-12T06:10:35Z | 2021-01-21T14:44:46Z | https://github.com/HIT-SCIR/ltp/issues/475 | [] | 17863955631 | 0 |
ClimbsRocks/auto_ml | scikit-learn | 111 | remove duplicate pre-processing in subpredictors | I'll have to whiteboard this out to figure out all the intricacies, but right now each subpredictor is doing a lot of duplicate pre-processing: BasicDataCleaning, and CustomSparseScaler, in particular.
There's probably a way to do this all upfront, then send data that has already been cleaned and scaled into our now-... | closed | 2016-10-10T17:15:52Z | 2017-03-12T01:07:29Z | https://github.com/ClimbsRocks/auto_ml/issues/111 | [] | ClimbsRocks | 2 |
raphaelvallat/pingouin | pandas | 368 | "Starting new HTTPS connection" when importing | I installed from PyPi (on Windows 10) and directly after `import pingouin` I got this output.
```
[DEBUG] Starting new HTTPS connection (1): pypi.python.org:443
[DEBUG] Starting new HTTPS connection (1): pypi.python.org:443
[DEBUG] https://pypi.python.org:443 "GET /pypi/pingouin/json HTTP/1.1" 301 122
[DEBUG] St... | closed | 2023-06-20T14:50:11Z | 2023-11-11T20:32:07Z | https://github.com/raphaelvallat/pingouin/issues/368 | [
"bug :boom:"
] | buhtz | 7 |
exaloop/codon | numpy | 570 | 'codon run' a file which does not exist | The file 'a.codon' does not exist.
```
➜ codon git:(develop) ✗ codon run a.codon
[1] 27244 bus error codon run a.codon
```
| closed | 2024-07-29T14:29:00Z | 2024-09-23T05:13:01Z | https://github.com/exaloop/codon/issues/570 | [] | douyixuan | 3 |
jupyter-widgets-contrib/ipycanvas | jupyter | 186 | Is it possible to draw Arrows with ipycanvas? | Dear all,
I am trying to use ipycanvas to write simple sketches, i.e. an oscillating pendulum.
I am struggling with writing lines ending up with arrows. I guess could fix my static problem with a couple of more short lines, but IMHO it would be great to be able to draw arrows directly.
Do you have any suggestion... | open | 2021-04-03T15:14:49Z | 2021-04-04T07:24:24Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/186 | [
"enhancement"
] | sntgluca | 1 |
pydantic/pydantic-settings | pydantic | 113 | If there is anything other than basic types (str, int etc) and secrets_dir does not include it, you get a json error | Using your pytest:
https://github.com/pydantic/pydantic-settings/blob/2303f50f48cf59cda30e245b52cfdd9bf2f861e9/tests/test_settings.py#L1162C2-L1162C2
Adding an additional variable to the class `foo2` as a `List[str]` will replicate the problem
```python
def test_secrets_missing_with_list(tmp_path):
class... | closed | 2023-07-07T17:35:45Z | 2023-07-10T15:29:17Z | https://github.com/pydantic/pydantic-settings/issues/113 | [] | ShoGinn | 7 |
laughingman7743/PyAthena | sqlalchemy | 64 | Cursor doesn't support config property | Hey @laughingman7743!
First of all thank you for such a good tool to work with Athena.
Now o would like to come back to the problem.
When i am trying to pass 'config' property for `boto3.client` as element of kwargs
`pyathena.connect(s3_staging_dir=env['athena_staging_dir'], region_name=env['region'], config=env[... | closed | 2019-02-07T13:26:12Z | 2019-02-10T14:40:46Z | https://github.com/laughingman7743/PyAthena/issues/64 | [] | m-for-madness | 5 |
mitmproxy/mitmproxy | python | 6,936 | DNS message parsing issue | #### Problem Description
In the current DNS implementation, we only decompress compression pointers from known formats in a DNS message such as domain names([example](https://github.com/mitmproxy/mitmproxy/blob/95bf441bc3a1dfcac2cb313cac8e72d3716a4bed/mitmproxy/net/dns/domain_names.py#L36)) due to which we corrupt com... | closed | 2024-06-17T18:25:25Z | 2024-07-05T01:19:20Z | https://github.com/mitmproxy/mitmproxy/issues/6936 | [
"kind/bug",
"area/protocols"
] | errorxyz | 0 |
ets-labs/python-dependency-injector | flask | 592 | Dependency Injector with Celery Tasks | Can dependency injector be used with Celery tasks? I cannot make the injector to work, it throws an exception
AttributeError: 'Provide' object has no attribute 'Foo' | closed | 2022-05-27T12:56:28Z | 2022-11-22T12:38:55Z | https://github.com/ets-labs/python-dependency-injector/issues/592 | [] | rbrazinskas | 3 |
yt-dlp/yt-dlp | python | 12,324 | Blinking videos from youtube | ### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | closed | 2025-02-09T18:26:07Z | 2025-02-15T01:21:57Z | https://github.com/yt-dlp/yt-dlp/issues/12324 | [
"question"
] | jimlynnjulian | 5 |
statsmodels/statsmodels | data-science | 8,728 | ARIMA model predict function raising NotImplementedError | I trained my ARIMA model by doing the following
`from statsmodels.tsa.arima.model import ARIMA`
`model_ar = ARIMA(data.Num_Passengers, order=(1,0, 0))`
`results_ar = model_ar.fit()`
`results_ar.summary()`
The code worked with the resulting output

Coupled with the ability to specify an Excel document theme (e.g. 'Office', 'Facet', 'Integral') this would provide more flexibility in further manipulating formatting once the docum... | closed | 2017-10-05T07:37:48Z | 2019-10-06T11:21:41Z | https://github.com/jmcnamara/XlsxWriter/issues/472 | [
"feature request",
"long term"
] | lifescholar | 3 |
replicate/cog | tensorflow | 1,525 | List types set in web get stuck in "starting" | Union and list types were added as of #1311, however when you call them with an invalid type, the UI incorrectly displays them as "Booting" forever.
Test case:
- Use the following Replicate model: https://replicate.com/venkr/cog-union-test
- 1: Try setting `string_union` to a string -> it works fine, response is r... | closed | 2024-02-11T01:12:29Z | 2024-03-05T07:29:51Z | https://github.com/replicate/cog/issues/1525 | [
"Backend"
] | venkr | 2 |
laughingman7743/PyAthena | sqlalchemy | 326 | Avoid raising exception if metadata retrieval is failing | Hi,
in reference to my previous issue [278](https://github.com/laughingman7743/PyAthena/issues/278) I would love to not have the exception on the failure on retrieving metadata.
```Failed to get table metadata.
Traceback (most recent call last):
File "/Users/foobar/github/PyAthena/pyathena/common.py", line 1... | closed | 2022-05-31T09:43:13Z | 2022-07-26T14:36:06Z | https://github.com/laughingman7743/PyAthena/issues/326 | [] | plazmakeks | 2 |
piskvorky/gensim | machine-learning | 2,746 | Word2Vec ns_exponent cannot be changed from default | #### Problem description
I am trying to train Word2Vec and tune the `ns_exponent` hyperparameter. When I initialize the model, I set `ns_exponent = 0.5`, but find that it has reset to the default of `ns_exponent = 0.75` immediately after initializing.
I looked through the Word2Vec source code for any mentions of ... | closed | 2020-02-06T15:17:19Z | 2020-07-14T02:58:19Z | https://github.com/piskvorky/gensim/issues/2746 | [
"bug"
] | coopwilliams | 3 |
arogozhnikov/einops | numpy | 51 | Integration with opt_einsum | opt_einsum: https://optimized-einsum.readthedocs.io/en/latest/
Not sure how integration would look like.
Maybe with a module flag for "einsum optimizer" (`EINSUM_OPT in ['opt_einsum', None]`). Since the einsum part should work the same for all backends it supports, but the rest of the operations need to be specif... | closed | 2020-07-28T08:32:34Z | 2022-11-05T02:55:22Z | https://github.com/arogozhnikov/einops/issues/51 | [] | munael | 1 |
HumanSignal/labelImg | deep-learning | 81 | RUN ERROR | Traceback (most recent call last):
File "./labelImg.py", line 28, in <module>
import resources
File "/home/zhangxuan/software/labelImg/resources.py", line 6315, in <module>
qInitResources()
File "/home/zhangxuan/software/labelImg/resources.py", line 6310, in qInitResources
QtCore.qRegisterResour... | closed | 2017-04-26T08:16:49Z | 2017-09-05T04:42:29Z | https://github.com/HumanSignal/labelImg/issues/81 | [] | hanxiaoyuyu | 1 |
MagicStack/asyncpg | asyncio | 354 | ArraySubscriptError: cannot accumulate arrays of different dimensionality | * **asyncpg version**: 0.17.0
* **PostgreSQL version**: 10.3
* **Do you use a PostgreSQL SaaS?**: No
* **Python version**: 3.7.0
* **Platform**:10.14
* **Do you use pgbouncer?**:No
* **Did you install asyncpg with pip?**:yes
My database contains an array column wherein the arrays have varying lengths.
e.g. ... | closed | 2018-08-30T19:57:56Z | 2018-08-30T20:27:52Z | https://github.com/MagicStack/asyncpg/issues/354 | [
"need more info"
] | songololo | 2 |
TencentARC/GFPGAN | deep-learning | 80 | RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x16384 and 4096x8192) | 请问下作者和大家,训练的时候有碰到这个问题吗,训练代码一直没有调通,配置文件只修改了图片的路径。不知道哪里出的问题。期待解答,谢谢。
Traceback (most recent call last):
File "gfpgan/train.py", line 11, in <module>
train_pipeline(root_path)
File "/data/mingyang/tx/BasicSR-master/basicsr/train.py", line 169, in train_pipeline
model.optimize_parameters(current_iter)
... | open | 2021-10-13T12:34:49Z | 2023-04-10T03:44:57Z | https://github.com/TencentARC/GFPGAN/issues/80 | [] | T-xu | 3 |
jina-ai/serve | machine-learning | 5,264 | still have a bug when using map_batch() in the latest patch release 3.10.1 | I have updated the latest version, but when I using map_batch(func, batch_size, pool=Pool(processes=num_workers)), still have a bug as follows:
```
Traceback (most recent call last):
File "/users_2/d00477216/pytorch_BERT/jina_tokenize/client.py", line 21, in <module>
test_one(task_name)
File "/users_2/d0... | closed | 2022-10-09T03:27:39Z | 2022-10-11T07:16:33Z | https://github.com/jina-ai/serve/issues/5264 | [] | xdnjust | 6 |
mwaskom/seaborn | matplotlib | 2,783 | Histplot errors on multiple date columns | Python version 3.10.2
Seaborn version 0.11.2
```python
shape = np.arange(100)*np.arange(100)[::-1]
df = pd.DataFrame({
'start': np.repeat(pd.date_range(start='2005-01-01', periods=100, freq='D'), shape),
'end': np.repeat(pd.date_range(start='2005-03-01', periods=100, freq='D'), shape)
})
sns.histplot(... | open | 2022-04-25T17:31:08Z | 2022-04-29T13:04:30Z | https://github.com/mwaskom/seaborn/issues/2783 | [
"rough-edge",
"mod:base",
"ux"
] | user799595 | 2 |
ExpDev07/coronavirus-tracker-api | fastapi | 41 | Format breaking change in 002e1af - Why? | 002e1af `History now returns a string-int pair and not string-string`
And I had the impression you understand that format breaking changes must be avoided!!! Oh how silly was I!
:angry:
| closed | 2020-03-14T04:07:15Z | 2020-03-14T15:40:16Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/41 | [] | Bost | 4 |
twopirllc/pandas-ta | pandas | 273 | cmf indicator doesn't change with length | **Which version are you running? The lastest version is on Github. Pip is for major releases.**
I am using pandas-ta==0.2.45b0
```python
import pandas_ta as ta
print(ta.version)
```
**Upgrade.**
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
```
**Describe the bug**
cmf function gives ... | closed | 2021-04-19T04:47:12Z | 2021-04-21T21:07:25Z | https://github.com/twopirllc/pandas-ta/issues/273 | [
"info"
] | CacheKatch | 4 |
RobertCraigie/prisma-client-py | pydantic | 718 | Improved seeding support | ## Problem
The NodeJS Prisma package includes a mechanism for seeding databases with a `prisma db seed` command. This, however, requires configuring the command in the `package.json` of the project, which would normally be present in a NodeJS project.
```json
{
"prisma": {
"seed": "prisma/seed.sh"
}
... | open | 2023-03-07T22:33:53Z | 2023-03-08T00:42:12Z | https://github.com/RobertCraigie/prisma-client-py/issues/718 | [] | jake-amicus | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.