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
mljar/mercury
data-visualization
431
Problem Installing with PyYaml=6.0
This package does not install on Win 11 or OSX Sonoma. Recommend changing requirements.txt to pyyaml=6.0.1 that will install.
closed
2024-03-12T22:53:37Z
2024-03-13T08:10:18Z
https://github.com/mljar/mercury/issues/431
[ "refactor" ]
cbitterfield
1
explosion/spaCy
nlp
13,380
The word transitions to the wrong prototype
![image](https://github.com/explosion/spaCy/assets/76271031/8f1cb5e9-c7b1-48f4-8f2f-f4418c0dd729)
closed
2024-03-15T15:17:19Z
2024-03-19T09:28:33Z
https://github.com/explosion/spaCy/issues/13380
[ "feat / lemmatizer", "perf / accuracy" ]
github123666
1
davidsandberg/facenet
computer-vision
989
Tensorflow Version
Am I able to use Tensorflow Version 2 (Latest release for now) for the implementation of this project?
open
2019-03-06T06:58:43Z
2019-04-30T06:59:48Z
https://github.com/davidsandberg/facenet/issues/989
[]
g3mini28
1
joke2k/django-environ
django
231
how to pass allowed_hosts default value
I have the following in my settings.py file ``` import environ env = environ.Env( ALLOWED_HOSTS=(list, ['127.0.0.1:8000'])) ALLOWED_HOSTS = env('ALLOWED_HOSTS') ``` my .env file is empty presently The above i am doing for testing when i try to access 127.0.0.1:8000 it says `Invalid HTTP_HOST header: '127...
closed
2019-07-14T15:39:33Z
2022-11-11T19:31:00Z
https://github.com/joke2k/django-environ/issues/231
[ "question" ]
sant527
2
JaidedAI/EasyOCR
deep-learning
375
Korean version2 update
Hello. when it can be updated? Current version is not recognized in some fonts. https://www.jaided.ai/easyocr/documentation/ Can you add descriptions for 'easyocr.utils' and 'easyocr.imgproc'? Thank you
closed
2021-02-16T04:10:11Z
2021-04-28T07:02:54Z
https://github.com/JaidedAI/EasyOCR/issues/375
[]
kimlia545
1
huggingface/datasets
pandas
7,371
500 Server error with pushing a dataset
### Describe the bug Suddenly, I started getting this error message saying it was an internal error. `Error creating/pushing dataset: 500 Server Error: Internal Server Error for url: https://huggingface.co/api/datasets/ll4ma-lab/grasp-dataset/commit/main (Request ID: Root=1-6787f0b7-66d5bd45413e481c4c2fb22d;670d04ff-...
open
2025-01-15T18:23:02Z
2025-01-15T20:06:05Z
https://github.com/huggingface/datasets/issues/7371
[]
martinmatak
1
schemathesis/schemathesis
pytest
2,105
More useful reports on internal errors
Coming from #2073 Currently, some internal errors may mimic schema errors and it is confusing. It would be much more useful to distinguish 2 cases and report them properly: - Schema validation is disabled and Schemathesis tried to work with the schema as if it is a valid one and it led to an internal error. This...
closed
2024-03-18T14:32:35Z
2024-05-11T15:33:16Z
https://github.com/schemathesis/schemathesis/issues/2105
[ "UX: Reporting", "UX: Usability" ]
Stranger6667
0
clovaai/donut
nlp
230
Converting trained Donut model to a single onnx file
I'm working on a production solution where I want to relay my Donut model to an Nivdia Triton Inference server. But I'm struggling to convert my Donut model and associated files( tokenizer, processor etc. ) to a single **onnx** file, which is preferred for Triton. I've had some limited success where I ended up with ...
open
2023-07-30T06:10:48Z
2023-08-27T12:46:43Z
https://github.com/clovaai/donut/issues/230
[]
TanvirHundredOne
2
modelscope/modelscope
nlp
518
Image-to-Video can't download via pipe: ChunkedEncodingError:
**Describe the bug** pipe = pipeline(task='image-to-video', model='damo/Image-to-Video', model_revision='v1.1.0') results in this: ChunkedEncodingError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')) Reference: https://huggingf...
closed
2023-09-01T07:45:36Z
2024-07-07T01:55:48Z
https://github.com/modelscope/modelscope/issues/518
[ "Stale" ]
tin2tin
19
plotly/dash
data-science
2,713
[Feature Request] Remove dependency on LGPL licensed `ansi2html`
**Is your feature request related to a problem? Please describe.** Dash currently depends on [`ansi2html`](https://pypi.org/project/ansi2html/) https://github.com/plotly/dash/blob/7527383050b6fe59a11833bbeac6f1a741436084/requires-install.txt#L13 `ansi2html` is licensed under LGPL: - https://github.com/pycon...
closed
2023-12-18T14:25:45Z
2024-01-09T17:54:10Z
https://github.com/plotly/dash/issues/2713
[ "infrastructure" ]
johnthagen
2
python-restx/flask-restx
api
508
Query parameters Swagger witht marshmallow/webargs
Hello, I would like to do something pretty simple: Add query parameters to a route and do a request parsing while also getting my documentation updated with those parameters. For example: `http://127.0.0.1:5000/todos?sort=name` I want to have a field `sort` in my documentation with a description and possible va...
open
2023-01-10T13:22:25Z
2023-01-10T13:22:25Z
https://github.com/python-restx/flask-restx/issues/508
[ "question" ]
quantumcode-martin
0
iperov/DeepFaceLab
deep-learning
5,723
Can't parse "center" error immediately upon starting training
## Expected behavior *Describe, in some detail, what you are trying to do and what the output is that you expect from the program.* I expect the model to begin training and building previews and models using my data_src/ and data_dst/ image data in my workspace. ## Actual behavior *Describe, in some detail,...
open
2023-09-04T20:56:18Z
2023-09-04T20:56:18Z
https://github.com/iperov/DeepFaceLab/issues/5723
[]
dave-mitchell
0
zappa/Zappa
flask
749
[Migrated] Deployment fails on API Gateway: Invalid API Key identifier specified
Originally from: https://github.com/Miserlou/Zappa/issues/1876 by [mxlei01](https://github.com/mxlei01) ## Context Zappa deploy fails with an exception: `botocore.errorfactory.NotFoundException: An error occurred (NotFoundException) when calling the UpdateApiKey operation: Invalid API Key identifier specified` ...
closed
2021-02-20T12:41:43Z
2024-04-13T18:36:44Z
https://github.com/zappa/Zappa/issues/749
[ "no-activity", "auto-closed" ]
jneves
3
lensacom/sparkit-learn
scikit-learn
45
SparseRDD multiplication
Hi, I have generated a SparseRDD using SparkHashingVectotiser and an ArrayRDD, containing the target values(1s and 0s). I want to do a matrix multiplication between these two. Is there a way to do matrix multiplication of Sparse RDDs?
closed
2015-06-29T11:18:04Z
2015-06-29T16:59:51Z
https://github.com/lensacom/sparkit-learn/issues/45
[]
mrshanth
1
akfamily/akshare
data-science
5,603
AKShare 接口问题报告 | AKShare Interface Issue Report
>>> import akshare as ak >>> print(ak.__version__) 1.15.87 -- 目前的最新版本 >>> df=ak.fund_etf_spot_em() >>> print(df) 代码 名称 最新价 IOPV实时估值 ... 流通市值 总市值 数据日期 更新时间 0 159869 游戏ETF 1.324 1.3124 ... 5641672737 5641672737 2025-02-14 2025-02-14 15:34:54...
closed
2025-02-15T12:13:56Z
2025-02-15T15:17:03Z
https://github.com/akfamily/akshare/issues/5603
[ "bug" ]
skymoou
9
pyjanitor-devs/pyjanitor
pandas
882
[BUG] Warning message in `coalesce`
# Brief Description `bfill` and `ffill` are used in `coalesce` and in the future, will be keyword-only; # System Information <!-- System information helps us. To keep things simple, just let us know the OS and Python version first. You can provide the optional information later. --> - Operating system: Li...
closed
2021-08-19T11:58:59Z
2021-08-30T11:05:40Z
https://github.com/pyjanitor-devs/pyjanitor/issues/882
[]
samukweku
0
graphql-python/graphene-mongo
graphql
107
Reference resolving for federation support
Hello, I am currently working on a project where I use the Apollo Federation Gateway and graphene-federation to connect multiple Microservices. For each external Type I need to add the following resolver to the type. ```python def __resolve_reference(self, info, **kwargs): return MY_MODEL.objects.get(id=self.id...
closed
2019-09-05T09:12:33Z
2023-03-28T17:56:03Z
https://github.com/graphql-python/graphene-mongo/issues/107
[ "work in progress", "wait for response" ]
fabianriewe
4
AutoGPTQ/AutoGPTQ
nlp
339
Building cuda extension requires PyTorch(>=1.13.0) been installed, please install PyTorch first!
### Describe the bug 通过 `pip install "git+https://github.com/PanQiWei/AutoGPTQ.git@v0.4.2" ` 命令安装 ,但是报错,提示pytorch未安装。 但是我的pytorch已经安装了呀? ``` PS D:\myGithubProject\docSum> pip install "git+https://github.com/PanQiWei/AutoGPTQ.git@v0.4.2" Collecting git+https://github.com/PanQiWei/AutoGPTQ.git@v0.4.2 Cloning ...
closed
2023-09-13T15:35:02Z
2024-11-15T08:23:49Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/339
[ "bug" ]
msh01
13
ydataai/ydata-profiling
pandas
1,377
Word clouds for text fields display information when in sensitive mode
### Current Behaviour `profile_report = ProfileReport(df, title=title, tsmode=False, dark_mode=True, sensitive=True)` When using the `sensitive=True` flag, while text values are redacted, the values still appear in the word clouds in the report. ### Expected Behaviour Word clouds should not be displayed or the te...
closed
2023-07-06T05:23:26Z
2023-08-07T12:57:51Z
https://github.com/ydataai/ydata-profiling/issues/1377
[ "bug 🐛" ]
Mjboothaus
1
flasgger/flasgger
flask
61
AttributeError: 'function' object has no attribute 'root_path'
Issue introduced between 0.5.14 and 0.6.1: ```python Traceback (most recent call last): File "/usr/local/bin/cci", line 7, in <module> from cci.main import start File "/usr/local/lib/python2.7/dist-packages/cci/main.py", line 13, in <module> from api import app File "/usr/local/lib/python2.7/dist...
closed
2017-03-28T08:18:12Z
2017-03-31T18:51:03Z
https://github.com/flasgger/flasgger/issues/61
[ "bug", "help wanted" ]
njarvis
15
ageitgey/face_recognition
machine-learning
1,327
Face Detection Accuracy issue
Latest Face_Recognition * 3.9 * Google Colab There are few issues with this library which is very well done, I might add. First is that it somehow confuses black faces together, even ones that are clearly distinct. The other is that it sometimes detects weird things as faces. This is an example of one of those w...
open
2021-06-15T00:55:27Z
2021-07-27T13:47:12Z
https://github.com/ageitgey/face_recognition/issues/1327
[]
SetuBaru
1
AirtestProject/Airtest
automation
833
windows环境下,start_recording录制失真,且分辨率不对(Android手机是2340x1080,录制后的视频是2340x2340)
**描述问题bug** 代码 ``` android = device() android.start_recording() sleep(20.0) android.stop_recording(output="v.mp4") ``` 手机分辨率 2340x1080 录制后的视频分辨率为2340x2340 视频失真 **相关截图** 录制的视频截图 ![1](https://user-images.githubusercontent.com/20456289/99645204-e2ddb980-2a89-11eb-818d-8f2892518643.png) **...
closed
2020-11-19T09:12:43Z
2021-02-21T03:29:14Z
https://github.com/AirtestProject/Airtest/issues/833
[]
bingosam
1
FujiwaraChoki/MoneyPrinter
automation
250
[BUG] This voice is unavailable right now
**Describe the bug** [-] This voice is unavailable right now **To Reproduce** Selected Ghost Face, English US - Male 1 and peaceful voices. But TTS not responding. **Desktop (please complete the following information):** - OS: Linux - Browser: chrome - Python Version: 3.11.0
closed
2024-05-03T18:25:49Z
2024-05-04T15:57:04Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/250
[]
CengizhanYurdakul
1
opengeos/leafmap
plotly
302
ipyleaflet backend only renders a grey rectangle
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: 0.11.3 - Python version: 3.10 - Operating System: Windows 10 (also tried on Linux ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, an...
closed
2022-11-07T22:28:06Z
2022-11-07T22:59:06Z
https://github.com/opengeos/leafmap/issues/302
[ "bug" ]
hydroEng
7
Evil0ctal/Douyin_TikTok_Download_API
api
152
[BUG] API-V1 文档中douyin的douyin_live_video_data接口,返回当前服务繁忙,请稍后重试,尝试了很多个直播间
***Platform where the error occurred?*** Such as: Douyin ***The endpoint where the error occurred?*** Such as: API-V1 ***Submitted input value?*** Such as: https://live.douyin.com/80017709309 ***Have you tried again?*** Such as: Yes ***Have you checked the readme or interface documentation for t...
closed
2023-02-11T07:09:58Z
2024-04-23T05:04:32Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/152
[ "BUG", "enhancement" ]
Zjingwen
2
paperless-ngx/paperless-ngx
django
9,436
[BUG] Duplicate email document processing due import filter
### Description **[BUG] Duplicate document processing due to mail fetch interval timing** **Description** This issue is identical to [[Issue #3419](https://github.com/paperless-ngx/paperless-ngx/issues/3419)](https://github.com/paperless-ngx/paperless-ngx/issues/3419), which was closed because it couldn't be reprodu...
closed
2025-03-18T18:33:18Z
2025-03-19T13:58:50Z
https://github.com/paperless-ngx/paperless-ngx/issues/9436
[ "not a bug" ]
dgehriger
6
hzwer/ECCV2022-RIFE
computer-vision
29
Training - Animation
I'd like to start training a model for animation if you haven't start so already. Any tips for getting started? e.g. How should I prep the input data to feed to the train script? Any benefits to using a higher or lower learning rate? How much VRAM a 720p image needs vs 1080p?
closed
2020-11-23T09:54:59Z
2021-03-19T10:00:27Z
https://github.com/hzwer/ECCV2022-RIFE/issues/29
[]
EonZeNx
7
mirumee/ariadne
api
1,179
Interface resolver issues with Pydantic schemas
I was facing an issue using and defining an interface in GraphQL when used together with Pydantic. The solution I finally managed to wotk with will not scale very well (not elegantly nor pythonic IMO). PS: using latest versions of Flask (3.0.3), Pydantic (2.7.1) and Ariadne (0.23.0). The basic GraphQL: ```graphq...
closed
2024-05-09T13:39:32Z
2024-07-04T08:38:26Z
https://github.com/mirumee/ariadne/issues/1179
[ "discussion" ]
Verhaeg
2
proplot-dev/proplot
data-visualization
426
Support for plotting distribution with different number of samples
Hello, I haven't found a way to produce boxplots where boxes describe populations with different sample sizes. As far as I understood, the problem is that numpy arrays do not support non-rectangular data. E.g. with standard matplotlib it is possible to plot: ``` data = [ (2,3,4), (1,2), (1,2,3,4,5,6,7) ] pl...
closed
2023-05-26T02:56:04Z
2024-01-20T02:52:41Z
https://github.com/proplot-dev/proplot/issues/426
[ "support" ]
reemagit
6
gradio-app/gradio
data-science
9,957
`gr. Datetime` is missing a param `interactive: bool`
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** As the title says, some components do not have a boolean parameter like other components (`gr.TextBox`, `gr.Dropdown`, `gr.Radio`, `gr.Checkbox`, etc.) to control whether the user c...
closed
2024-11-14T06:27:41Z
2024-11-27T19:41:37Z
https://github.com/gradio-app/gradio/issues/9957
[ "enhancement" ]
Isuxiz
1
tensorflow/tensor2tensor
deep-learning
1,896
Pre-training of Seq2edits for grammar correction task
### Description In this paper, Seq2Edits: **Sequence Transduction Using Span-level Edit Operations**, I found all tasks are trained for 1M i terations on 170M sentences extracted from English Wikipedia revisions and 176M sentences from English Wikipedia round-trip translated via German. Whether to get tag and position...
open
2021-08-25T02:45:43Z
2021-08-25T02:45:43Z
https://github.com/tensorflow/tensor2tensor/issues/1896
[]
cingtiye
0
marimo-team/marimo
data-visualization
3,846
Transform "Filter Rows" errors and causes output to disappear
### Describe the bug To reproduce: * Use the code in "Code To Reproduce" * Select Add Transform -> Filter Rows Expected Result: Filter Rows transform appears Actual Result: All output for cell disappears, and the console displays the following error `Uncaught Error: Invalid schema` I've tried a few variants of the p...
closed
2025-02-19T05:13:35Z
2025-02-19T20:08:43Z
https://github.com/marimo-team/marimo/issues/3846
[ "bug" ]
sarah-utilityapi
0
mirumee/ariadne
api
332
Any plans to implement Apollo Gateway?
Looking at the [Federated Gateway docs](https://ariadnegraphql.org/docs/apollo-federation#federated-gateway), I see the example uses Apollo Gateway to federate related Ariadne GraphQL services. Are there any plans to replicate Apollo Gateway such that a complete federated graph can be run on _only_ Python, rather than ...
closed
2020-03-09T20:59:02Z
2021-03-19T12:19:26Z
https://github.com/mirumee/ariadne/issues/332
[ "discussion" ]
command-tab
2
plotly/dash
data-science
2,990
generated content of parameter comments for `oneOfType` is confusing
``` dash 2.17.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` The format of the component parameter documentation is confusing for complex parameters with the type format set to `oneOfType`, for example: ![image](https://github.com/user-attachments/asset...
closed
2024-09-09T02:34:44Z
2024-09-18T13:02:40Z
https://github.com/plotly/dash/issues/2990
[ "bug", "P3" ]
CNFeffery
3
flairNLP/flair
pytorch
3,522
[Feature]: Enable discussions tab in the repo
### Problem statement _No response_ ### Solution https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/enabling-or-disabling-github-discussions-for-a-repository please fllow this github blog and enable discussions so that people can interact a...
open
2024-08-07T18:52:37Z
2024-08-07T18:52:37Z
https://github.com/flairNLP/flair/issues/3522
[ "feature" ]
thunder-007
0
nltk/nltk
nlp
2,524
Increase NLTK grammar and parser with my own words and sentences.
I am working with NLTK semantics that called "Discourse Semantics" and I want to increase NLTK grammar and parser with my own words and sentences. There are grammar files I downloaded with NLTK but not enough for my application. When opening the grammar files I notice that they contain Grammar Rules and Lexical Ru...
closed
2020-04-02T08:48:54Z
2020-04-22T19:03:54Z
https://github.com/nltk/nltk/issues/2524
[ "invalid" ]
AhmedSSoliman
0
MaartenGr/BERTopic
nlp
1,103
AttributeError: No prediction data was generated
I attempt the following code but found this throw an unexpected error: ``` # visualize the best challenge topic model from sklearn.feature_extraction.text import TfidfVectorizer from bertopic.vectorizers import ClassTfidfTransformer from sentence_transformers import SentenceTransformer from bertopic.representat...
closed
2023-03-17T15:41:52Z
2023-03-21T06:29:28Z
https://github.com/MaartenGr/BERTopic/issues/1103
[]
zhimin-z
3
plotly/dash
plotly
2,878
[BUG] `id` passed through `dcc.Loading` not visible in DOM
**Describe your context** Hello guys 👋 I am currently trying to pass an `id` to the dcc.Loading component or its parent container and I would like the `id` to be visible in the DOM such that I can target the CSS of the components inside the `dcc.Loading` via ID. Please provide us your environment, so we can ea...
closed
2024-06-07T10:41:21Z
2024-06-18T13:22:13Z
https://github.com/plotly/dash/issues/2878
[ "good first issue" ]
huong-li-nguyen
4
pennersr/django-allauth
django
3,801
Unable to find google provider
``` [13/May/2024 14:31:29] "GET /accounts/login/ HTTP/1.1" 500 133394 Internal Server Error: /accounts/login/ File "C:\Users\david\anaconda3\envs\dj-trace\Lib\site-packages\allauth\socialaccount\templatetags\socialaccount.py", line 21, in provider_login_url provider = adapter.get_provider(request, provider)...
closed
2024-05-13T06:29:30Z
2024-05-13T06:54:51Z
https://github.com/pennersr/django-allauth/issues/3801
[]
neldivad
1
Yorko/mlcourse.ai
pandas
667
The slack team url at mlcourse.ai#community gives 404 error
The link mentioned at "Discussions are held in the #mlcourse_ai channel of the [OpenDataScience (ods.ai)](https://ods.ai/en/) Slack team." sends 404 error
closed
2020-06-02T20:20:42Z
2020-06-06T07:57:35Z
https://github.com/Yorko/mlcourse.ai/issues/667
[ "minor_fix" ]
sidgupta234
1
autogluon/autogluon
computer-vision
4,270
[tabular] Ensure all AbstractModel classes returns same type for predict and predict_proba
Related: #4268 Currently, all models return a np.ndarray for predict_proba, while LightGBM returns a pd.DataFrame (for quantile problem type). This can cause issues such as in #4268. It is better to have a consistent return format. This should also be part of unit tests
closed
2024-06-14T19:32:08Z
2024-06-17T17:05:15Z
https://github.com/autogluon/autogluon/issues/4270
[ "bug", "module: tabular", "code cleanup", "priority: 0" ]
Innixma
0
HIT-SCIR/ltp
nlp
686
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at 'byte index 3 is not a char boundary; it is inside '苯' (bytes 1..4) of ` 苯甲醛广泛用于医药、农药、染料、香料等行业.为了寻找产率高、成本低的新合成方法,人们进行了广泛的研究.本文用Grignard试剂与苯并咪唑盐合成苯甲醛.合成路线如下: `', rust\ltp\src\hook.rs:82:33 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Process finished wit...
closed
2024-01-15T17:07:14Z
2024-07-15T13:46:09Z
https://github.com/HIT-SCIR/ltp/issues/686
[]
pioneerRick
13
geopandas/geopandas
pandas
2,882
ENH: add dwithin predicate and associated distance to sindex query / spatial join
PyGEOS and Shapely >= 2.0 support spatial index queries with `dwithin` predicate, but in order to use it we need to add support for the distance parameter to `sindex.query()` and `sjoin()`.
closed
2023-04-27T20:51:53Z
2024-02-29T08:52:49Z
https://github.com/geopandas/geopandas/issues/2882
[ "enhancement", "good first issue", "shapely parity" ]
brendan-ward
5
gradio-app/gradio
data-visualization
9,869
Streaming ASR Demo doesn't work in v_5.4.0
### Describe the bug Streaming ASR Demo doesn't work in v_5.4.0, while it works in version 4.44.1. ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction ```python import gradio as gr ``` ### Screenshot _No response_ ### Logs ```shell No error occou...
closed
2024-10-30T07:37:22Z
2024-11-04T21:20:50Z
https://github.com/gradio-app/gradio/issues/9869
[ "bug" ]
liminsurfing-git
2
Johnserf-Seed/TikTokDownload
api
132
[我不会使用,开始摆烂问up主]显示未检测到命令
显示未检测到命令,点击回车之后会闪退 使用IDLE也会提示 [ 提示 ]:未输入命令或意外出错,自动退出! 配置时使用的文本格式也是要求的utf-8 gui界面点击咻咻没有任何反应,包括点击设置也无反应 我的操作环境如下: python -3.10.4 PyQt5 -5.12.2 sip - 12.8 charset-normalizer-2.0.12 idna-3.3 requests-2.27.1 urllib3-1.26.9
closed
2022-04-16T16:53:07Z
2022-08-19T13:58:59Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/132
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
ForLuoLi
3
encode/httpx
asyncio
2,002
Cannot switch proxies in a loop
Cannot switch agents in asynchrony only use async with httpx.AsyncClient(proxies=proxies) as client: I want to switch agents in a loop, but I can't switch. I want to find a way to switch agents in a loop. I used this method, but an error was reported await client.get(url, timeout=20, proxies='http://78.135.87.1...
closed
2022-01-01T17:26:57Z
2022-01-03T15:56:56Z
https://github.com/encode/httpx/issues/2002
[]
6897889
0
numba/numba
numpy
9,311
Add PR number and RST validation to towncrier workflow
Capturing the outcome from discussion at the Numba triage/public meeting on 2023-11-29. In reviewing #9240 it transpired that it is possible to create a towncrier "news snippet" that has a filename that does not correspond to the PR against which the snippet applies. This results in strange problems where the releas...
open
2023-11-29T11:46:40Z
2024-01-10T14:55:20Z
https://github.com/numba/numba/issues/9311
[ "Task", "bug - documentation incorrect", "bug - build/packaging" ]
stuartarchibald
4
huggingface/datasets
numpy
6,450
Support multiple image/audio columns in ImageFolder/AudioFolder
### Feature request Have a metadata.csv file with multiple columns that point to relative image or audio files. ### Motivation Currently, ImageFolder allows one column, called `file_name`, pointing to relative image files. On the same model, AudioFolder allows one column, called `file_name`, pointing to relative aud...
closed
2023-11-24T10:34:09Z
2023-11-28T11:07:17Z
https://github.com/huggingface/datasets/issues/6450
[ "duplicate", "enhancement" ]
severo
1
huggingface/datasets
deep-learning
6,716
Non-deterministic `Dataset.builder_name` value
### Describe the bug I'm not sure if this is a bug, but `print(ds.builder_name)` in the following code sometimes prints out `rotten_tomatoes` instead of `parquet`: ```python import datasets for _ in range(100): ds = datasets.load_dataset("rotten_tomatoes", split="train") print(ds.builder_name) # pr...
closed
2024-03-05T09:23:21Z
2024-03-19T07:58:14Z
https://github.com/huggingface/datasets/issues/6716
[]
harupy
6
aiortc/aioquic
asyncio
377
Error when client certificate is requested
When the server requests a client certificate (in the case of a GnuTLS server, the `gnutls_certificate_server_set_request` function), the `aioquic` client returns a `QUIC Error: 266, reason: , frame_type: 6` error and the connection is closed
closed
2023-06-08T13:50:28Z
2023-11-16T13:48:45Z
https://github.com/aiortc/aioquic/issues/377
[]
Payne-X6
16
deepset-ai/haystack
nlp
8,490
Document splitter does not split text when using split_by='function'
**Describe the bug** The document splitter does not work as expected when given a function. It does not split documents at all even though the given splitting function does split the documents. ```python from haystack.components.preprocessors import DocumentSplitter def splitting_function(text: str) -> list[str]:...
closed
2024-10-24T06:36:38Z
2024-11-18T10:54:32Z
https://github.com/deepset-ai/haystack/issues/8490
[ "P2" ]
tsoernes
2
facebookresearch/fairseq
pytorch
5,467
Empty 'args' value in Neural Language Modeling "Training a transformer language model with the CLI tools" example model
## 🐛 Bug The model trained (in Colab) according to instructions in Neural Language Modeling "Training a transformer language model with the CLI tools" example model has an empty 'args' value resulting .pt model. This contrasts with pretrained models downloable in the same page and creates problems with conversion b...
open
2024-03-26T08:05:49Z
2024-04-09T10:55:50Z
https://github.com/facebookresearch/fairseq/issues/5467
[ "bug", "needs triage" ]
lancioni
2
pydata/bottleneck
numpy
352
[BUG] Module "hypothesis" not listed as dependency
**Describe the bug** The `hypothesis` is used in `bottleneck.test.util`, which gets imported in `bottleneck/__init__.py`. As the package is not listed in the `requires` field of `setup.py`, importing bottleneck fails. **To Reproduce** In a new environment, install bottleneck from source (`pip install -e .`). Open ...
closed
2020-07-15T18:19:07Z
2020-09-12T22:05:09Z
https://github.com/pydata/bottleneck/issues/352
[ "bug" ]
aulemahal
1
oegedijk/explainerdashboard
plotly
209
Error loading in Kaggle
I'm trying to run the explainer dashboard using inline mode in Kaggle but it doesn't show anything
open
2022-04-26T11:06:31Z
2022-05-06T06:32:23Z
https://github.com/oegedijk/explainerdashboard/issues/209
[]
jgdpsingh
3
xinntao/Real-ESRGAN
pytorch
761
Question about Gauss blur in code ?
Hi xinntao Could you please double check the function bivariate_generalized_Gaussian in basicsr, I think it is different with paper formular <img width="287" alt="截屏2024-02-29 21 59 44" src="https://github.com/xinntao/Real-ESRGAN/assets/129482867/0e23c600-4791-49b6-b6df-e95b6c20ec9e"> and function in code <img...
open
2024-03-01T02:37:57Z
2024-03-01T02:37:57Z
https://github.com/xinntao/Real-ESRGAN/issues/761
[]
XavierPixel
0
viewflow/viewflow
django
292
[PRO] Material Frontend displays integer 1 and 0 as boolean
Not sure if this has been raised before, when I have an integer field in the process model ``` number_of_simcards = models.IntegerField() ``` And if the value is either 1 or 0, the material frontend display the field value as boolean yes/no ![image](https://user-images.githubusercontent.com/558175/94377970-0...
closed
2020-09-27T22:59:26Z
2020-12-11T10:13:35Z
https://github.com/viewflow/viewflow/issues/292
[]
variable
1
pytorch/pytorch
numpy
149,534
Addind RoPE to pytorch core
The RoPE python code is being copied and pasted over and over in multiple pytorch org repos. I propose we move the RoPE operation to pytorch core (e.g. under nn.functional) and also add a RotaryPositionalEmbeddings module. Some examples of code duplication: pytorch/ao: - https://github.com/pytorch/ao/blob/64bcf4c25755...
open
2025-03-19T17:42:47Z
2025-03-24T15:54:10Z
https://github.com/pytorch/pytorch/issues/149534
[ "module: nn", "triaged", "enhancement", "needs design" ]
manuelcandales
2
supabase/supabase-py
fastapi
919
Missing await on 'realtime.set_auth' for async client.
# Bug report <!-- ⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first: - Docs: https://docs.supabase.com - Discussions: https://github.com/supabase/supabase/discussions - Discord: https://discord.supabase.com Before opening a...
closed
2024-09-03T18:57:33Z
2024-09-29T08:52:48Z
https://github.com/supabase/supabase-py/issues/919
[ "bug" ]
LuisLechugaRuiz
1
pyg-team/pytorch_geometric
pytorch
9,566
`torch_geometric.loader.utils.filter_custom_store` Doesn't Work with Edge Features
### 🐛 Describe the bug When calling `filter_custom_store`, the node index is used to address edge features. This is not correct. No error occurs when there are more edges than nodes, but the output features are incorrect. If there are more nodes than edges, the output below is possible. Note that `filter_custom...
open
2024-08-02T19:32:23Z
2024-08-02T19:32:23Z
https://github.com/pyg-team/pytorch_geometric/issues/9566
[ "bug" ]
alexbarghi-nv
0
piccolo-orm/piccolo
fastapi
964
Remove banner from docs saying about Piccolo v1
We are currently showing a banner about Piccolo v1 being available - as it has been out for a while now, we can hide it.
closed
2024-03-21T14:05:40Z
2024-03-21T14:07:15Z
https://github.com/piccolo-orm/piccolo/issues/964
[ "documentation" ]
dantownsend
0
dsdanielpark/Bard-API
nlp
252
There should be with an option of ask_about_image without translator.
**Describe the bug** I use zh-CN. It's supported by Bard directly. I should not need GoogleTranslator. I can make it working with removing the code of GoogleTranslator. **Version** OS: Win Python: 3.10 Bard API: latest in git Using proxy: Yes Legion: **Code** ```python bard = Bard(token=token) image = ...
closed
2023-12-21T05:40:50Z
2023-12-27T06:58:48Z
https://github.com/dsdanielpark/Bard-API/issues/252
[]
SetoKaiba
5
raphaelvallat/pingouin
pandas
194
Runtime warnings and no p-values for perfect partial spearman correlations
This is similar to #183, but possibly more important to fix as perfect spearman correlations may result in misleading results: ```python from pandas import DataFrame from random import seed, sample import pingouin as pg seed(0, 1) x = list(range(1000)) y = list(reversed(x)) z = sample(range(2000), 1000)...
closed
2021-09-12T10:22:32Z
2021-10-28T22:13:23Z
https://github.com/raphaelvallat/pingouin/issues/194
[ "invalid :triangular_flag_on_post:" ]
krassowski
3
tqdm/tqdm
pandas
1,488
logging addFilter (to add a field) errors out with "Formatting field not found in record" when relying on handler
- [x] I have marked all applicable categories: + [x] exception-raising bug + [ ] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating syste...
open
2023-08-03T13:09:29Z
2023-08-03T13:16:22Z
https://github.com/tqdm/tqdm/issues/1488
[]
WilliamStam
1
charlesq34/pointnet
tensorflow
279
pc_normalize when training - part segmentation
Hi @charlesq34 , I am practicing in part-segmentation. I can see that in the testing phase, "test.py", you used "pc-normalize", I would ask you that did you use **pc normalize** in training phase, and where I can find this? Thank you for your support.
open
2021-04-26T00:54:29Z
2021-04-26T00:54:29Z
https://github.com/charlesq34/pointnet/issues/279
[]
Nhunguts
0
sgl-project/sglang
pytorch
4,653
[Bug] Integrate DeepEP into SGLang Multi node case is failed on H100
### Checklist - [ ] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest version. - [ ] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-21T16:03:25Z
2025-03-22T23:44:55Z
https://github.com/sgl-project/sglang/issues/4653
[]
xwz-ol
1
serengil/deepface
machine-learning
589
cosine distance calculation in mongodb aggregate
Hello by following your code we can find distance using Euclidean here is example of aggregation I am using. `query = deepface_collection.aggregate( [ { "$addFields": { "target_embedding": target_embedding } } , {"$unwind" : { "path" : "$embedding", "includeArrayIndex": "embedding_...
closed
2022-11-02T16:39:24Z
2022-11-03T09:37:28Z
https://github.com/serengil/deepface/issues/589
[ "question" ]
archish9
1
aleju/imgaug
machine-learning
261
Overwriting augment_segmentation_maps
Hi, the following case. I want to flip a segmentation map left, right. However, the class labels change (from left_x to right_x and vice versa). Currently, I found it impossible to implement without api changes. My original idea was to just use the original implementation, but then overwrite augment_segmentatio...
closed
2019-02-18T22:44:18Z
2019-02-25T10:10:51Z
https://github.com/aleju/imgaug/issues/261
[]
kilianyp
2
anapaulagomes/pytest-picked
pytest
3
"Guess" the test file from changed module
Let's say you've changed `house/serializers.py`. Would be nice to run the tests of `house/test_serializers.py` or even the tests that were related. To keep in mind: - There is an option on pytest to specify [test paths](https://docs.pytest.org/en/latest/reference.html#confval-testpaths)
open
2018-05-27T11:15:11Z
2023-07-27T15:31:49Z
https://github.com/anapaulagomes/pytest-picked/issues/3
[ "enhancement", "good first issue" ]
anapaulagomes
4
microsoft/qlib
deep-learning
1,297
model.get_feature_importance() return column_xx not features name
get_feature_importance() will return importance value of column_xx not features' name. How to make it return importance value of features' name.
closed
2022-09-19T00:39:41Z
2023-03-14T09:02:04Z
https://github.com/microsoft/qlib/issues/1297
[ "question", "stale" ]
quantcn
2
strawberry-graphql/strawberry
django
2,799
Add the option in ChannelsConsumer to confirm topic subscription
<!--- Provide a general summary of the changes you want in the title above. --> In order to inform the subscriber (GraphQL client) that the GQL subscription has been activated, it would be useful to return a null message. In order to avoid a race condition, it would be useful to configure `ChannelsConsumer.channel_l...
closed
2023-06-01T14:31:09Z
2025-03-20T15:56:11Z
https://github.com/strawberry-graphql/strawberry/issues/2799
[]
moritz89
7
akfamily/akshare
data-science
5,810
akshare 接口问题临时解决方案
东财的接口做了改动,默认分页变成了强制200,我改了点代码,尝试手动把页码加上,着急解决的朋友可以试着把下面的代码覆盖到stock_hist_em.py中。 在家临时改的代码另外也不太熟悉这个库的功能,就不献丑提交PR了。希望能给社区维护代码的伙伴能够有更优雅的解决方式吧。 我只调用了里面几个接口,可能其他的接口还会有类似的问题,可以尝试自行继续按照重复调用加页码的方式解决。 ```python #!/usr/bin/env python # -*- coding:utf-8 -*- """ Date: 2025/2/17 14:00 Desc: 东方财富网-行情首页-沪深京 A 股 https://quote.eastmo...
closed
2025-03-09T07:30:27Z
2025-03-09T10:04:01Z
https://github.com/akfamily/akshare/issues/5810
[ "bug" ]
xuyao18
0
Johnserf-Seed/TikTokDownload
api
44
可以增加一个批量分享的主页列表吗
可以增加一个批量分享的主页列表吗,循环下载列表里的分享主页。
open
2021-08-11T08:44:20Z
2021-08-11T08:44:20Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/44
[]
winmask
0
ets-labs/python-dependency-injector
asyncio
565
Help please. I'm not getting the correct way to do the wiring
I am trying to use wiring into my fastapi project. This is my file layout ``` micro_servicio ├── adapters │   ├── db │   │   └── __init__.py │   ├── __init__.py │   └── web │   ├── app.py │   ├── __init__.py │   └── routers │   ├── __init__.py │   └── test.py ├── core │   ├─...
closed
2022-03-09T23:50:02Z
2022-06-01T22:27:56Z
https://github.com/ets-labs/python-dependency-injector/issues/565
[ "bug", "research" ]
kalimalrazif
7
lundberg/respx
pytest
271
[BUG] `.mock(...)` with `side_effect` and `return_value` raises `StopIteration` error
## Environment Using the latest `respx==0.21.1` with `pytest==8.0.0` and `pytest-mock==3.12.0` ## Issue Following the [`respx` docs](https://lundberg.github.io/respx/guide/#iterable) for mocking a response using both a `side_effect` and `return_value` raises a `StopIteration` error. While the docs state t...
closed
2024-05-06T13:16:12Z
2025-01-20T15:17:54Z
https://github.com/lundberg/respx/issues/271
[]
jborman-stonex
3
adamerose/PandasGUI
pandas
209
Re-name columns
Hello, Is there a way for users to re-name columns within the GUI itself?
open
2022-08-04T21:50:15Z
2022-08-04T21:50:15Z
https://github.com/adamerose/PandasGUI/issues/209
[ "enhancement" ]
jackbrougher
0
scikit-hep/awkward
numpy
2,605
Missing symbol on import on Termux (Android)
### Version of Awkward Array 2.3.1 ### Description and code to reproduce On termux 0.118.0, tried ``` bash$ pip install awkward ``` Everything seems fine. In a python REPL: ``` import awkward Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/data/data/com.termux/files/usr/lib...
closed
2023-08-03T09:38:10Z
2023-11-07T21:09:00Z
https://github.com/scikit-hep/awkward/issues/2605
[ "bug (unverified)", "installation" ]
mark-grimes
5
wemake-services/django-test-migrations
pytest
9
Migrate to tox.
closed
2019-11-29T12:07:11Z
2020-05-10T17:01:41Z
https://github.com/wemake-services/django-test-migrations/issues/9
[]
proofit404
3
lux-org/lux
pandas
200
Falling back to Pandas display.
C:\Anaconda3\lib\site-packages\IPython\core\formatters.py:345: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. Please report the following issue on Github: https://github.com/lux-org/lux/issues C:\Anaconda3\lib\site-packages\lux\core\frame.py:709: UserWar...
closed
2021-01-06T13:45:36Z
2021-01-09T11:56:32Z
https://github.com/lux-org/lux/issues/200
[]
danilosantiago
1
joke2k/django-environ
django
79
using default with proxied values leads to recursion
similar to https://github.com/joke2k/django-environ/issues/60 except I want to use a proxied value. example: ``` DATABASES = { 'default': env.db_url('DATABASE_URL', default='postgis://ubuntu@localhost/postgres'), 'local': env.db_url('LOCAL_DATABASE_URL', default='$DATABASE_URL'), } ``` I want to set `local` ...
closed
2016-03-17T14:56:53Z
2021-09-01T22:12:52Z
https://github.com/joke2k/django-environ/issues/79
[ "wontfix" ]
oppianmatt
2
plotly/dash
data-visualization
3,169
bug in pattern-matching background callbacks
``` dash 2.18.2 ``` When using Pattern-Matching callbacks that use background callbacks, the current way things work. If the output is the "same", (same exact callback), it will cancel the first callback and start the new one. Here is an example of three buttons designed to use pattern-matching to upda...
open
2025-02-14T22:29:15Z
2025-02-19T11:28:24Z
https://github.com/plotly/dash/issues/3169
[ "bug", "P2", "community" ]
BSd3v
1
LibrePhotos/librephotos
django
703
Persist the Sort By Setting in the Face Dashboard
Using chrome web browser. @sickelap I guess... First I select sorting by date. ![image](https://user-images.githubusercontent.com/51127123/208943894-15a22925-f589-4ee1-b6ef-71778f822fd6.png) Then I refresh the browser tab. ![image](https://user-images.githubusercontent.com/51127123/208944069-178a40eb-719c-4c59-97f...
open
2022-12-21T15:44:53Z
2023-04-07T18:35:49Z
https://github.com/LibrePhotos/librephotos/issues/703
[ "enhancement", "frontend" ]
loulou91
1
ymcui/Chinese-LLaMA-Alpaca
nlp
156
使用text-generation-webui搭建界面,回答内容有点混乱
# 将HuggingFace格式的llama-7B模型文件放到models文件夹下 ls models/llama-7b-hf pytorch_model-00001-of-00002.bin pytorch_model-00002-of-00002.bin config.json pytorch_model.bin.index.json generation_config.json 在这一步的时候,由于没有HuggingFace格式的llama-7B模型文件,将原版LLaMA模型(HF格式)扩充中文词表,合并LoRA权重生成的全量模型替代了, ![image](https://user-images.githubuse...
closed
2023-04-14T09:16:14Z
2023-04-18T14:04:21Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/156
[]
yyqin1991
1
vastsa/FileCodeBox
fastapi
69
使用阿里云oss的时候报配置不存在
AttributeError: 'Settings' object has no attribute 'KeyId' <img width="943" alt="image" src="https://user-images.githubusercontent.com/4301287/233001445-25cc63fc-c680-4242-a700-0a782944b267.png"> .env已经写入了,但还是报这个
closed
2023-04-19T07:31:18Z
2023-08-15T12:42:45Z
https://github.com/vastsa/FileCodeBox/issues/69
[]
lijianxiong
1
pytest-dev/pytest-cov
pytest
247
Test "test_cover_looponfail" fails against pytest-3.9.0+
Pytest 3.9.0 changed API for ``Testdir.runpytest_subprocess()`` and ``Testdir.run()``. This resulted in: ``` ========================================== FAILURES =========================================== ____________________________________ test_cover_looponfail ____________________________________ /usr/src/RPM/...
closed
2018-12-18T22:06:28Z
2018-12-19T23:46:17Z
https://github.com/pytest-dev/pytest-cov/issues/247
[]
stanislavlevin
0
rougier/scientific-visualization-book
numpy
83
Height parameter of the "Floating & rotated axis" in Figure 2.9
Hi, thanks for your excellent book! It seems to me that the 50th line of [coordinates/transforms‐floating‐axis.py](https://github.com/rougier/scientific-visualization-book/blob/master/code/coordinates/transforms-floating-axis.py), as well as the corresponding line of the code in [rst/coordinates.rst](https://github....
open
2023-02-24T05:33:26Z
2023-02-27T14:38:12Z
https://github.com/rougier/scientific-visualization-book/issues/83
[]
furutaka
1
Kludex/mangum
fastapi
267
Websocket support
Do you have any implementation plans to add Websocket to this solution?
closed
2022-07-27T03:20:14Z
2022-07-27T03:21:32Z
https://github.com/Kludex/mangum/issues/267
[]
satheler
0
pandas-dev/pandas
pandas
61,047
Correction: Standardize spelling of "normalize" in codebase
Some functions in `_normalize.py` use British spelling ("normalise") and some use American spelling ("normalize"). To maintain consistency with standard American spelling used in Pandas, "normalise" should be replaced with "normalize". <img width="683" alt="Image" src="https://github.com/user-attachments/assets/eac39b...
closed
2025-03-04T05:45:56Z
2025-03-04T18:04:14Z
https://github.com/pandas-dev/pandas/issues/61047
[]
arthurlw
0
hpcaitech/ColossalAI
deep-learning
5,673
[BUG]: TypeError: _gen_python_code() got an unexpected keyword argument 'verbose'
### 🐛 Describe the bug When I run examples/language/gpt/experiments/auto_parallel/auto_parallel_with_gpt.py,The error is as follows File "/opt/conda/lib/python3.9/site-packages/colossalai/auto_parallel/tensor_shard/initialize.py", line 265, in initialize_model gm = ColoGraphModule(model, graph, model.__class__....
open
2024-04-29T06:27:55Z
2024-08-06T06:52:59Z
https://github.com/hpcaitech/ColossalAI/issues/5673
[ "bug" ]
Xingzhi107
3
pyjanitor-devs/pyjanitor
pandas
1,023
[BUG] Dtype changes to numpy dtype in `pivot_longer`
# Brief Description `pivot_longer` changes dtype to numpy dtype # System Information - Operating system: linux - Python version (required):3.9 # Minimally Reproducible Code ```py df = pd.DataFrame({'id':['id1', 'id2'], 'nullcol':[pd.NA, 777], 'a-1':[1, 11], 'a-2':[2, 22], 'a-3':[3, 33]}) df ...
closed
2022-02-19T19:45:10Z
2022-02-25T14:57:22Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1023
[]
samukweku
1
smarie/python-pytest-cases
pytest
321
3.8.1: pytest is failing in 4 units and deprecations warnings
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm build -w --no-isolation` - because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed modules -...
open
2023-12-15T21:34:26Z
2024-01-12T17:24:25Z
https://github.com/smarie/python-pytest-cases/issues/321
[]
kloczek
5
keras-team/keras
data-science
20,115
PyDataset shape error
I constructed a network with an input size of (360,) and a generator with an output size of (96,360). I confirmed that the generator output size is (96,360) by calling the getitem method. But when using fit(), there will be an error message indicating inconsistent input sizes as 'expected shape=(None, 360), found shape...
closed
2024-08-13T07:08:48Z
2024-09-12T01:58:55Z
https://github.com/keras-team/keras/issues/20115
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
Sticcolet
11
wyfo/apischema
graphql
220
Discriminated union
https://github.com/samuelcolvin/pydantic/pull/2336 If it is possible already, could a clear example be added to the docs, and if not, would it be possible to make this work? Thanks!
closed
2021-10-17T03:19:40Z
2021-12-30T22:14:42Z
https://github.com/wyfo/apischema/issues/220
[ "enhancement" ]
adriangb
4
deepfakes/faceswap
deep-learning
630
ERROR Caught exception in thread: 'training_0'
When i run this bot on ubuntu1604 to train the model, some problem were happened. Installing different versions of tensorflow won't work either. I have no idea to solve it. whether professor can give some suggestions? The problem are as follows: Using TensorFlow backend. 02/27/2019 19:36:19 INFO Model A Dire...
closed
2019-02-27T11:59:50Z
2019-02-27T12:03:17Z
https://github.com/deepfakes/faceswap/issues/630
[]
changyunke
1
falconry/falcon
api
2,054
Make it possible to unvendor `python-mimeparse`
As pointed out on https://github.com/falconry/falcon/issues/1420#issuecomment-1101448759, some distributions and package managers may want to unvendor `python-mimeparse`, in order to reduce duplication, and because it carries a different licence, among other reasons. Alternatively, we don't really make heavy use of ...
closed
2022-04-18T14:28:19Z
2024-10-05T12:19:21Z
https://github.com/falconry/falcon/issues/2054
[ "maintenance" ]
vytas7
1
lux-org/lux
pandas
497
[Feature Request] Reproducible builds
**Is your feature request related to a problem? Please describe.** I want to leverage docker to use lux easier. Also, jupyter nbextensions requires superuser priviledges which is not ideal. **Describe the solution you'd like** Containerize the build. **Describe alternatives you've considered** Use docker.
closed
2023-07-12T17:16:05Z
2024-01-18T19:24:26Z
https://github.com/lux-org/lux/issues/497
[]
rentruewang
0
keras-team/keras
deep-learning
20,113
Conv2D is no longer supporting Masking in TF v2.17.0
Dear Keras team, Conv2D layer no longer supports Masking layer in TensorFlow v2.17.0. I've already raised this issue with TensorFlow. However, they requested that I raise the issue here. Due the dimensions of our input (i.e. (timesteps, width, channels)), size of the input shape (i.e. (2048, 2000, 3)) and size of...
closed
2024-08-12T12:52:32Z
2024-08-15T13:36:52Z
https://github.com/keras-team/keras/issues/20113
[ "type:support", "stat:awaiting keras-eng" ]
kavjayawardana
4
predict-idlab/plotly-resampler
plotly
45
FigureWidget() update
Hi, very useful project, all my career I dream about such thing. It seems that it can make plotly usable in real life, not only in the iris dataset. Is there a way to dynamic update the resampled FigureWidget instance? For example, in the Jupyter lab: <img width="735" alt="image" src="https://user-images.githubuser...
closed
2022-04-23T16:48:08Z
2022-06-22T18:53:07Z
https://github.com/predict-idlab/plotly-resampler/issues/45
[]
zxweed
26
MagicStack/asyncpg
asyncio
425
local variable 'warning_callback' referenced before assignment
* **asyncpg version**: 0.18.3 * **PostgreSQL version**: 10.6 * **Python version**: 3.7 * **Platform**: Ubuntu * **Do you use pgbouncer?**: no * **Did you install asyncpg with pip?**: yes * **Can the issue be reproduced under both asyncio and [uvloop](https://github.com/magicstack/uvloop)?**: Not sure https:...
closed
2019-04-02T15:23:45Z
2019-04-03T15:37:12Z
https://github.com/MagicStack/asyncpg/issues/425
[]
samuelcolvin
1
stanfordnlp/stanza
nlp
608
Python Object to Document example not working
Running that [exact code](https://stanfordnlp.github.io/stanza/data_conversion.html#python-object-to-document) throws this: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-55-99f49c80a14a> in...
closed
2021-01-29T10:57:34Z
2021-02-21T05:11:12Z
https://github.com/stanfordnlp/stanza/issues/608
[ "bug" ]
GuillemGSubies
3
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,315
Could you provide the tutorial and source codes of evaluation models for CycleGAN and CyCADA?
Thank you for your marvelous work. I would like to cite and produce the baseline of CycleGAN and CyCADA with customer datasets in my researches. I have read the information from: https://github.com/tkhkaeio/CyCADA "... Implementation Code is mainly borrowed from junyanz/pytorch-CycleGAN-and-pix2pix https://g...
closed
2021-09-13T01:33:08Z
2021-12-02T21:05:49Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1315
[]
BenoitKAO
1