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
gunthercox/ChatterBot
machine-learning
1,473
Chatterbot with feedback
Hi! I'm a beginner in ChatterBot and I'm very impressed with its features! Thank you in advance. But I've an interest in a feedback of user if the bot doesn't be able to answer with the better solution. For example: if I ask "How are you?" and its database only has the answer "I'm fine", and I want the answer "I'm n...
closed
2018-11-01T02:26:48Z
2019-10-01T12:45:39Z
https://github.com/gunthercox/ChatterBot/issues/1473
[]
alegalopes
7
NullArray/AutoSploit
automation
789
Divided by zero exception59
Error: Attempted to divide by zero.59
closed
2019-04-19T16:00:48Z
2019-04-19T16:37:56Z
https://github.com/NullArray/AutoSploit/issues/789
[]
AutosploitReporter
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,218
demo_cli melspectrogram error
I get this error when running demo_cli.py: ` File "/home/carlos/Downloads/Real-Time-Voice-Cloning-master/encoder/audio.py", line 58, in wav_to_mel_spectrogram frames = librosa.feature.melspectrogram( TypeError: melspectrogram() takes 0 positional arguments but 2 positional arguments (and 2 keyword-only ar...
open
2023-05-14T19:40:25Z
2023-05-17T07:20:26Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1218
[]
Noobos100
1
iperov/DeepFaceLab
machine-learning
938
5.XSeg) data_dst mask - edit.bat
000
closed
2020-11-04T09:28:00Z
2021-09-08T04:41:24Z
https://github.com/iperov/DeepFaceLab/issues/938
[]
stone100010
0
lanpa/tensorboardX
numpy
187
resume logging after checkpoint
Hi, I'm wondering how logging records will continue after reloading a previously saved checkpoint? Will it get messy with garbage records?
closed
2018-07-12T07:57:48Z
2018-10-17T19:37:59Z
https://github.com/lanpa/tensorboardX/issues/187
[]
pluiez
1
slackapi/python-slack-sdk
asyncio
813
"Sorry, this didn't work" error with working Message Shortcut
Hello Slack! I am building Slack app according to your documentation (https://api.slack.com/surfaces/modals/using#modal_response_url) and I have an issue with Slack Message Shortcut. It works almost fine, when I create modal.open - it opens modal window with proper elements. But in Slack application window appears Err...
closed
2020-09-17T10:18:59Z
2020-09-28T04:46:32Z
https://github.com/slackapi/python-slack-sdk/issues/813
[ "Version: 2x", "question", "web-client" ]
kompotkot
6
sinaptik-ai/pandas-ai
data-visualization
805
Incomplete/ incorrect template for generate python code
### System Info version 1.5.5 ### 🐛 Describe the bug @gventuri I don't see any place holder for system instructions in the generate_python_code.tmpl file under assets folder {dataframes} {skills} {prev_conversation} {code_description} ```python {current_code} ``` {last_message} Variable `dfs:...
closed
2023-12-08T04:29:41Z
2024-06-01T00:19:48Z
https://github.com/sinaptik-ai/pandas-ai/issues/805
[]
kumarnavn
1
postmanlabs/httpbin
api
420
Endpoints that simulates connection errors
Hi there, I have had the need to test HTTP clients in order to make sure they are robust, in this case I'm looking to add retry logic in case of connection errors. Most libraries throw some kind of exception when these errors happen, and it may be many different exceptions depending on where in the request something...
closed
2018-01-01T20:34:40Z
2018-04-26T17:51:16Z
https://github.com/postmanlabs/httpbin/issues/420
[]
stefansundin
1
nteract/testbook
pytest
117
Replace all tb.ref examples in docs with tb.get
With #92, a new way of creating reference objects was introduced. - We will need to replace all instances of `tb.ref` with `tb.get` and also mention that one can use the indexing pattern to create the objects. - Also mention that when the object is JSON serializable, when `tb.get` is called on that variable, the ...
open
2021-05-22T16:21:26Z
2021-05-24T03:12:07Z
https://github.com/nteract/testbook/issues/117
[ "documentation", "good first issue", "sprint-friendly" ]
rohitsanj
2
praw-dev/praw
api
1,143
Using non string value in reddit.comment() causes TypeError when calling repr()
## Issue Description If the comment or submission classes are initialized through the reddit class with any non-string value, an object is created but can no longer be accessed unless one of the dynamic attributes are called. ```python >>> c = reddit.comment(1) >>> c Traceback (most recent call last): File ...
closed
2019-11-27T23:41:40Z
2019-12-27T05:03:37Z
https://github.com/praw-dev/praw/issues/1143
[]
PythonCoderAS
1
huggingface/datasets
numpy
7,390
Re-add py.typed
### Feature request The motivation for removing py.typed no longer seems to apply. Would a solution like [this one](https://github.com/huggingface/huggingface_hub/pull/2752) work here? ### Motivation MyPy support is broken. As more type checkers come out, such as RedKnot, these may also be broken. It would be goo...
open
2025-02-10T22:12:52Z
2025-02-10T22:12:52Z
https://github.com/huggingface/datasets/issues/7390
[ "enhancement" ]
NeilGirdhar
0
public-apis/public-apis
api
3,631
Varios
closed
2023-09-17T15:54:50Z
2023-09-17T15:55:11Z
https://github.com/public-apis/public-apis/issues/3631
[]
eloaitor
0
PaddlePaddle/models
nlp
4,780
度量学习模块infer部分
度量学习模块中infer的最终输出是一个一维的向量,而且维度不是类别数目,个人理解应该是输出的是提取出来的图像特征。如果做人脸识别之类的任务,是否还需要自己构造一个样本库,然后将输入图片的特征与样本库进行距离的比对,进而判断类别?
open
2020-07-30T07:58:45Z
2024-02-26T05:10:42Z
https://github.com/PaddlePaddle/models/issues/4780
[ "user" ]
a123b12cd
4
opengeos/leafmap
streamlit
28
Polygon (e.g. geojson) were colored incorrectly
### Environment Information - leafmap version: 0.2.0 - Python version: Python 3.9.4 - Operating System: Ubuntu 18.04.2 LTS ### Description Dear Professor Wu, I would like seek your help on properly coloring geospatial features via leafmap. I was able to color the features, but the color were incorrect. *...
closed
2021-06-11T17:50:33Z
2021-06-11T18:24:42Z
https://github.com/opengeos/leafmap/issues/28
[ "bug" ]
AndyW-llm
1
kubeflow/katib
scikit-learn
2,099
[SDK] Show Valid Katib UI Link
Check this thread: https://github.com/kubeflow/katib/pull/2098#discussion_r1085608043. Currently, we show Katib UI link when Katib SDK is used from Kubernetes pod and SDK loads [`in-cluster` config](https://github.com/kubeflow/katib/blob/6bcbd2585198d85de90cbd7ffce89cc8bd7358cb/sdk/python/v1beta1/kubeflow/katib/api/...
open
2023-01-24T17:40:38Z
2024-03-14T05:33:15Z
https://github.com/kubeflow/katib/issues/2099
[ "help wanted", "good first issue", "lifecycle/frozen", "area/sdk" ]
andreyvelich
10
tatsu-lab/stanford_alpaca
deep-learning
42
No checkpoint and no eval_dataset
It seems no eval_dataset and thus no storing for checkpoint ? (for privacy, I hide the absolute file path and replace with <path>) ``` Traceback (most recent call last): File "<path>/stanford_alpaca/train.py", line 232, in <module> train() File "<path>/stanford_alpaca/train.py", line 226, in train ...
closed
2023-03-16T03:34:06Z
2023-03-16T07:11:27Z
https://github.com/tatsu-lab/stanford_alpaca/issues/42
[]
kriskrisliu
1
quantumlib/Cirq
api
6,864
Merge labels area/docs and kind/docs
Turns out we have labels `area/docs` and `kind/docs`, which seems redundant. We should probably merge them into one or the other.
closed
2024-12-19T18:04:25Z
2025-03-19T18:29:41Z
https://github.com/quantumlib/Cirq/issues/6864
[ "kind/health", "triage/accepted" ]
mhucka
2
K3D-tools/K3D-jupyter
jupyter
142
html snapshot doesn't render on chrome
Saving a snapshot as html and then opening it on chrome/firefox seems to fail due to k3d.js not being found ![sc2](https://user-images.githubusercontent.com/10452257/55648398-82c8cf80-57e0-11e9-97ac-3b985c20ddf4.png) ![sc1](https://user-images.githubusercontent.com/10452257/55648399-83616600-57e0-11e9-9f76-4aba8123...
closed
2019-04-05T18:22:58Z
2020-01-31T09:07:18Z
https://github.com/K3D-tools/K3D-jupyter/issues/142
[ "JupyterLab" ]
fontclos
3
littlecodersh/ItChat
api
1,022
扫码登录报错--xml.parsers.expat.ExpatError: mismatched tag: line 64, column 4
在提交前,请确保您已经检查了以下内容! - [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆 - [ ] 我已经阅读并按[文档][document] 中的指引进行了操作 - [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告 - [ ] 本问题确实关于`itchat`, 而不是其他项目. - [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目 请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面: ``` [在这里粘贴完整日志] ``` 您的itchat版本为...
open
2024-07-17T01:46:42Z
2024-11-14T02:35:25Z
https://github.com/littlecodersh/ItChat/issues/1022
[]
mylysddp
10
huggingface/datasets
pytorch
7,030
Add option to disable progress bar when reading a dataset ("Loading dataset from disk")
### Feature request Add an option in load_from_disk to disable the progress bar even if the number of files is larger than 16. ### Motivation I am reading a lot of datasets that it creates lots of logs. <img width="1432" alt="image" src="https://github.com/huggingface/datasets/assets/57996478/8d4bbf03-6b89-...
closed
2024-07-06T05:43:37Z
2024-07-13T14:35:59Z
https://github.com/huggingface/datasets/issues/7030
[ "enhancement" ]
yuvalkirstain
2
graphistry/pygraphistry
pandas
606
[FEA] add flag to switch between string and numerical type col for group-in-box
**Is your feature request related to a problem? Please describe.** string type will result in a histogram listing the x most common cols in graphistry ui numerical type will result in a histogram showing binned intervals from min to max value in graphistry ui both can be useful depending on use case, it would be g...
open
2024-10-16T23:07:17Z
2024-10-17T00:01:58Z
https://github.com/graphistry/pygraphistry/issues/606
[ "enhancement" ]
mj3cheun
1
gee-community/geemap
streamlit
1,031
`getInfo()` returns wrong days
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.11.4 - Python version: 3.9.10 - Operating System: Ubuntu 20.04.4 LTS on Windows 10 x86_64 ### Description The `getInfo()` returns wrong days! Day 130 in this example. It seems it ret...
closed
2022-04-20T00:46:23Z
2022-04-20T00:51:16Z
https://github.com/gee-community/geemap/issues/1031
[ "bug" ]
rvalavi
1
2noise/ChatTTS
python
769
what are the emotional tokens that are supported?
The documentation, in advanced usage, seems to indicate we can add emotional tokens to guide the voice. IS there more documentation on this? What are the set of emotional tokens supported (often there are at least 7)
closed
2024-10-01T02:12:22Z
2024-11-24T04:01:31Z
https://github.com/2noise/ChatTTS/issues/769
[ "documentation", "stale" ]
robbiemu
14
mwaskom/seaborn
matplotlib
3,735
AttributeError: module 'numpy' has no attribute 'typeDict'
Trying to import the package results in the above error. Installing the numpy ==1.21 resolved the issue.
closed
2024-07-23T11:49:14Z
2024-07-23T12:15:10Z
https://github.com/mwaskom/seaborn/issues/3735
[]
ZahraEconomist
0
autogluon/autogluon
data-science
4,454
[Installation] Colab
When using autogluon.multimodal on Colab, I get the following error. OSError: /usr/local/lib/python3.10/dist-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK3c105Error4whatEv I install it through: pip install -U pip pip install -U setuptools wheel pip install autogluon Could anyone help?
closed
2024-09-04T07:39:10Z
2024-09-04T07:58:44Z
https://github.com/autogluon/autogluon/issues/4454
[ "bug: unconfirmed", "Needs Triage" ]
LLLLLuke
1
python-visualization/folium
data-visualization
1,602
How can I limit the start value of the y-axis, like plt.ylim() in matplotlib?
How can I limit the start value of the y-axis, like plt.ylim() in matplotlib?
closed
2022-06-10T14:22:51Z
2022-06-10T16:33:24Z
https://github.com/python-visualization/folium/issues/1602
[]
zhangch-ss
1
GibbsConsulting/django-plotly-dash
plotly
368
in pypi package: static folder missing
i think thats the reason why my browser is not able to find websocketbridge.js ![image](https://user-images.githubusercontent.com/2874956/144436952-6157e525-7cad-4a91-8e4f-c111dc6a3557.png)
closed
2021-12-02T14:03:30Z
2024-10-19T16:37:23Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/368
[]
thelittlebug
2
nltk/nltk
nlp
2,694
Move all pytest code into `nltk/test/`
A better way to solve https://github.com/nltk/nltk/issues/2690 may be to remove all pytest imports that are outside of `nltk/test/`
closed
2021-04-07T16:47:25Z
2021-04-14T11:45:23Z
https://github.com/nltk/nltk/issues/2694
[]
dannysepler
1
robotframework/robotframework
automation
5,216
Include `Message.html` in JSON results only if it is `True`
Currently `robot.result.Message` is serialized to JSON so that the `html` attribute is always included. Including it only if it is `True` makes the resulting JSON data a bit smaller. That is also consistent with other similar attributes that are serialized to JSON only when their value differs from the default value. ...
closed
2024-09-21T20:32:53Z
2024-12-18T13:33:02Z
https://github.com/robotframework/robotframework/issues/5216
[ "enhancement", "priority: low", "backwards incompatible", "beta 1", "effort: small" ]
pekkaklarck
0
plotly/dash
jupyter
2,653
dcc.Dropdown has inconsistent layout flow with other common input components
**Describe your context** ``` dash 2.13.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` **Describe the bug** Many of the go-to Dash Core Components have the CSS style `display` set to `inline-block`, with a notable except...
open
2023-10-05T15:35:07Z
2024-08-13T19:38:28Z
https://github.com/plotly/dash/issues/2653
[ "bug", "P3" ]
ned2
0
aleju/imgaug
machine-learning
828
AttributeError: module 'imgaug.augmenters' has no attribute 'LinearmnContrast'
open
2022-11-18T14:47:48Z
2023-03-19T19:51:33Z
https://github.com/aleju/imgaug/issues/828
[]
yusirhhh
1
yunjey/pytorch-tutorial
deep-learning
122
Input format of nn.LSTM class
The pytorch official documentation mentions for torch.nn.LSTM "input of shape (seq_len, batch, input_size)" but in your recurrent_neural_network example I observed that the input size is [100, 28, 28] where sequence_length = 28 input_size = 28 batch_size = 100. Is this correct? Or should we transpose the tensor?...
closed
2018-06-05T22:57:47Z
2018-06-06T02:47:23Z
https://github.com/yunjey/pytorch-tutorial/issues/122
[]
ani0075saha
1
prkumar/uplink
rest-api
234
Uplink crashes on python3.9 when trying to serialize pydantic model
**Describe the bug** Uplink crashes on python3.9 when trying to serialize model **To Reproduce** This is the uplink class and method: ```python @tpa_error @uplink_retry class TPAService(FlapiBase): @uplink.returns.json(key=('data', 'appInstances', 'items')) @uplink.json @uplink.post('app-governa...
open
2021-09-12T12:59:05Z
2023-04-12T10:30:22Z
https://github.com/prkumar/uplink/issues/234
[]
liiight
6
kubeflow/katib
scikit-learn
2,426
The jobs deploy in kubeflow env is failing with "webhook " failed.
Error 👍 Internal error occurred: failed calling webhook "mutator.pod.katib.kubeflow.org": failed to call webhook: Post "https://katib-controller.kubeflow.svc:443/mutate-pod?timeout=10s": context deadline exceeded
closed
2024-09-09T09:49:51Z
2025-02-06T16:04:38Z
https://github.com/kubeflow/katib/issues/2426
[ "kind/bug" ]
gopinath3759
6
mirumee/ariadne
graphql
904
How are Interger Enum handled?
How does Ariadne handle Enums with integers? I am working with a django model which stores the enums in the database as Ints. I asked on Stackoverflow but got no responses https://stackoverflow.com/questions/73225381/ariadne-graphql-displaying-django-choices-in-query In the [Strawberry](https://strawberry.rocks/d...
closed
2022-08-05T05:36:26Z
2022-08-05T18:30:20Z
https://github.com/mirumee/ariadne/issues/904
[]
ccsv
2
modoboa/modoboa
django
2,644
Accounts statistics doesn't update
Hi, I have recently upgraded from 1.17.0 to 2.0.0 and then to 2.0.2. After upgrading to 2.0.0 everything loaded up but I noticed the following :- - The new v2 interface has hard coding to /new-admin/ but I am on a differentpath (/tools/managemail/) so nothing worked, I had to replace multiple entries inside the v...
closed
2022-10-17T10:55:16Z
2023-03-09T08:38:26Z
https://github.com/modoboa/modoboa/issues/2644
[ "bug" ]
ndoody
4
seleniumbase/SeleniumBase
web-scraping
2,314
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:9222
I have had SB (SeleniumBase) working pretty well with UC mode (without any virtualdisplay/xvfb) and I was getting an error ["You are using a Chromium-based browser"](https://github.com/seleniumbase/SeleniumBase/discussions/2311) when testing with https://pixelscan.net So I decided to run command `sudo snap remove ch...
closed
2023-11-24T10:21:30Z
2023-11-24T10:44:36Z
https://github.com/seleniumbase/SeleniumBase/issues/2314
[ "duplicate", "external", "UC Mode / CDP Mode" ]
iamumairayub
1
exaloop/codon
numpy
612
Imitating the Rust compiler, it gives detailed information about incompatible warnings before compiling, and provides automatic repairs.
Imitating the Rust compiler, it gives detailed information about incompatible warnings before compiling, and provides automatic repairs. This makes it easier for Python developers to quickly convert existing projects and get started with development.
open
2024-12-04T01:48:50Z
2024-12-04T01:48:50Z
https://github.com/exaloop/codon/issues/612
[]
1057105012
0
pytest-dev/pytest-html
pytest
686
Problem with importing pytest_html + not able to add url(or anything I've tried) to HTML
Hello, I can't figure out what's going on but when importing the pytest_html as shown in almost every example I can find it does not work as the __ init __ does not include things like extras ` import pytest_html pytest_html.extras.(......) ` But if I import Extras directly: ` import pytest_html.extras ` It...
closed
2023-06-21T15:26:08Z
2023-06-22T11:42:18Z
https://github.com/pytest-dev/pytest-html/issues/686
[]
Stefanhg
2
influxdata/influxdb-client-python
jupyter
102
influxdb python connection error
hello, i am having trouble writing to my cloud database instance, but when i run the: `write_api.write(bucket=bucket, org=org, record=rec)` i get a connection error, which reads `The batch item wasn't processed successfully because: HTTPConnectionPool(host='localhost', port=9999): Max retries exceeded with url: /...
closed
2020-06-03T23:03:25Z
2020-06-04T05:15:02Z
https://github.com/influxdata/influxdb-client-python/issues/102
[ "invalid" ]
Mogoatlhe
1
datadvance/DjangoChannelsGraphqlWs
graphql
57
connection_ack issue...
Hello there, I am trying to use this library with an Apollo-react app and I am not too sure why I cannot get it to work. At the moment, I can see mutations, queries and subscriptions in a totally different line on the network tab on google developer tool when using apollo and nodejs, I can see the result of ...
closed
2021-01-03T21:57:21Z
2021-08-08T16:00:58Z
https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/57
[]
sbenou
3
wger-project/wger
django
1,622
Add more options in the exercise editor
## Use case After someone create an exercise it can be useful to add more options in exercise editor to ensure improvement of existing exercises ## Proposal I don't know what it can be done easily and what cannot but this is my proposal: - edit muscles (primary and secondary) - merge exercise togheter (in my opinion...
open
2024-04-04T14:00:35Z
2024-04-04T14:00:59Z
https://github.com/wger-project/wger/issues/1622
[]
F3FFO
0
dask/dask
scikit-learn
11,487
`map_blocks` with new `chunks` sizes cannot process boundaries of volume
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly. --> **Describe the issue**: When processing a 3D Dask array with `map_blocks(..., chunks=new_size)`, t...
closed
2024-11-04T13:53:05Z
2024-11-05T10:22:06Z
https://github.com/dask/dask/issues/11487
[ "needs triage" ]
chourroutm
3
openapi-generators/openapi-python-client
fastapi
531
Add --no-verify-ssl argument
**Is your feature request related to a problem? Please describe.** Sometimes self-signed certificates are used during local development (for example when hosting over `https://localhost`). Currently `openapi-python-client` (rightly) fails to connect to self-signed HTTPS endpoints: ``` openapi-python-client gener...
closed
2021-10-27T13:24:20Z
2023-07-08T17:44:52Z
https://github.com/openapi-generators/openapi-python-client/issues/531
[ "✨ enhancement" ]
johnthagen
6
K3D-tools/K3D-jupyter
jupyter
57
Hide 'voxels mode' button when there are no voxels objects
closed
2017-06-01T09:16:40Z
2017-06-13T11:37:20Z
https://github.com/K3D-tools/K3D-jupyter/issues/57
[]
martinal
0
mwaskom/seaborn
data-science
3,470
Background theme color not changing from dark
import matplotlib.pyplot as plt import seaborn as sns import seaborn.objects as so from matplotlib import style sns.set_theme(style="whitegrid") sns.set_style("whitegrid") sns.set(font_scale=1.4) g = sns.catplot(x="SSL", hue="Model", y= "Percentage", col="Dataset", data=titanic, ...
closed
2023-09-13T02:36:06Z
2023-09-13T02:55:29Z
https://github.com/mwaskom/seaborn/issues/3470
[]
abinayreddy
1
xmu-xiaoma666/External-Attention-pytorch
pytorch
9
Bug in CBAM
<img width="501" alt="截屏2021-06-23 15 46 44" src="https://user-images.githubusercontent.com/67764975/123042545-5689df80-d43a-11eb-9da7-7add7e57776b.png"> Hello, should the self.maxpool be AdaptiveMaxPooling?
open
2021-06-23T05:48:49Z
2021-06-23T05:51:53Z
https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/9
[]
winnie172026
1
Urinx/WeixinBot
api
133
为啥安装的是DEBUG模式,也没提示设置自动回复
为啥安装的是DEBUG模式,也没提示设置自动回复
open
2016-12-09T01:50:04Z
2017-11-22T23:42:49Z
https://github.com/Urinx/WeixinBot/issues/133
[]
cssxn
1
zappa/Zappa
django
779
[Migrated] Update with slim_handler and -z doesn't update code
Originally from: https://github.com/Miserlou/Zappa/issues/1923 by [dughibot](https://github.com/dughibot) ## Context We've been using zappa deploy our code. We're using the `slim_handler` setting because our code with all of its requirements is somewhat large. We've been having issues getting a certain library (xmlse...
closed
2021-02-20T12:42:19Z
2024-04-13T18:37:21Z
https://github.com/zappa/Zappa/issues/779
[ "no-activity", "auto-closed" ]
jneves
2
ivy-llc/ivy
numpy
28,284
Fix Ivy Failing Test: paddle - linalg.outer
closed
2024-02-14T07:00:14Z
2024-02-15T20:59:00Z
https://github.com/ivy-llc/ivy/issues/28284
[ "Sub Task" ]
MuhammadNizamani
0
horovod/horovod
pytorch
4,042
Environment crashes because it seems to be overriding built in modules
**Environment:** Here my installed packages (Python 3.10.8): absl-py==2.1.0 appnope==0.1.4 astropy==6.1.0 astropy-iers-data==0.2024.5.6.0.29.28 asttokens==2.4.1 astunparse==1.6.3 cachetools==5.3.3 certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 cloudpickle==3.0.0 comm==0.2.2 contourpy==1.2.1 cyc...
open
2024-05-08T09:43:42Z
2024-05-08T09:43:42Z
https://github.com/horovod/horovod/issues/4042
[ "bug" ]
mtrattner
0
slackapi/bolt-python
fastapi
695
Slack Bolt: Unable to receive slack message using bolt from Oauth installation
Hello, I'm building a Slack app that I would like to share across multiple workspaces. So I used the Oauth2 process: from a page, you can click on the button "Add to Slack" (available inside "Manage Distribution"). Then from the redirect URL, I get the code, and exchange it for an access_token xoxb-13..... Then,...
closed
2022-08-05T13:54:52Z
2022-08-06T12:12:27Z
https://github.com/slackapi/bolt-python/issues/695
[ "question" ]
davidmartins3011
6
serengil/deepface
machine-learning
869
Different results for same image deepface.analyze
Hi, I am getting different results from the same image when I pass the image in as a path and as a numpy array DeepFace.analyze(numpy_array, actions=["age"], detector_backend='mtcnn') [{'age': 25, 'region': {'x': 506, 'y': 854, 'w': 693, 'h': 859}}] DeepFace.analyze(image_path, actions=["age"], detector_backend=...
closed
2023-10-23T15:52:22Z
2023-10-24T17:18:21Z
https://github.com/serengil/deepface/issues/869
[ "question" ]
haddyadnan
3
netbox-community/netbox
django
18,657
Token lenght for API Tokens
### Deployment Type Self-hosted ### NetBox Version v4.2.1 ### Python Version 3.10 ### Steps to Reproduce 1. Go to the menue where you can add an API Token 2. Add an API Token which is longer then 40 characters 3. Click create ### Expected Behavior The token will be accepted and I can use an API Token longer th...
closed
2025-02-18T09:06:27Z
2025-02-18T16:23:10Z
https://github.com/netbox-community/netbox/issues/18657
[ "type: bug" ]
NotHBlocks
1
python-visualization/folium
data-visualization
1,846
SideBySideLayers not displaying the layers
**Describe the bug** I am trying to use the folium plugin SideBySideLayers together with streamlit. In my app, I created 2 columns, so the users can select the layers they want to compare using the folium SideBySideLayers plugin. The plugin works when I write the layer name, but it does not work when I add the arg...
closed
2023-12-11T12:42:37Z
2024-09-10T08:01:21Z
https://github.com/python-visualization/folium/issues/1846
[ "More info needed" ]
brunoparente93
2
hzwer/ECCV2022-RIFE
computer-vision
303
Seems to not work at all for 30 series nvida cards
I only have a sample size of 3 mind you, but all run the same OS, Fedora Linux 37. Two machines with a 3090 and 3060 simply report that it can't find valid a CUDA backend. My laptop however, with a 2060, runs it flawlessly. I tried changing pyrorch versions all around on the 30 cards, to no avail. Maybe it's a fedor...
open
2023-02-22T10:01:58Z
2023-02-22T10:03:00Z
https://github.com/hzwer/ECCV2022-RIFE/issues/303
[]
CounterFlow64
0
mljar/mercury
jupyter
447
Add privacy policy for each site
Please add privacy policy for each site, requirements: - user should be able to fill privacy policy with custom data - there should be link to privacy policy in the footer @aplonska @apjanusz
open
2024-05-09T10:18:32Z
2024-05-09T10:18:32Z
https://github.com/mljar/mercury/issues/447
[]
pplonski
0
ultralytics/yolov5
deep-learning
12,664
Different learning rate in Warmup
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question On warmup processing, most weight's learning rate start from 0, but bias's learning rate ...
closed
2024-01-24T07:47:43Z
2024-10-20T19:38:06Z
https://github.com/ultralytics/yolov5/issues/12664
[ "question", "Stale" ]
Pichenze
7
MycroftAI/mycroft-core
nlp
2,806
Fallback skills v2
This is more of an initial discussion. ## Background The intent service is currently parsing a list of different sources to determine a handler of the intent. The standard way it's handled is that the individual service return a match tuple which is then used at the end of `handle_utterance()` to trigger the specif...
closed
2021-01-17T14:29:21Z
2024-09-08T08:31:38Z
https://github.com/MycroftAI/mycroft-core/issues/2806
[ "Type: Enhancement - proposed" ]
forslund
3
miguelgrinberg/Flask-SocketIO
flask
1,054
socketio.emit with callback doesn't work outside event context
socketio.emit with a callback raises an error if called outside a SocketIO event handler. If I call it in a normal route handler, for example: ```python @app.route('/test', methods=['GET']) def test(): def ack(data): print(data) socketio.emit('hello', 'hello', room=client_sid, callback=ack) `...
closed
2019-09-09T09:29:04Z
2019-11-17T20:19:55Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1054
[ "bug" ]
FedeParola
2
reloadware/reloadium
flask
196
Fails to start debug with reloadium
## Describe the bug* Tried debugging my project with reloadium pro. it fails `Reloadium experienced a fatal error and has to quit.` C:\Users\aviad\AppData\Local\pypoetry\Cache\virtualenvs\gv-TD9Xm0oY-py3.11\Scripts\python.exe -X pycache_prefix=C:\Users\aviad\AppData\Local\JetBrains\PyCharmCE2024.1\cpython-cache -m...
open
2024-07-05T20:34:00Z
2024-07-09T12:05:28Z
https://github.com/reloadware/reloadium/issues/196
[]
aviadr1
1
mirumee/ariadne
api
98
Change procedural API for adding functions to fields to `add_field`/`add_source`
Currently Ariadne `ResolverMap` `field` attribute can be used both as decorator and function: ``` @resolver_map.field("fieldname") def some_resolver(): ... resolver_map.field("fieldname", resolver=some_resolver) ``` This name works when used as decorator, but is confusing when procedural approach is ...
closed
2019-01-26T00:50:18Z
2019-04-02T15:09:06Z
https://github.com/mirumee/ariadne/issues/98
[ "enhancement", "help wanted", "roadmap" ]
rafalp
8
JoeanAmier/TikTokDownloader
api
345
前面下载都正常,剩下后面几个账号直接闪退
![微信图片_20241203214129](https://github.com/user-attachments/assets/14a02fe4-01ab-483c-8504-30aecf578a97) 这两天前面的账号正常运行获取下载,但是剩下最后三、四个账号的时候就直接闪退了
open
2024-12-03T13:58:03Z
2024-12-04T06:08:33Z
https://github.com/JoeanAmier/TikTokDownloader/issues/345
[]
1552814024
4
nolar/kopf
asyncio
226
[PR] Custom authentication methods
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-11-12 12:08:27+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/226 > Merged by [nolar](https://githu...
closed
2020-08-18T20:01:12Z
2020-08-23T20:51:31Z
https://github.com/nolar/kopf/issues/226
[ "enhancement", "archive" ]
kopf-archiver[bot]
0
FlareSolverr/FlareSolverr
api
446
Why did Firefox get downgraded by so much?
Wouldn't latest stable be good?
closed
2022-07-31T12:14:57Z
2022-07-31T20:47:23Z
https://github.com/FlareSolverr/FlareSolverr/issues/446
[]
txtsd
2
nltk/nltk
nlp
3,037
Incorrect encoding in `UdhrCorpusReader` corpus reader
There are problems with encoding of Polish characters in `Polish-Latin2` and `Polish_Polski-Latin2` files in the `udhr` corpus. When importing the text using the corpus reader, one obtains the improperly rendered characters. For example ```python >>> from nltk.corpus import udhr >>> udhr.raw('Polish-Latin2')[141:1...
closed
2022-08-24T22:31:23Z
2022-09-01T08:27:40Z
https://github.com/nltk/nltk/issues/3037
[ "corpus", "bug" ]
hamiltonianflow
0
lukas-blecher/LaTeX-OCR
pytorch
297
Why is the visualization window sometimes recognized, the above picture is not displayed
<img width="387" alt="_20230727104934" src="https://github.com/lukas-blecher/LaTeX-OCR/assets/129306025/c50867e9-f911-429d-8047-0e4e8f6ee705">
open
2023-07-27T02:49:51Z
2023-07-27T02:49:51Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/297
[]
18734485735
0
deepset-ai/haystack
pytorch
8,952
feat: Support WorkloadIdentityCredential in AzureOpenAIGenerator and AzureOpenAIChatGenerator
**Is your feature request related to a problem? Please describe.** The AzureOpenAI Generators (in general all the Azure components) only support the authentication via `AZURE_OPENAI_API_KEY`or `AZURE_OPENAI_AD_TOKEN`. It is not possible to use another "passwordless" mechanism based on workload identity. **Describe th...
closed
2025-03-03T17:47:41Z
2025-03-12T12:45:41Z
https://github.com/deepset-ai/haystack/issues/8952
[ "P1" ]
vmarchese
3
Josh-XT/AGiXT
automation
1,069
OpenAI API Error: 'messages'
### Description I start `AGiXT.sh` with option 2, then I use an agent with `openai` provider. ### Steps to Reproduce the Bug In docker container log it just says ``` 2023-11-20 08:53:13 2023-11-20 01:53:13,450 | INFO | OpenAI API Error: 'messages' 2023-11-20 08:54:12 2023-11-20 01:54:12,427 | INFO | OpenAI API...
closed
2023-11-20T07:10:30Z
2023-11-23T10:43:00Z
https://github.com/Josh-XT/AGiXT/issues/1069
[ "type | report | bug", "needs triage" ]
mongolu
4
django-import-export/django-import-export
django
1,397
Import fails when CacheStorage enabled and file contains LF char
**Describe the bug** If using `CacheStorage`, the process crashes if attempting to import a file with the `/r` feed char (which was the default on mac os). I believe this is a [bug in `tablib`](https://github.com/jazzband/tablib/issues/517). **To Reproduce** - Set `tmp_storage_class` to `CacheStorage` in `a...
closed
2022-02-21T15:38:01Z
2022-05-13T08:18:12Z
https://github.com/django-import-export/django-import-export/issues/1397
[ "bug" ]
matthewhegarty
3
StackStorm/st2
automation
5,700
Can we have conditions in a rule to match for multiple values for a trigger type?
I am using below trigger in my rule. In my environment we have different types of servers serving different role. It can be SME, SMBA , SMCA , SMCDS. So whenver the alert comes for any of these roles the pattern should get matched and the rule should be invoked. ` trigger.role: pattern: ".*_SME$" type: m...
closed
2022-08-05T13:15:52Z
2022-08-08T22:27:33Z
https://github.com/StackStorm/st2/issues/5700
[]
zsmanjot
5
streamlit/streamlit
data-science
10,805
Widget state is not persisted after adding run_every to a fragment
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary To persist widget values I use the interrupt ...
open
2025-03-17T12:08:06Z
2025-03-17T17:14:34Z
https://github.com/streamlit/streamlit/issues/10805
[ "type:bug", "status:confirmed", "priority:P3", "feature:st.fragment" ]
OSalama
3
neuml/txtai
nlp
40
Refresh example notebooks and add notebook on labeling
Re-run and save the example notebooks to ensure they all work with the latest libraries. Also add a notebook on labeling.
closed
2020-11-20T17:29:24Z
2021-05-13T15:04:12Z
https://github.com/neuml/txtai/issues/40
[]
davidmezzetti
0
sammchardy/python-binance
api
1,407
Testnet
Dear, I cann't use testnet to Binance, it always say (APIError(code=-2008): Invalid Api-Key ID). Meanwhile, I found the future testnet url had changed to https://testnet.binancefuture.com, the old one now is just for spot, there might be some potential problems. Therefore, I tried to use testnet for spot. How...
closed
2024-03-22T04:32:02Z
2024-10-23T11:44:04Z
https://github.com/sammchardy/python-binance/issues/1407
[]
Zhongkai939
1
BeanieODM/beanie
pydantic
307
[HELP] pytest CollectionWasNotInitialized
i clone the code, then run `pytest` or run `poetry run pytest`. it show lots of `CollectionWasNotInitialized` ``` _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'tests.odm.models.DocumentTestModel'> @classmethod def get_settings(cls) -> DocumentSettings: ...
closed
2022-07-22T01:34:45Z
2022-07-23T05:58:10Z
https://github.com/BeanieODM/beanie/issues/307
[]
hd10180
1
microsoft/JARVIS
pytorch
106
ValueError: The server of local inference endpoints is not running, please start it first.
I run this command to start the sever ```bash python awesome_chat.py --config lite.yaml --mode server ``` And run `npm run dev` to start the web server, it opens this url `http://localhost:9999/#/`, then I click the gear button→input my openai tokens→click "save"→refresh the web page <img width="1437" alt="image...
closed
2023-04-08T17:55:47Z
2023-04-09T05:58:10Z
https://github.com/microsoft/JARVIS/issues/106
[]
iwoomi
2
comfyanonymous/ComfyUI
pytorch
6,455
InsightFace and Pullid Flux
### Your question I have a problem with Insightface and Pulid Flux... not sure what is the problem. the choice is between CPU,CUDA and ROCM. nighter work. anybody encountered this issue too? thanks. ### Logs ```powershell CPU 4% RAM 25% Temp 39° VRAM 73% GPU 11% Manager Show Imag...
closed
2025-01-13T16:05:04Z
2025-01-25T15:31:55Z
https://github.com/comfyanonymous/ComfyUI/issues/6455
[ "User Support", "Custom Nodes Bug" ]
Shoridosho
2
PokemonGoF/PokemonGo-Bot
automation
5,912
ImportError: No module named packaging.version
Just did a fresh install and now getting following error when running: Traceback (most recent call last): File "pokecli.py", line 48, in <module> from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException, NoPlayerPositionSetException File "/home...
closed
2017-02-15T23:29:06Z
2017-03-27T08:44:31Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5912
[]
azraelppuk
3
jupyter-widgets-contrib/ipycanvas
jupyter
117
MultiCanvas does not receive events in ipycanvas 0.5.0?
I think MultiCanvas does not receive events in ipycanvas 0.5.0 using the built-in mouse events. Tried with the example notebook in JupyterLab: https://github.com/martinRenou/ipycanvas/blob/master/examples/hand_drawing.ipynb And in binder: https://mybinder.org/v2/gh/martinRenou/ipycanvas/stable?filepath=examples...
closed
2020-08-18T05:57:06Z
2020-09-11T20:36:46Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/117
[]
cloudrickT
5
jofpin/trape
flask
219
sfs[x] ERROR: local variable 'config_trape' referenced before assignment please fix.
I clear all api and keys then after showing error please fix .
open
2020-03-26T14:06:08Z
2020-06-27T11:45:18Z
https://github.com/jofpin/trape/issues/219
[]
ghost
3
microsoft/nni
pytorch
5,209
Errors may be caused by “slice” operation
Code: def forward(self, x, z): x1 = x[:, : N] y = self.conv(x) y = self.add(x, y) return y, x1 RuntimeError: Unsupported function op node type: prim::TupleConstruct File "nni_pruner.py", line 517, in <module> ModelSpeedup(model, example, masks).speedup_model()...
open
2022-11-07T10:37:03Z
2022-11-14T03:30:08Z
https://github.com/microsoft/nni/issues/5209
[ "bug", "ModelSpeedup", "v3.0" ]
zjh908491372
6
hbldh/bleak
asyncio
929
Issue when using bleak on linux when everything worked well on windows
* bleak version: 0.15.1 * Python version: 3.9 * Operating System: Debian GNU/Linux 11 (bullseye) * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55 ### Description I have a ble peripheral device that has a custom scan response data in EIR 0x42. I previously used bluepy on linux to scan and communicate...
closed
2022-08-09T08:57:51Z
2022-08-10T18:05:27Z
https://github.com/hbldh/bleak/issues/929
[]
aefrtyi
9
strawberry-graphql/strawberry
asyncio
3,440
Expose common request on extensions' context
The Stellate extension for Strawberry needs some information from the request: https://github.com/StellateHQ/stellate-strawberry/blob/9a2305789b1d9cd8c3ce8326e194635bb73fffbe/stellate_strawberry/__init__.py#L66-L82 but I'm not totally sure it will work with all integrations, so I was wondering if we could provid...
open
2024-04-06T07:54:59Z
2025-03-20T15:56:40Z
https://github.com/strawberry-graphql/strawberry/issues/3440
[ "feature-request" ]
patrick91
2
rthalley/dnspython
asyncio
323
RAM consumption goes to high
I have a list of 30 million strings, and I want to run a dns query to all of them. I do not understand how this operation can get memory intensive. I would assume that the threads would exit after the job is done, and there is also a timeout of 1 minute as well ({'dns_request_timeout': 1}). Here is a sneak peek of t...
closed
2018-07-19T11:00:00Z
2018-12-03T14:59:04Z
https://github.com/rthalley/dnspython/issues/323
[]
DemGiran
8
geopandas/geopandas
pandas
2,546
BUG: explore() invalid value encountered in double_scalars
- [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of geopandas. - [ ] (optional) I have confirmed this bug exists on the main branch of geopandas. --- #### Code Sample, a copy-pastable example ```python import geopandas as ...
closed
2022-09-07T17:23:19Z
2022-10-27T18:44:10Z
https://github.com/geopandas/geopandas/issues/2546
[ "plotting" ]
rraymondgh
4
HumanSignal/labelImg
deep-learning
643
How do I orient my dataset and xml files with EXIF orientation tag
I already labeled all my data, and I realized that labeling my data as it showed in label images. I need to orient my XML files with my images.
open
2020-09-11T23:12:16Z
2023-02-03T18:25:45Z
https://github.com/HumanSignal/labelImg/issues/643
[]
TexMexMax
0
danimtb/dasshio
dash
52
Authentification failure
Hi, I am running the latest Hassio and HA 0.75.2. Dasshio captures the dash button packet but fails on the api request: ``` Request: http://hassio/homeassistant/api/services/script/ifttt.trigger Status Code: 401 ``` The logs of HA show ``` Login attempt or request with invalid authentication from 172.30.32.2 12...
closed
2018-08-07T10:17:43Z
2018-09-19T22:09:42Z
https://github.com/danimtb/dasshio/issues/52
[]
v-marinkov
3
floodsung/Deep-Learning-Papers-Reading-Roadmap
deep-learning
150
Adding Requests module to requirements.txt
open
2022-09-15T11:45:05Z
2022-09-15T11:45:05Z
https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/issues/150
[]
meenal21
0
litestar-org/litestar
api
3,651
Bug: OpenAPI error: type object '<MyInputModel>' has no attribute '__parameters__'
### Description Hello, I come to you with an annoying little bug which cannot reproduce. :shrug: When trying to browse to `http://127.0.0.1:8080/schema` I get this wonderful error: ``` AttributeError on GET /schema type object 'MyInputModel' has no attribute '__parameters__' .venv/lib/python3.12/site-pack...
open
2024-08-02T12:57:38Z
2025-03-20T15:54:51Z
https://github.com/litestar-org/litestar/issues/3651
[ "Bug :bug:", "Triage Required :hospital:", "OpenAPI" ]
aedify-swi
3
pydantic/pydantic-ai
pydantic
752
[Bug] Syntax error in serving docs
I tried to run the documentation locally by this command: ``` uv run mkdocs serve ``` but I faced this error: ``` File "/github/pydantic-ai/docs/.hooks/build_llms_txt.py", line 30 extra.replace_with(BeautifulSoup(f'<pre>{extra.find('code').get_text()}</pre>', 'html.parser')) ...
closed
2025-01-23T10:42:18Z
2025-01-23T14:45:02Z
https://github.com/pydantic/pydantic-ai/issues/752
[]
hrahmadi71
0
ymcui/Chinese-LLaMA-Alpaca-2
nlp
351
对Chinese-Alpaca-2(7B)进行指令精调后,合并模型并量化运行,回答均为空白
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2023-10-17T03:41:51Z
2023-11-23T22:04:37Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/351
[ "stale" ]
Kong-Chang
4
huggingface/diffusers
pytorch
10,247
Downsample in the MidResTemporalBlock1D
### Describe the bug In decoding/model/autoencoders/unets/unet_1d_blocks.py:212-222 ```py def forward(self, hidden_states: torch.Tensor, temb: torch.Tensor) -> torch.Tensor: hidden_states = self.resnets[0](hidden_states, temb) for resnet in self.resnets[1:]: hidden_states = resnet(...
closed
2024-12-16T21:00:17Z
2024-12-16T23:25:17Z
https://github.com/huggingface/diffusers/issues/10247
[ "bug" ]
holmosaint
2
healthchecks/healthchecks
django
1,105
[Feature Request] support being logged in to multiple accounts at the same time
I have two accounts, one under my work email and another under my personal email. It would be great if one could stay logged in to multiple accounts and easily switch between their respective views ala-Google. I could then open multiple tabs showing projects from various accounts, now I have to use two different br...
closed
2024-12-16T15:26:08Z
2024-12-17T07:59:52Z
https://github.com/healthchecks/healthchecks/issues/1105
[]
seidnerj
3
piskvorky/gensim
data-science
3,025
Custom Keyword inclusion
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-01-12T07:33:17Z
2021-01-12T10:28:36Z
https://github.com/piskvorky/gensim/issues/3025
[]
Vignesh9395
1
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
210
StaleElementReferenceException and NoSuchElementException
I'm getting the following error, while I’ve observed two issues. In one instance, it’s unable to find the 'See More' button in the job description. In another instance, it starts the application process but closes the easy application form after the resume upload step Here is the error log: Traceback (most recent c...
closed
2024-09-01T10:51:40Z
2024-09-05T11:22:44Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/210
[]
karnoark
3
DistrictDataLabs/yellowbrick
matplotlib
1,191
The PRCurve Visualizer has an issue in the .fit() method for multi-class classifier models
**Describe the bug** In the PRCurve Visualizer, the multi-class classifier models get wrapped up in a `OneVsRestClassifier` but this classifier gets ignored in the call to `super` and does not get fitted as a result. This results in an error in rendering the visualizer as the `num_class` parameter is not set **To ...
open
2021-07-19T12:39:42Z
2021-11-10T13:56:03Z
https://github.com/DistrictDataLabs/yellowbrick/issues/1191
[ "type: bug", "priority: medium" ]
pdamodaran
0
sinaptik-ai/pandas-ai
data-science
1,456
After testing the same data, the accuracy of pandasai operating Excel is higher than that of operating MySQL. What is the reason for this?
After testing the same data, the accuracy of pandasai operating Excel is higher than that of operating MySQL. What is the reason for this? please!
closed
2024-12-09T03:07:19Z
2024-12-13T15:37:35Z
https://github.com/sinaptik-ai/pandas-ai/issues/1456
[]
lwdnxu
0
ResidentMario/missingno
pandas
10
Update to missingno 0.2.3
Upload and bump `0.2.2` to `0.2.3` once I verify that the more advanced configuration stuff is working (once I rework to be more inline with the usual way of doing things), and that the visual display works across platforms.
closed
2016-04-16T17:15:31Z
2016-04-21T02:32:50Z
https://github.com/ResidentMario/missingno/issues/10
[]
ResidentMario
0
minimaxir/textgenrnn
tensorflow
77
ValueError: Tensor must be from the same graph
I'm writing a website that uses this module, and when i try to use `train_from_file` i get this error: `ValueError: Tensor("training/RMSprop/Variable:0", shape=(465, 100), dtype=float32_ref) must be from the same graph as Tensor("RMSprop/rho/read:0", shape=(), dtype=float32).` The code that's attempting to be run...
open
2018-10-24T02:47:39Z
2019-04-16T20:25:07Z
https://github.com/minimaxir/textgenrnn/issues/77
[]
svioletg
3
sammchardy/python-binance
api
868
Correct way to handle multiple socket messages?
``` import asyncio from binance import AsyncClient, BinanceSocketManager async def trade_handler(res): print(f'Do something with trade socket: {res}') async def trade_listener(bsm): async with bsm.trade_socket('BNBBTC') as stream: while True: res = await stream.recv() ...
open
2021-05-19T18:18:34Z
2022-05-23T18:07:53Z
https://github.com/sammchardy/python-binance/issues/868
[]
cverwey
4