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
HIT-SCIR/ltp
nlp
1
整理相关文档
整理相关文档,撰写Wiki等。
closed
2011-06-09T06:11:51Z
2013-09-01T07:22:31Z
https://github.com/HIT-SCIR/ltp/issues/1
[]
carfly
0
apify/crawlee-python
web-scraping
951
Template issues failing docker image build and error in camoufox template
1) poetry-plugin-export and poetry missmatch Few weeks back poetry v2 was released. Currently actor template generated docker file build will fail on poetry-plugin-export dependency resolution as it wants version two, but our poetry is locked to <2 ``` Because no versions of poetry-plugin-export match >1.9.0,<2.0.0 2...
closed
2025-02-03T07:21:47Z
2025-02-03T10:44:12Z
https://github.com/apify/crawlee-python/issues/951
[ "bug", "t-tooling" ]
Pijukatel
0
laurentS/slowapi
fastapi
39
Add to docs limiter must be below the route annotation in order to work
This works ``` @router.get("/test") @limiter.limit("2/minute") async def test( request: Request ): return "hi" ``` but this doesnt ``` @limiter.limit("2/minute") @router.get("/test") async def test( request: Request ): return "hi" ``` That would be useful for beginners to...
closed
2021-02-23T12:49:58Z
2021-03-14T00:01:12Z
https://github.com/laurentS/slowapi/issues/39
[]
transfluxus
0
paperless-ngx/paperless-ngx
machine-learning
7,612
[BUG] rror occurred while consuming: UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 60-61: invalid continuation byte
### Description ![Screenshot by Dropbox Capture](https://github.com/user-attachments/assets/18be4d6b-92f7-4998-b6b7-24610bd32286) Adding documents in German and getting bunch of errors like the following. Scanning the documents using ScanSnap IX1500 Here is my docker config ``` version: '3.8' services: brok...
closed
2024-09-02T22:52:04Z
2024-10-01T07:44:22Z
https://github.com/paperless-ngx/paperless-ngx/issues/7612
[ "not a bug" ]
tural-ali
1
albumentations-team/albumentations
machine-learning
1,767
Can I inform the initial bounding box visibilities?
## My Question Is it possible to inform a transformation what is the initial visibility of each bounding box? As far as I know, the transformation always assume that the objects are 100% visible in the before the transformation. But in real life, that is not always the case ### Additional Context I work wit...
open
2024-06-03T13:18:11Z
2024-06-04T09:10:22Z
https://github.com/albumentations-team/albumentations/issues/1767
[ "question", "Need more info" ]
gui-miotto
3
RobertCraigie/prisma-client-py
asyncio
418
Decimal breaks sqlserver schema
## Bug description prisma generate produces no output, the prisma client is not generated with the following schema: ## How to reproduce prisma generate ## Expected behavior The prisma client is generated ## Prisma information ```prisma datasource db { provider = "sqlserver" url = "" }...
closed
2022-06-03T14:17:41Z
2022-06-03T19:37:38Z
https://github.com/RobertCraigie/prisma-client-py/issues/418
[ "kind/question", "topic: types" ]
nitedani
1
AirtestProject/Airtest
automation
774
Android 10 MaxTouch 传入的 x.y是整数的时候 transform转换出来的总是0 touch方法不work
Android 10 MaxTouch 传入的 x.y是整数的时候 transform转换出来的总是0 touch方法不work. 使用的是python 2.7的环境
closed
2020-07-23T12:03:32Z
2020-07-31T02:32:01Z
https://github.com/AirtestProject/Airtest/issues/774
[]
fredlluo
1
pnkraemer/tueplots
matplotlib
104
ICLR 2023 bundle
Would it be possible to add the style bundle for iclr 2023?
closed
2022-08-30T13:35:40Z
2022-09-16T14:43:29Z
https://github.com/pnkraemer/tueplots/issues/104
[]
gisilvs
2
jazzband/django-oauth-toolkit
django
621
ValueError: invalid literal for int() with base 10: 'abcdefg' (/o/applications/{pk}/)
Is there a reason to have this regex in urls.py `[\w-]` instead of `[0-9^/]` (for `pk`)? Visit for example: http://example.com/o/applications/1asdgsdg/, you will get this error: > ValueError: invalid literal for int() with base 10: '1asdgsdg' Take a look at this pull request:
closed
2018-07-11T07:56:12Z
2020-10-16T15:02:35Z
https://github.com/jazzband/django-oauth-toolkit/issues/621
[]
ptrojanowski
1
ray-project/ray
machine-learning
51,120
CI test linux://doc:doc_code_cgraph_overlap is consistently_failing
CI test **linux://doc:doc_code_cgraph_overlap** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8711#01956a36-520a-4bea-a351-c4b739770614 - https://buildkite.com/ray-project/postmerge/builds/8711#01956a0e-a7de-4ac8-a743-147f7e001fb9 DataCaseName-linux://doc:doc_code_cg...
closed
2025-03-06T07:25:41Z
2025-03-07T22:35:15Z
https://github.com/ray-project/ray/issues/51120
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
7
getsentry/sentry
python
87,094
Clickup Connection not working - Infinite Spinner
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Video: https://www.loom.com/share/677562533f7842ba826c93032c26d17b?sid=91cc82d1-2013-47e3-b9a7-073ef2340dda Try to connect Clickup with Sentry following the documentation. This issue was mentioned here and at least for me it is not solved: https://g...
open
2025-03-14T16:37:43Z
2025-03-18T19:35:02Z
https://github.com/getsentry/sentry/issues/87094
[ "Product Area: Settings - Integrations" ]
ik4Rus
3
onnx/onnxmltools
scikit-learn
504
Unsupported objective 'quantile' for LGBMRegressor
### Issue description When trying to run `onnxmltools.convert_lightgbm` on a `lightgbm.sklearn.LGBMRegressor` model with `objective='poisson'`, the conversion fails with a RuntimeError. ### Open PR This is an update. O just saw [this pull request](https://github.com/onnx/onnxmltools/pull/503). By directly applyi...
closed
2021-10-03T13:05:20Z
2021-10-04T11:41:29Z
https://github.com/onnx/onnxmltools/issues/504
[]
brunovilar
1
vitalik/django-ninja
pydantic
689
Just a share, Developed a web-admin system with django-ninja
Hi @vitalik This is Jerry, Before I used DRF to develop applications. When I find out about Django-ninja I loved it right away. So I used Django-ninja and Vue3 to develop a web-admin system, welcome you to visit my project and provide some suggestions. Thank you a lot. _Project address_: [Fuadmin Code](https://gi...
closed
2023-02-25T07:44:56Z
2023-04-20T17:40:40Z
https://github.com/vitalik/django-ninja/issues/689
[]
FuAdmin
3
marimo-team/marimo
data-science
3,176
Persistent cache with auto-cleanup
### Description ### Objective Enable https://github.com/marimo-team/marimo/issues/3054 (option to save all cell results by default) in a scalable way. ### Assumptions 1. Stable cell_ids across marimo app instances (both on the same and different machines) and branches/commits. See more details [here](https://github....
open
2024-12-15T18:10:25Z
2025-02-07T12:31:00Z
https://github.com/marimo-team/marimo/issues/3176
[ "enhancement" ]
leventov
37
PokemonGoF/PokemonGo-Bot
automation
5,620
Feature request: FollowPath with different vehicles
### Short Description It would be nice if, for every point in the path for the FollowPath task, you could indicate which vehicle should be simulated. - walking (default) - bicycle (speed around 20 km/h) - car (max speed as indicated by the google maps api?) - plane (900 km/h, no connection to the API for the flying ti...
open
2016-09-22T20:21:24Z
2016-09-30T11:43:12Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5620
[ "Feature Request" ]
janpascal
5
flavors/django-graphql-jwt
graphql
198
@login_required returns 200 instead of 401
When there is no a jwt token or token is invalid, I've got 200 status from server. That's an issue, it should return 401 status, we can't every time check a payload in a successful response. I've seen the same topic here https://github.com/flavors/django-graphql-jwt/issues/68, but django-graphql-extensions doesn't all...
closed
2020-05-10T20:20:46Z
2020-05-17T14:10:27Z
https://github.com/flavors/django-graphql-jwt/issues/198
[]
PetrShchukin
1
AutoGPTQ/AutoGPTQ
nlp
283
Fail to Install from source when using docker
root@docker-desktop:/data1/llm/code/AutoGPTQ# pip install . Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Processing /data1/llm/code/AutoGPTQ Preparing metadata (setup.py) ... done Requirement already satisfied: accelerate>=0.19.0 in /usr/local/lib/python3.10/dist-packages (from auto-gp...
closed
2023-08-24T14:05:05Z
2024-03-28T11:50:53Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/283
[ "bug" ]
jackaihfia2334
10
hzwer/ECCV2022-RIFE
computer-vision
361
测试MiddleBurySet结果时候细节略微模糊
作者你好,我再使用你的参数来对MiddleBurySet进行推理时,发现对很多样本的插帧存在细节模糊等问题,这个你有研究过如何产生的吗。我跑了多个模型,其实都存在这个问题,很少能够非常好的保留出细节 ![GT](https://github.com/megvii-research/ECCV2022-RIFE/assets/49989322/9da55bd7-6948-446d-9ac9-372cde0f4544) ![rife](https://github.com/megvii-research/ECCV2022-RIFE/assets/49989322/6f4727e7-1ee4-401f-9596-506e0baa5735...
open
2024-03-27T08:42:14Z
2024-03-27T15:39:23Z
https://github.com/hzwer/ECCV2022-RIFE/issues/361
[]
11923303233
1
jonaswinkler/paperless-ng
django
591
[BUG] Experienced an exception upon (re-)archiving of PDF documents.
Experienced an exception upon (re-)archiving of PDF docs. **To Reproduce** Steps to reproduce the behavior: 1. $ cd /home/user/path_to_paperless_ng_container 2. $ docker-compose exec webserver document_archiver --overwrite 3. ~25% of documents processed (~6 with Corrupt JPEG data, and 1 with CreationDate could...
closed
2021-02-21T23:46:52Z
2021-02-22T22:48:11Z
https://github.com/jonaswinkler/paperless-ng/issues/591
[ "bug", "fixed in next release" ]
git-help-eng
6
pydantic/FastUI
pydantic
172
Audio component
It would be great to have an audio recording and playback components. With OpenAI Whisper for audio transcription and fast advances in TTS (Text To Speech) models, there are a lot of use cases for recording and playing back audio. See for example https://ttsdemo.themetavoice.xyz/
closed
2024-02-08T19:02:18Z
2024-02-09T07:13:47Z
https://github.com/pydantic/FastUI/issues/172
[]
chemeris
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
385
[BUG] 好多接口400了
***发生错误的平台?*** 抖音 ***发生错误的端点?*** API-V4.0 ***提交的输入值?*** https://douyin.wtf/api/douyin/web/fetch_one_video?aweme_id=7345492945006595379 [短视频链接](https://douyin.wtf/api/douyin/web/fetch_one_video?aweme_id=7345492945006595379) ***是否有再次尝试?*** 是,发生错误后错误依旧存在。
closed
2024-05-11T08:28:11Z
2024-05-12T04:02:26Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/385
[ "BUG" ]
idcim
1
dynaconf/dynaconf
fastapi
1,203
[RFC] Load databricks job parameters
**Is your feature request related to a problem? Please describe.** I love dynaconf it's a perfect tool. However, the company I'm in is using databricks and I was running my code (with dynaconf in it) Databricks have a notion of "Jobs" that can have "parameters". However, they're not passed as environment variab...
closed
2024-12-09T16:38:36Z
2024-12-09T20:15:36Z
https://github.com/dynaconf/dynaconf/issues/1203
[ "Not a Bug", "RFC" ]
ierezell
2
pytest-dev/pytest-django
pytest
939
asserts module cannot import name 'assertDictEqual' and other TestCase assertion methods
Trying to get assertDictEqual from pytest_django.asserts with multiple ways: `from pytest_django.asserts import assertDictEqual ` or `from pytest_django import asserts` both of them throws errors the first one's error: > from pytest_django.asserts import assertDictEqual > E ImportError: cannot import n...
closed
2021-07-04T11:08:28Z
2021-07-06T23:39:05Z
https://github.com/pytest-dev/pytest-django/issues/939
[]
MohamedAbdultawab
1
widgetti/solara
fastapi
349
[Maintenance] Run pre-commit in CI and update periodically
Currently there is a nice pre-commit configuration, in [`.pre-commit-config.yaml`](https://github.com/widgetti/solara/blob/master/.pre-commit-config.yaml), but there are two problems: - It isn't run and enforced in CI, so currently it doesn't do anything. - The file isn't periodically updated, so most pre-commit ac...
open
2023-10-26T14:16:53Z
2023-10-30T15:46:24Z
https://github.com/widgetti/solara/issues/349
[]
EwoutH
4
glumpy/glumpy
numpy
213
'glumpy.app.window.key' has no attribute 'MOD_CONTROL'
While using pyqt5 backend, the program exits when pressing a command or control key in Apple keyboard. 'glumpy.app.window.key' has no attribute 'MOD_CONTROL' "glumpy/app/window/backends/backend_qt5.py", line 338, in _modifiers_translate
open
2019-04-04T15:20:42Z
2020-09-10T07:14:01Z
https://github.com/glumpy/glumpy/issues/213
[]
prithivi-iviz
6
fastapi-users/fastapi-users
fastapi
253
JWT token refresh
Hi, thanks for the great package and documentation first of all! However, I was wondering if I missed something or if the JWT logic is missing a `/refresh_token` router? How can I make sure the user doesn't need to supply the password again when the token expires? I was planning on automatically refreshing it as ...
closed
2020-07-10T12:08:21Z
2023-06-08T21:54:27Z
https://github.com/fastapi-users/fastapi-users/issues/253
[ "documentation", "question" ]
moreinhardt
8
tensorlayer/TensorLayer
tensorflow
1,024
RuntimeError using SubpixelConv1d: SubpixelConv1d._PS is a private method
### New Issue Checklist - [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues) ### Issue Description The SubpixelConv1d class decorates the method _...
closed
2019-07-19T12:45:47Z
2019-07-23T15:10:49Z
https://github.com/tensorlayer/TensorLayer/issues/1024
[]
Rafagd
4
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,500
[Bug]: Some malicious extension is getting installed automatically after making 10K+ calls to Stable diffusion model through the API.
[sd.txt](https://github.com/user-attachments/files/17046338/sd.txt) [sd.txt](https://github.com/user-attachments/files/17046338/sd.txt) ### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I be...
open
2024-09-18T15:18:10Z
2024-09-20T03:06:35Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16500
[ "bug-report" ]
knowitall12
1
ray-project/ray
tensorflow
51,474
CI test windows://python/ray/tests:test_state_api is consistently_failing
CI test **windows://python/ray/tests:test_state_api** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aab6-90e6-41dc-a317-44713639c7da - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4e-4615-9f26-d591e0616ce7 DataCaseName-windows://python/...
closed
2025-03-18T22:03:55Z
2025-03-19T21:54:51Z
https://github.com/ray-project/ray/issues/51474
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
4
mwaskom/seaborn
pandas
3,027
JointGrid can't rotation the xticks
![image](https://user-images.githubusercontent.com/16680297/190435902-18469428-44f0-4bf4-808e-fa5bcc978a2a.png) ## How to rotation the xticks like the picture above ? ``` python plt.figure(figsize = (10,8)) g = sns.JointGrid(x='u',y='t',data = tdata) g.plot(sns.scatterplot, sns.histplot) plt.show() ``` A...
closed
2022-09-15T14:54:43Z
2022-09-15T15:26:29Z
https://github.com/mwaskom/seaborn/issues/3027
[]
duckbill
1
sunscrapers/djoser
rest-api
745
Figure out a way to make sure translations are up to date
closed
2023-07-02T09:49:09Z
2023-07-02T10:48:36Z
https://github.com/sunscrapers/djoser/issues/745
[]
tomwojcik
0
AntonOsika/gpt-engineer
python
545
Application files are created with backticks
## Issue Template File names created with backticks ## Expected Behavior Application files should be created with normal names e.g. App.js ## Current Behavior Application files are generated with backticks e.g. `App.js` on Mac. ## Failure Information (for bugs) Application files are generated w...
closed
2023-07-18T01:05:57Z
2023-08-16T19:36:45Z
https://github.com/AntonOsika/gpt-engineer/issues/545
[]
femibyte
4
ionelmc/pytest-benchmark
pytest
84
Fixtures are executed even when all tests that use it are skipped
I have [an example](https://0xacab.org/drebs/soledad/-/jobs/15880) of a fixture being executed even when all the tests that use it are being skipped. In that example, tests that use `pytest-benchmark` live in the `testing/tests/benchmarks` folder, and all others should be skipped. I have introduced new (non-benchmar...
closed
2017-08-01T21:24:03Z
2017-08-05T19:56:26Z
https://github.com/ionelmc/pytest-benchmark/issues/84
[]
drebs
0
horovod/horovod
deep-learning
4,039
v0.28.1 Version Mismatch with TF 2.12.0. Works with v0.28.0
**Environment:** 1. Framework: TensorFlow, Keras 2. Framework version: 2.12.0 3. Horovod version: 0.28.1 4. MPI version: 5. CUDA version: 6. NCCL version: 7. Python version: 3.10 8. Spark / PySpark version: 9. Ray version: 10. OS and version: 11. GCC version: 12. CMake version: **Bug report:** 1. pip...
open
2024-04-16T14:54:09Z
2024-04-16T16:03:55Z
https://github.com/horovod/horovod/issues/4039
[ "bug" ]
liamaltarac
0
unit8co/darts
data-science
2,491
[BUG] TimeSeries.from_group_dataframe incompatible with integer timestamps
**Describe the bug** `TimeSeries.from_group_dataframe` should support both timestamp and integer time columns, but it internally converts to `DatetimeIndex` regardless of what is passed. https://github.com/unit8co/darts/blob/a646adf10fa73d8facb16a611f8a3682dc8a1191/darts/timeseries.py#L869-L871 **To Reproduce** ...
closed
2024-08-07T14:43:42Z
2024-08-30T12:04:23Z
https://github.com/unit8co/darts/issues/2491
[ "bug", "good first issue" ]
slishak-PX
0
dask/dask
scikit-learn
10,995
Feedback - DataFrame query planning
The latest release `2024.3.0` enabled query planning for `DataFrame`s by default. This issue can be used to report feedback and ask related questions. If you encountered a bug or unexpected behavior, please check if you got the most recent version of `dask-expr` installed. This is a separate package with a decoupled...
open
2024-03-12T10:07:17Z
2024-07-12T11:15:15Z
https://github.com/dask/dask/issues/10995
[ "dataframe", "discussion", "dask-expr" ]
fjetter
17
InstaPy/InstaPy
automation
6,470
like_util.py line 618 problem
I am using instapy-0.6.14 code: from instapy import InstaPy import random from instapy import InstaPy from instapy import smart_run #login credentials insta_username = '****' insta_password = '****' #login session session = InstaPy(username=insta_username, password=insta_password) session.login() ...
open
2022-01-24T07:29:07Z
2022-02-10T22:41:10Z
https://github.com/InstaPy/InstaPy/issues/6470
[]
sergenkuzey
19
huggingface/datasets
pytorch
7,389
Getting statistics about filtered examples
@lhoestq wondering if the team has thought about this and if there are any recommendations? Currently when processing datasets some examples are bound to get filtered out, whether it's due to bad format, or length is too long, or any other custom filters that might be getting applied. Let's just focus on the filter by...
closed
2025-02-10T20:48:29Z
2025-02-11T20:44:15Z
https://github.com/huggingface/datasets/issues/7389
[]
jonathanasdf
2
allure-framework/allure-python
pytest
182
how to i can remove parameter from allure report
![image](https://user-images.githubusercontent.com/7122553/33311829-fa82f9ba-d460-11e7-8129-635c52c5fe00.png) @sseliverstov
closed
2017-11-28T09:24:35Z
2018-01-11T19:33:32Z
https://github.com/allure-framework/allure-python/issues/182
[]
abelofcn
1
huggingface/transformers
tensorflow
36,006
current transformers library does not work with microsoft/Phi-3.5-mini-instruct
### System Info - `transformers` version: 4.48.2 - Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.39 - Python version: 3.12.3 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.3.0 - Accelerate config: not found - PyTorch version (GPU?): 2.6.0+cu124 (True) - Tensorflow version...
closed
2025-02-02T17:27:09Z
2025-02-05T16:26:01Z
https://github.com/huggingface/transformers/issues/36006
[ "bug" ]
datanizing
3
A3M4/YouTube-Report
matplotlib
21
ModuleNotFoundError: No module named 'tkinter'
seaborn uses tkinter, which I dont have (and probably won't need for this) `Traceback (most recent call last): File "report.py", line 5, in <module> import seaborn as sns File "C:\Program Files\Python37\lib\site-packages\seaborn\__init__.py", line 6, in <module> from .rcmod import * File "C:\Progr...
open
2019-12-18T08:34:08Z
2019-12-27T03:25:18Z
https://github.com/A3M4/YouTube-Report/issues/21
[]
R3tr0BoiDX
6
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,320
A x added
open
2024-12-09T02:45:07Z
2024-12-09T02:45:07Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1320
[]
Cyber4tff
0
microsoft/nni
deep-learning
5,717
after speed up the number of output dimention change
**Describe the issue**: i used nni.compression.speedup and after the speed uo the number of output featuears change from 10 to 5 featurears only!!!! GoogLeNet( (conv1): BasicConv2d( (conv): Conv2d(3, 32, kernel_size=(7, 7), stride=(2, 2), padding=(3, 3), bias=False) (bn): BatchNorm2d(32, eps=0.001, mom...
open
2023-11-30T18:01:26Z
2023-11-30T18:05:54Z
https://github.com/microsoft/nni/issues/5717
[]
m3bbass
0
tensorpack/tensorpack
tensorflow
1,388
How to deal with ERR [EnqueueThread] Exception in thread EnqueueThread QueueInput/input_queue?
When run the codes tensorpack\examples\GAN\DCGAN.py, an error occured, 'ERR **[EnqueueThread]** Exception in thread EnqueueThread QueueInput/input_queue:' The Command: `python ./DCGAN-CelebA.py --data E:/projects/下载程序/tensorpack/examples/GAN/mytry1/img_align_celeba/ --crop-size 140` And the error is: `Traceback...
closed
2020-01-21T02:18:21Z
2020-01-21T04:56:39Z
https://github.com/tensorpack/tensorpack/issues/1388
[ "unrelated" ]
ming-nju
2
scikit-optimize/scikit-optimize
scikit-learn
270
RFC: Switch to mkdocs?
Shall we switch to a more mature and maintained documentation generator framework? E.g. http://www.mkdocs.org/ as used by Keras. The current builder is working OK, but incredibly hackish in retrospect.
closed
2016-11-17T10:21:48Z
2020-02-02T11:53:20Z
https://github.com/scikit-optimize/scikit-optimize/issues/270
[]
glouppe
6
horovod/horovod
machine-learning
3,801
Unable to use GPU on 2nd machine
Hi I have setup horovod on a k8s cluster with 2 GPU nodes using spark-operator. I have executed the mnist example using tensorflow, and it was executed successfully on both nodes (utlilizing GPUs on both nodes). However when I am using KerasEstimator on spark, the training executes successfully but I think that only o...
open
2022-12-30T17:14:54Z
2023-02-13T10:58:48Z
https://github.com/horovod/horovod/issues/3801
[ "bug", "spark" ]
obaid1922
0
tableau/server-client-python
rest-api
930
Unable to fetch all workbooks for users.populate_workbooks(user)
Unable to fetch all workbooks for a given user. **Versions** Details of your environment, including: - Tableau Online - Python 3.7+ - tableauserverclient<=0.14.1 **To Reproduce** ` import tableauserverclient as tsc from tableauserverclient.server.endpoint.exceptions import ServerResponseError ...
closed
2021-10-27T14:34:44Z
2023-02-16T23:03:32Z
https://github.com/tableau/server-client-python/issues/930
[ "bug" ]
kdutta-c
17
apache/airflow
automation
47,349
Scheduler crash while using PythonVirtualenvOperator
### Apache Airflow version 3.0.0b1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Scheduler is crasing while using PythonVirtualenvOperator. **Error**: ```typescript File "/opt/airflow/airflow/cli/commands/local_commands/daemon_utils.py", line 86, in run_command_with_daemo...
closed
2025-03-04T14:09:44Z
2025-03-05T08:41:15Z
https://github.com/apache/airflow/issues/47349
[ "kind:bug", "area:Scheduler", "priority:critical", "area:core", "affected_version:3.0.0beta" ]
atul-astronomer
3
wkentaro/labelme
computer-vision
987
[Question] Why Labelme GUI not add open flags.txt
closed
2022-02-15T06:00:50Z
2022-02-25T21:09:07Z
https://github.com/wkentaro/labelme/issues/987
[]
YuaXan
1
xuebinqin/U-2-Net
computer-vision
30
Is there a docker image?
Hi It would be great to have a docker image for this so people less experienced with Python (me 😛 ) can try it out. Or maybe just pointing out in the README some already made docker image that would work.
open
2020-05-25T09:20:36Z
2020-05-25T16:19:03Z
https://github.com/xuebinqin/U-2-Net/issues/30
[]
joaojoyce
1
apache/airflow
data-science
47,413
Scheduler HA mode, DagFileProcessor Race Condition
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.1 ### What happened? We use dynamic dag generation to generate dags in our Airflow environment. We have one base dag definition file, we will call `big_dag.py`, generating >1500 dags...
open
2025-03-05T19:43:20Z
2025-03-11T16:09:10Z
https://github.com/apache/airflow/issues/47413
[ "kind:bug", "area:Scheduler", "area:MetaDB", "area:core", "needs-triage" ]
robertchinezon
4
netbox-community/netbox
django
18,713
Deprecation Warning during Netbox Update
### Proposed Changes ```log INFO - DeprecationWarning: Setting a fallback anchor function is deprecated and will be removed in a future release. File "/data/netbox-4.2.4/venv/lib/python3.10/site-packages/mkdocstrings/plugin.py", line 190, in on_config autorefs.get_fallback_anchor = self...
closed
2025-02-24T07:52:45Z
2025-02-24T13:29:15Z
https://github.com/netbox-community/netbox/issues/18713
[]
TheGuardianLight
1
zappa/Zappa
flask
1,087
Error in zappa tail - Unable to import module 'handler': No module named 'dataclasses'
<!--- Provide a general summary of the issue in the Title above --> ## Context Redeploying existing app with Python 3.8 / 3.9 produces error seen in zappa tail: ``` Unable to import module 'handler': No module named 'dataclasses' ``` No reference to "handler"/"dataclasses" found in my code. <!--- Provide a m...
closed
2021-11-26T22:04:46Z
2022-08-18T11:43:55Z
https://github.com/zappa/Zappa/issues/1087
[]
synergiator
1
pykaldi/pykaldi
numpy
315
Path in run_vad.sh is incorrect
The path is run_vad.sh is: - `python compute-vad.py --test-plot scp:data/wav.scp ark,t:out/ltsv-feats.ark` The path should be: - `python compute-vad.py --test-plot scp:data/test/wav.scp ark,t:out/ltsv-feats.ark`
open
2023-02-27T09:22:17Z
2023-02-27T09:22:17Z
https://github.com/pykaldi/pykaldi/issues/315
[]
JPunch
0
xlwings/xlwings
automation
1,799
Incorrect encoding in error messages (UTF-8 not decoded)
#### Windows 8 #### xlwings-0.25.3, Excel 2013, Python 3.7 if in python code I execute, for example `raise RuntimeError('ошибка')` in Excel I get `err.Description = "RuntimeError: РѕСˆРёР±РєР°"` which is raw UTF-8 bytes reinterpreted in system codepage. So it is impossible to raise errors in user's native langu...
closed
2022-01-24T21:23:28Z
2022-02-19T11:20:18Z
https://github.com/xlwings/xlwings/issues/1799
[]
panda-34
7
chiphuyen/stanford-tensorflow-tutorials
tensorflow
34
Can you give Autoencoder/autoencoder.py example code?
Can you give Autoencoder/autoencoder.py example code? Thanks!
open
2017-06-25T15:13:00Z
2017-08-18T11:41:46Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/34
[]
liangyanfeng
1
Python3WebSpider/ProxyPool
flask
218
请求代理时,返回500错误
172.16.2.136 - - [2024-07-26 08:50:23] "GET /random HTTP/1.1" 500 426 0.002383 proxypool | [2024-07-26 08:50:51,941] ERROR in app: Exception on /random [GET] proxypool | Traceback (most recent call last): proxypool | File "/root/.local/lib/python3.7/site-packages/flask/app.py", line 2447, ...
open
2024-07-26T08:57:11Z
2024-07-26T08:57:11Z
https://github.com/Python3WebSpider/ProxyPool/issues/218
[ "bug" ]
wwf1227
0
hzwer/ECCV2022-RIFE
computer-vision
101
Support for both real-time and non-realtime UltraHFR
Hello, Inventor of TestUFO / Founder of Blur Busters here. We are [pioneers](https://blurbusters.com/category/area51-display-research) in UltraHFR experiments (true 240fps on true 240Hz displays, as well as we're working with laboratory true-1000Hz displays of the future that will display 1000fps content in real ...
closed
2021-02-03T20:52:23Z
2021-04-09T10:11:57Z
https://github.com/hzwer/ECCV2022-RIFE/issues/101
[]
mdrejhon
1
dunossauro/fastapi-do-zero
pydantic
163
Slides para aulas síncronas
Os slides estão bastante desatualizados em relação ao texto. Eles devem ser atualizados e alguns até mesmo criados. - [x] Apresentação - [x] Configurando o Ambiente de Desenvolvimento - [x] Introdução ao desenvolvimento WEB - [x] Estruturando o Projeto e Criando Rotas CRUD - [x] Configurando o Banco de Dados e G...
closed
2024-06-04T20:11:31Z
2024-07-30T19:32:16Z
https://github.com/dunossauro/fastapi-do-zero/issues/163
[]
dunossauro
1
mwaskom/seaborn
matplotlib
3,563
Using weighted mean estimator for bootstrapped confidence intervals in seaborn plots
Hi, I would like to use a weighted mean estimator for calculating confidence intervals on various seaborn plots. In the past I have done this via a 'hack' suggested [here](https://github.com/mwaskom/seaborn/issues/722) which uses complex numbers to encode the data and its weights before passing to a seaborn plotting fu...
closed
2023-11-17T10:06:52Z
2023-12-09T23:03:15Z
https://github.com/mwaskom/seaborn/issues/3563
[ "wishlist", "statistics" ]
iainAtIon
13
getsentry/sentry
django
86,837
[RELEASES] Add empty state to session health tab
We should have an empty state screen for the "Session Health" pages, if someone is landing on that page with no data.
closed
2025-03-11T20:40:25Z
2025-03-14T22:35:11Z
https://github.com/getsentry/sentry/issues/86837
[]
michellewzhang
0
oegedijk/explainerdashboard
plotly
248
v0.3.8 is breaking due to changes in dtreeviz API
Hi, At the moment we are using v0.3.8 which no longer works due to changes in dtreeviz API. Can I request to pin the version of dtreeviz for v0.3.8 release to protect from breaking changes in dtreeviz v2 API. Thank you! `ImportError: cannot import name 'dtreeviz' from 'dtreeviz.trees'`
closed
2023-01-11T16:42:38Z
2023-02-14T08:21:04Z
https://github.com/oegedijk/explainerdashboard/issues/248
[]
sinha1
1
httpie/cli
api
1,410
Python 3.11 test failures: Different enum reprs and different cookie order
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps The tests are failing with Python 3.11.0b3. 1. `git clone` httpie and `cd` into it, this is on the master branch @ 418b12bbd6072585118c06c5c4e17996d7f0b085 2. `...
closed
2022-06-07T14:30:54Z
2023-07-08T08:06:49Z
https://github.com/httpie/cli/issues/1410
[ "bug", "testing" ]
hroncok
1
pytorch/pytorch
python
149,199
DISABLED test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_complex64 (__main__.TestForeachCUDA)
Platforms: linux, slow This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_binary_op_with_scalar_self_support__foreach_pow_is_fastpath_True_cuda_complex64&suite=TestForeachCUDA&limit=100) and the most recent trunk [workflow logs](https://github.com/pyto...
open
2025-03-14T15:42:55Z
2025-03-14T15:42:59Z
https://github.com/pytorch/pytorch/issues/149199
[ "triaged", "module: flaky-tests", "skipped", "module: mta" ]
pytorch-bot[bot]
1
fbdesignpro/sweetviz
pandas
105
formatter gets series instead of float value
hi when using ``` File "/home/jurgis/PycharmProjects/debitum-portfolio/notebooks/jurgis/sw_report.py", line 22, in <module> my_report = sv.compare([df_A, "A"], [df_B, "B"]) File "/home/jurgis/anaconda3/envs/debitum-portfolio/lib/python3.8/site-packages/sweetviz/sv_public.py", line 22, in compare report...
open
2022-01-18T15:34:02Z
2023-11-17T15:33:07Z
https://github.com/fbdesignpro/sweetviz/issues/105
[ "bug" ]
dz0
4
tensorlayer/TensorLayer
tensorflow
719
In training process, validation data are necessary?
### New Issue Checklist - [* ] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md) - [* ] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues) ### Issue Description while i reading the tl.utils.fit source code,...
closed
2018-07-02T02:26:13Z
2018-09-05T17:28:31Z
https://github.com/tensorlayer/TensorLayer/issues/719
[]
ilibx
1
huggingface/datasets
computer-vision
7,107
load_dataset broken in 2.21.0
### Describe the bug `eval_set = datasets.load_dataset("tatsu-lab/alpaca_eval", "alpaca_eval_gpt4_baseline", trust_remote_code=True)` used to work till 2.20.0 but doesn't work in 2.21.0 In 2.20.0: ![Screenshot 2024-08-16 at 3 57 10 PM](https://github.com/user-attachments/assets/0516489b-8187-486d-bee8-88af3381de...
closed
2024-08-16T14:59:51Z
2024-08-18T09:28:43Z
https://github.com/huggingface/datasets/issues/7107
[]
anjor
4
airtai/faststream
asyncio
1,415
Bug: TestRabbitBroker does not throw error when `rpc` and `reply_to` are both provided
**Describe the bug** When using the `TestRabbitBroker` with the argument `with_real=False`, the command `broker.publish()` will allow the simultaneous use of the arguments `rpc` and `reply_to`, even though this should trigger a `SetupError`. **How to reproduce** Save the following script as `example.py`, then ...
closed
2024-05-02T10:19:05Z
2024-05-03T05:11:54Z
https://github.com/airtai/faststream/issues/1415
[ "bug" ]
maxalbert
0
matterport/Mask_RCNN
tensorflow
2,586
Problem in implemenation
I am trying to run the demo of Mask_RCNN and the pre-trained custom model in my data-set. I always faced this error massage: %%%%%the error massage %%%%%%%%%%%% AttributeError Traceback (most recent call last) <ipython-input-2-65dd16d484db> in <module>() 14 sys.path.append(ROOT_DI...
open
2021-06-03T12:25:38Z
2021-08-18T14:06:29Z
https://github.com/matterport/Mask_RCNN/issues/2586
[]
alaa-shubbak
7
horovod/horovod
machine-learning
3,903
Horovod distributed optimizer is not working.
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.12.0 3. Horovod version: 0.27.0 **Bug report:** Horovod distributed optimizer is not working even after trying SGD, Optimizer, etc. nothing is working. ![image](https://user-images.githubusercontent.com/102753110/234783409-b354b07b-451f-4d4c-9c0...
closed
2023-04-27T06:59:02Z
2023-04-27T09:20:47Z
https://github.com/horovod/horovod/issues/3903
[ "bug" ]
Shup-46
1
MagicStack/asyncpg
asyncio
753
asyncpg==0.22.0: TypeError: _execute() got an unexpected keyword argument 'record_class'
* **asyncpg version**: asyncpg==0.22.0 * **PostgreSQL version**: PostgreSQL 13.2 (Debian 13.2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: * **Python version**: ...
closed
2021-04-30T07:56:50Z
2021-04-30T08:04:03Z
https://github.com/MagicStack/asyncpg/issues/753
[]
alvassin
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
4,195
The main language is always English, despite the change to another language
### What version of GlobaLeaks are you using? 5.08 ### What browser(s) are you seeing the problem on? Chrome ### What operating system(s) are you seeing the problem on? Windows ### Describe the issue Globaleaks is installed on a VPS running Debian 11 Although the only language set is Polish, in the application ...
closed
2024-09-20T08:41:58Z
2024-09-21T10:27:13Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/4195
[]
dawnog
3
autogluon/autogluon
computer-vision
4,291
[timeseries] Improve error message when specifying an invalid path to load
As of v1.1, the error message produced by TimeSeriesPredictor when loaded with an invalid path is confusing. We should make sure that users understand that the `predictor.pkl` was unable to found, as that is more important than not finding the `version.txt` file. ## TimeSeries ### Code ``` from autogluon.time...
closed
2024-06-25T04:47:10Z
2024-08-19T07:23:55Z
https://github.com/autogluon/autogluon/issues/4291
[ "API & Doc", "module: timeseries", "priority: 1" ]
Innixma
0
mwaskom/seaborn
data-science
2,796
ImportError: DLL load failed while importing qhull: The specified module could not be found.
Getting this error when importing seaborn ImportError: DLL load failed while importing qhull: The specified module could not be found. >>> import seaborn as sns Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\WPy64-3980\python-3.9.8.amd64\lib\site-packages\seaborn\__init__.p...
closed
2022-05-11T21:08:13Z
2022-05-14T08:34:32Z
https://github.com/mwaskom/seaborn/issues/2796
[]
Code4SAFrankie
1
polarsource/polar
fastapi
5,120
Subscriptions and benefits not revoked when deleting a Customer
When (soft-)deleting a Customer, subscriptions and benefits are **not** revoked!
closed
2025-02-27T12:59:55Z
2025-02-28T09:38:16Z
https://github.com/polarsource/polar/issues/5120
[ "bug" ]
frankie567
0
Textualize/rich
python
3,538
[BUG] Progress bar doesn't work correctly under MPI
- [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** ...
open
2024-10-24T14:09:21Z
2024-10-24T14:18:07Z
https://github.com/Textualize/rich/issues/3538
[ "Needs triage" ]
jwnki
2
man-group/arctic
pandas
810
MemoryError when saving a dataframe with large strings to TickStore
#### Arctic Version 1.79.2 #### Arctic Store TickStore #### Platform and version Python 3.6.7, Linux Mint 19 Cinnamon 64-bit #### Description of problem and/or code sample that reproduces the issue Hi, I'm trying to save the following data: https://drive.google.com/file/d/1dWWBNvx6vjyNK4kjZTVL4-Y...
closed
2019-08-04T09:01:02Z
2019-09-08T14:51:10Z
https://github.com/man-group/arctic/issues/810
[]
alanbogossian
12
adamerose/PandasGUI
pandas
36
Variable Dragging not working on osx
I love this project. I can see myself using it constantly. It really fits a niche of working between spreadsheet and notebook. I actually think you could charge for this when it's mature. Running miniconda python on OSX Cataline, and when trying to plot, the variables won't drag over. Let me know the best way to...
open
2020-10-15T23:20:31Z
2020-11-26T19:49:40Z
https://github.com/adamerose/PandasGUI/issues/36
[]
robdmc
20
jessevig/bertviz
nlp
18
Horizontal head view feature
Hi, thanks for the great visualization tool! I'm just wondering whether we can have a feature which renders head view in **horizontal** direction? The reason is that it's more suitable to show the sequence of tokens in the horizontal direction for language like Chinese, Japanese or Korean. ![image](https://user-i...
open
2019-08-31T06:44:42Z
2019-09-21T19:17:49Z
https://github.com/jessevig/bertviz/issues/18
[ "enhancement" ]
leemengtw
1
slackapi/python-slack-sdk
asyncio
1,323
Ability to render previews of message/post content as html or similar.
I'm not sure if this is possible but I'd like to be validate that my message formatting is correct by programmatically render previews of posts without sending them to the Slack server. Today if we want to test that rendering is correct, we have to send sample messages to a dummy channel. We'd like to be able to confir...
closed
2023-02-08T01:13:53Z
2023-02-08T06:21:12Z
https://github.com/slackapi/python-slack-sdk/issues/1323
[ "question" ]
aaronsteers
2
nok/sklearn-porter
scikit-learn
18
Errors when porting LinearSVC model
Sorry to bother you again, but when attempting to run: `python3 -m sklearn_porter -i model_notokenizer.pkl -l java `I get: ``` Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in _run...
closed
2017-08-21T23:50:26Z
2017-10-05T23:04:19Z
https://github.com/nok/sklearn-porter/issues/18
[ "bug" ]
FakeNameSE
9
hayabhay/frogbase
streamlit
70
"Download error" when attempting to upload from local storage
DownloadError: ERROR: [generic] None: Unable to download webpage: <urlopen error unknown url type: c> (caused by URLError('unknown url type: c')) Traceback: File "C:\Users\tzundo\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\...
open
2023-07-30T13:59:26Z
2023-07-30T13:59:26Z
https://github.com/hayabhay/frogbase/issues/70
[]
Tzundoku
0
aio-libs/aiomysql
sqlalchemy
577
SQLAlchemy 1.4 statements with .in_ operator not compiled correctly
In SQLAlchemy version 1.4 they way statements using the `.in_` operator are compiled was changed to enable better caching. However this means statements need to be compiled with additional compile args in order to render correctly. You can read about the change here: https://docs.sqlalchemy.org/en/14/changelog/migrati...
open
2021-04-17T21:04:38Z
2023-06-11T20:02:53Z
https://github.com/aio-libs/aiomysql/issues/577
[ "bug", "sqlalchemy" ]
Askaholic
5
ansible/awx
django
15,272
Allow awx cli to use the API searching features
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-06-14T13:40:26Z
2024-07-25T07:56:20Z
https://github.com/ansible/awx/issues/15272
[ "type:enhancement", "needs_triage", "community" ]
nodje
2
PaddlePaddle/models
computer-vision
5,107
TypeError: a bytes-like object is required, not 'str'
My python version is 3.7.7, I got following error : ``` (base) weidawang@weidawang-TUF-Gaming-FX506LU-FX506LU:~/Repo/PaddlePaddle/models/PaddleCV/video/data/dataset/tall$ python gen_infer.py Traceback (most recent call last): File "gen_infer.py", line 37, in <module> select_name = movies_sentence[0][0].spl...
open
2020-12-18T06:33:22Z
2024-02-26T05:09:40Z
https://github.com/PaddlePaddle/models/issues/5107
[]
wwdok
2
babysor/MockingBird
deep-learning
784
aishell3中的语音合成效果较差
Preparing the encoder, the synthesizer and the vocoder... Loaded encoder "pretrained.pt" trained to step 1594501 Synthesizer using device: cuda Building hifigan Loading 'vocoder/saved_models/pretrained/g_hifigan.pt' Complete. Removing weight norm... Trainable Parameters: 0.000M Loaded synthesizer "mandarin.pt" ...
open
2022-11-19T07:15:01Z
2022-11-19T07:15:01Z
https://github.com/babysor/MockingBird/issues/784
[]
JJun-Guo
0
ckan/ckan
api
8,379
CKAN login breaks when setting to beaker.session.data_serializer cookie setting to json
## CKAN version 2.10.4 ## Describe the bug When upgrading from CKAN 2.9.11 to 2.10.4 with the recommended settings from the changelog for Beaker and Flask authentication, login breaks and shows a blank page (Chrome) or nothing happens (Firefox). CKAN crashes with the following error message: "TypeError: Object of ...
open
2024-07-30T10:58:14Z
2025-03-13T20:20:25Z
https://github.com/ckan/ckan/issues/8379
[]
rosinaderks
4
donnemartin/system-design-primer
python
449
System desing prime
open
2020-07-20T19:37:18Z
2020-08-02T18:05:09Z
https://github.com/donnemartin/system-design-primer/issues/449
[ "needs-review" ]
Orinfini
0
open-mmlab/mmdetection
pytorch
11,736
inference on images
I run the following script to perform inference on multiple images using a trained model (trained on custom data). I want to save only those images in which objects are detected. Below is my inference code: ``` import os from mmdet.apis import init_detector, inference_detector import mmcv import cv2 from mmd...
open
2024-05-23T12:49:23Z
2024-06-20T10:33:00Z
https://github.com/open-mmlab/mmdetection/issues/11736
[]
Syed05
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
536
[NOT A BUG]一个猪鼻操作导致的cookie正确获取,wbe一直cookie报错无法解析的问题
捣鼓半天,翻issus发现开发者这句话https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/491#issuecomment-2461989573 README里面的演示链接https://www.bilibili.com/video/BV1vE421j7NR/,是要让你记UA,然后哥们就去把config.yaml的ua改了。 改回原本config.yaml自带的ua即可正常解析。
closed
2025-01-12T08:31:05Z
2025-01-21T04:30:08Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/536
[ "BUG", "enhancement" ]
Readedd
2
davidsandberg/facenet
tensorflow
1,085
Where are the export_embeddings.py output files saved?
closed
2019-09-17T17:25:12Z
2019-09-17T17:40:41Z
https://github.com/davidsandberg/facenet/issues/1085
[]
yuanbit
0
dsdanielpark/Bard-API
nlp
1
Problem when executing Bard().get_answer(...)
Bard-API/bardapi/core.py", line 32, in _get_snim0e return re.search(r"SNlM0e\":\"(.*?)\"", resp.text).group(1) AttributeError: 'NoneType' object has no attribute 'group'
closed
2023-05-14T20:47:01Z
2024-03-05T08:22:29Z
https://github.com/dsdanielpark/Bard-API/issues/1
[]
vipin211
44
SALib/SALib
numpy
334
Problem with seed in Saltelli.sample
I noticed a possible bug in Saltelli.sample function. In particular, the seed option does not seem to work properly (Python 3.6, Ubuntu). I attached the following script: ```python N=1 problem = {'num_vars': 3, 'names': ['x1','x2','x3'], 'bounds': [ [0,1], ...
closed
2020-07-22T16:47:34Z
2020-11-08T08:21:50Z
https://github.com/SALib/SALib/issues/334
[ "bug", "clean up/maintenance" ]
gianlucamaracchini
3
coqui-ai/TTS
python
2,966
[Feature request] simple script for mass case
Hello. I have 10+ years of CC calls with transcribe. Please give universal solution for traming on that data. Need group by people or nerd full random? Need cutof dirty places or need use all of variants?: In Russia we have few thousands hours of Radio Fantasy Club. Dictor read fantasy books and DJ support him by f...
closed
2023-09-18T21:58:13Z
2023-09-28T10:05:36Z
https://github.com/coqui-ai/TTS/issues/2966
[ "feature request" ]
slavonnet
2
wagtail/wagtail
django
12,770
Sidebar search + ES + large number of pages in DB. Result in Elasticsearch terms query error
<!-- Found a bug? Please fill out the sections below. 👍 --> ### Issue Summary The sidebar search for "Pages" (not images, documents nor users) crashes when large amount of pages present in the database AND using Elasticsearch as main search backend. This is a similar issue to #12349 where image search applied all im...
open
2025-01-13T13:27:15Z
2025-02-03T14:01:33Z
https://github.com/wagtail/wagtail/issues/12770
[ "type:Bug", "component:Search" ]
ruv-arnar
20
tensorflow/datasets
numpy
5,217
[data request] <Berkeley DeepDrive Dataset(images)>
* Name of dataset: <Berkeley DeepDrive Dataset> * URL of dataset: <https://bdd-data.berkeley.edu/portal.html> * License of dataset: <Copyright ©2018. The Regents of the University of California (Regents). All Rights Reserved. THIS SOFTWARE AND/OR DATA WAS DEPOSITED IN THE BAIR OPEN RESEARCH COMMONS REPOSITORY ON ...
open
2023-12-27T07:37:21Z
2024-01-07T19:05:48Z
https://github.com/tensorflow/datasets/issues/5217
[ "dataset request" ]
Yashsharma009
1
ivy-llc/ivy
tensorflow
28,746
upsample
- [ ] #25880
closed
2024-05-04T09:01:46Z
2024-05-19T23:00:48Z
https://github.com/ivy-llc/ivy/issues/28746
[ "Sub Task", "Stale" ]
Ajitofy
2
frappe/frappe
rest-api
31,086
Image not updating
I replaced an image file in the public folder with the same name to update the item’s image. After refreshing the site, the new image appears on the server device, but on other devices, the old image is still showing. I tried clearing the cache in every way, but the issue remains. Frappe Framework: v15.54.1 (version-...
open
2025-02-03T06:57:44Z
2025-02-03T06:57:44Z
https://github.com/frappe/frappe/issues/31086
[ "bug" ]
nilpatel42
0
jina-ai/serve
machine-learning
5,683
Unable to delete the executor from local CLI command
**Describe the bug** I am unable to delete the Executor which was created by following the steps described in the section "Deploy to JCloud" of the document "https://docs.jina.ai/get-started/create-app/". Here is the error response i received: ![image](https://user-images.githubusercontent.com/4416580/217871156...
closed
2023-02-09T16:28:11Z
2023-04-13T17:00:48Z
https://github.com/jina-ai/serve/issues/5683
[]
Keertiraj
1
serengil/deepface
deep-learning
1,226
FAU Detection
### Description Hi all, Can I detect the FAU (Facial Action Units) using this library? If not exists a direct way, is there any way to extract these features using DeepFace? Thanks a lot in advance :D ### Additional Info _No response_
closed
2024-05-01T11:30:46Z
2024-05-01T12:52:32Z
https://github.com/serengil/deepface/issues/1226
[ "enhancement", "invalid" ]
giammy677dev
1