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
mckinsey/vizro
plotly
123
Consider AG Grid as recommended default over Dash data table
_Originally posted by @antonymilne in https://github.com/mckinsey/vizro/issues/114#issuecomment-1770347893_ Just from quickly playing around with the the example dashboard here, I prefer the AG Grid. I wonder whether we should be recommending that instead of Dash data table as the default table for peopl...
closed
2023-10-25T05:20:46Z
2024-03-07T13:21:49Z
https://github.com/mckinsey/vizro/issues/123
[]
antonymilne
6
aeon-toolkit/aeon
scikit-learn
1,799
[ENH] Add the option to turn off all type checking and conversion and go straight to _fit/_predict/_transform
### Describe the feature or idea you want to propose in estimator base classes (looking at BaseCollectionTransformer but same elsewhere) we do checks, get meta data and convert to inner type. All good, but it does introduce an overhead. For example, this is minirocket with and without the checks the checks involv...
closed
2024-07-14T16:26:50Z
2024-07-14T17:11:59Z
https://github.com/aeon-toolkit/aeon/issues/1799
[ "enhancement" ]
TonyBagnall
1
ipython/ipython
data-science
14,364
Documentation about available options and their structural hierarchy
<!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories. If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org. If you are unsure, it's ok to post here, though, there are few ...
open
2024-03-06T18:29:10Z
2024-03-06T20:36:03Z
https://github.com/ipython/ipython/issues/14364
[]
furushchev
2
home-assistant/core
asyncio
140,830
Transmission integration says 'Failed to connect'
### The problem I can normally connect my Transmission daemon 4.0.6 installed as OpenWrt 23.05.5 package from desktop and mobile app clients. When I connect via HA integration setup wizard it always says Failed to connect as soon as I set the correct user/password (if I set them wrong it says authentication is incorre...
open
2025-03-17T21:52:42Z
2025-03-17T21:52:48Z
https://github.com/home-assistant/core/issues/140830
[ "integration: transmission" ]
nangirl
1
Kanaries/pygwalker
matplotlib
12
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 511737: character maps to <undefined>
This is an issue from [reddit](https://www.reddit.com/r/datascience/comments/117bptb/comment/j9cb6wn/?utm_source=share&utm_medium=web2x&context=3) ```bash Traceback (most recent call last): File "E:\py\test-pygwalker\main.py", line 15, in <module> gwalker = pyg.walk(df) File "E:\py\test-pygwalker\venv\lib\...
closed
2023-02-21T02:24:51Z
2023-02-21T03:15:03Z
https://github.com/Kanaries/pygwalker/issues/12
[ "bug" ]
ObservedObserver
1
TencentARC/GFPGAN
pytorch
368
original or clean?
Does anyone knows what's the difference between clean version and original version? which version performance is better?
open
2023-04-18T09:43:29Z
2023-04-18T09:43:29Z
https://github.com/TencentARC/GFPGAN/issues/368
[]
sunjian2015
0
iterative/dvc
data-science
9,924
remote: migrate: deduplicate objects between v2 and v3
My situation is like this a) dataFolderA containing fileA.bin fileB.bin, fileC.Bin and I added that via "dvc add dataFolderA" to the remote dvc via 2.0 b) then I changed fileB.bin and added that via "dvc add dataFolderB" to the remove via dvc 3.0 when investigating the remote(and cache) I can see the md5-r...
closed
2023-09-07T13:36:16Z
2023-10-13T16:06:27Z
https://github.com/iterative/dvc/issues/9924
[ "feature request" ]
12michi34
7
ets-labs/python-dependency-injector
flask
664
Installation via pip warns about deprecated installation method
I see this warning when installing the package using pip 22.3.1 ``` Running setup.py install for dependency-injector ... done DEPRECATION: juice-client-db is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23....
closed
2023-01-31T17:17:08Z
2024-12-10T14:21:23Z
https://github.com/ets-labs/python-dependency-injector/issues/664
[]
chbndrhnns
1
tensorflow/tensor2tensor
deep-learning
1,083
InvalidArgumentError in Transformer model
### Description I am trying to run the `Transformer` model in training mode. I took the as the [`asr_transformer` notebook](https://github.com/tensorflow/tensor2tensor/blob/v1.9.0/tensor2tensor/notebooks/asr_transformer.ipynb) as example and built up on this. > **Note:** For `hparams` the input and target modalit...
closed
2018-09-20T10:45:00Z
2018-09-20T12:20:46Z
https://github.com/tensorflow/tensor2tensor/issues/1083
[]
stefan-falk
1
gee-community/geemap
streamlit
2,022
geemap module: extract_values_to_points(filepath) function export bugs
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Python version 3.12 geemap version 0.32.1 ### Description I added the Google Earth Engine Landsat data to Geemap, manually plotted some random points of interest on the map interface, and extracted the CSV fi...
closed
2024-05-27T22:06:21Z
2024-05-27T22:22:12Z
https://github.com/gee-community/geemap/issues/2022
[ "bug" ]
zyang91
1
keras-team/keras
deep-learning
20,081
Loading up Json_files built and trained in Keras 2 for Keras 3
Using Keras 3, I am trying to load up a built and trained model from Keras 2 API that is stored in .json with weights stored in .h5. The model file is the following: [cnn_model.json](https://github.com/user-attachments/files/16462021/cnn_model.json). Since model_from_json does not exist in Keras 3, I rewrote the functi...
closed
2024-08-01T21:36:25Z
2024-09-07T19:33:52Z
https://github.com/keras-team/keras/issues/20081
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
manuelpaeza
7
vastsa/FileCodeBox
fastapi
178
设置好S3存储后还是默认保存到本地以及#96的问题又出现了
①如题,我的环境是docker ![PixPin_2024-06-18_00-05-44](https://github.com/vastsa/FileCodeBox/assets/55681496/16151559-0ce4-4a25-be6c-807e7a464781) 我的设置应该没错吧,后台日志也没任何报错信息。 ②还有#96的问题又出现了,我按照日志修改后可以用了,但是就像上面说的,只能本地存储。日志如下: ``` ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/li...
closed
2024-06-18T04:10:20Z
2024-06-18T17:24:01Z
https://github.com/vastsa/FileCodeBox/issues/178
[]
ChanLicher
5
clovaai/donut
nlp
74
prediction results
The number of predictions I am getting in the inference is limited to 16, while it should be much more than that. Is there a certain parameter that I need to modify in order to increase this number?
closed
2022-10-20T12:17:20Z
2022-11-01T11:06:54Z
https://github.com/clovaai/donut/issues/74
[]
josianem
0
microsoft/JARVIS
pytorch
183
importError
python models_server.py --config configs/config.default.yaml Traceback (most recent call last): File "/home/ml/docker/projects/JARVIS/server/models_server.py", line 29, in <module> from controlnet_aux import OpenposeDetector, MLSDdetector, HEDdetector, CannyDetector, MidasDetector ImportError: cannot import...
closed
2023-04-24T06:42:37Z
2024-08-26T03:28:59Z
https://github.com/microsoft/JARVIS/issues/183
[]
birchmi
2
mljar/mercury
jupyter
84
Sort apps in the mercury gallery
Hi Is there a way to sort apps in the gallery based on the title of the notebook or date updated or any other given condition?? Please look at the attached image. It consists of ML notebooks of a course. It has a few apps. I want to sort the apps based on the title so that notebooks will be in order and users can go t...
closed
2022-04-15T10:12:09Z
2023-02-20T08:37:12Z
https://github.com/mljar/mercury/issues/84
[]
rajeshai
1
d2l-ai/d2l-en
pytorch
2,032
Contribution Steps
The absence of the best techniques for revising and contributing to this project makes it is tedious. Can you update the contributing guidelines?
closed
2022-02-01T07:13:18Z
2022-03-21T22:16:50Z
https://github.com/d2l-ai/d2l-en/issues/2032
[]
callmekofi
1
idealo/imagededup
computer-vision
161
Precision, recall is not right
Precision, recall score computed by the evaluate function was not as I expected. So I wrote my own function and it output different results. I double check by using sklearn and it returned the same result as my own function. Can you recheck the evaluate function?
closed
2021-11-11T11:12:33Z
2021-11-11T13:06:02Z
https://github.com/idealo/imagededup/issues/161
[]
yosajka
1
Avaiga/taipy
data-visualization
2,236
[🐛 BUG] Taipy Studio does not recognize some properties
### What went wrong? 🤔 With Taipy 4.0.0 and Taipy Studio 2.0.0, Taipy Studio does not recognize some valid properties like mode for text or content for part: ![image](https://github.com/user-attachments/assets/0503d420-6ee2-41cc-a05a-cf3cd1670e76) ```python page = """ <|{map_title}|text|mode=md|> <|part|conten...
open
2024-11-12T12:54:06Z
2025-03-21T13:43:00Z
https://github.com/Avaiga/taipy/issues/2236
[ "💥Malfunction", "🟧 Priority: High", "🔒 Staff only", "👩‍💻Studio" ]
AlexandreSajus
0
plotly/dash-cytoscape
plotly
6
Can't Change Layout to Preset
![issue](https://user-images.githubusercontent.com/21180505/44219898-229af580-a14b-11e8-92c4-44df8d42e12b.gif)
closed
2018-08-16T15:54:32Z
2018-09-27T17:46:10Z
https://github.com/plotly/dash-cytoscape/issues/6
[ "react" ]
xhluca
1
noirbizarre/flask-restplus
api
773
Parse argument as a list
I have the following model and parser: ``` component = api.model('Component', { 'location': fields.String, 'amount': fields.Integer, }) ... parser = api.parser() parser.add_argument('presented_argument', type=[component]) args = parser.parse_args() ``` I have error if I do it in this way: "'lis...
closed
2020-01-22T16:46:35Z
2020-01-27T09:54:20Z
https://github.com/noirbizarre/flask-restplus/issues/773
[]
glebmikulko
2
pydantic/pydantic-ai
pydantic
93
Examples builder
We plan to add an examples builder which would take a sequence of things (e.g. pydantic models, dataclasses, dicts etc.) and serialize them. Usage would be something like ```py from pydantic_ai import format_examples @agent.system_prompt def foobar(): return f'the examples are:\n{format_examples(example...
closed
2024-11-25T19:36:36Z
2025-01-02T23:00:33Z
https://github.com/pydantic/pydantic-ai/issues/93
[ "Feature request" ]
samuelcolvin
4
albumentations-team/albumentations
deep-learning
1,508
Label additional targets keypoints.
## 🐛 Bug I want to augment an image, a main set of keypoints ('stems') and a varying amount of additional sets of keypoints ('row_center_lines') on it and labels for these keypoints ('row_center_line_classes'). It appears to be working as intended when using [A.ReplayCompose](https://albumentations.ai/docs/example...
open
2024-01-18T10:12:45Z
2024-01-23T10:50:19Z
https://github.com/albumentations-team/albumentations/issues/1508
[]
JonathanGehret
1
holoviz/panel
plotly
7,580
panel oauth-secret not a valid command
The section https://panel.holoviz.org/how_to/authentication/configuration.html#encryption mentions you can run `panel oauth-secret`. ![Image](https://github.com/user-attachments/assets/dab02024-1876-474f-949c-47d9c298e1f1) But you cannot with panel 1.5.5. Do you mean `panel secret`? ![Image](https://github.com/user...
closed
2025-01-02T12:30:27Z
2025-01-17T19:11:57Z
https://github.com/holoviz/panel/issues/7580
[]
MarcSkovMadsen
0
plotly/dash
flask
2,325
[BUG] `pip install dash` is still installing obsolete packages
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip l...
closed
2022-11-18T00:02:51Z
2022-11-18T00:09:25Z
https://github.com/plotly/dash/issues/2325
[]
ryanskeith
0
tableau/server-client-python
rest-api
734
Add documentation for Data Acceleration Report
Add docs to match code added in #596
open
2020-11-19T00:43:18Z
2023-03-03T21:42:04Z
https://github.com/tableau/server-client-python/issues/734
[ "docs" ]
bcantoni
0
coqui-ai/TTS
deep-learning
2,801
[Bug] cannot install TTS from pip (Dependency lookup for OpenBLAS with method 'pkgconfig' failed)
### Describe the bug When I run pip install TTS (on mac in vscode) I run into this error: Found Pkg-config: NO Run-time dependency python found: YES 3.10 Program cython found: YES (/private/var/folders/0y/kbqk5xzn5f397bmdxh0jt8h40000gn/T/pip-build-env-422m5n95/overlay/bin/cython) Compiler for C s...
closed
2023-07-25T14:34:57Z
2023-07-31T13:56:25Z
https://github.com/coqui-ai/TTS/issues/2801
[ "bug" ]
valenmoore
3
ultralytics/ultralytics
pytorch
19,252
Yolo11 speed very slow compared to Yolo8
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi, I tested Yolov11 for the first time today and the performances are reall...
closed
2025-02-14T16:10:32Z
2025-02-19T08:30:37Z
https://github.com/ultralytics/ultralytics/issues/19252
[ "question", "detect" ]
francescobodria
10
jadore801120/attention-is-all-you-need-pytorch
nlp
197
download dataset error
hello, I want to download the WMT'17 by your codes,but I faid,could you tell me how to solve this problem,thank you so much. the error as following: Already downloaded and extracted http://data.statmt.org/wmt17/translation-task/training-parallel-nc-v12.tgz. Already downloaded and extracted http://data.statmt.org...
open
2022-04-26T14:10:04Z
2023-09-20T03:35:31Z
https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/197
[]
qimg412
4
davidsandberg/facenet
computer-vision
602
Incorrect labels
Just for didactic purposes, the comment here (https://github.com/davidsandberg/facenet/blob/master/src/models/inception_resnet_v1.py#L178 ) is incorrect (also the following ones in the lines 182, 186, 189...). For instance, in L178 is says 149x149x32 and it's supposed to be 79x79x32. Do you accept patches? Than...
open
2018-01-04T09:40:45Z
2018-01-04T09:40:45Z
https://github.com/davidsandberg/facenet/issues/602
[]
tiagofrepereira2012
0
sktime/pytorch-forecasting
pandas
1,360
Get an error when creating dataset,how to fix it?
@jdb78 I used 150,000 pieces of data to create a dataset,add'series' and 'time_idx' column like this: ``` ....... data_len=150000 max_encoder_length = 4*96 max_prediction_length = 96 batch_size = 512 data=get_data(data_len) data['time_idx']= data.index%(96*5) # as time index da...
open
2023-08-05T03:49:32Z
2023-08-06T00:37:28Z
https://github.com/sktime/pytorch-forecasting/issues/1360
[]
Lookforworld
4
Miksus/rocketry
automation
192
@app.task(daily.between("08:00", "20:00") & every("10 minutes"))
**Describe the bug** Tasks with this task definition only run once **Expected behavior** task should run every day, every 10 minutes during 8am and 8pm **Desktop (please complete the following information):** - OS: Ubuntu 20 - Python 3.8
open
2023-02-09T13:47:51Z
2023-02-26T17:32:55Z
https://github.com/Miksus/rocketry/issues/192
[ "bug" ]
faulander
3
ivy-llc/ivy
tensorflow
28,372
Fix Frontend Failing Test: tensorflow - mathematical_functions.jax.numpy.minimum
closed
2024-02-21T17:50:59Z
2024-02-21T21:29:19Z
https://github.com/ivy-llc/ivy/issues/28372
[ "Sub Task" ]
samthakur587
0
waditu/tushare
pandas
860
fut_holding 字段vol_chg none
通过 ts_pro.query( 'fut_holding',trade_date=date_str,exchange=ec,fields='trade_date,symbol,broker,vol,long_hld,long_chg,short_hld,short_chg,exchange') 查询的数据,其中字段vol_chg 的数据都是None 查询日期为 20181203,20181204,20181205,20181206 所有品种 本人推广连接 https://tushare.pro/register?reg=125923
closed
2018-12-07T06:59:57Z
2018-12-09T01:02:10Z
https://github.com/waditu/tushare/issues/860
[]
xiangzhy
2
pywinauto/pywinauto
automation
508
Examples do not work correctly from python console on windows 10
Hello, I tried examples provided in readme.md using python console. I use Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32 'Simple' example that run from console produced notepad like on screnshot attached. ![simple_pywinauto](https://user-images.githubusercon...
open
2018-06-18T14:24:05Z
2019-05-13T12:41:26Z
https://github.com/pywinauto/pywinauto/issues/508
[ "question" ]
0de554K
1
openapi-generators/openapi-python-client
rest-api
373
Enums with default values generate incorrect field type and to_dict implementation
**Describe the bug** We have several Enums in our API spec, and models that include fields of that enum type. Sometimes, we set default values on those enum fields. In those cases, the generated code in `to_dict` is incorrect and cannot be used to POST entities to our API. **To Reproduce** Steps to reproduce the...
closed
2021-03-31T17:34:44Z
2021-03-31T21:04:45Z
https://github.com/openapi-generators/openapi-python-client/issues/373
[ "🐞bug" ]
joshzana
2
iperov/DeepFaceLab
machine-learning
5,686
The Chinese(ZH-cn) translation.
[https://zhuanlan.zhihu.com/p/165589205](https://zhuanlan.zhihu.com/p/165589205) # How to use it 最近这几年视频换脸十分流行,在B站常有up主上传自己恶搞的AI换脸视频。当然,PS修图一直都是热点,但PS常用于P一张图。而网上看到的,比如将迪丽热巴演的某片段换成了鹿晗的脸(没有其他意思,确实有这些恶搞)??以至于以假乱真,这些都是咋做到的呢?其实就是使用到了强大的AI技术:AI+“造假”混合,就产生了“深度造假”。 Deepfakes,一种混合“深度学习”和“造假” 的合成技术 ,其中一人的现有图像或视频被替换为其他人的肖像。D...
open
2023-06-17T16:44:19Z
2023-06-17T16:44:19Z
https://github.com/iperov/DeepFaceLab/issues/5686
[]
zelihole
0
pydantic/logfire
fastapi
477
Is there a way to add tags to a span after it is created?
### Question I have additional tags I want to that come from the result of a function running inside a span, but I'm not able to add them via `span.tags += ["my_tag"]` with the current API. Is there some other way to do this? Thanks!
closed
2024-10-04T17:23:46Z
2024-10-23T00:37:36Z
https://github.com/pydantic/logfire/issues/477
[ "good first issue", "Feature Request" ]
ohmeow
6
gradio-app/gradio
python
10,772
Gradio ChatInterface's bash/cURL API Example Is Incorrect
### Describe the bug The bash/cURL API example provided for ChatInterface does not work. The server returns "Method Not Allowed", and the server log prints an error message. ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ``` python import gradio as g...
closed
2025-03-10T14:59:35Z
2025-03-10T15:57:17Z
https://github.com/gradio-app/gradio/issues/10772
[ "bug" ]
edmcman
2
ivy-llc/ivy
tensorflow
28,258
Fix Ivy Failing Test: jax - shape.ivy.Shape.__add__
closed
2024-02-12T15:50:49Z
2024-02-13T09:32:15Z
https://github.com/ivy-llc/ivy/issues/28258
[ "Sub Task" ]
fnhirwa
0
plotly/dash
data-science
2,444
change behavior of grouping in go.Scatter x axes
When plotting a go.Scatter with many values in the x axis, the points suddenly get grouped, so for the same visible point, multiple values are represented. ![grouped_xaxes](https://user-images.githubusercontent.com/48477929/223047961-3c6a2364-811e-4bd1-a463-f27216fda26c.jpg) How can I represent all datapoints s...
open
2023-03-06T07:42:21Z
2024-08-13T19:28:32Z
https://github.com/plotly/dash/issues/2444
[ "feature", "P3" ]
asicoderOfficial
5
nonebot/nonebot2
fastapi
3,156
Plugin: PCR签到重制版
### PyPI 项目名 nonebot-plugin-pcr-sign ### 插件 import 包名 nonebot_plugin_pcr_sign ### 标签 [{"label":"PCR","color":"#ea5252"},{"label":"签到","color":"#aeeaa8"}] ### 插件配置项 ```dotenv ``` ### 插件测试 - [ ] 如需重新运行插件测试,请勾选左侧勾选框
closed
2024-12-03T08:31:02Z
2024-12-06T03:13:20Z
https://github.com/nonebot/nonebot2/issues/3156
[ "Plugin" ]
FrostN0v0
1
pytorch/pytorch
python
149,468
torch.library.opcheck doesn't check strides for CPU Tensors
Repro: ```py import torch from torchvision.transforms.functional import to_pil_image, pil_to_tensor import PIL def crop(pic, box): img = to_pil_image(pic.cpu()) cropped_img = img.crop(box) return pil_to_tensor(cropped_img).to(pic.device) / 255. img = torch.ones(3, 64, 64) img *= torch.linspace(0, 1, steps...
open
2025-03-19T01:32:23Z
2025-03-19T01:44:15Z
https://github.com/pytorch/pytorch/issues/149468
[ "high priority", "triage review" ]
zou3519
1
pywinauto/pywinauto
automation
607
Some Static controls in a dialog cannot be specified, but print_control_identifiers can print them out.
Some Static controls in a dialog cannot be specified, even if print_control_identifiers can print them out. But the button controls on the same dialog can be specified. Why? the error massage: ``` MatchError: Could not find 'Static2' in 'dict_keys(['Button', 'OK', 'OKButton', 'Button0', 'Button1', 'Button2', 'Canc...
closed
2018-11-20T08:52:00Z
2018-11-22T06:40:31Z
https://github.com/pywinauto/pywinauto/issues/607
[ "duplicate" ]
gzll
1
PokemonGoF/PokemonGo-Bot
automation
5,638
Releasing pokemon feature - Keep Favourites
### Short Description Releasing pokemon feature ### Possible solution ``` "release": { "any": {"keep_best_iv": 1, **"keep_favourite_pokemon": 1}**, ``` (1 = never release a pokemon with Favoured status, regardless of IV or CP) ### How it would help others I've got EG; 3 porygon I want to keep, but I have 7 of the...
closed
2016-09-23T17:33:21Z
2016-09-26T07:26:28Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5638
[]
Paradoxum
2
tflearn/tflearn
tensorflow
353
Does tflearn allow me to use learning rate scheduling?
Does it? or controbuted welcome?
open
2016-09-20T10:04:27Z
2016-09-22T00:58:13Z
https://github.com/tflearn/tflearn/issues/353
[]
changukshin
1
jupyter-book/jupyter-book
jupyter
1,460
pdfhtml builder should allow A4 paper size (and other formats)
### Description Testing builder pdfhtml, I noticed that it was impossible to build something else than Letter format documents. However, pyppeteer has a format option so it would be nice if "jb build" also had a "format" option. ### Implementation This would likely need a fix somewhere around: https://githu...
open
2021-09-12T15:36:21Z
2021-09-12T19:39:26Z
https://github.com/jupyter-book/jupyter-book/issues/1460
[ "enhancement", ":label: pdfhtml", "complexity: medium" ]
mietlicki
2
FlareSolverr/FlareSolverr
api
501
[1337x] (testing) Exception (1337x): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid
**Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue. Check closed issues as well, because your issue may have already been fixed. ### How to enable debug and html traces [Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl...
closed
2022-09-03T11:19:46Z
2022-09-03T11:21:01Z
https://github.com/FlareSolverr/FlareSolverr/issues/501
[]
fitsou
0
microsoft/nni
deep-learning
5,720
NNI is starting, it's time to run an epoch but there's no value in the page?
**Describe the issue**: it's time to run an epoch but there's no value in the page? **Environment**: - NNI version:2.5 - Training service (local|remote|pai|aml|etc):local - Client OS:Win10 - Server OS (for remote mode only): - Python version: 3.7 - PyTorch/TensorFlow version:PyTorch - Is conda/virtualenv/v...
open
2023-12-10T11:22:42Z
2023-12-10T11:22:42Z
https://github.com/microsoft/nni/issues/5720
[]
yao-ao
0
iperov/DeepFaceLab
deep-learning
5,277
"The paging file is too small for this operation to complete" (train Quick96)"
THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ## Expected behavior The file should execute normally and open a preview of the deepfake training ## Actual behavior It gives this ImportError: "the paging file is too small for this operation to complete" (train Quick96)" ...
open
2021-02-06T19:53:55Z
2023-06-08T22:16:37Z
https://github.com/iperov/DeepFaceLab/issues/5277
[]
alex-ui
4
horovod/horovod
machine-learning
3,475
horovod build fails with oneccl and tensorflow
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.6 and 2.8 3. Horovod version: 0.22.1 and 0.24.2 4. MPI version: OneCCL 5. CUDA version: N/A 6. NCCL version: N/A 7. Python version: 3.8.10 8. Spark / PySpark version: 9. Ray version: 10. OS and version: Ubuntu 18.04.4 LTS 11. GCC version: 7.5 ...
open
2022-03-17T22:28:33Z
2023-05-08T14:16:39Z
https://github.com/horovod/horovod/issues/3475
[ "bug" ]
ashiqimranintel
4
ydataai/ydata-profiling
pandas
809
Install fails on python 3.9.6
**Describe the bug** Trying to `pip install pandas-profiling` but I get [this](https://pastebin.com/BZA6tjLh) **To Reproduce** **Version information:** pip 21.1.3 Python 3.9.6 **Additional context** <!-- Add any other context about the problem here. -->
closed
2021-07-16T15:57:20Z
2021-12-20T11:51:36Z
https://github.com/ydataai/ydata-profiling/issues/809
[ "dependencies 🔗" ]
yiannis-had
5
aiogram/aiogram
asyncio
807
Menu-based wizard as a generalization of finite_state_machine
One common use case is a simple wizard, which can be implemented as shown in `examples/finite_state_machine_example.py`. However, another common use case is when: * there is no need to choose somethings in all the steps; * it's more convenient to let a user choose the order in which the steps are 'answered'; * st...
closed
2022-01-12T23:28:55Z
2022-01-17T15:36:01Z
https://github.com/aiogram/aiogram/issues/807
[ "enhancement", "question issue" ]
boyaryn
2
LibrePhotos/librephotos
django
746
Import already tagged faces with 3rd party software
**Describe the enhancement you'd like** An option to add people faces already tagged with another software.Popular options are Google photos and photoprism **Describe why this will benefit the LibrePhotos** Resource economy:i'm running librephotos on a low power raspberry pi 400 and face classification is resource...
closed
2023-02-07T05:50:16Z
2023-08-02T14:57:32Z
https://github.com/LibrePhotos/librephotos/issues/746
[ "enhancement" ]
ippocratis
2
seleniumbase/SeleniumBase
web-scraping
2,827
Element is not clickable at point (916, 785)
How to solve it? Normally I would solve resizing the window, clicking by xpath, etc, but I cant found how to do it with SB. Anyone can help me? The element: ` driver.click("//*[@id='sendButton']")`
closed
2024-06-04T11:34:47Z
2024-06-04T13:07:35Z
https://github.com/seleniumbase/SeleniumBase/issues/2827
[ "question" ]
marconimedeiros2
1
TracecatHQ/tracecat
pydantic
275
[FEATURE IDEA] User data store for IP lists, etc.
**Is your feature request related to a problem? Please describe.** We have the database sink action, but it is intended to sink to external DBs. A way for users to store data local to tracecat, and then query against that in other actions would be really handy for a use case like scheduling a workflow once a day to p...
open
2024-07-27T14:44:13Z
2025-02-17T19:06:55Z
https://github.com/TracecatHQ/tracecat/issues/275
[ "enhancement", "priority:medium" ]
mattdurant
9
hbldh/bleak
asyncio
1,634
Bleak pairing not working gives Failed to pair: org. bluez.Error.AuthenticationRejected error on raspberry pi
bleak version: 0.22.2 Python version:3.11.6 BlueZ version:5.68 ### Description I used bleak library to pair the ble devices but get error like ```console   | Attempting to pair with EA:A0:01:2B:32:A9 -- | --   | Failed to pair: org. bluez.Error.AuthenticationRejected ```` ### What I Did ```python ...
open
2024-08-27T10:51:46Z
2024-08-28T14:46:22Z
https://github.com/hbldh/bleak/issues/1634
[ "Backend: BlueZ" ]
wahadatjan
3
SYSTRAN/faster-whisper
deep-learning
1,212
Empty sequence when using faster-whisper's transcribe on fine-tuned model
Hi, I'm trying to use `faster-whisper` with a fine-tuned model of the new whisper's turbo model : `openai/whisper-large-v3-turbo` ### Faster-whisper library When I'm trying to run inference of my fine-tuned model with `faster-whisper`, after converting the model using this command line : ```sh ct2-transformers...
open
2024-12-22T06:55:11Z
2025-02-14T16:42:53Z
https://github.com/SYSTRAN/faster-whisper/issues/1212
[]
mlouala-dev
6
Gozargah/Marzban
api
1,341
مرزبان پولی بشه
سلام و عرض ادب و خسته نباشید ، من و خیلیا الان مدت زمان زیادیه که با امکانات کم نظیر مرزبان تونستیم شر و مزاحمت های پی در پی فیلترینگ رو پشت سر بزاریم ، منتهی مدتی میشه مرزبان اپدیت نمیده و از خیلی پنل های دیگ عقبه ، این موضوع هم قابل درکه شما عزیزان پردژه رو رایگان جلو میبرید و مشغله های زیادی دارید ، مسئله دونیت هم ا...
closed
2024-10-06T12:27:45Z
2024-10-10T21:14:24Z
https://github.com/Gozargah/Marzban/issues/1341
[]
esodrevo
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,650
Which browser and uc version combined works better or which are the most stable versions?
Which browser and uc version combined works better? I think the best way to proceed it's dockerizing this stuff and break the cloudflare websites.
open
2023-11-05T19:21:08Z
2023-11-14T06:39:51Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1650
[]
juanfrilla
3
gee-community/geemap
jupyter
1,044
Time Slider for EVI resulting into Trait Error
### Environment Information - geemap version: 0.13 - Python version: 3.8 - Operating System: Windows (although I am using Google Colab) ### Description I am trying to calculate Enhanced Vegetation Index using SENTINEL 2 images and using a time-slider to visualize it. I am using the map function to do s...
closed
2022-04-28T08:21:10Z
2022-05-06T09:36:09Z
https://github.com/gee-community/geemap/issues/1044
[ "bug" ]
aayushmalik
4
pandas-dev/pandas
data-science
60,870
PERF: Regression in groupby ops from adding skipna
https://github.com/rhshadrach/asv-runner/issues/42 Due to #60752 - cc @snitish
closed
2025-02-06T21:30:07Z
2025-02-10T18:24:55Z
https://github.com/pandas-dev/pandas/issues/60870
[ "Groupby", "Missing-data", "Performance", "Regression" ]
rhshadrach
2
FlareSolverr/FlareSolverr
api
359
[yggcookie] Exception (yggcookie): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: Cloudflare has blocked this request. Probably your IP is banned for this site, check in your web browser.: FlareSolverr was unable to process the request, please check FlareSolve...
closed
2022-04-11T10:24:46Z
2022-04-12T14:55:40Z
https://github.com/FlareSolverr/FlareSolverr/issues/359
[ "duplicate" ]
windorose
1
mljar/mercury
jupyter
13
Add scrolling if many parameters in the sidebar
In the case of many widgets in the sidebar the Run and Donwload buttons are not available. There should be some scroll available. ![image](https://user-images.githubusercontent.com/6959032/149965901-3313047c-881d-45c6-b56d-27b548bb3019.png)
closed
2022-01-18T15:23:21Z
2022-01-18T15:36:19Z
https://github.com/mljar/mercury/issues/13
[]
pplonski
0
supabase/supabase-py
flask
790
Cannot get past this empty error
# Bug report ## Describe the bug Trying to execute a simple select query using Python 3.12 or 3.9. I cannot get past this error. ## To Reproduce ```python Python 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more infor...
closed
2024-05-05T22:36:32Z
2024-05-22T20:24:19Z
https://github.com/supabase/supabase-py/issues/790
[ "invalid" ]
heymarkreeves
1
miguelgrinberg/microblog
flask
14
Documentation not available
The (excellent!) [tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) for which this project appears to be a working example is currently unavailable because of an internal server error. To avoid this in the future, it might be nice to just put the tutorial in the same repo.
closed
2015-02-28T17:46:24Z
2017-12-10T20:18:47Z
https://github.com/miguelgrinberg/microblog/issues/14
[]
DanielSank
1
praw-dev/praw
api
1,900
Code snippets not displayed correctly in docs
### Describe the solution you'd like The code snippets in the [Step 5: Cleaning Up The Code](https://praw.readthedocs.io/en/latest/tutorials/reply_bot.html#step-5-cleaning-up-the-code) of the Submission Stream Reply Bot example are not displayed correctly. ![image](https://user-images.githubusercontent.com/9664767/19...
closed
2022-10-05T07:58:25Z
2022-11-04T19:23:46Z
https://github.com/praw-dev/praw/issues/1900
[ "Documentation" ]
asztalosdani
2
PeterL1n/BackgroundMattingV2
computer-vision
51
dataset.images.ImageDataset is sensitive to files with upper case letters in extension
img.PNG or img.Jpg isn't picked up by ``` [ *glob.glob(os.path.join(root, "**", "*.jpg"), recursive=True), *glob.glob(os.path.join(root, "**", "*.png"), recursive=True), ] ```
closed
2021-01-20T13:48:01Z
2021-01-29T08:49:03Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/51
[]
kasperschnack
0
deepset-ai/haystack
machine-learning
8,556
Add variable to specify inputs as optional to ConditionalRouter
**Is your feature request related to a problem? Please describe.** We are using a conditional router to route to different pipeline branches based on a parameter we insert during runtime. We would like to also set a default branch in case the respective parameter (path) was not inserted at runtime. Through testing ...
closed
2024-11-19T10:00:46Z
2024-11-26T09:48:56Z
https://github.com/deepset-ai/haystack/issues/8556
[ "P1" ]
sjrl
0
CorentinJ/Real-Time-Voice-Cloning
python
830
Single Voice Synthesizer Training - Error
Hello @Bluefish and all, I am running the toolbox on Win10, under Anaconda3 (run as administrator), env: VoiceClone, using an NVidia RTS2070 Super, CUDA version 11.1, tensorflow v2.6.0, pytorch 3 with all other requirements met. The toolbox GUI (demo_toolbox.py) works fine. My project is to use the toolbox to clone...
closed
2021-08-26T01:29:20Z
2021-08-26T02:23:32Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/830
[]
Tomcattwo
1
autogluon/autogluon
data-science
3,921
During inference, multi-GPUs are not used with DDP strategy. Only single GPU is used.
I have 8 GPUs in a node, with "ddp_find_unused_parameters_true" as the strategy, it can train an AutoMM model with multiple GPUs. However, during inference with .predict(), the trained model cannot use multi GPUs for inference. Only 1 GPU is used.
closed
2024-02-15T03:52:09Z
2024-08-26T22:18:55Z
https://github.com/autogluon/autogluon/issues/3921
[ "bug: unconfirmed", "Needs Triage", "module: multimodal" ]
hohoCode
3
davidsandberg/facenet
tensorflow
1,249
Find
![IMG_1271](https://github.com/davidsandberg/facenet/assets/131266819/f2991e6f-8c04-411b-8b01-b8891d8436b6)
open
2024-04-15T15:05:31Z
2024-04-15T15:05:31Z
https://github.com/davidsandberg/facenet/issues/1249
[]
Ali1819299036378
0
deezer/spleeter
tensorflow
427
[Bug] RuntimeError: dictionary changed size during iteration
<!-- PLEASE READ THIS CAREFULLY : - Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed - First check FAQ from wiki to see if your problem is not already known --> ## Description I get a RuntimeError on OSX 10.15.4 ## Step to ...
closed
2020-06-20T11:59:35Z
2020-10-19T10:47:17Z
https://github.com/deezer/spleeter/issues/427
[ "bug", "invalid" ]
janwirth
5
netbox-community/netbox
django
18,363
cant create vm mac-address via api
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.2.1 ### Python Version 3.10 ### Steps to Reproduce 1. create an interface on a vm 2. attempt to use the api to create a mac address linked to the interface id (curl example from swagger) ``` curl -X 'POST' \ ...
closed
2025-01-09T14:12:04Z
2025-01-09T18:55:20Z
https://github.com/netbox-community/netbox/issues/18363
[ "type: bug", "status: accepted", "severity: medium" ]
ITJamie
0
lanpa/tensorboardX
numpy
134
add_text not working with tensorboard > 1.6
First I just want to say this is a fantastic library! Really useful work. Second, I just tried `add_text` and found that the results come up blank in tensorboard >= 1.7, but it works with tensorboard 1.6. I installed the tensorboardX package from source. I'm not sure if this is a tensorboardX issue or a tensor...
closed
2018-05-01T14:55:22Z
2018-09-19T19:08:45Z
https://github.com/lanpa/tensorboardX/issues/134
[]
teffland
9
yunjey/pytorch-tutorial
pytorch
55
Assertion Error
Hello I try implement this into video classification. Let say I have 3 feature per frame then I have 10 frames to consider. I am using this example, I think `sequence_length=10` and `input_shape=3` am I right? this is my code for the architecture. ``` # Hyper Parameters sequence_length = 10 input_size = 3 hidden_s...
open
2017-07-23T19:11:16Z
2017-11-28T13:50:39Z
https://github.com/yunjey/pytorch-tutorial/issues/55
[]
herleeyandi
1
pydantic/pydantic
pydantic
10,572
Error when adding a default value to a field with name conflict
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The following example raises the error `AttributeError: 'NoneType' object has no attribute 'Other'`. No error is raised if the default value isn't specified, or if Python's dataclasses are used. No error either if the `other` field is r...
closed
2024-10-08T14:23:49Z
2024-10-15T08:49:12Z
https://github.com/pydantic/pydantic/issues/10572
[ "duplicate" ]
AdrienVannson
2
scrapy/scrapy
web-scraping
6,106
Remove deprecated code moved to itemloaders
Deprecated in 2.3.0. * scrapy.utils.misc.extract_regex() * scrapy.loader.common * scrapy.loader.processors
closed
2023-10-17T19:12:02Z
2023-10-18T10:52:31Z
https://github.com/scrapy/scrapy/issues/6106
[ "good first issue", "cleanup" ]
wRAR
0
indico/indico
flask
6,368
Date Field in Registration Form Only Shows Previous and Next 5 years
When trying to use Date field in a registration form for date of birth, users are only able to choose from the previous or next 5 years. Some people think that you cannot put a date below 2019... which is complicated for a date a birth. Of course, when you type the date it works. Is this normal behaviour or s...
closed
2024-05-30T12:05:20Z
2024-10-10T14:48:29Z
https://github.com/indico/indico/issues/6368
[ "bug" ]
aicampbell
3
coqui-ai/TTS
pytorch
3,148
[Bug] XTTS v2.0 finetuning - wrong checkpoint links
### Describe the bug Hi there, I believe that in the new XTTS v2.0 fine tuning recipe, there needs to be a change to the following lines: ``` TOKENIZER_FILE_LINK = "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v2.0/vocab.json" XTTS_CHECKPOINT_LINK = "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/v2.0/mode...
closed
2023-11-06T17:06:50Z
2023-12-12T06:56:07Z
https://github.com/coqui-ai/TTS/issues/3148
[ "bug" ]
rlenain
4
ymcui/Chinese-LLaMA-Alpaca
nlp
316
模型第二阶段预训练问题
你好,我使用run_clm_pt_with_peft.py代码进行第二阶段预训练,同样在A100(40G)的机器运行跑,512的长度,使用你们提供的预训练脚本的参数,其中trainable params: 183828480 || all params: 6660100096 || trainable%: 2.760145903969309,训练参数只有2.76% ,比你论文里面的6.06%差距很大,同时我用3张卡,batch_size最大只能开到2,和你们1024的差距也太大了,有什么可能的原因吗
closed
2023-05-11T11:04:00Z
2023-05-23T22:02:31Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/316
[ "stale" ]
longeryeah
8
custom-components/pyscript
jupyter
451
no api documentation or link pointing to it somewhere else
Hi, where can we find api docs that describe return signatures? Event data and such? If it should be found in the HASS api docs, which it isn't now, then I will ask there...
open
2023-03-15T17:10:30Z
2023-09-22T10:38:54Z
https://github.com/custom-components/pyscript/issues/451
[]
Morriz
3
TencentARC/GFPGAN
pytorch
116
RealESRGANer returns fully black image after upsampling
RealESRGANer returns fully black image after upsampling Cuda Version: 11.3 GPU: Nvidia 1650
open
2021-12-14T10:17:46Z
2022-07-31T22:11:23Z
https://github.com/TencentARC/GFPGAN/issues/116
[]
cianoo45
3
deepset-ai/haystack
pytorch
8,249
TypeError when using Advanced RAG
**Describe the bug** When running the code provided in the documentation and blog for HyDE (Advanced RAG), there is a type error that originates from running the Hypothetical Document Embedder pipeline connecting the adapter to the embedder. The OutputAdapter returns the list of documents as a string, but SentenceTran...
closed
2024-08-19T13:57:36Z
2025-02-05T04:22:47Z
https://github.com/deepset-ai/haystack/issues/8249
[ "stale", "P1", "community-triage" ]
liviaj29
3
ultralytics/yolov5
machine-learning
13,427
如何在yolov5中添加FPS和mAPs评价指标?
### 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 如何在yolov5中添加FPS和mAPs评价指标? ### Additional _No response_
open
2024-11-22T03:00:31Z
2024-11-24T10:09:08Z
https://github.com/ultralytics/yolov5/issues/13427
[ "question" ]
lqh964165950
2
roboflow/supervision
tensorflow
825
AttributeError: 'Results' object has no attribute 'obb'
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report. ### Bug i was testing the example provided in the documentation, but i get this error when i run the code, you can see **it prints the detection results** but stil...
closed
2024-01-31T15:25:23Z
2024-01-31T16:12:48Z
https://github.com/roboflow/supervision/issues/825
[ "bug", "question" ]
AliMostafaRadwan
6
Gozargah/Marzban
api
1,403
پایین اوردن هسته xray
سلام چطور میتونم هسته xray بیارم روی نسخه 1.8.24 داخل هر اموزشی ک گذاشتین انجام دادم ولی نمیشه هسترو بیارم پایین لطفا کمک کنید
closed
2024-10-28T20:53:14Z
2024-10-29T09:13:58Z
https://github.com/Gozargah/Marzban/issues/1403
[ "Duplicate" ]
ramin1120
1
itamarst/eliot
numpy
103
Move writeFailure to eliot.twisted, deprecate eliot.writeFailure
Twisted APIs should be in one place.
open
2014-09-04T22:13:37Z
2018-09-22T20:59:14Z
https://github.com/itamarst/eliot/issues/103
[ "API enhancement" ]
itamarst
0
plotly/dash-table
plotly
744
Header width with fixed headers expand when filtering even when columns have fixed width
![expanded filter box](https://user-images.githubusercontent.com/1280389/79283506-eca49c00-7e6c-11ea-819a-32d73ea1c6ed.gif) ```python import dash from dash.dependencies import Input, Output import dash_table import dash_html_components as html import datetime import pandas as pd df = pd.read_csv('ht...
open
2020-04-14T23:28:27Z
2020-04-14T23:28:41Z
https://github.com/plotly/dash-table/issues/744
[ "bug" ]
chriddyp
1
Farama-Foundation/Gymnasium
api
1,116
Can't run flappy bird envrionment with gymnasium
### Question I am installing pygame and gym_ple from the following two commands: !pip install git+https://github.com/GrupoTuring/PyGame-Learning-Environment !pip install git+https://github.com/lusob/gym-ple I am doing the following imports (they are part of a bigger project) import copy import torch import ran...
closed
2024-07-12T07:29:41Z
2024-07-12T09:37:08Z
https://github.com/Farama-Foundation/Gymnasium/issues/1116
[ "question" ]
IAMHAADICOOL
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,938
Submission status change triggers an error
### What version of GlobaLeaks are you using? 4.14.0 ### What browser(s) are you seeing the problem on? Chrome, Firefox ### What operating system(s) are you seeing the problem on? Windows, Linux ### Describe the issue Changing the status of a submission is not possible. The error report generated and sent by ma...
closed
2024-01-08T16:16:13Z
2024-01-08T16:33:03Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3938
[ "T: Bug", "Triage" ]
verlata
1
davidsandberg/facenet
computer-vision
1,040
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last): File "src/train_softmax.py", line 580, in <module> main(parse_arguments(sys.argv[1:])) File "src/train_softmax.py", line 234, in main prelogits, prelogits_center_loss, args.random_rotate, args.random_crop, args.random_flip, prelogits_norm, args.prelogits_hist_max, args...
open
2019-06-29T07:39:54Z
2019-06-29T07:39:54Z
https://github.com/davidsandberg/facenet/issues/1040
[]
hsm4703
0
itamarst/eliot
numpy
17
Add helper for nested actions in Eliot
(Originally from Jean-Paul Calderone). Here's a pattern I just stumbled back in to: ``` def receive(self, input): """ Add logging of state transitions to the wrapped state mac...
closed
2014-04-15T14:58:14Z
2018-09-22T20:59:11Z
https://github.com/itamarst/eliot/issues/17
[ "API enhancement" ]
itamarst
1
ipython/ipython
data-science
13,853
Incorrect coverage reporting
Back in February the coverage was close to 73.89% library and 97.83% for tests. Currently the coverage for tests is not reported and for library sits at around 40%. This started happening in April. e6432249582e05f438303ce73d082a0351bb383e has 73.84% library coverage but next commit, cf0cbaf5cfbd8464e5b0ea69da8d14167...
closed
2022-12-04T01:17:24Z
2022-12-09T20:47:07Z
https://github.com/ipython/ipython/issues/13853
[ "testing" ]
krassowski
2
tflearn/tflearn
data-science
1,110
how to set batch_size=None in model.fit() and use batch_size defined in input_data layer directly
hello, I want to define the batch_size directly in input_data layer, and set batch_size in model.fit to None. However, I get an error " Incoming Tensor shape must be 4-D, not 5-D". Can anyone help? Thank u
open
2019-01-04T03:30:09Z
2019-01-04T03:30:09Z
https://github.com/tflearn/tflearn/issues/1110
[]
WuChannn
0
reloadware/reloadium
flask
130
Can't get new fixture after Ctrl + S in pytest
Hi! I add new pytest fixture. In my case one of automatically created objects in pytest-django. And after Ctrl + S I have error like this ``` partners\test_app.py:147 (test_personal_manager_not_accessed_to_company) manager1_browser_client = <django.test.client.Client object at 0x0000022358923460> company = <Company...
closed
2023-03-27T13:42:51Z
2023-05-16T15:32:21Z
https://github.com/reloadware/reloadium/issues/130
[]
mihalt
2
explosion/spaCy
machine-learning
12,449
Korean blank model crashes if mecab-ko not installed, but not during initialization
Initializing a Korean spacy.blank model throws an error when `natto-py` is not installed, and asks the user to install both `natto-py` and `mecab-ko`. However, if only `natto-py` (and not `mecab-ko`) is installed, the initialization no longer throws an error. Instead, the model throws the following error on trying to p...
closed
2023-03-20T09:05:59Z
2023-04-20T00:02:20Z
https://github.com/explosion/spaCy/issues/12449
[ "lang / ko", "feat / ux" ]
stephantul
3
TheAlgorithms/Python
python
12,115
python program car and boats classes
### Feature description This problem involves creating two classes (Car and Boat) that return a formatted string based on the vehicle's speed. This solution includes the implementation of constructors and string representations.
closed
2024-10-16T09:52:06Z
2024-12-28T09:16:50Z
https://github.com/TheAlgorithms/Python/issues/12115
[ "enhancement" ]
NimraAslamkhan
2
xlwings/xlwings
automation
2,153
xlwings Server: Increase default timeout to 30s for VBA client
* Currently at 5s * Document parameter
closed
2023-02-01T09:01:27Z
2023-02-04T21:53:51Z
https://github.com/xlwings/xlwings/issues/2153
[ "Server" ]
fzumstein
0
fastapi-admin/fastapi-admin
fastapi
75
How to deploy FastAPI Admin panel?
Hi there, I was wondering how I can deploy this admin panel. Can you please describe it to me? Thanks and regards
closed
2021-09-01T05:36:06Z
2021-09-01T06:08:24Z
https://github.com/fastapi-admin/fastapi-admin/issues/75
[]
m-peko
3
graphql-python/graphene
graphql
1,351
Network representation support
It will be interesting to introduce all network representation for multiple purpose (represents ip address with an easy way, networks address). I wrote some scalar compatible and tested with graphene v3 There is the code to change in graphene/types/__init__.py: ```python # flake8: noqa from graphql import Grap...
open
2021-07-17T06:56:39Z
2022-06-14T19:52:32Z
https://github.com/graphql-python/graphene/issues/1351
[ "✨ enhancement" ]
Never77
1