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
tflearn/tflearn
data-science
499
histogram_summary etc. are deprecated in Tensorflow r0.12
Shall we update to reflect the latest tensorflow API? https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/deprecated
closed
2016-12-06T09:17:51Z
2016-12-06T20:44:24Z
https://github.com/tflearn/tflearn/issues/499
[]
bowang
1
itamarst/eliot
numpy
394
Logging tracebacks more easily
Currently I need to explicitly include a traceback whenever I want one, but since tracebacks are so useful, I usually do want one. Does it make sense to make this easy by wrapping up the exception, some exception data, and a traceback all together in a way that makes it easy for users to enable? ```python import in...
open
2019-03-23T20:50:10Z
2019-06-14T21:17:51Z
https://github.com/itamarst/eliot/issues/394
[ "enhancement" ]
jtrakk
2
PokeAPI/pokeapi
graphql
344
Import error
When I try to import csv do postgress i get: ``` bin/python manage.py shell --settings=config.local Python 3.5.5 (default, Feb 6 2018, 10:57:32) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)] on linux Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from data.v2.build i...
closed
2018-06-30T23:37:56Z
2020-08-12T20:20:32Z
https://github.com/PokeAPI/pokeapi/issues/344
[]
boberski666
4
keras-team/keras
data-science
20,608
`keras.ops.image.map_coordinates` fails on `uint8` input with TensorFlow backend
Consider the following simple example ```python import keras image = keras.ops.ones((1, 1, 3), dtype='uint8') coordinates = keras.ops.convert_to_tensor([-1., 0., 0.])[..., None, None] interp = keras.ops.image.map_coordinates(image, coordinates, order=1, fill_mode='constant') ``` that is expected to yield `[[...
closed
2024-12-08T15:18:28Z
2025-01-17T18:12:00Z
https://github.com/keras-team/keras/issues/20608
[ "stat:awaiting response from contributor", "type:Bug" ]
sergiud
4
fastapi-users/fastapi-users
fastapi
1,462
500 Response on jwt.exception.ExpiredSignatureError
## Describe the bug When using the `oauth_router`, the `state` jwt token has an expiration time. When the callback tries to call the `callback` endpoint with an expired state token, an Internal Server Error (500) is thrown because the `jwt.ExpiredSignatureError` is thrown, however only the `jwt.DecodeError` case i...
open
2024-11-08T09:45:04Z
2024-11-08T09:45:04Z
https://github.com/fastapi-users/fastapi-users/issues/1462
[ "bug" ]
alexanderlazarev0
0
lorien/grab
web-scraping
279
No module 'lxml'
Traceback (most recent call last): File "E:/Projects/playgrounds/webscraper-grab/graber.py", line 2, in <module> from grab import Grab File "C:\Users\240\AppData\Local\conda\conda\envs\webscraper-grab\lib\site-packages\grab\__init__.py", line 5, in <module> from grab.base import Grab # noqa File "C:...
closed
2017-09-12T05:04:48Z
2017-09-25T07:07:12Z
https://github.com/lorien/grab/issues/279
[]
crawlerabc
1
pydata/pandas-datareader
pandas
497
Add Investopedia as a Data Source?
Example URL, and note there is no API key required: https://www.investopedia.com/markets/api/partial/historical/?Symbol=HMSF.L&Type=Historical+Prices&Timeframe=Daily&StartDate=Jan+10%2C+2018 This should return daily data for the following fields: Date, Open, High, Low, Adjusted Close, Volume Importantly, this ...
closed
2018-02-25T19:25:23Z
2018-03-10T23:27:09Z
https://github.com/pydata/pandas-datareader/issues/497
[]
DennisStoller
7
SCIR-HI/Huatuo-Llama-Med-Chinese
nlp
83
希望取得联系
尊敬的Huatuo-Llama-Med-Chinese应用开发者,我是 InternLM 社区开发者&志愿者尖米, 大佬开源的工作对我的启发很大,希望可以探讨使用 InternLM 实现Huatuo-Llama-Med-Chinese的可能性和实现路径,我的微信是mzm312,希望可以取得联系进行更深度的交流
closed
2023-08-06T12:51:34Z
2023-08-12T15:24:53Z
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/83
[]
JimmyMa99
1
iterative/dvc
data-science
9,818
`dvc repro --dry --allow-missing`: fails on missing data
## I tried to update our dvc ci pipeline Currently we got the following commands (among others). `dvc pull` to check if everything is pushed `dvc status` to check if the dvc status is clean. In other words no repro would be run if one would run dvc repro. But pulling thats a long time and with the now new --...
closed
2023-08-08T09:21:56Z
2023-10-17T12:12:21Z
https://github.com/iterative/dvc/issues/9818
[ "bug", "awaiting response", "p1-important", "A: pipelines" ]
Otterpatsch
24
ContextLab/hypertools
data-visualization
210
interference with seaborn/matplotlib settings
When the plot function is called, hypertools modifies seaborn/matplotlib settings, causing plots run after a hypertools plot function call to change. I believe it's caused by calling `set_palette` and `set_style` inside the plot function, which we should remove and modify the plot instance directly
closed
2018-05-22T12:12:56Z
2022-10-29T02:48:14Z
https://github.com/ContextLab/hypertools/issues/210
[ "bug" ]
andrewheusser
1
widgetti/solara
flask
803
Feature request: Enhancements to FileDrop
Hi there! After using FileDrop{Multiple} for a few months, a few limitations keep arising that are difficult to patch: - Reuploads of the same file are ignored, and it is quite difficult to "clear" the state of the FileDrop to listen for reuploads - Customizing the dropzone appearance is impossible; ideally we can...
open
2024-09-27T16:25:27Z
2024-10-01T19:39:23Z
https://github.com/widgetti/solara/issues/803
[]
ntjess
1
jupyter/nbgrader
jupyter
1,910
Formgrader not loading
Hello everyone, First of all, big thanks for the good work! I just started a fresh install of Jupyterhub (TLJH) and nbgrader, unfortunatly, formgrader does not load. In the console I see error : Refused to frame 'mydomain.com' because an ancestor violates the following Content Security Policy directive: "frame-...
closed
2024-08-02T21:30:16Z
2024-08-03T15:30:01Z
https://github.com/jupyter/nbgrader/issues/1910
[ "bug" ]
henry-goluss
3
huggingface/transformers
nlp
36,723
trainer.train()
### System Info hello I still have error as below on distilbert-base-uncased on jupyter!!!!!! please help me -------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[90], line 9 2 trainer = Trainer( 3 ...
open
2025-03-14T14:10:36Z
2025-03-14T14:10:36Z
https://github.com/huggingface/transformers/issues/36723
[ "bug" ]
ARS1979ie
0
JaidedAI/EasyOCR
machine-learning
471
How to use Transformer model for recognition?
Hi , I wanted to use EasyOcr for my use case. Can you help me to use Transformer model for recognition? As I saw a line of code in the description i.e reader = easyocr.Reader(['en'], detection='DB', recognition = 'Transformer')
closed
2021-06-24T15:44:07Z
2021-06-24T20:45:35Z
https://github.com/JaidedAI/EasyOCR/issues/471
[]
karndeepsingh
1
WeblateOrg/weblate
django
13,856
Bugs and improvements related to the “Multiple failing checks” check
### Describe the issue 1. False positive in the “Multiple failing checks” check while only the translation in one target language has more than one failing checks Example 1: - Source string: https://hosted.weblate.org/translate/weblate/documentation/en/?checksum=cf04270623cfca2e - Target string: https://host...
closed
2025-02-14T00:26:15Z
2025-02-24T15:41:18Z
https://github.com/WeblateOrg/weblate/issues/13856
[ "bug" ]
Geeyun-JY3
5
nltk/nltk
nlp
2,837
word_tokenize splits Pokémon into "pok" and 'émon"
This is without specifying a language, so i assume english by default. Is there a workaround to this?
closed
2021-10-02T08:18:05Z
2021-10-13T14:00:42Z
https://github.com/nltk/nltk/issues/2837
[]
SeeTwoDev
3
litestar-org/litestar
api
3,773
Docs: pypi.org description leading to a 404 error
### Summary Hello New to using the project, I found out that the pypi home for litlestar currently links to a 404 URL: https://pypi.org/project/litestar/ The "Example Applications" section's first item points to [litestar-pg-redis-docker](https://github.com/litestar-org/litestar-pg-redis-docker), which is curre...
closed
2024-10-01T15:29:30Z
2025-03-20T15:54:57Z
https://github.com/litestar-org/litestar/issues/3773
[ "Documentation :books:" ]
romuald
1
mars-project/mars
pandas
3,020
[BUG] Mars import took too long
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** When `import mars` first time, it took about 4~5 seconds which is pretty time-consuming for users ![image](https://user-images.githubusercont...
closed
2022-05-11T08:02:46Z
2022-05-13T07:53:37Z
https://github.com/mars-project/mars/issues/3020
[]
chaokunyang
2
akfamily/akshare
data-science
5,859
关于分页问题; total/200 获取分页是错误的
**详细问题描述** **关于分页问题; total/200 获取分页是错误的; 从接口中获取 "total": 3027, 若用 3027/200 = 17 获取分页总值是错误的;实际要大很多;实际第26 27 分页仍然哟数据;可能和内部排序和不同时间的排序问题;所以应该查询到 没有具体数据为止,才是获取到所有数据;当然是有重复的;**
closed
2025-03-11T06:19:50Z
2025-03-11T09:09:35Z
https://github.com/akfamily/akshare/issues/5859
[ "bug" ]
sunnnnnner
3
ultralytics/ultralytics
deep-learning
19,148
Yolov8 OBB output for documentation purposes
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello guys, I'm trying to find the output parameters for the OBB model. It ...
open
2025-02-09T19:11:31Z
2025-02-21T05:19:09Z
https://github.com/ultralytics/ultralytics/issues/19148
[ "documentation", "question", "OBB" ]
Petros626
10
sepandhaghighi/samila
matplotlib
188
Pillow dependency
#### Description Add Pillow to `meta.yaml`
closed
2023-04-06T00:15:47Z
2024-06-25T17:50:39Z
https://github.com/sepandhaghighi/samila/issues/188
[ "dependencies" ]
sepandhaghighi
0
koaning/scikit-lego
scikit-learn
561
[FEATURE] GroupTimeSeriesSplit for unequal groups' lengths
I am dealing with a time-series dataset that the number of data points in each group is not equal. Please check the attachment. I want to have TimeSeriesSplit for each group. The problem with the current implementation is that the groups' lengths must be equal. I appreciate any suggestion or adding such a feature. ...
open
2023-05-24T15:36:01Z
2023-05-24T15:36:18Z
https://github.com/koaning/scikit-lego/issues/561
[ "enhancement" ]
msat59
0
StratoDem/sd-material-ui
dash
407
Update raised button
https://material-ui.com/components/buttons/
closed
2020-08-11T14:32:22Z
2020-08-17T16:44:28Z
https://github.com/StratoDem/sd-material-ui/issues/407
[]
coralvanda
0
dask/dask
numpy
11,356
Add option to automatically compute chunk sizes in dask
When testing out dask using array API compat in scikit-learn and scipy, one annoyance are the unknown chunk sizes that come as a result from doing boolean indexing and calls to unique. These cause problems later for scikit-learn and scipy, e.g. when you do boolean indexing with a lazy array or you get the length of ...
closed
2024-08-29T16:01:38Z
2024-09-05T20:56:43Z
https://github.com/dask/dask/issues/11356
[ "needs triage" ]
lithomas1
4
ClimbsRocks/auto_ml
scikit-learn
31
impute missing values as one of the steps for gridsearchcv to tune
closed
2016-08-17T03:18:31Z
2017-03-12T00:40:19Z
https://github.com/ClimbsRocks/auto_ml/issues/31
[]
ClimbsRocks
2
microsoft/nni
pytorch
5,783
WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial.
Hello, NAS! was found the problem:WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial. ```[tasklist] ### Tasks ```
open
2024-05-16T14:40:12Z
2024-05-29T02:27:43Z
https://github.com/microsoft/nni/issues/5783
[]
xutongpure
1
Gozargah/Marzban
api
1,245
حداکثر تعداد کاربران همزمان مجاز روی سرور نود
با سلام و احترام لطفا این قابلیت رو فعال کنید که بشه حداکثر تعداد کاربران همزمان مجاز روی سرور نود را کنترل کرد، مثلا من 5 تا نود دارم و میخوام روی هر نود 200 کاربر بیشتر فعال نباشن و اگر به میزان مجاز ظرفیت رسید دیگه نتونم روی اون نود یوزر جدید بسازم یا اتصال جدید بدم، این کار باعث میشه که امکان مدیرت اتصال کاربران ر...
closed
2024-08-15T05:38:21Z
2024-08-17T14:37:45Z
https://github.com/Gozargah/Marzban/issues/1245
[ "Feature" ]
Pezhman5252
6
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,252
sipbuild.pyproject.PyProjectOptionException during pip install
While running pip install -r requirements.txt got ``` ╰─> [25 lines of output] Traceback (most recent call last): File "/Users/marco/.pyenv/versions/3.11.5/envs/rtvc/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> main() ...
open
2023-09-22T21:03:23Z
2024-06-14T08:18:41Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1252
[]
marcobazzani
1
roboflow/supervision
pytorch
1,209
ValueError when loading COCO dataset with multiple segmentation masks for one class
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug My current COCO dataset includes annotations with more than 1 segmentation masks of the same class. A rough analogy is as follows whereby one eye of...
open
2024-05-20T09:47:11Z
2024-05-24T13:39:32Z
https://github.com/roboflow/supervision/issues/1209
[ "bug" ]
DancinParrot
13
aleju/imgaug
machine-learning
30
Import imgaug error
When I was running "from imgaug import augmenters as iaa" It has an error: Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so. But the libmkl_avx2.so and libmkl_def.so are in the folder ~/anaconda2/lib/.
closed
2017-04-10T16:10:49Z
2017-04-13T04:53:24Z
https://github.com/aleju/imgaug/issues/30
[]
tianzq
2
pandas-dev/pandas
data-science
60,396
CI/BUG: `comment_commands.yml` failing due to invalid `trim()`
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
closed
2024-11-22T13:56:14Z
2024-11-22T18:56:42Z
https://github.com/pandas-dev/pandas/issues/60396
[ "Bug", "Needs Triage" ]
KevsterAmp
1
streamlit/streamlit
machine-learning
10,514
toml.decoder.TomlDecodeError: Key name found without value. Reached end of line.
### Summary Hello, I created Google OpenID Connect client and tried to implement it on streamlit but the following error occured ``` Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/ugroon/.local/lib/python3.12/si...
closed
2025-02-19T11:56:06Z
2025-02-25T18:24:57Z
https://github.com/streamlit/streamlit/issues/10514
[]
ug0x01
3
fastapi/sqlmodel
sqlalchemy
6
Flexibly Create Nested Database Entries from Incoming Pydantic/SQLModels
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
open
2021-08-24T23:12:28Z
2025-03-20T11:31:19Z
https://github.com/fastapi/sqlmodel/issues/6
[ "question" ]
hay-kot
24
Guovin/iptv-api
api
875
[Bug]: 生成的m3u文件为空
### Don't skip these steps | 不要跳过这些步骤 - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**限制** - [x] I am sure that this is a running error exception problem and will not submit any problems unrelated to this project | 我确定这是运行报错异常问题,...
closed
2025-01-25T15:56:35Z
2025-01-26T01:17:56Z
https://github.com/Guovin/iptv-api/issues/875
[ "bug" ]
Wisof-Young
1
sktime/pytorch-forecasting
pandas
1,519
Issue with TFT.forward() method
Hi guys, My TFT hasn't been working and I think I've found the reason why. Apologies if I've misunderstood anything, please feel free to tell me a fix or explain what I'm doing wrong. In this line of the .forward() method ``` embeddings_varying_decoder, decoder_sparse_weights = self.decoder_variable_selectio...
open
2024-02-20T17:48:13Z
2024-02-20T17:55:56Z
https://github.com/sktime/pytorch-forecasting/issues/1519
[]
Bruno-TT
0
mwaskom/seaborn
data-visualization
3,263
Color not changing
Hi! I'm trying to change colors in seaborn but it's having no effect? <img width="706" alt="Captura de pantalla 2023-02-15 a la(s) 21 53 02" src="https://user-images.githubusercontent.com/119420090/219230518-91d40820-51b1-4d11-b724-408e0b5525e1.png">
closed
2023-02-16T00:58:04Z
2023-02-16T02:23:52Z
https://github.com/mwaskom/seaborn/issues/3263
[]
pablotucu
1
nerfstudio-project/nerfstudio
computer-vision
2,821
Cameras[0].attribute has wrong shape.
Looks like I found a bug in the Cameras class. If I have a variable `cameras` shaped `[128]`, I found `cameras[0].fx.shape` is `[1, 1]` instead of `[1]` - an extra dim is found. This will cause an error when simply running `ns-train nerfacto --data <my-data> colmap`. The error message is: ```bash File "/home/why/...
closed
2024-01-25T11:15:18Z
2024-01-25T14:10:35Z
https://github.com/nerfstudio-project/nerfstudio/issues/2821
[]
onpix
0
jupyter/docker-stacks
jupyter
2,128
Include netbase Ubuntu package in images
### What docker image(s) is this feature applicable to? base-notebook, docker-stacks-foundation, minimal-notebook ### What change(s) are you proposing? Add the [netbase Ubuntu package](https://ubuntu.pkgs.org/22.04/ubuntu-main-amd64/netbase_6.3_all.deb.html) to images. ### How does this affect the user? > This...
closed
2024-07-30T17:28:41Z
2024-08-04T19:11:51Z
https://github.com/jupyter/docker-stacks/issues/2128
[ "type:Enhancement" ]
AlexHill
2
Significant-Gravitas/AutoGPT
python
8,955
Marketplace - Reduce margin between the search bar and the chips to 20px
### Describe your issue. Reduce margin between the search bar and the chips to 20px The current margin is too big <img width="950" alt="Screenshot 2024-12-13 at 16 49 15" src="https://github.com/user-attachments/assets/5c5d4d9d-d069-4f1e-ad4b-e9ef58d43fca" />
open
2024-12-13T08:50:15Z
2024-12-13T10:18:16Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8955
[ "good first issue", "UI", "platform/frontend" ]
ograce1421
0
ultralytics/ultralytics
computer-vision
19,808
分割分类
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question a.May i increase the cls weight in the yolov8 instance seg task , b. The ri...
open
2025-03-21T03:19:00Z
2025-03-22T03:46:44Z
https://github.com/ultralytics/ultralytics/issues/19808
[ "question", "segment" ]
Keven-Don
2
allenai/allennlp
pytorch
5,045
Coreference resolution model performance
I have trained coreference resolution model with spanbert-base-cased model. But only obtain F1 score as 69%, The following is my training model. ``` transformer_model = "SpanBERT/spanbert-base-cased" max_length = 512 feature_size = 20 max_span_width = 30 transformer_dim = 768 # uniquely determined b...
closed
2021-03-08T20:08:10Z
2021-03-31T17:21:27Z
https://github.com/allenai/allennlp/issues/5045
[ "question" ]
yqw-vicki
18
babysor/MockingBird
deep-learning
211
训练时出错:RuntimeError: Error(s) in loading state_dict for Tacotron:
Arguments: run_id: mandarin syn_dir: k:/mockingbird/datame/SV2TTS/synthesizer models_dir: synthesizer/saved_models/ save_every: 1000 backup_every: 25000 log_every: 200 force_restart: False hparams: Checkpoint path: synthesizer\saved_models...
open
2021-11-11T17:14:11Z
2021-11-12T02:54:05Z
https://github.com/babysor/MockingBird/issues/211
[]
dsyrock
2
mlfoundations/open_clip
computer-vision
420
Can not import open_clip_torch in colab [Critical]
[Example colab notebook](https://colab.research.google.com/drive/1fAG6G46qB5YyPd3_-z8zFnKgt2LgfgKP?usp=sharing) ``` !pip install open_clip_torch==2.12.0 Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Collecting open_clip_torch Downloading open_clip_torch-2....
closed
2023-02-12T19:02:54Z
2023-02-12T23:05:20Z
https://github.com/mlfoundations/open_clip/issues/420
[]
mrk-andreev
13
ivy-llc/ivy
tensorflow
28,428
fix `ivy.less_equal` to support `complex` dtype and all dtype at `paddle backend`
closed
2024-02-26T19:41:39Z
2024-02-27T13:48:38Z
https://github.com/ivy-llc/ivy/issues/28428
[ "Sub Task" ]
samthakur587
0
jupyter/nbviewer
jupyter
743
PR 728 broke our nbviewer
In #728 a new check if "other" has read rights on files was introduced as well as replacing abspath with realpath. Both changes are breaking our nbviewer deployment. What is the reasoning behind these decisions and if they are desirable for whatever reason, what can be done about this (e.g. submit a "rawfile" handle...
closed
2017-12-05T15:59:25Z
2018-01-03T12:49:44Z
https://github.com/jupyter/nbviewer/issues/743
[]
MarkusTeufelberger
7
vitalik/django-ninja
pydantic
480
How to disable the interactive API documentation?
Since we import the urls such as this: ``` from . import api, views urlpatterns = [ path('', views.index, name='index'), path('api/', api.ninja_api.urls) ] ``` I'd like to try two things: - disable the interactive input on the docs page (i.e. just read mode) - disable the docs url at least for produ...
closed
2022-06-22T01:57:47Z
2025-03-21T16:53:29Z
https://github.com/vitalik/django-ninja/issues/480
[]
edugmes
4
microsoft/nni
pytorch
4,799
Error: Dispatcher stream error, tuner may have crashed.
**Describe the issue**: When I run in pycharm, it crashes all the time immediately. We do not know why. - Log is ``` [2022-04-24 19:49:06] Creating experiment, Experiment ID: mfk49db5 [2022-04-24 19:49:06] Starting web server... [2022-04-24 19:49:06] (urllib3.connectionpool) Starting new HTTP connection (1)...
closed
2022-04-24T12:19:27Z
2022-07-08T09:06:06Z
https://github.com/microsoft/nni/issues/4799
[]
redLinmumu
8
biolab/orange3
pandas
6,216
python script widget - problem with target variable
Hi all In order to use FreeViz into notebooks, I am using the python script widget. The problem is that FreeViz is giving me an error `AttributeError: 'NoneType' object has no attribute 'is_discrete'`. I believe the reason is that I have no target variable defined -I was able to make it work with iris-. Question...
closed
2022-11-21T17:11:12Z
2023-01-13T12:12:01Z
https://github.com/biolab/orange3/issues/6216
[]
Alecampoy
2
vanna-ai/vanna
data-visualization
721
Support for MCP (Model Context Protocol) in Vanna.AI
I am exploring the Model Context Protocol (MCP). Does Vanna.AI currently support MCP, or are there plans to implement it? If not supported, how feasible would it be to integrate MCP with Vanna.AI?
open
2024-12-04T04:10:37Z
2024-12-15T08:25:04Z
https://github.com/vanna-ai/vanna/issues/721
[]
sinjup
1
pyro-ppl/numpyro
numpy
1,691
[FR] add affine-invariant ensemble sampling (including DE-MCMC) and ensemble slice sampling
as implemented in [emcee](https://emcee.readthedocs.io/en/stable/) and [zeus](https://zeus-mcmc.readthedocs.io/en/latest/index.html) - both methods are gradient free. For likelihood free models, differential evolution monte carlo (DE-MCMC) tends to be [robust](https://www.sciencedirect.com/science/article/abs/pii/S0022...
closed
2023-11-30T01:52:32Z
2024-01-26T13:17:25Z
https://github.com/pyro-ppl/numpyro/issues/1691
[ "enhancement" ]
amifalk
1
chaoss/augur
data-visualization
2,619
Project Popularity metric API
The canonical definition is here: https://chaoss.community/?p=3573
open
2023-11-30T18:04:06Z
2023-11-30T18:20:19Z
https://github.com/chaoss/augur/issues/2619
[ "API", "first-timers-only" ]
sgoggins
0
akfamily/akshare
data-science
5,065
Python3.10 pip install AKShare 报错
【操作背景】 1. Python3.10虚拟环境中引入akshare; 【报错信息】 1. 2. 【尝试解决步骤】 1. 返回Failed connect to chromium.goolesource.com:443; connection timed out;尝试pip install akshare -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade,返回 .[0:45:12] Started. [0:45:12] ________ r...
closed
2024-07-23T03:33:49Z
2024-07-23T08:27:31Z
https://github.com/akfamily/akshare/issues/5065
[ "bug" ]
changjialiBRY
1
vllm-project/vllm
pytorch
15,403
[Feature]: JSON based tool calling for Gemma 3
### 🚀 The feature, motivation and pitch I have tried the tool calling features in Qwen 2.5 and Mistral models using the `hermes` and `mistral` JSON templates and I really enjoy their consistency and how well they work with langgraph. Therefore I'd like to request a JSON based tool calling for the Gemma 3 models. Wou...
open
2025-03-24T15:30:16Z
2025-03-24T15:32:34Z
https://github.com/vllm-project/vllm/issues/15403
[ "feature request" ]
venki-lfc
0
encode/databases
sqlalchemy
439
Backends crash when the user selects duplicate columns
This is to mirror the [upstream issue in SQLAlchemy 1.4](https://github.com/sqlalchemy/sqlalchemy/issues/7504). Those folks happily discarded our problem because we were using the private API at first, but later showed a humane attitude and advised on changing to the new public API that appeared in 1.4. As if we had a ...
open
2021-12-24T17:58:15Z
2021-12-27T17:51:25Z
https://github.com/encode/databases/issues/439
[]
vmarkovtsev
2
ultralytics/ultralytics
pytorch
19,167
Can NOT get result.boxes with yolo 11
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I have a python code block to check if a specified product image is qualifie...
open
2025-02-10T15:04:50Z
2025-02-15T06:38:53Z
https://github.com/ultralytics/ultralytics/issues/19167
[ "question", "detect" ]
LingPiao
12
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
844
多卡训练loss计算
大佬你好,在数据并行的多GPUs训练中,图中红框两行代码顺序是否需要调换一下呀? 我的理解: 应该用多个卡的平均损失去更新梯度? ![2](https://github.com/user-attachments/assets/8921efe7-c4ed-4106-8aac-681ceea83eeb)
closed
2024-12-04T11:36:02Z
2024-12-05T15:02:21Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/844
[]
dongyihua543
0
miguelgrinberg/Flask-SocketIO
flask
821
Websockets not handling response
When i start the gunicorn (eventlet) process, first few connections works fine. However, after a minute or so, the issues arises. From my nginx error log, i first see lots of: `2018/10/26 20:41:33 [error] 31364#31364: *610983 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: 87...
closed
2018-10-26T20:49:56Z
2019-04-07T10:09:12Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/821
[ "question" ]
EndenDragon
14
saulpw/visidata
pandas
1,773
Unable to replay commandlog when loading an HTML table
**Small description** After saving the commandlog, it's not possible to replay it **Expected result** open the row and get the HTML table **Actual result with screenshot** ![image](https://user-images.githubusercontent.com/64436128/221941537-45fdecaf-9eee-4d43-8be3-74000fefc09b.png) **Steps to reproduce wit...
closed
2023-02-28T18:15:28Z
2023-03-04T02:24:28Z
https://github.com/saulpw/visidata/issues/1773
[ "bug", "fixed" ]
mokalan
6
lucidrains/vit-pytorch
computer-vision
166
ViT-Dino for Medical images
HI! I would like to thank you first for such a good and updated repo regarding Vision Transformers. I want to know if I can use 3d medical images to pretrain the ViT using 3D medical images?. Do I need to make some changes to the sample code you shared. Thanks
open
2021-11-02T04:27:23Z
2024-07-29T11:33:44Z
https://github.com/lucidrains/vit-pytorch/issues/166
[]
Mushtaqml
3
ivy-llc/ivy
tensorflow
28,291
Fix Ivy Failing Test: jax - shape.shape__rmul__
closed
2024-02-15T14:20:54Z
2024-02-21T06:42:17Z
https://github.com/ivy-llc/ivy/issues/28291
[ "Sub Task" ]
fnhirwa
0
miguelgrinberg/microblog
flask
165
Section 6: More Interesting profiles, Operational error occurs after applying Upgrade.
INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. INFO [alembic.runtime.migration] Running upgrade 36694d345787 -> 58b088d8fad0, new fields in user model Traceback (most recent call last): File "C:\Users\nooria.ali\AppData\Local\Progra...
closed
2019-06-11T05:22:07Z
2019-06-14T04:38:18Z
https://github.com/miguelgrinberg/microblog/issues/165
[ "question" ]
NooriaAli
4
mirumee/ariadne-codegen
graphql
355
websockets.client.connect is deprecated in async_base_client.py
We are encountering a DeprecationWarning due to the use of websockets.client.connect in async_base_client.py, which is deprecated in recent versions of the websockets library. ``` <project_dir>/generated/async_base_client.py:21 <project_dir>/generated/async_base_client.py:21: DeprecationWarning: websockets.client.con...
closed
2025-02-18T07:58:29Z
2025-02-26T10:32:16Z
https://github.com/mirumee/ariadne-codegen/issues/355
[]
Liavshab
0
mwaskom/seaborn
pandas
3,780
Allow setting other scales in log_scale
The addition of `log_scale` has been great. Especially for violins. I know you can get the base using a number, but would it possible to allow setting a different scale? For example, I use `symlog` and `logit` quite a bit in my work.
closed
2024-11-08T04:35:33Z
2024-11-10T23:12:43Z
https://github.com/mwaskom/seaborn/issues/3780
[]
mbhall88
2
coqui-ai/TTS
pytorch
2,641
Fail to run PhonemeCoverage.ipynb in Notebooks.
### Describe the bug Thank you for sharing your code for phoneme coverage analysis using TTS. It has been very helpful. However, I have encountered some issues while trying to execute the notebook due to the lack of certain functions provided in the https://github.com/mozilla/TTS/ repository. To be specific, I ha...
closed
2023-05-30T02:11:49Z
2023-07-17T02:02:58Z
https://github.com/coqui-ai/TTS/issues/2641
[ "bug", "help wanted", "good first issue", "wontfix" ]
Hide-A-Pumpkin
1
jupyterhub/zero-to-jupyterhub-k8s
jupyter
2,738
Update profile_list dynamically
We are are attempting to make our profile_list dynamic. We are trying to automate and avoid the 'helm update' when we create, update or delete a profile. The end goal is to have an interface a user can create profiles and then submit it to Kubernetes or KubeSpawner? Is this currently possible? If so any expla...
closed
2022-06-02T18:02:22Z
2022-06-02T18:17:16Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2738
[ "support" ]
oitTim
3
plotly/dash
jupyter
2,234
[BUG] multi_page layout (use_pages=True) won't recognize the pages if they are compiled .pyc files.
As mention in the title, it looks like dash only bats an eye for .py files. Am i doing something wrong or are .pyc files just not supported "yet"?
closed
2022-09-17T17:47:59Z
2024-07-24T15:12:38Z
https://github.com/plotly/dash/issues/2234
[]
TheBubblePopped
3
streamlit/streamlit
deep-learning
10,743
Add download action to `st.image` toolbar
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Add an action to the `st.image` toolbar that makes it easy to download the image. ### Why? _No response_ #...
open
2025-03-12T15:02:34Z
2025-03-12T15:03:11Z
https://github.com/streamlit/streamlit/issues/10743
[ "type:enhancement", "feature:st.image" ]
lukasmasuch
1
sinaptik-ai/pandas-ai
data-science
918
Code generation crash on question "Give me full names of people was in class 3 grouped by second name"
### System Info pandas AI 1.5.17 ### 🐛 Describe the bug I have a table with column Name and ask question "Give me full names of people was in class 3 grouped by second name". And I see this crash. Data is Titanik data set. [titanic.csv](https://github.com/gventuri/pandas-ai/files/14113732/titanic.csv) ...
closed
2024-01-31T15:38:50Z
2024-04-11T16:06:46Z
https://github.com/sinaptik-ai/pandas-ai/issues/918
[]
PavelAgurov
9
explosion/spaCy
data-science
13,633
CVE in dependency (black==22.3.0)
`black==22.3.0` is a dependency and the version is pinned in spaCy's `requirements.txt`. There is a CVE affecting `black` versions prior to `24.3.0`, specifically CVE-2024-21503 (https://nvd.nist.gov/vuln/detail/CVE-2024-21503). Impact: Although not a run-time vulnerability in most scenarios (unless untrusted code i...
open
2024-09-25T06:28:28Z
2024-11-06T11:24:50Z
https://github.com/explosion/spaCy/issues/13633
[]
sstefanov78
2
coqui-ai/TTS
deep-learning
3,322
[Bug] Core dumped on windows WSL2
### Describe the bug $ python3 Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> from TTS.api import TTS >>> tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to("cpu") > tts_models/multilingual...
closed
2023-11-28T00:28:17Z
2023-11-28T10:35:04Z
https://github.com/coqui-ai/TTS/issues/3322
[ "bug" ]
Zibri
1
deepinsight/insightface
pytorch
2,119
JMLR code couldn't get the correct result
Hello, when I used your JMLR code (without any modification) to train on the WCPA dataset, I couldn't get the correct result, especially when the face is sideways, the effect is shown below. I have done a complete walkthrough of your code, but have found no problems. can you give me some suggestions?Or does the code h...
closed
2022-09-29T09:11:15Z
2023-01-05T03:31:14Z
https://github.com/deepinsight/insightface/issues/2119
[]
lcaikk1314
2
koxudaxi/datamodel-code-generator
fastapi
1,853
Broken backwards compatibility with black
**Describe the bug** It seems that this PR #1829 has broken the compatibility with some older versions of black. **To Reproduce** The CLI breaks when importing all modules, no need to add any flag to reproduce the behaviour. Used commandline: ``` $ datamodel-codegen ``` **Expected behavior** See the...
closed
2024-02-11T23:22:53Z
2024-02-13T18:06:58Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1853
[ "bug" ]
rmargar
0
Urinx/WeixinBot
api
48
msgType为43时候可能为小视频。
发小视频的时候msgType为43,然后不能保存。我把43和62放一起来保存小视频,但另一个问题是会保存撤回消息,把10002那条处理语句放在62和43就可以了。 43还有可能是什么消息?目前运行来看没遇到其他类型消息。
open
2016-04-28T10:43:06Z
2016-04-28T10:43:06Z
https://github.com/Urinx/WeixinBot/issues/48
[]
Zcc
0
hankcs/HanLP
nlp
1,396
ModuleNotFoundError: No module named 'regex'
<!-- Please carefully fill out this form to bypass our spam filter. Please make sure that this is a bug. We only address bugs and feature requests issues on GitHub. Other questions should be posted on stackoverflow or https://bbs.hankcs.com/ 以下必填,否则直接关闭。 --> **Describe the bug** **ModuleNotFoundError: No modul...
closed
2020-01-10T04:59:29Z
2020-01-10T05:33:38Z
https://github.com/hankcs/HanLP/issues/1396
[ "bug", "auto-replied" ]
butlerwilson
24
FactoryBoy/factory_boy
sqlalchemy
473
How to achieve RelatedFactory(factory, 'field') on none nullable field
How can you achieve a RelatedFactory on a field which is not nullable? When I try this, I receive django ValidationErrors {'field': ['This field cannot be null.']}
closed
2018-04-25T13:34:29Z
2018-04-27T06:17:21Z
https://github.com/FactoryBoy/factory_boy/issues/473
[]
jorenvh1
0
ndleah/python-mini-project
data-visualization
7
New Project - Digital Clock
# Description Add New Project - Digital Clock ## Type of issue - [X] Feature (New Script) - [ ] Bug - [ ] Documentation ## Checklist: - [X] I have read the project guidelines. - [X] I have checked previous issues to avoid duplicates. - [X] This issue will be meaningful for the project. <!-- Uncomm...
closed
2021-11-11T08:23:47Z
2021-11-11T08:37:05Z
https://github.com/ndleah/python-mini-project/issues/7
[]
AnishLohiya
0
Sanster/IOPaint
pytorch
85
I opened http://localhost:8080 with firefox and he showed a blank page with nothing on it.
I opened http://localhost:8080 with firefox and he showed a blank page with nothing on it. Here are the log messages: lama-cleaner --model=lama --devi=cpu --port=8080 /home/a/.local/lib/python3.9/site-packages/torch/amp/autocast_mode.py:198: UserWarning: User provided device_type of 'cuda', but CUDA is not availa...
closed
2022-10-10T01:45:46Z
2022-10-11T00:12:40Z
https://github.com/Sanster/IOPaint/issues/85
[]
popdog0
2
alteryx/featuretools
scikit-learn
2,165
Add series_library argument to transform primitives
- https://github.com/alteryx/featuretools/pull/2111
closed
2022-06-30T21:36:41Z
2022-09-28T15:46:48Z
https://github.com/alteryx/featuretools/issues/2165
[ "enhancement" ]
gsheni
0
Anjok07/ultimatevocalremovergui
pytorch
1,322
HUH??
After i finish an ensemble, when they output the ensemble, it chrashes right at the end. how do i fix?
closed
2024-05-05T08:57:58Z
2024-05-05T12:25:46Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1322
[]
RaduMihaiEnache
0
JoeanAmier/TikTokDownloader
api
24
关于Python及第三方模块版本的说明
# Python 版本 作者开发使用的是 `3.11` 最新版本的 Python,使用了部分新语法,对于旧版本的 Python 会产生报错。 如果使用 `3.9` 及以上版本的 Python,安装运行所需第三方模块之后即可正常使用。 如果使用 `3.9` 以下版本的 Python,请将 `src/StringCleaner.py` 文件内容改为以下代码,即可正常使用。 ``` from platform import system from string import whitespace class Cleaner: def __init__(self): """ ...
closed
2023-07-05T13:14:55Z
2023-07-20T03:55:09Z
https://github.com/JoeanAmier/TikTokDownloader/issues/24
[ "文档补充(docs)" ]
JoeanAmier
1
miguelgrinberg/Flask-Migrate
flask
478
Is it possible to upgrade a single schema within a multitenant database using Flask-Migrate?
My Flask app runs a multitenant database with each schema reserved for a user. On registration of a new user I create a new schema and run an upgrade to populate the schema with the required tables/data. I've scaled to a point where the performance of the registration route has become unacceptable(~10s) since the upgra...
closed
2022-08-12T05:00:52Z
2022-08-12T08:55:49Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/478
[ "question" ]
jaseel-cognicept
1
ray-project/ray
pytorch
51,310
[Dashboard] Job start and end time are not updated for daylight savings
### What happened + What you expected to happen The displayed start and end time for jobs is not correct. Logs have correct time. Note our submission ID includes the local datetime as a sufix as well, so can see this doesn't match. This persists even if we tear down/redeploy the cluster. ![Image](https://github.com/u...
open
2025-03-12T15:42:24Z
2025-03-18T02:08:21Z
https://github.com/ray-project/ray/issues/51310
[ "bug", "dashboard", "triage", "observability" ]
bhmiller
5
huggingface/datasets
computer-vision
6,951
load_dataset() should load all subsets, if no specific subset is specified
### Feature request Currently load_dataset() is forcing users to specify a subset. Example `from datasets import load_dataset dataset = load_dataset("m-a-p/COIG-CQIA")` ```--------------------------------------------------------------------------- ValueError Traceback (most recen...
closed
2024-06-04T11:02:33Z
2024-11-26T08:32:18Z
https://github.com/huggingface/datasets/issues/6951
[ "enhancement" ]
windmaple
5
tensorpack/tensorpack
tensorflow
880
Can not restore moving_mean, moving_variance and ExponentialMovingAverage from checkpoint
When I restore params from a checkpoint, I get the following warnings: Actually, I can restore the `BatchNorm/beta` and `BatchNorm/gamma`, but I don't know whether it affect the model performance if don't restore the `ExponentialMovingAverage`, `moving_variance`, and `moving_mean`. And I can change the name https:/...
closed
2018-08-31T07:32:10Z
2018-09-06T20:07:06Z
https://github.com/tensorpack/tensorpack/issues/880
[ "unrelated" ]
fanq15
3
apify/crawlee-python
web-scraping
306
Better format statistics logging
It seems we have 8 spaces indentation at the beginning: ```text [crawlee.statistics.statistics] INFO crawlee.beautifulsoup_crawler.beautifulsoup_crawler request statistics { "requests_finished": 0, "requests_failed": 0, "retry_histogram": [ 0 ], "request_avg_...
closed
2024-07-15T14:00:46Z
2024-08-06T14:49:00Z
https://github.com/apify/crawlee-python/issues/306
[ "t-tooling" ]
vdusek
3
plotly/dash-cytoscape
plotly
171
FR: 3D Networks
Hi @xhlulu, I am massively impressed by the work you have done here. Cytoscape is incredibly useful and I love it! I wondered if it might be possible to include the function to render networks in 3D. As you know plotly already offers the function to render 3D plots (https://plotly.com/python/3d-charts/). It would...
open
2022-04-16T10:50:22Z
2022-04-19T16:36:22Z
https://github.com/plotly/dash-cytoscape/issues/171
[]
ghost
1
piskvorky/gensim
data-science
3,016
Update unittests to work with the newest version of scikit.learn
closed
2020-12-27T06:52:31Z
2020-12-27T15:43:08Z
https://github.com/piskvorky/gensim/issues/3016
[ "housekeeping" ]
mpenkov
4
plotly/dash
jupyter
2,585
dcc.Location unable to handle path separator '/'
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.8.1 dash-ag-grid 2.0.0a1 dash-bootstrap-components 1.3.1 dash-core-components 2.0.0 dash-daq ...
open
2023-07-06T14:20:34Z
2024-08-13T19:34:52Z
https://github.com/plotly/dash/issues/2585
[ "bug", "P3" ]
AhtiAhdeElisa
0
wger-project/wger
django
1,347
The total energy (kcal) is not the approximate sum of the energy provided by protein, carbohydrates and fat (kcal +/-15%)
## Steps to Reproduce Hello ! When trying to enter some ingredients (ham) I got the following message The total energy (109kcal) is not the approximate sum of the energy provided by protein, carbohydrates and fat (55.2kcal +/-15%) The ham I try to enter is like this one https://www.herta.fr/produits/jambo...
open
2023-06-08T09:10:18Z
2024-06-03T18:11:05Z
https://github.com/wger-project/wger/issues/1347
[]
daufinsyd
3
bigscience-workshop/petals
nlp
386
Official website disappear
Hi everyone, I'm new to this fascinating project and I'm eager to explore more documents on the official website. Unfortunately, it seems that https://petals.ml/ is currently inaccessible. Could someone please look into this issue and either correct the link or consider removing it from the project since it appears ...
closed
2023-07-19T22:45:31Z
2023-07-20T17:34:40Z
https://github.com/bigscience-workshop/petals/issues/386
[]
edsonke
3
pywinauto/pywinauto
automation
936
Waiting for the element availability & Visibility
## Expected Behavior After an action like button click, we have to wait for the next element to be loaded and available for action ## Actual Behavior When a search operation is called from a 'Search' button click, I give sleep(seconds) with a tentative timing to delay the next line of code execution. If the searc...
open
2020-05-21T10:15:58Z
2020-05-31T06:14:30Z
https://github.com/pywinauto/pywinauto/issues/936
[ "question", "documentation" ]
jjbright
9
nltk/nltk
nlp
3,035
Acronyms with periods at the end of the sentence are tokenized incorrectly
If acronyms with periods are at the end of the sentence, `TreebankWordTokenizer` and `NLTKWordTokenizer` would split the last period (which serves both as part of the acronym and as a full stop): ``` >>> import nltk >>> nltk.TreebankWordTokenizer().tokenize('I have been to U.S.A.') ['I', 'have', 'been', 'to', 'U....
closed
2022-08-23T08:50:04Z
2022-12-13T21:41:31Z
https://github.com/nltk/nltk/issues/3035
[ "bug", "tokenizer", "need-help" ]
BLKSerene
6
fastapi-users/fastapi-users
asyncio
83
Default values when call endpoint /me with custom User Model
Hi Frankie567 First of all thanks for this promising plugin ! I have added new fields to the User Model class like mentioned in documentation: ``` class User(BaseUser): fullname: Optional[str] = None creation_date: Optional[datetime] = datetime.utcnow() ``` When I call the register endpoint, the ...
closed
2020-01-03T09:52:32Z
2020-01-04T17:19:57Z
https://github.com/fastapi-users/fastapi-users/issues/83
[ "bug" ]
MariusMez
4
huggingface/datasets
computer-vision
6,863
Revert temporary pin huggingface-hub < 0.23.0
Revert temporary pin huggingface-hub < 0.23.0 introduced by - #6861 once the following issue is fixed and released: - huggingface/transformers#30618
closed
2024-05-03T05:53:55Z
2024-05-27T10:14:41Z
https://github.com/huggingface/datasets/issues/6863
[]
albertvillanova
0
plotly/plotly.py
plotly
4,660
Choropleth maps only render the first feature with a matching featureidkey, not all matching features
When px.choropleth() is called with a GeoJSON feature collection containing multiple features matching a single featureidkey value, only the first feature is rendered. I believe all features should be so rendered. The following code generates two images: the first renders all four features, while the second renders...
open
2024-07-11T00:06:34Z
2024-08-13T13:22:25Z
https://github.com/plotly/plotly.py/issues/4660
[ "bug", "P3" ]
mathuin
0
frappe/frappe
rest-api
31,824
Multiple Blogger support in "Social" module
A blog could be written by multiple bloggers (table multi-select?)
open
2025-03-20T09:28:32Z
2025-03-20T09:28:32Z
https://github.com/frappe/frappe/issues/31824
[ "feature-request" ]
NagariaHussain
0
aleju/imgaug
machine-learning
113
CropAndPad cannot be deterministic ?
I use this code to generate some image and cronsponding masks, but it turns out the generated image and mask is not consistent. ``` seq= iaa.Sequential( iaa.CropAndPad(percent=(-0.5,-0.2)), ) seq_det = seq.to_deterministic() images_aug = seq_det.augment_images(images) masks_aug = seq_det.augment_images(masks...
open
2018-03-28T07:02:23Z
2020-12-14T18:19:39Z
https://github.com/aleju/imgaug/issues/113
[]
GuangsZuo
10
matplotlib/matplotlib
data-visualization
29,507
[Bug]: Duplicating the labels in the `height`/`width` argument in `barh()`/`bar` leads to undrawn bars
### Bug summary When there are duplicate labels in my label array (for example: `['first label', 'second label’, ‘third label', 'second label']`), `ax.bar()` and `ax.barh()` ignore the duplicates (both bars and labels). ### Code for reproduction ```Python import matplotlib.pyplot as plt name = [ "first label", ...
closed
2025-01-23T16:28:52Z
2025-01-25T00:38:36Z
https://github.com/matplotlib/matplotlib/issues/29507
[ "topic: units and array ducktypes" ]
JosephBARBIERDARNAL
7
RomelTorres/alpha_vantage
pandas
10
outputsize='full' in get_daily_adjusted() traceback
Hello, when i use the optional argument outputsize='full' in the get_daily_adjusted() function i get: TypeError: __init__() got an unexpected keyword argument 'outputsize' code snipped I use: ``` import alpha_vantage from alpha_vantage.timeseries import TimeSeries ts = TimeSeries(key='my API key', outputsize='f...
closed
2017-06-18T13:38:18Z
2017-06-19T06:04:35Z
https://github.com/RomelTorres/alpha_vantage/issues/10
[ "invalid" ]
stnatter
1
davidsandberg/facenet
computer-vision
1,127
Using a `tf.Tensor` as a Python `bool` is not allowed. Use `if t is not None:` instead of `if t:` to test if a tensor is defined, and use TensorFlow ops such as tf.cond to execute subgraphs conditioned on the value of a tensor
Running training --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-25-462d105cd07e> in <module>() total_loss, train_op, summary_op, summary_writer, regularization_losses,lear...
closed
2020-01-07T06:12:24Z
2020-01-07T08:40:17Z
https://github.com/davidsandberg/facenet/issues/1127
[]
KowsalyaR97
0