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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pytorch/vision | computer-vision | 8,377 | Mypy job is broken | Mypy is [failing](https://github.com/pytorch/vision/actions/runs/8686748125/job/23818856875?pr=7990) with a bunch of weird type issue like those below.
Not sure what's going on.
```
torchvision/transforms/_functional_pil.py:56: error: Module has no attribute
"FLIP_LEFT_RIGHT" [attr-defined]
retu... | closed | 2024-04-15T10:13:02Z | 2024-05-07T13:02:09Z | https://github.com/pytorch/vision/issues/8377 | [] | NicolasHug | 0 |
pallets/flask | flask | 5,001 | redirect is annotated to return a werkzeug type | My app doesn't need `werkzeug` directly except for type annotations of views that contain a `redirect` call, even when I explicitly provide `Response=flask.Response`.
https://github.com/pallets/flask/blob/5cdfeae2e82541577e17f5179d91775550e34ebd/src/flask/helpers.py#L233-L235
I think this can be achieved in a similar... | closed | 2023-02-24T21:35:32Z | 2023-03-11T00:05:45Z | https://github.com/pallets/flask/issues/5001 | [] | tucked | 1 |
amidaware/tacticalrmm | django | 1,672 | Movable agents for Non-Persistent Desktops | **Is your feature request related to a problem? Please describe.**
When installing the agent on a template used in a virtual desktop pool with non-persistence, the agent installs and registers new agents over and over again. It is frustrating having to clean up old machines that are no longer online.
**Describe t... | open | 2023-11-09T04:43:42Z | 2023-11-09T04:43:42Z | https://github.com/amidaware/tacticalrmm/issues/1672 | [] | samalsalem | 0 |
fastapi/sqlmodel | pydantic | 332 | AttributeError: 'XXXXX' object has no attribute 'YYYYY' only in aws lambda function | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2022-05-06T04:48:50Z | 2022-05-06T15:22:18Z | https://github.com/fastapi/sqlmodel/issues/332 | [
"question"
] | ivanyschen | 2 |
pyeve/eve | flask | 873 | threaded=True per default -- google chrome multithreading and eve and misconfiguration | Hello there,
when you create a website with eve and access it with crhome, the ajax request hangs.
To solve this issue you need to pass threaded=True to the run method of the Eve app
in python.
This flags gets passed to flask and flask is passing it to werkzeug module simple_run method.
After that the crhome start... | closed | 2016-06-07T09:11:03Z | 2017-04-10T07:49:41Z | https://github.com/pyeve/eve/issues/873 | [
"contributor friendly",
"documentation"
] | yogi81 | 7 |
kizniche/Mycodo | automation | 987 | Timelapse without end time | I would like to be able to start a timelapse without setting an end time then just click a button when i would like to end it.
I've had a look at the camera file but im not the what the best way to go about this would be. | closed | 2021-04-24T07:53:05Z | 2021-04-24T18:22:36Z | https://github.com/kizniche/Mycodo/issues/987 | [
"enhancement",
"Implemented"
] | piedshag | 1 |
ultralytics/yolov5 | deep-learning | 12,732 | Ensembling of yolov5 and yolov8 | ### 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
Can i ensemble yolov5 model with a yolov8 model. both are trained on custom dataset?
###... | closed | 2024-02-14T04:33:00Z | 2024-05-19T19:33:59Z | https://github.com/ultralytics/yolov5/issues/12732 | [
"question",
"Stale"
] | humairaneha | 6 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,768 | Incompatibility between scoring and whistleblowing identity features | ### What version of GlobaLeaks are you using?
4.13.17
### What browser(s) are you seeing the problem on?
Chrome
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
Whistleblower not to able to provide identity at a leter time. Please see attached file.
![Képernyőkép 2023... | closed | 2023-11-08T19:33:24Z | 2023-11-12T16:10:43Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3768 | [
"T: Bug",
"C: Client"
] | petxya | 5 |
MagicStack/asyncpg | asyncio | 556 | executemany bad benchmark results | inserting via `for loop await conn.execute(sql, arg1,..) ` is twice as fast vs one `conn.executemany(sql, argslist) ` on a prebuilt argument list on repeating tests.
What is wrong with `executemany`, just curious.
execute 6.573141098022461 +- 0.05
executemany 9.750076532363892
fyi: `conn.copy_records_to_table`... | closed | 2020-04-14T19:12:00Z | 2020-11-26T23:48:44Z | https://github.com/MagicStack/asyncpg/issues/556 | [] | ghost | 1 |
feature-engine/feature_engine | scikit-learn | 393 | add user guide and api docs for target mean classifier and regressor | We've introduced 2 new classes, a regressor and a classifier. At the moment, we only use them for the SelectByTargetMean() feature selector, but I think we my use them to create more features.
Anyhow, we need to add them to the docs, both user_guide and API, and the index and readme
| open | 2022-03-25T10:08:02Z | 2022-03-26T08:06:19Z | https://github.com/feature-engine/feature_engine/issues/393 | [
"docs"
] | solegalli | 0 |
mouredev/Hello-Python | fastapi | 466 | 十大赌场网站排名,最新全世界十大赌场网站(官方)APP下载 .. | 腾龙公司娱乐:376838.com真人视讯】【棋牌游戏】【电子游戏】【体育赛事】【彩票游戏】;腾龙娱乐:[376838.com]【百家乐】【龙虎】【牛牛】;充值支持:银行卡、微信、支付宝、USDT等。咨询(微信:zdn200 微信:xiaolu460570 飞机:@lc15688祝您游戏愉快,盈利多多
 | closed | 2025-03-05T13:40:11Z | 2025-03-10T13:47:04Z | https://github.com/mouredev/Hello-Python/issues/466 | [] | khyl55 | 0 |
amisadmin/fastapi-amis-admin | sqlalchemy | 131 | 登录之后重定向重定向次数过多 | 登录之后一直显示重定向次数过多 | open | 2023-10-04T08:06:37Z | 2024-01-26T02:43:04Z | https://github.com/amisadmin/fastapi-amis-admin/issues/131 | [] | yangyucai | 2 |
plotly/dash | data-science | 2,685 | [BUG] background callback with `running` argument causes type error | **Describe your context**
```
dash 2.14.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
- if frontend related, tell us your Browser, Version and OS
- OS: MacOS 13.5.2
- Browser: Chrome
- Version: 119
**Describe the bug**
Here is an ... | closed | 2023-11-07T13:22:54Z | 2024-03-28T20:24:21Z | https://github.com/plotly/dash/issues/2685 | [
"bug",
"sev-3"
] | seb-schulz | 8 |
graphql-python/gql | graphql | 310 | Replace use of `scripts` with cross-platform `entry_points` | ## Problem
In looking into #309, I see that `scripts` are being used. These are troublesome for cross-platform downstreams, as they make otherwise-well-behaved distributions less portable.
## Proposal
Migrate from `scripts` to `entry_points`, where:
- the contents of `scripts/gql-cli` would be move to `gql... | closed | 2022-03-25T16:16:51Z | 2022-04-09T19:04:39Z | https://github.com/graphql-python/gql/issues/310 | [
"type: chore"
] | bollwyvl | 1 |
Evil0ctal/Douyin_TikTok_Download_API | api | 344 | [BUG] 视频数据获取失败/Failed to get video data | ***Platform where the error occurred?***
TikTok
***The endpoint where the error occurred?***
API-V1
***Submitted input value?***
https://www.tiktok.com/@mami_chokin/video/7352055487875140872
***Have you tried again?***
Yes, the error still exists after 48 time after the error occurred.
***Have y... | closed | 2024-04-02T07:29:49Z | 2024-04-23T05:02:07Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/344 | [
"BUG",
"enhancement"
] | Lqm1 | 3 |
ARM-DOE/pyart | data-visualization | 1,691 | Data masking issue when interpolating to Grid | * Py-ART version: 1.19.2
* Python version: 3.9.20
* Operating System: Windows 10
### Description
I'm working on interpolating some tropical cyclone data and noticed that the data seems to get masked after interpolating to a Grid object. This is also evident in some of the cases that I put together for [this exa... | closed | 2024-11-18T14:41:39Z | 2024-11-18T18:35:29Z | https://github.com/ARM-DOE/pyart/issues/1691 | [] | lauratomkins | 3 |
babysor/MockingBird | pytorch | 870 | 自己训练wavernn声码器代码有bug | C:\ProgramData\Anaconda3\envs\mockingbird\python.exe E:\workspace\MockingBird\control\cli\vocoder_train.py my_run e:\datasets
Traceback (most recent call last):
File "E:\workspace\MockingBird\control\cli\vocoder_train.py", line 4, in <module>
from models.vocoder.fregan.train import train as train_fregan
Fi... | open | 2023-04-03T05:19:44Z | 2023-08-08T08:49:45Z | https://github.com/babysor/MockingBird/issues/870 | [] | hujb2000 | 5 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 4,076 | Problem in managing languages. | ### What version of GlobaLeaks are you using?
The system version is 4.15.4.
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS, Linux
### Describe the issue
Dears,
I would like to point out a problem in managing languag... | closed | 2024-05-21T07:12:08Z | 2024-06-15T13:15:41Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4076 | [
"T: Enhancement"
] | CEDEssedi | 2 |
lundberg/respx | pytest | 87 | Enhance request pattern matching | To match and mock a request with certain content, *e.g. posted data*, a [request callback](https://lundberg.github.io/respx/api/#request-callback) is currently needed.
It would be nice to have an alternative way in the api, like http method and url, to allow request content matching, as discussed and proposed in #83... | closed | 2020-10-05T19:24:56Z | 2020-11-23T09:03:21Z | https://github.com/lundberg/respx/issues/87 | [
"enhancement"
] | lundberg | 0 |
Nemo2011/bilibili-api | api | 293 | [提议] 将文档编写的重心由 module 转向 example | 一方面 module 里面真没啥可看的,传参的时候 VScode 一预览比看网站 Docs 方便多了,也许能否自动化?
另一方面封装了这么多函数,找不到北,面向需求来写文档示例比较好?https://github.com/Nemo2011/bilibili-api/issues/292
~~实际上每次删增完函数改 module 的文档都很麻烦而且个人感觉没啥用?~~ | open | 2023-05-20T11:19:35Z | 2023-09-13T14:18:04Z | https://github.com/Nemo2011/bilibili-api/issues/293 | [
"documentation",
"GUGU"
] | z0z0r4 | 6 |
sammchardy/python-binance | api | 1,014 | Unresolved import BinanceWithdrawException | I'm trying to make a withdraw code but when i try to import the exception it says "Unresolved import", are the API docs not updated?
`from binance.exceptions import BinanceRequestException, BinanceAPIException, BinanceWithdrawException`
I have everything else working, placing/getting orders, assets, history... bu... | closed | 2021-09-08T19:41:45Z | 2021-09-09T09:27:20Z | https://github.com/sammchardy/python-binance/issues/1014 | [] | mayhem7 | 2 |
explosion/spaCy | deep-learning | 13,279 | ROCm 5.7 + Spacy | Hello, I have a vested interest in taking this over and hopefully finish the process.
Currently we're at version 6.0 of ROCm and Cupy currently has experimental support for 5.7. So we will pin to 5.7 for ROCm in tests for now until Cupy supports 6.0
So here's my testing environment;
 we might need to still get the file name from the server (or guess it) and continue if a partial file already exists.
In ca... | open | 2019-07-10T14:02:11Z | 2021-12-28T12:30:47Z | https://github.com/httpie/cli/issues/789 | [
"enhancement",
"needs product design"
] | mike-pt | 1 |
rio-labs/rio | data-visualization | 62 | Page Rework! | A lot of discussions have come up regarding pages:
1. It's weird that pages inherit from `rio.Component`, rather than `rio.Page`. It's even more confusing, that in addition to the component there is a `rio.Page` object, but that one only stores metadata.
2. Redirects are an often needed feature. While they can be... | closed | 2024-06-13T16:06:18Z | 2024-09-16T17:19:34Z | https://github.com/rio-labs/rio/issues/62 | [
"ideas wanted",
"new feature"
] | mad-moo | 0 |
LibreTranslate/LibreTranslate | api | 137 | Possible to add custom translation | Is it possible to add custom translation? | closed | 2021-09-13T02:15:19Z | 2021-09-13T02:44:08Z | https://github.com/LibreTranslate/LibreTranslate/issues/137 | [] | shan52 | 1 |
healthchecks/healthchecks | django | 295 | Disable authentication? | I use a single-tenant self-hosted instance of healthchecks. I forward auth using traefik to a 3rd party and it works great. However, having to login twice is a pain.
Do you plan to allow disabling auth altogether? | closed | 2019-10-20T20:37:03Z | 2020-12-09T10:01:40Z | https://github.com/healthchecks/healthchecks/issues/295 | [] | karan | 1 |
matplotlib/matplotlib | data-science | 28,908 | [Bug]: Possible performance issue with _LazyTickList | ### Bug summary
The descriptor seems to get called twice and thus the expensive `instance._get_tick(major=True)` is executed twice. Ping @anntzer, who helped craft the implementation.
### Code for reproduction
When adding the following into `_LazyTickList.__get__`
```
if self._major:
... | closed | 2024-09-30T15:58:33Z | 2024-10-01T06:41:12Z | https://github.com/matplotlib/matplotlib/issues/28908 | [
"Performance"
] | timhoffm | 0 |
Farama-Foundation/PettingZoo | api | 1,242 | [Bug Report] broken tests for connect_four in CI | ### Describe the bug
The following tests are failing in CI for any PR:
- `Tutorial tests / tutorial-test (3.8, SB3/connect_four)`
- `Tutorial tests / tutorial-test (3.9, SB3/connect_four)`
- `Tutorial tests / tutorial-test (3.10, SB3/connect_four)`
- `Tutorial tests / tutorial-test (3.11, SB3/connect_four)`
... | closed | 2024-11-22T20:11:02Z | 2024-12-02T16:06:27Z | https://github.com/Farama-Foundation/PettingZoo/issues/1242 | [
"bug"
] | David-GERARD | 1 |
JaidedAI/EasyOCR | pytorch | 640 | error when reading an png | ```
Traceback (most recent call last):
File "testocr.py", line 5, in <module>
result = reader.readtext('1.png')
File "C:\Users\karl\Desktop\test\venv\lib\site-packages\easyocr\easyocr.py", line 385, in readtext
horizontal_list, free_list = self.detect(img, min_size, text_threshold,\
File "C:\Users\k... | closed | 2022-01-10T12:11:37Z | 2022-08-07T05:07:41Z | https://github.com/JaidedAI/EasyOCR/issues/640 | [] | MicalKarl | 8 |
Evil0ctal/Douyin_TikTok_Download_API | api | 454 | 大佬,能搞一个网页解析完以后,一键下载已解析的视频的功能吗? | 一个一个点单独下载有点儿麻烦,希望大佬考虑一下这个功能。 | open | 2024-07-19T07:27:29Z | 2024-07-19T07:27:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/454 | [
"enhancement"
] | zttlovedouzi | 0 |
iperov/DeepFaceLab | deep-learning | 773 | Deepfacelab preview window randomly freezes and causes PC to crash / blue screen. | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
I launch the training (SAE or Quick96) with minimal parameters and i expect the training to run smoothly. Especially that i turned off EVERYTHING while training to maximize the VRAM available.
## Actual be... | closed | 2020-06-07T21:24:08Z | 2020-06-17T04:22:29Z | https://github.com/iperov/DeepFaceLab/issues/773 | [] | House1999 | 6 |
flairNLP/flair | pytorch | 2,761 | UNK tag decrease f1-score | Hello, this is my first time posting ever i will try to be as precise as possible.
i'm training a SequenceTagger model using flair 0.11.2 with 3 tags and i'm having issues with the unwanted add of unk tag to my tag dict which decreases micro f1-score (is it a normal behaviour ?). I've seen other issues about the unk... | closed | 2022-05-12T10:47:45Z | 2022-11-13T08:44:53Z | https://github.com/flairNLP/flair/issues/2761 | [
"question",
"wontfix"
] | NicolasVautier | 2 |
docarray/docarray | fastapi | 1,330 | IOMixin for DocVec (to/from) | We want to support IO functionality in `DocVec` such as from/to json, csv, bytes, etc. For example, to/from json is needed to make it FastAPI-compatible.
However, we can not use the existing IOMixin here as the logic behind DocVec is different from DocList and we'd have to overwrite some functions.
Solution:
Create ... | closed | 2023-04-03T08:42:16Z | 2023-06-28T07:18:38Z | https://github.com/docarray/docarray/issues/1330 | [] | jupyterjazz | 4 |
xlwings/xlwings | automation | 1,847 | Passing empty DataFrame without reset_index() breaks render_template | closed | 2022-03-02T19:29:59Z | 2022-03-07T15:45:21Z | https://github.com/xlwings/xlwings/issues/1847 | [
"bug",
"PRO"
] | fzumstein | 0 | |
gradio-app/gradio | data-visualization | 10,022 | file_types filed does not take compound field extensions like *.nii.gz | - [ ] I have searched to see if a similar issue already exists.
I am using gradio `gr.File` to upload NifTi files which have the extensions `.nii` or their zipped version `.nii.gz` in version `gradio==5.6.0` I am unable to set `file_types =['.nii.gz']` but `file_types =['.gz']`works.
| open | 2024-11-22T20:32:42Z | 2024-11-30T12:24:26Z | https://github.com/gradio-app/gradio/issues/10022 | [
"bug"
] | a-parida12 | 1 |
chainer/chainer | numpy | 7,802 | `static_graph` documentation is broken | https://docs.chainer.org/en/v7.0.0b2/reference/static_graph.html
Code example is broken. | closed | 2019-07-24T08:36:23Z | 2019-08-08T04:26:45Z | https://github.com/chainer/chainer/issues/7802 | [
"cat:document",
"prio:high",
"pr-ongoing"
] | niboshi | 0 |
lukas-blecher/LaTeX-OCR | pytorch | 390 | numpy.dtype size changed, may indicate binary incompatibility. | ```
Traceback (most recent call last):
File "/directory/files/Programs/LaTeX-OCR/pix2tex/cli.py", line 1, in <module>
from pix2tex.dataset.transforms import test_transform
File "/usr/lib/python3.12/site-packages/pix2tex/dataset/transforms.py", line 1, in <module>
import albumentations as alb
File "/... | open | 2024-08-03T15:39:49Z | 2024-09-17T08:49:10Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/390 | [] | payrim | 1 |
allenai/allennlp | nlp | 4,763 | Prediction output changes with same input as while calling multiple times. | I am using **ner-model-2020.02.10.tar.gz** model and i would like to predict.
but when i use the allen nlp object in loop then its behaviour is changing. below is the sample code
```
import re
from allennlp.predictors.predictor import Predictor
ner_var = Predictor.from_path("/home/dheeraj/Desktop/allenNlp/ner-... | closed | 2020-10-30T15:16:04Z | 2020-11-02T17:25:37Z | https://github.com/allenai/allennlp/issues/4763 | [
"question"
] | 2509dk | 3 |
thtrieu/darkflow | tensorflow | 772 | how long does it takes to train a 10000 images dataset. | First, I trained 3-5 images to overfit the model as mentioned by the creator. I used tiny yolo weight and cfg to train this dataset. Once it reached 3000 steps, I test the trained model and it successfully forms the bounding box on the object.
For the second step, once I confirm the model is working fine. Then, I us... | open | 2018-05-23T19:43:31Z | 2018-08-16T18:49:01Z | https://github.com/thtrieu/darkflow/issues/772 | [] | alvinxiii | 3 |
taverntesting/tavern | pytest | 773 | PyPi release for 1.21.0 | I noticed you created 1.21.0, but there's no release on PyPi: https://pypi.org/project/tavern/#history | closed | 2022-04-20T13:53:43Z | 2022-04-23T18:36:26Z | https://github.com/taverntesting/tavern/issues/773 | [] | Safihre | 1 |
unionai-oss/pandera | pandas | 1,681 | Mypy type hinting error for direct column type annotations | **Describe the bug**
A clear and concise description of what the bug is.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandera.
- [ ] (optional) I have confirmed this bug exists on the main branch of pandera.
---
Mypy throws a... | open | 2024-06-13T07:14:40Z | 2024-06-13T07:14:40Z | https://github.com/unionai-oss/pandera/issues/1681 | [
"bug"
] | Girmii | 0 |
plotly/dash-table | dash | 312 | Row ID Support [Sponsored: Due March 1] | Several properties provide features on a per-cell basis (per-cell dropdowns, per-cell tooltips, per-cell borders). Data in the table is provided through a `data` property and this property only contains row indices, column IDs, and the value of that cell for that particular row index and column ID.
The row indices a... | closed | 2018-12-19T22:00:24Z | 2019-04-26T19:56:04Z | https://github.com/plotly/dash-table/issues/312 | [
"dash-meta-sponsored"
] | chriddyp | 3 |
sigmavirus24/github3.py | rest-api | 579 | GithubCore._get doesn't fetch url properly | Using: github3.py==0.9.5
I've tried this both in and out of my virtualenv, I'm running Python 2.7.6, and on Ubuntu 14.04
I'm attempting to open a repository off of a github object. I can successfully login to github, but whenever I call .repository(), I have a None returned.
From inspecting my virtualenv's files, I ... | closed | 2016-02-20T04:45:13Z | 2016-02-20T15:02:48Z | https://github.com/sigmavirus24/github3.py/issues/579 | [] | Ianleeclark | 6 |
numba/numba | numpy | 9,222 | Invalid closure handling in _create_function_from_code_obj | <!--
Thanks for opening an issue! To help the Numba team handle your information
efficiently, please first ensure that there is no other issue present that
already describes the issue you have
(search at https://github.com/numba/numba/issues?&q=is%3Aissue).
-->
## Reporting a bug
<!--
Before submittin... | closed | 2023-10-03T21:48:36Z | 2023-10-11T21:08:29Z | https://github.com/numba/numba/issues/9222 | [
"bug - miscompile",
"bug - regression"
] | ehsantn | 1 |
cupy/cupy | numpy | 8,672 | `rint` not following numpy API | ### Description
`numpy.rint` returns either a ndarray or scalar from: https://numpy.org/doc/stable/reference/generated/numpy.rint.html#numpy.rint
but cupy returns a `cupy.ndarray`, is this expected?
```shell
> python test.py
<class 'numpy.int64'>
<class 'cupy.ndarray'>
[1647 8534 1848 ... 3270 1723 957]
Traceback (m... | closed | 2024-10-16T13:01:21Z | 2024-11-23T17:11:24Z | https://github.com/cupy/cupy/issues/8672 | [
"issue-checked"
] | fedemengo | 2 |
vllm-project/vllm | pytorch | 15,108 | [Usage]: How to use VLLM added functions for torch in a separate environment? | ### Your current environment
Architecture: aarch64
CPU op-mode(s): 64-bit
Byte Order: Little Endian
CPU(s): 160
On-line CPU(s) list: 0-159
Vendor ID: HiSilicon
Model: 0
Thread(s) per core: 1
Core(s) per socket: 40
... | open | 2025-03-19T08:07:08Z | 2025-03-19T08:07:08Z | https://github.com/vllm-project/vllm/issues/15108 | [
"usage"
] | luentong | 0 |
OWASP/Nettacker | automation | 187 | Using socks proxy template as python decorator | We can use the socks proxy template as a python decorator, instead of repeating the following code every time we can just use a decorator, for e.g. `@socks_proxy` over every function that needs it.
codes...
if socks_proxy is not None:
socks_version = socks.SOCKS5 if socks_proxy.starts... | closed | 2018-10-25T18:03:57Z | 2021-02-02T21:33:10Z | https://github.com/OWASP/Nettacker/issues/187 | [
"enhancement"
] | abhisharma404 | 3 |
MaartenGr/BERTopic | nlp | 1,600 | General question? | Hi, for your sample code. Different Values will result different results, what is the method to find ?
| open | 2023-10-29T21:26:03Z | 2023-11-07T07:53:20Z | https://github.com/MaartenGr/BERTopic/issues/1600 | [] | yml-blog | 1 |
plotly/dash | flask | 2,297 | [BUG] High CPU usage when typing in text field and plotly graphs on screen |
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip list | grep dash` below
```
dash 2.6.2
dash-bootstrap-components 1.2.1
dash-bootstrap-templates 1.0.4
dash-core-components ... | closed | 2022-11-03T13:29:58Z | 2024-07-24T17:38:49Z | https://github.com/plotly/dash/issues/2297 | [] | astrowonk | 1 |
microsoft/JARVIS | pytorch | 3 | april fools ? | weird feeling that is a joke, looking forward for the code | closed | 2023-03-31T10:27:25Z | 2023-04-03T11:30:13Z | https://github.com/microsoft/JARVIS/issues/3 | [] | seshubonam | 0 |
sgl-project/sglang | pytorch | 4,678 | [Feature] Support Ray Backend for distributed inference | ### Checklist
- [x] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.
- [x] 2. Please use English, otherwise it will be closed.
### Motivation
We request Ray for distributed inference orc... | open | 2025-03-22T18:20:42Z | 2025-03-23T18:27:51Z | https://github.com/sgl-project/sglang/issues/4678 | [] | Jeffwan | 2 |
home-assistant/core | python | 141,068 | Backup failing when coping to Google drive. | ### The problem
Since 2025.3 beta I have seen an occasional failure with the built in back up uploading to Google Drive. The log error ```Logger: homeassistant.components.backup
Source: components/backup/manager.py:579
integration: Backup (documentation, issues)
First occurred: 2:22:46 AM (1 occurrences)
Last logged: ... | open | 2025-03-21T15:21:54Z | 2025-03-21T15:21:54Z | https://github.com/home-assistant/core/issues/141068 | [] | bschatzow | 0 |
ranaroussi/yfinance | pandas | 1,540 | yfinance 0.2.18 not importing financials (balance sheet, cashflows, P&L) | import yfinance as yf
aapl=yf.Ticker('AAPL')
aaple.get_balance_sheet
OUTPUT: <bound method TickerBase.get_balance_sheet of yfinance.Ticker object <AAPL>>
But no df with the actual statements
yfinance version 0.2.18 in Jupyter notebook from Anaconda running Python version 3.8.8 in a Macbook Pro | closed | 2023-05-24T17:35:13Z | 2023-05-26T13:24:45Z | https://github.com/ranaroussi/yfinance/issues/1540 | [] | SebasHuayamares | 4 |
LAION-AI/Open-Assistant | machine-learning | 2,650 | editable prompt(L0) in chat | I see no practical reason not to make the first user message editable. One can superficially give a `Hi` prompt. | closed | 2023-04-17T08:52:54Z | 2023-04-19T08:54:29Z | https://github.com/LAION-AI/Open-Assistant/issues/2650 | [] | Majdoddin | 2 |
JaidedAI/EasyOCR | deep-learning | 506 | Problem about Convert the recognition torch model to Onnx | Hello, when I convert the recognition model to onnx model, a problem occured like this:

Code:
```python
torch.onnx.export(model,
(torch.from_numpy(np.array(image)), torch.from_num... | closed | 2021-08-06T03:45:57Z | 2022-02-15T08:00:56Z | https://github.com/JaidedAI/EasyOCR/issues/506 | [] | RyanCCC | 4 |
liangliangyy/DjangoBlog | django | 310 | 关于no-reply邮箱的修改 | 你好,
我申请了域名邮箱,但是在代码里面哪块加入邮箱,我现在已经部署上去了,但是注册邮箱还有问题。谢谢 | closed | 2019-08-21T09:40:33Z | 2019-08-21T15:33:49Z | https://github.com/liangliangyy/DjangoBlog/issues/310 | [] | lihao0214 | 1 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 267 | result["windowId"] TypeError: 'NoneType' object is not subscriptable | Hi, I am developing a script on my laptop and everything is good.
When I tried to move the script to my client's laptop, it didn't work, and I noticed something odd with Chrome. (Even when I go to the URL, the bar still says `about:blank`)
I checked we have the same Chrome version and the same Python packages (I used... | closed | 2024-09-05T14:57:55Z | 2024-09-24T17:50:48Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/267 | [
"needs information"
] | Youssefbenhammouda | 2 |
postmanlabs/httpbin | api | 144 | /redirect endpoint does a relative redirect, even though we have a /relative-redirect endpoint | ```
$ curl -I https://httpbin.org/redirect/200
HTTP/1.1 302 FOUND
Access-Control-Allow-Origin: *
Content-length: 233
Content-Type: text/html; charset=utf-8
Date: Sun, 22 Jun 2014 00:46:09 GMT
Location: /redirect/199
Server: gunicorn/18.0
Connection: keep-alive
$ curl -I https://httpbin.org/relative-redirect/200
HTTP/1... | closed | 2014-06-22T00:49:44Z | 2018-04-26T17:51:02Z | https://github.com/postmanlabs/httpbin/issues/144 | [
"bug"
] | kevin1024 | 12 |
davidsandberg/facenet | computer-vision | 811 | Why triplet loss is limited by 0? | Hi everyone,
Can someone explain why the triplet loss is limited by 0? Why triplet loss can't be negative?
```python
with tf.variable_scope('triplet_loss'):
pos_dist = tf.reduce_sum(tf.square(tf.subtract(anchor, positive)), 1)
neg_dist = tf.reduce_sum(tf.square(tf.subtract(anchor, negative)), 1)
... | closed | 2018-07-11T03:40:11Z | 2019-04-10T14:18:15Z | https://github.com/davidsandberg/facenet/issues/811 | [] | truonghaophu | 7 |
feature-engine/feature_engine | scikit-learn | 814 | LagFeatures not working properly? | Hello all,
I have a problem using LagFeatures from Feature-engine. When I use the code below, I think that data_test should not contain NaN values in the first lines, because the lag features will be created from the last lines of data_train. That's why I thought the term ".transform" was used. When I run this cod... | closed | 2024-09-17T13:59:02Z | 2024-11-02T18:40:36Z | https://github.com/feature-engine/feature_engine/issues/814 | [
"question"
] | nezirspanca | 1 |
kymatio/kymatio | numpy | 351 | `to` function | TODO (edited by EO):
- [x] method `.to()` for 1D
- [x] method `.to()` for 2D
- [x] method `.to()` for 3D
PyTorch tensors have a `to` function (see https://pytorch.org/docs/stable/tensors.html#torch.Tensor.to), which combines datatype conversion and device copy (i.e., `cpu()` and `cuda()` functions). It might be... | closed | 2019-02-27T20:24:36Z | 2019-06-16T19:44:56Z | https://github.com/kymatio/kymatio/issues/351 | [
"API",
"1D",
"2D",
"3D"
] | janden | 1 |
scikit-optimize/scikit-optimize | scikit-learn | 1,200 | using BayesSearchCV AttributeError module 'numpy' has no attribute 'int'. np.int was a deprecated alias for the builtin int. To avoid this error in existing code, use int by itself. Doing this will not modify any behavior and is safe. When replacing np.int, you may wish to use e.g. np.int64 or np.int32 to specify the p... | when run bayes_cv.fit() get error
AttributeError module 'numpy' has no attribute 'int'. np.int was a deprecated alias for the builtin int. To avoid this error in existing code, use int by itself. Doing this will not modify any behavior and is safe. When replacing np.int, you may wish to use e.g. np.int64 or np.int... | open | 2024-01-17T16:22:23Z | 2024-01-31T00:39:50Z | https://github.com/scikit-optimize/scikit-optimize/issues/1200 | [] | zeron-G | 4 |
Ehco1996/django-sspanel | django | 794 | introcude https://github.com/charliermarsh/ruff | closed | 2023-02-21T02:11:43Z | 2023-04-30T02:16:23Z | https://github.com/Ehco1996/django-sspanel/issues/794 | [
"help wanted",
"Stale"
] | Ehco1996 | 0 | |
thtrieu/darkflow | tensorflow | 1,078 | Darkflow trained weights conversions to other libraries | Is it not possible to use your trained weights from Darkflow into Darknet or YOLO? Or convert your weights into a Caffemodel?
My biggest issue with Darkflow is that there is no object ID for the objects detected and its not a Darkflow exclusive problem but I can remedy this if I can convert my model into a caffemodel... | open | 2019-09-16T09:04:57Z | 2019-09-16T09:04:57Z | https://github.com/thtrieu/darkflow/issues/1078 | [] | BraVader777 | 0 |
numpy/numpy | numpy | 28,071 | TYP: inconsistent static typing of `float64` addition | ### Describe the issue:
This is a regression due to changes in Numpy 2.2. The bug is correctly identified both by Mypy and Pyright. The given error message is from Mypy. I initially mentioned this problem in #27957 and was asked by @jorenham to report it separately. See #27957 for more information.
### Reproduce ... | closed | 2024-12-27T23:15:40Z | 2025-01-06T22:52:33Z | https://github.com/numpy/numpy/issues/28071 | [
"00 - Bug",
"41 - Static typing"
] | tyralla | 0 |
neuml/txtai | nlp | 540 | Expand the graph capabilities to enable advanced graph traversal. | # REQUEST
I hope this isn't to overwhelming of a request. This would make TxtAI's graph act more like other graph DBs I've used and would open up a lot of possibilities for more sophisticated and accurate queries.
I've added links to the other requests I made such as node id assignment on insert and filtering d... | closed | 2023-08-30T14:54:38Z | 2024-02-20T16:56:00Z | https://github.com/neuml/txtai/issues/540 | [] | dustyatx | 7 |
FlareSolverr/FlareSolverr | api | 1,115 | FlareSolverr Breaks with VPN | ### 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 hav... | closed | 2024-03-09T03:11:20Z | 2024-04-01T21:32:15Z | https://github.com/FlareSolverr/FlareSolverr/issues/1115 | [
"more information needed"
] | tylort69 | 1 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 62 | Line numbers are clipped on Firefox | Screenshot for https://nn.labml.ai/cfr/index.html#section-0

Using Firefox 89.0.1 (64-bit) on Linux
Removing the width from `.lineno` seems to fix it:
```css
span.lineno {
width: 20px;
}
```
... | closed | 2021-06-23T06:42:51Z | 2021-06-23T08:24:58Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/62 | [] | captn3m0 | 2 |
ultralytics/ultralytics | pytorch | 19,488 | Yolo12 batch size | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi,
I have a question about the batch size when using yolo12. I want to com... | open | 2025-03-01T13:46:54Z | 2025-03-12T15:24:01Z | https://github.com/ultralytics/ultralytics/issues/19488 | [
"question",
"detect"
] | RobbStarkAustria | 11 |
iperov/DeepFaceLab | deep-learning | 917 | Merger(SAEHD) crashes in interactive mode when switching from help screen to main screen. | ## Expected behavior
Running '_7) merge SAEHD.bat_' launches the merger.
If you select 'Yes' on the interactive merger option the merger launches with a GUI which starts on the help screen.
From the help screen you can switch to the main / preview screen by pressing tab.
## Actual behavior
When attempt... | open | 2020-10-04T18:32:08Z | 2023-06-08T21:27:07Z | https://github.com/iperov/DeepFaceLab/issues/917 | [] | sandstrand | 7 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,434 | [Bug]: Including reverse proxy like this is a huge security liability + bugs | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-08-28T03:12:58Z | 2024-08-28T03:12:58Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16434 | [
"bug-report"
] | nickheyer | 0 |
iperov/DeepFaceLab | machine-learning | 934 | Cannot increase CPU allocation in OpenCL 1.0 | ## Expected behavior
Facial extraction should use max resources available
## Actual behavior
While extracting faces, the CPU allocation doesn't increase beyond 20%.
I tried manually setting Python on "realtime/high" priority, but it makes no change in it whatsoever.
## Steps to reproduce
Run the "4) da... | open | 2020-10-31T11:35:30Z | 2023-06-08T21:51:07Z | https://github.com/iperov/DeepFaceLab/issues/934 | [] | DrCurious96 | 1 |
pydata/pandas-datareader | pandas | 948 | pandas_datareader.nasdaq_trader get_nasdaq_symbols() returned dataframe treat stock symbol "NA" as number, and empty | code:
```
from pandas_datareader.nasdaq_trader import get_nasdaq_symbols
df = get_nasdaq_symbols() ... | open | 2022-11-09T18:18:31Z | 2022-11-09T18:18:31Z | https://github.com/pydata/pandas-datareader/issues/948 | [] | mw66 | 0 |
gradio-app/gradio | deep-learning | 10,458 | Lite: Plotly doesn't work when installed along with altair | ### Describe the bug
In the `outbreak_forecast` demo running on Lite,
Plotly throws the following error.
`plotly==6.0.0` was released and it depends on `narwhals>=1.15.0` (https://github.com/plotly/plotly.py/blob/v6.0.0/packages/python/plotly/recipe/meta.yaml#L28).
However, installing `altair` leads to install `narwh... | closed | 2025-01-29T07:53:43Z | 2025-01-30T07:20:21Z | https://github.com/gradio-app/gradio/issues/10458 | [
"bug",
"gradio-lite"
] | whitphx | 2 |
tortoise/tortoise-orm | asyncio | 1,525 | how to use group_concat with group by in tortoise??? | ```python
from pypika.terms import Function
from tortoise import Tortoise
from tortoise.expressions import Aggregate
class GroupConcatFunction(Function):
def __init__(self, term, *default_values, **kwargs):
super(GroupConcatFunction, self).__init__("GROUP_CONCAT", term, *default_values, **kwargs)
... | open | 2023-12-12T07:41:34Z | 2023-12-12T07:41:34Z | https://github.com/tortoise/tortoise-orm/issues/1525 | [] | yodew | 0 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 496 | 关于`在llama.cpp部署chinese-alpaca-2-7b-64k-hf,运行make LLAMA_CUBLAS=1发生的错误 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2024-01-05T14:14:40Z | 2024-01-27T23:53:02Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/496 | [
"stale"
] | liaoran321 | 4 |
InstaPy/InstaPy | automation | 6,146 | '<' not supported between instances of 'int' and 'str' | ## Expected Behavior
it is a work in progress, focus on the follow task
it is supposed to just follow the followers of the username i input there
## Current Behavior
it hits me with Sorry, an error occurred: '<' not supported between instances of 'int' and 'str'
## Possible Solution (optional)
something to do wit... | closed | 2021-04-11T17:15:44Z | 2021-11-30T03:23:58Z | https://github.com/InstaPy/InstaPy/issues/6146 | [
"wontfix"
] | ghost | 2 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 776 | [BUG]: No Jobs Applied and No JSON Files Created During Data Collection Process in main.py | ### Describe the bug
Despite the successful start of the data collection process, no JSON files are created, and not a single job is applied, even though the score is being matched at 4.
### Steps to reproduce
1. **Use Branch Named:** `.main.`
2. **Run Program Using Command:**
```bash
python main.py --colle... | closed | 2024-11-07T16:49:45Z | 2025-01-01T02:04:36Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/776 | [
"bug",
"stale"
] | ViralBiyawala | 3 |
idealo/imagededup | computer-vision | 213 | CUDA OOM | Hi, I have this code:
```
import os
from pathlib import Path
from imagededup.methods import CNN
cnn_encoder = CNN()
image_dir = Path("**************************************************")
for item in os.listdir(image_dir):
current_path = str(image_dir) + "/" + item
if os.path.isdir(current_path):
... | open | 2024-01-23T14:09:27Z | 2024-09-30T04:46:09Z | https://github.com/idealo/imagededup/issues/213 | [] | jilek-josef | 3 |
vitalik/django-ninja | rest-api | 357 | Setting DjangoAuth should automatically set csrf to True |
*As per the documentation, csrf has to be turned on in order to use DjangoAuth as the authentication layer.
I think it would be simpler, if the property would automatically be set to true when the user sets the auth layer to django, instead of throwing an error and requiring the user to explicitly enable it.
Y... | closed | 2022-02-11T20:41:13Z | 2025-03-09T20:55:53Z | https://github.com/vitalik/django-ninja/issues/357 | [] | greatjack1 | 0 |
PaddlePaddle/PaddleHub | nlp | 2,209 | 百度翻译模型使用-RuntimeError: Invalid Sign | import paddlehub as hub
module = hub.Module(name='baidu_translate')
result = module.translate("I like panda")
print(result)
运行会报错:
RuntimeError: Invalid Sign
File "/xxx/baidu_translate/module.py", line 68, in translateraise RuntimeError(result['error_msg'])
RuntimeError: Invalid Sign
请教一下这个签名要咋弄呢!我看... | open | 2023-02-22T11:10:19Z | 2024-02-26T05:00:10Z | https://github.com/PaddlePaddle/PaddleHub/issues/2209 | [] | zgz757183190 | 3 |
ultralytics/ultralytics | deep-learning | 19,843 | OBB data to AABB data conversion and model training | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi team,
I have trained using the YOLO v8 OBB model and it worked fine and t... | open | 2025-03-24T18:28:11Z | 2025-03-24T18:29:16Z | https://github.com/ultralytics/ultralytics/issues/19843 | [
"question",
"OBB"
] | senthurram03 | 1 |
yezz123/authx | pydantic | 518 | 📝 Generate API documentation & add docstrings | closed | 2024-01-24T22:59:13Z | 2024-03-11T00:18:37Z | https://github.com/yezz123/authx/issues/518 | [
"documentation"
] | yezz123 | 0 | |
aio-libs/aiomysql | asyncio | 51 | add more pep492 support for Engine, SAConnection, Transaction | closed | 2016-01-04T22:41:26Z | 2016-01-18T19:16:46Z | https://github.com/aio-libs/aiomysql/issues/51 | [] | jettify | 0 | |
sloria/TextBlob | nlp | 274 | The lemmatize() method converts the word "was" to "wa" | open | 2019-06-29T17:27:30Z | 2019-06-29T17:33:42Z | https://github.com/sloria/TextBlob/issues/274 | [] | shreeyamody | 0 | |
pydantic/FastUI | fastapi | 105 | TypeError: Interval() takes no arguments | Operating system: Windows 11
Python version: 3.9.7
FastUI version: 0.3.0
Error:
```console
Traceback (most recent call last):
File "D:\Learning\FastUI\fastui-demo\main.py", line 5, in <module>
from fastui import FastUI, AnyComponent, prebuilt_html, components as c
File "D:\Learning\FastUI\fastui-d... | closed | 2023-12-17T20:48:09Z | 2024-04-13T17:16:20Z | https://github.com/pydantic/FastUI/issues/105 | [] | anorprogrammer | 4 |
ARM-DOE/pyart | data-visualization | 1,114 | BUG: NEXRAD Level3 DPR product reading | I am doing project on Quantitative Precipitation Estimation using WSR 88D Radar. I am comparing NEXRAD L3 Digital Precipitation Rate with actual Rain Rate from TRMM GV Rain Gauges.
Looks like the data being read in the below snippet does not scale the rain rate data correctly.
https://github.com/ARM-DOE/pyart/blob/... | closed | 2022-04-16T21:42:24Z | 2022-04-19T00:38:04Z | https://github.com/ARM-DOE/pyart/issues/1114 | [
"Easy Fix",
"Bug"
] | jaypotnis | 7 |
erdewit/ib_insync | asyncio | 437 | incorrect avgCost for future's position | I have an issue with the entry price of the position of futures.
When I have a future position, it shows avgCost as margin, not the future's entry price.
How can I fix this or how can I get the entry price for futures somehow?
| closed | 2022-02-04T04:39:07Z | 2022-02-06T11:08:42Z | https://github.com/erdewit/ib_insync/issues/437 | [] | shinhwas | 1 |
ultralytics/ultralytics | deep-learning | 19,469 | PytorchStreamReader failed reading zip archive: failed finding central directory / The amp parameter cannot be set to True | ### 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
RuntimeError Traceback (most recent call last)
Cell In[3], [line 73](vscode-not... | open | 2025-02-28T02:42:59Z | 2025-03-05T06:14:26Z | https://github.com/ultralytics/ultralytics/issues/19469 | [
"bug",
"dependencies",
"segment"
] | yijiangWang0316 | 21 |
cobrateam/splinter | automation | 1,028 | transfer project ownership to jazzband | Hello @jsfehler . Cobrateam seems dead and splinter does not see much activity.
Would you please consider transferring ownership to [Jazzband](https://github.com/jazzband/)? It's an organization of volunteer python maintainers specialized in the python ecosystem. I appreciate splinter and I would like for it to keep l... | closed | 2022-04-12T20:53:59Z | 2022-05-03T14:37:55Z | https://github.com/cobrateam/splinter/issues/1028 | [] | deronnax | 15 |
plotly/dash-core-components | dash | 129 | Difficulty emulating vanilla anchor tags with dcc.Link | The `dcc.Link` component renders as `<a>` tags without an `href` attribute, since the routing is all taken care of in the React side of things. This means that out of the box these links don't receive the default linkified browser styles of underline and pointer cursor on hover etc as well as the browser providing a pr... | closed | 2017-12-18T06:08:23Z | 2018-11-29T11:14:51Z | https://github.com/plotly/dash-core-components/issues/129 | [
"dash-meta-good_first_issue"
] | ned2 | 3 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 351 | Clone | closed | 2020-05-26T09:17:56Z | 2020-06-25T07:42:55Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/351 | [] | syrakusmrdrte | 0 | |
vimalloc/flask-jwt-extended | flask | 312 | @jwt.user_identity_loader not found | closed | 2020-01-25T10:27:27Z | 2020-01-25T22:45:43Z | https://github.com/vimalloc/flask-jwt-extended/issues/312 | [] | jocelindegni | 2 | |
developmentseed/lonboard | jupyter | 608 | Validate geoarrow data type? | This example silently renders nothing because the default numpy data type is int64, not float64. Setting `dtype=np.float64` fixes rendering. We should have some sort of validation about the data type.
```py
import numpy as np
from lonboard import ScatterplotLayer, Map
import pyarrow as pa
lon = np.array([1, 2,... | open | 2024-08-20T21:27:11Z | 2024-08-20T21:27:12Z | https://github.com/developmentseed/lonboard/issues/608 | [] | kylebarron | 0 |
man-group/notebooker | jupyter | 136 | Different email address for failed and succeeded reports | It might make sense to split the target email address into two:
- one for reports that succeeded - these normally go to the target audience
- another for reports that failed - which might go to tech/support team | closed | 2023-02-03T07:50:53Z | 2023-05-18T07:41:38Z | https://github.com/man-group/notebooker/issues/136 | [] | marcinapostoluk | 0 |
nerfstudio-project/nerfstudio | computer-vision | 2,893 | giant gaussian splatting PR changed interface w/out updating subclasses | @kerrj
The giant gsplat PR ( https://github.com/nerfstudio-project/nerfstudio/pull/2521 ) made some fundamental changes to the base `Model` interface: https://github.com/nerfstudio-project/nerfstudio/pull/2521/files#diff-af162ec636880cabea6b139c132cd4f728849d7e81e2fc7d4ae797b33cf471b9
But the PR neglected to als... | open | 2024-02-10T03:36:11Z | 2024-02-10T03:36:11Z | https://github.com/nerfstudio-project/nerfstudio/issues/2893 | [] | pwais | 0 |
hankcs/HanLP | nlp | 776 | 依存分析设置使用感知机分词之后,标点符号的依存关系错误 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-03-30T04:05:25Z | 2020-01-01T10:50:38Z | https://github.com/hankcs/HanLP/issues/776 | [
"ignored"
] | zongwu233 | 4 |
gradio-app/gradio | data-science | 10,220 | Fix UploadText component when height is less than 128px | ### Describe the bug
`UploadText` needs some rejigging to ensure it doesn't get cut off when the height is less than 128px.
<img width="600" alt="Screenshot 2024-12-17 at 14 58 42" src="https://github.com/user-attachments/assets/6b0b82c2-f646-449d-9542-b4a446e53a03" />
### Have you searched existing issues? 🔎... | open | 2024-12-17T16:59:11Z | 2024-12-17T17:02:53Z | https://github.com/gradio-app/gradio/issues/10220 | [
"bug"
] | hannahblair | 1 |
JaidedAI/EasyOCR | machine-learning | 575 | (Japanese) Furigana recognition | Seems like currently EasyOCR doesn't detect which characters are furigana readings for kanji.
In example, for this image:

The output of "easyocr -l ja -f furigana.png --detail=0 --paragraph=1" is:
... | closed | 2021-10-24T11:18:00Z | 2022-08-07T05:00:32Z | https://github.com/JaidedAI/EasyOCR/issues/575 | [] | madmalkav | 0 |
stanfordnlp/stanza | nlp | 893 | [QUESTION] Export to onnx format | I try to convert the pre-trained models into onnx format. I use explanation of how to do it from https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html
I created a fork from stanza for this experiment here https://github.com/vivkvv/stanza. See also my commits https://github.com/vivkvv/stanza/c... | open | 2021-12-08T11:23:53Z | 2023-07-17T08:34:54Z | https://github.com/stanfordnlp/stanza/issues/893 | [
"enhancement",
"question"
] | vivkvv | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.