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
iperov/DeepFaceLab
machine-learning
832
Comparison
Hello, I read the DeepFaceLab paper, I would like to ask how the Quantitative Comparison in it is done? Such as SSIM, pose, landmarks, etc. For learning purposes, I wrote a face-changing program based on style transfer, but I don’t know how to make comparisons like yours. Can you answer it for me?Thank you.
open
2020-07-14T14:23:13Z
2023-06-08T20:42:29Z
https://github.com/iperov/DeepFaceLab/issues/832
[]
notknowchild
1
nolar/kopf
asyncio
774
Cli forces --log-format
## Long story short `kopf run` doesn't run without `--log-format` ## Description ```bash $ kopf run Usage: kopf run [OPTIONS] [PATHS]... Try 'kopf run --help' for help. Error: Invalid value for '--log-format': <LogFormat.FULL: '[%(asctime)s] %(name)-20.20s [%(levelname)-8.8s] %(message)s'> is not one o...
closed
2021-05-14T11:49:16Z
2021-05-14T12:01:12Z
https://github.com/nolar/kopf/issues/774
[ "bug" ]
mnarodovitch
1
CorentinJ/Real-Time-Voice-Cloning
python
294
encoder_train.py and --low_mem
VoxCeleb2 dataset doesn't work with encoder_preprocess.py on Linux. The m4a files throw an error and nothing progresses. I converted all the m4a files to wav. This passes preprocessing, but doesn't output numpy files making the next step of training fail. If I use only LibriSpeech/train-other-500, VoxCeleb1/wav, and V...
closed
2020-03-08T05:56:08Z
2020-07-08T18:12:38Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/294
[]
unassumingbadger
1
hankcs/HanLP
nlp
590
猜测最可能的词性方法数组越界
com.hankcs.hanlp.seg.common.Vertex public Nature guessNature() { return attribute.nature[0]; } 这个方法数组越界
closed
2017-07-23T03:39:43Z
2017-07-23T11:17:24Z
https://github.com/hankcs/HanLP/issues/590
[ "invalid" ]
daydayup999
2
NVlabs/neuralangelo
computer-vision
107
tnt datasets church demo result is bad.
any one try the tnt datasets's church demo? the result (50k iters) is not good. ![snapshot-church-100](https://github.com/NVlabs/neuralangelo/assets/8348315/61526d94-422a-434b-a2e4-f3e48050cb70) ![snapshot-church-201](https://github.com/NVlabs/neuralangelo/assets/8348315/74e131bc-b413-4898-a167-b00a46d01a81) ![snaps...
open
2023-09-05T10:52:45Z
2023-09-08T08:35:47Z
https://github.com/NVlabs/neuralangelo/issues/107
[]
qq297110281
2
dask/dask
numpy
11,619
Using nested keys in array graphs creates large number of unnecessary tasks for higher-dimensional arrays
While investigating https://github.com/dask/distributed/issues/8958, I noticed this: ``` <Task None concrete(<Task None _identity_cast(<Task None _identity_cast(<Task None _identity_cast(<Task None _identity_cast(<Task None _identity_cast(Alias(('getitem-f7fd4f245dfedafeb33a2841a9c414ca', 2, 3, 19, 5, 0)), typ=<cla...
open
2024-12-20T17:26:03Z
2025-02-17T02:01:00Z
https://github.com/dask/dask/issues/11619
[ "array", "needs attention" ]
hendrikmakait
0
giotto-ai/giotto-tda
scikit-learn
170
Broken windows dev installation due to pybind11 update
#### Description The changes to `FindPythonLibsNew.cmake` made by https://github.com/pybind/pybind11/commit/07e225932235ccb0db5271b0874d00f086f28423#diff-5d42889ea4f5ea3bb09df0d6cbeceff0 in `pybind11` breaks our Windows builds and dev installations. The issue was fixed temporarily in 3256628 by setting the submodule n...
closed
2020-01-15T10:30:12Z
2020-02-18T10:00:25Z
https://github.com/giotto-ai/giotto-tda/issues/170
[ "enhancement" ]
ulupo
3
long2ice/fastapi-cache
fastapi
298
How to invalidate the cache for a post method
I want to invalidate the cache if user call POST method to update data into database, so that th GET method can return the latest data to user.
open
2023-09-10T13:00:50Z
2024-11-13T13:08:16Z
https://github.com/long2ice/fastapi-cache/issues/298
[ "question" ]
coolsnake
7
tensorpack/tensorpack
tensorflow
1,391
How to change graph when evaluating between epochs
I am trying to train a variational autoencoder with tensorpack and I am confused on how it should be done. After a training epoch I would like to run a InferenceRunner or a Callback with a different graph as there won't be an encoder any more. In the ideal case I would like to have two VAEs and use the latent cod...
closed
2020-01-30T17:04:04Z
2020-02-21T07:15:18Z
https://github.com/tensorpack/tensorpack/issues/1391
[ "usage" ]
andreanicastro
3
ultralytics/ultralytics
python
19,709
Training starting from loaded state dict
### 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 have two questions: 1. I would like to intialize a YOLOv8 detection m...
open
2025-03-14T23:52:11Z
2025-03-15T21:46:02Z
https://github.com/ultralytics/ultralytics/issues/19709
[ "question", "detect" ]
gigumay
3
onnx/onnx
machine-learning
6,697
Shape inference fails when the `pads` in Pad is a constant with value_ints
https://github.com/onnx/onnx/blob/a6b828cdabfb5c0f8795d82e6a3851224acecd10/onnx/defs/tensor/utils.cc#L481-L485 Fails when pads is a constant with value_ints. It can only be `value` right now.
open
2025-02-12T02:25:23Z
2025-02-19T17:32:45Z
https://github.com/onnx/onnx/issues/6697
[ "bug", "module: shape inference" ]
justinchuby
0
gradio-app/gradio
data-science
10,458
Lite: Plotly doesn't work when installed along with altair
### Describe the bug In the `outbreak_forecast` demo running on Lite, Plotly throws the following error. `plotly==6.0.0` was released and it depends on `narwhals>=1.15.0` (https://github.com/plotly/plotly.py/blob/v6.0.0/packages/python/plotly/recipe/meta.yaml#L28). However, installing `altair` leads to install `narwh...
closed
2025-01-29T07:53:43Z
2025-01-30T07:20:21Z
https://github.com/gradio-app/gradio/issues/10458
[ "bug", "gradio-lite" ]
whitphx
2
jupyter/nbgrader
jupyter
1,771
restrictions in jupyter_client and jupyter_server dependencies necessary ?
@brichet: Thanks for the 0.8.2 update! The dependency part of [pyproject.toml](https://github.com/jupyter/nbgrader/blob/main/pyproject.toml) restricts jupyter_client<8 and jupyter_server<2. Is this necessary, because of jupyter v2 compatibility ? Thanks, Nik
closed
2023-03-29T11:01:06Z
2024-03-21T13:16:31Z
https://github.com/jupyter/nbgrader/issues/1771
[]
nklever
4
K3D-tools/K3D-jupyter
jupyter
379
Issue with sparse_voxels Z-buffer
* K3D version: 2.14.5 * Python version: Python 3.95 * Operating System: Windows * Using WebGL / GPU accelarated view ### Description Z buffering seems to fail on some near cubes in this sample. ### What I Did ` import k3d import numpy as np N = 111220 sparse_voxels = np.random.randint(0, 1...
open
2022-10-03T12:46:38Z
2022-12-19T11:44:53Z
https://github.com/K3D-tools/K3D-jupyter/issues/379
[ "order independent transparency" ]
CoenHordijk
8
pytorch/pytorch
machine-learning
149,279
CUDA Assertion Error in Scatter Operation During Training (RTX5090 cu128)
### 🐛 Describe the bug Description: I encountered a CUDA error: device-side assert triggered while training nnUNetv2 using PyTorch Nightly (ci128) on an RTX 5090. The error occurs in ScatterGatherKernel.cu:367, suggesting that an index is out of bounds in a scatter operation. This leads to a crash in the loss calcula...
open
2025-03-16T18:51:31Z
2025-03-19T21:44:05Z
https://github.com/pytorch/pytorch/issues/149279
[ "needs reproduction", "module: windows", "module: cuda", "triaged", "module: scatter & gather ops" ]
bstartek
5
PokeAPI/pokeapi
api
603
A lot of tutor moves missing (Gen 7)
There seem to be a lot of tutor ~~and egg moves~~ missing. For tutor moves it seems to be everything (?) from US/UM. ~~For egg moves I've only found the Lycanroc forms so far, but it's possible that there are more missing (probably mostly Gen 7?)~~ Steps to Reproduce: 1. Look in the move data for Fomantis or Lyc...
open
2021-03-23T20:35:51Z
2021-03-25T03:30:41Z
https://github.com/PokeAPI/pokeapi/issues/603
[]
theCapypara
6
KrishnaswamyLab/PHATE
data-visualization
92
Coloring cells by pseudo-time
Hello! I recently started getting in to using PHATE. I am wondering if one can color the cells on PHATE scatter plot by pseudo-time instead of a gene or known time-points across the data. Similarly, how to split the PHATE data into various states across pseudo-time? Thanks!
closed
2020-05-13T20:51:07Z
2020-05-21T14:06:21Z
https://github.com/KrishnaswamyLab/PHATE/issues/92
[ "question" ]
ashwinikumarkulkarni
4
axnsan12/drf-yasg
rest-api
497
Import ruamel.yaml issue
``` from drf_yasg import openapi, views File "/usr/local/lib/python2.7/site-packages/drf_yasg/views.py", line 13, in <module> from .renderers import ( File "/usr/local/lib/python2.7/site-packages/drf_yasg/renderers.py", line 11, in <module> from .codecs import VALIDATORS, OpenAPICodecJson, OpenAPICod...
closed
2019-11-20T13:49:26Z
2020-10-26T01:02:44Z
https://github.com/axnsan12/drf-yasg/issues/497
[]
appunni-m
2
marshmallow-code/flask-marshmallow
sqlalchemy
45
accomplishing a join
This is accomplished with nesting...
closed
2016-06-01T23:46:05Z
2016-06-03T00:02:36Z
https://github.com/marshmallow-code/flask-marshmallow/issues/45
[]
tharrington
0
Significant-Gravitas/AutoGPT
python
8,858
Allow alphanumeric block module names
[https://github.com/Significant-Gravitas/AutoGPT/blob/25912067f2a3778bc85158eb49f68bb78c7772cd/autogpt_platform/backend/backend/blocks/\__init_\_.py#L17-L22](https://github.com/Significant-Gravitas/AutoGPT/blob/25912067f2a3778bc85158eb49f68bb78c7772cd/autogpt_platform/backend/backend/blocks/\__init_\_.py#L17-L22) I do...
closed
2024-12-02T12:02:25Z
2024-12-02T15:54:58Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8858
[ "platform/backend" ]
Pwuts
1
tox-dev/tox
automation
2,766
Doc request: how to do explicit invocations with multiple factors
## What's the problem this feature will solve? Under tox v3, I was able to pass a string with multiple factors to `tox -e`. For example, in a project with a `tomli` factor to control the installation of `tomli` for TOML support on py<3.11, the following invocation was valid in v3: ``` tox -e 'py{37,310}{,-tomli}'...
closed
2022-12-21T17:34:26Z
2022-12-29T05:20:56Z
https://github.com/tox-dev/tox/issues/2766
[ "help:wanted", "enhancement" ]
sirosen
6
graphistry/pygraphistry
jupyter
265
[BUG] Notebooks use api=1 auth
**Describe the bug** Some demos use api=1/2 instead of api=3 **To Reproduce** See main analyst notebook **Expected behavior** Should instead have something like: ```python # To specify Graphistry account & server, use: # graphistry.register(api=3, username='...', password='...', protocol='https', server='...
closed
2021-09-28T18:51:17Z
2021-12-04T07:18:09Z
https://github.com/graphistry/pygraphistry/issues/265
[ "bug", "docs", "good-first-issue" ]
lmeyerov
6
babysor/MockingBird
deep-learning
804
小白求教:运行工具箱时报错“AttributeError: 'Toolbox' object has no attribute 'selected_source_utterance'”
![微信截图_20221215215700](https://user-images.githubusercontent.com/92354089/207878778-0c7d4425-ea64-4406-b3a4-fefcd0f27b22.png) ![微信截图_20221215215735](https://user-images.githubusercontent.com/92354089/207878845-ccc08199-45f2-43bb-857a-1c3d105bcb07.png) 加载数据集运行工具箱时报错: AttributeError: 'Toolbox' object has no attribut...
open
2022-12-15T14:02:15Z
2023-03-30T14:58:39Z
https://github.com/babysor/MockingBird/issues/804
[]
love530love
1
modin-project/modin
pandas
6,973
BUG: The test test_series.py::test_case_when fails on Unidist
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
open
2024-02-28T14:13:23Z
2024-02-28T14:13:23Z
https://github.com/modin-project/modin/issues/6973
[ "bug 🦗", "unidist" ]
AndreyPavlenko
0
nteract/testbook
pytest
144
Mention in the contributing docs that an `ipykernel` with name `python3` must be present for tests to run locally
It can be created with the following commands: ```shell python -m pip install ipykernel python -m ipykernel install --user --name python3 ```
open
2022-05-23T10:20:12Z
2022-05-23T10:20:12Z
https://github.com/nteract/testbook/issues/144
[ "documentation" ]
rohitsanj
0
skypilot-org/skypilot
data-science
4,098
[GCP] Launching an instance type with a GPU is not working on GCP
<!-- Describe the bug report / feature request here --> `sky launch -t a3-highgpu-8g` errors out with ``` sky.exceptions.ResourcesMismatchError: a3-highgpu-8g instance types should be used with H100 GPUs. Either use other instance types or specify the accelerators as H100. ``` <!-- If relevant, fill in ver...
open
2024-10-16T22:59:14Z
2024-12-19T23:08:45Z
https://github.com/skypilot-org/skypilot/issues/4098
[]
Michaelvll
0
BeanieODM/beanie
pydantic
719
[BUG] RevisionIdWasChanged is always raised when updating through FastAPI `put` route
**Describe the bug** I am trying to build a simple CRUD application using FastAPI and beanie, with the setting "use_revision" enabled on the model that I am using for this app. However, it seems that I am unable to update items in the database as the RevisionIdWasChanged error is always raised on calling `.save()`. ...
closed
2023-09-25T10:52:47Z
2024-11-01T15:28:42Z
https://github.com/BeanieODM/beanie/issues/719
[]
Ty-Ni
13
microsoft/nni
tensorflow
5,184
Problem about saving and loading nni pruned model
**Describe the issue**: Hi,I use a simple function to pruned my model and use `torch.save `to save pruned model. But, when I load it I have a question like this. ``` Traceback (most recent call last): File "/home/puyiwen/fastdepth_org/torch2onnx.py", line 85, in <module> # device = torch.device('cuda:0' i...
closed
2022-10-26T05:46:46Z
2022-10-27T01:18:11Z
https://github.com/microsoft/nni/issues/5184
[]
puyiwen
2
FactoryBoy/factory_boy
django
301
Simplifying how to use Faker wrapper within Factories
While creating a Factory with a Django's `ImageField`, I realized that I needed different `filename` values for each `ImageField`. So, I tried this: ``` python import factory import faker import Factory as FakerFactory def gen_filename(): return FakerFactory.create().file_name() class BannerFactory(factory.djang...
closed
2016-05-08T14:43:05Z
2016-05-23T22:25:20Z
https://github.com/FactoryBoy/factory_boy/issues/301
[ "Q&A" ]
jsangilve
2
howie6879/owllook
asyncio
46
能把mongodb和redis都加入到docker中吗?
把mongodb和redis都加入到docker中,然后可以直接运行,不用装mongodb和redis
closed
2018-10-29T02:07:27Z
2018-12-21T01:30:26Z
https://github.com/howie6879/owllook/issues/46
[]
last2win
1
home-assistant/core
python
140,453
Segmentation Fault on launch
### The problem I have had HomeAssistant Core working for a couple weeks, so far so good, haven't done any changes (that I can think off) in the last couple of days. Today I had a power outage, and after that it seems like there is an issue with the bluetooth service. ¿Would it be possible to run without the module be...
closed
2025-03-12T14:57:36Z
2025-03-13T15:30:09Z
https://github.com/home-assistant/core/issues/140453
[ "problem with file system" ]
mixtoism
3
dadadel/pyment
numpy
128
Breaking existing numpy docstring.
When running `pyment` on a file with already existing docstrings pyment will try to add again the arguments. Running pyment on the following file ```python def add(left: int, right: int) -> int: """ Add two intergers together. Really high tech ! Parameters ---------- left :...
open
2023-01-17T09:37:36Z
2023-01-17T09:37:36Z
https://github.com/dadadel/pyment/issues/128
[]
galyfray
0
plotly/dash
data-science
2,997
Default background manager.
Add a default background manager using diskcache, would write to `~/.cache/dash/${hash_of_app_directory}/` on linux or the appdata folder on windows. This would allow to use `@callback(..., background=True)` without having to setup anything.
open
2024-09-12T14:38:43Z
2024-09-12T18:11:36Z
https://github.com/plotly/dash/issues/2997
[ "feature", "P3" ]
T4rk1n
0
BeanieODM/beanie
pydantic
140
Support for tailable cursors
MongoDB supports tailable cursors which allow you to "subscribe" to additions and changes to a collection or document. https://motor.readthedocs.io/en/stable/examples/tailable-cursors.html It would be neat if you could use this with beanie, perhaps in the form of: ```python async for result in Product.find(se...
open
2021-11-16T03:46:43Z
2024-10-25T18:54:21Z
https://github.com/BeanieODM/beanie/issues/140
[ "feature request" ]
tclasen
4
tox-dev/tox
automation
3,272
TOX_DISCOVER not working (micromamba)
## Issue I've set `TOX_DISCOVER` to a space separated list of paths, however, `tox` seems to ignore that. Even when I pass it directly to `--discover`, only the last path is actually discovered. <details><summary>Console output from my investigation</summary> ```console (ansible-lint-empty-lines-between-tas...
closed
2024-04-25T10:58:15Z
2024-04-26T18:56:24Z
https://github.com/tox-dev/tox/issues/3272
[]
mimre25
5
deeppavlov/DeepPavlov
tensorflow
1,150
Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initializ
python =3.7.3 tensorflow-gpu=1.15.0 cuda=10.0 when i use `KerasClassificationModel` to train classifier model, the model is error with `` ` Unknown: Failed to get convolution algorithm. This is probably because cuDNN failed to initializer ``` but i use ``` mnist = tf.keras.datasets.mnist (x_train, y_tr...
closed
2020-03-09T14:29:38Z
2022-04-05T18:16:08Z
https://github.com/deeppavlov/DeepPavlov/issues/1150
[]
lw3259111
3
OFA-Sys/Chinese-CLIP
computer-vision
51
使用否定词去搜索的话结果有问题
在这个体验页面,搜索“戴眼镜的猫”与“没戴眼镜的猫”结果出来的都是戴眼镜的猫。这个问题可以解决吗?
open
2023-02-09T03:02:04Z
2023-06-27T03:24:05Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/51
[ "enhancement" ]
starinskycc
5
RomelTorres/alpha_vantage
pandas
76
Another Timeseries import error
I have looked through other sources and have tried the same solutions, but I still get the same outcome every time. I am able to successfully install and import alpha_vantage, but then the time series function and other functions will not import, stating this error: ModuleNotFoundError: No module named 'alpha_va...
closed
2018-06-19T18:12:11Z
2018-07-24T07:13:14Z
https://github.com/RomelTorres/alpha_vantage/issues/76
[ "duplicate" ]
vincentcortese
4
tensorpack/tensorpack
tensorflow
1,262
learning_rate not changing on monitoring.
Hi! I'm using the FasterRCNN example with this config changes : ``` MODE_FPN=True FPN.CASCADE=True BACKBONE.RESNET_NUM_BLOCKS=[3,4,23,3] FPN.NORM=GN BACKBONE.NORM=GN FPN.FRCNN_HEAD_FUNC=fastrcnn_4conv1fc_gn_head FPN.MRCNN_HEAD_FUNC=maskrcnn_up4conv_gn_head PREPROC.TRAIN_SHORT_EDGE_SIZE=[640,800] ...
closed
2019-07-11T14:47:52Z
2019-07-11T14:57:24Z
https://github.com/tensorpack/tensorpack/issues/1262
[]
areche
1
jschneier/django-storages
django
1,090
Using Django Storages, Directly Upload to S3 Bucket Without Going Through Server
I'm not deeply familiar with Django Storages. I've used it in past projects. I know the basics. I'm now building an app that will ingest video files. I've read that this can put strain on a server's resources. I've read about signed URLs and [pre-signed URLs](https://boto3.amazonaws.com/v1/documentation/api/latest/refe...
closed
2021-11-09T18:17:42Z
2021-11-16T21:48:57Z
https://github.com/jschneier/django-storages/issues/1090
[]
jaradc
3
reloadware/reloadium
pandas
174
Can't start debugger on Pycharm 2023.3 EAP
## Describe the bug* Start debugger ``` E:\Python\python.exe -m reloadium_launcher pydev_proxy -X pycache_prefix=C:\Users\xxxx\AppData\Local\JetBrains\PyCharm2023.3\cpython-cache "C:/Program Files/JetBrains/PyCharm/plugins/python/helpers/pydev/pydevd.py" --multiprocess --client 127.0.0.1 --port 62520 --file E:\Pro...
closed
2023-11-26T15:24:36Z
2024-01-04T08:28:16Z
https://github.com/reloadware/reloadium/issues/174
[ "bug" ]
andyp05
7
axnsan12/drf-yasg
rest-api
690
Allow to set `openapi.Schema` manually to be nullable
As far as I understand the is no way to specify that some field is "nullable" when we use manual `swagger_schema_fields`. https://github.com/axnsan12/drf-yasg/blob/master/src/drf_yasg/inspectors/field.py#L528 It would be great to have something like `nullable: bool = True` option in `openapi.Schema` class and other ...
closed
2021-01-08T16:20:44Z
2021-10-08T18:44:37Z
https://github.com/axnsan12/drf-yasg/issues/690
[]
d3QUone
1
piskvorky/gensim
data-science
3,042
Phraser max NPMI score > 1
#### Problem description I trained a NMPI phraser on the latest wikipedia dump. It is my understanding that scores should be <= 1.0, but I get a higher score. #### Steps/code/corpus to reproduce ```python from gensim.corpora import WikiCorpus from gensim.models import Phrases from gensim.models.phrases im...
open
2021-02-09T12:04:17Z
2021-02-09T12:25:47Z
https://github.com/piskvorky/gensim/issues/3042
[ "bug", "need info" ]
joachimdb
2
pyqtgraph/pyqtgraph
numpy
2,178
PR #2011 + anti-aliasing enabled leads to line artifacts
### Short description PR #2011 introduced an optimized way to plot thick lines. However, when anti-aliasing is enabled, this leads to line artifacts. ### Code to reproduce ``` python import pyqtgraph as pg pg.setConfigOptions(antialias=True) pg.setConfigOption('background', 'w') pg.setConfigOption('foregrou...
open
2022-01-18T19:41:57Z
2022-01-31T14:47:12Z
https://github.com/pyqtgraph/pyqtgraph/issues/2178
[]
swvanbuuren
12
aleju/imgaug
machine-learning
786
Are there any function to remove the bbox with too small area after transformation?
Hi, I am a freshman of this library, I want to use some transformation which could lead to the change of bbox location and range to argument my dataset of object detection. Now my question is are there any function to remove the bbox with too small area after transformation? The function is like the min_visibility p...
open
2021-08-26T02:04:54Z
2021-08-26T02:06:02Z
https://github.com/aleju/imgaug/issues/786
[]
lantudou
0
piskvorky/gensim
data-science
2,851
CalledProcessError: non-zero returned non-zero exit status 1. Gensim Mallet
I was trying to run ldaMallet for modeling, but ran into the CalledProcessError. ![image](https://user-images.githubusercontent.com/4327768/83911368-fd60e800-a720-11ea-9a3d-ee86ea0eb9c9.png) Then, we I run the following code: `model_list, coherence_values = compute_coherence_values(dictionary=words_id2word, c...
closed
2020-06-05T18:43:16Z
2021-01-08T20:42:24Z
https://github.com/piskvorky/gensim/issues/2851
[]
jhuang12
5
Johnserf-Seed/TikTokDownload
api
508
按季度生成文件夹存放视频
之前的版本把所有视频都放在一个文件夹下感觉挺好的,这次更新了发现每下载一个视频就单独生成了一个文件夹。如果要分多个文件夹的话,也可以考虑按季度将视频分到不同文件夹下
open
2023-08-12T08:42:33Z
2023-08-17T08:22:09Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/508
[ "需求建议(enhancement)" ]
dslyz
6
ultrafunkamsterdam/undetected-chromedriver
automation
1,468
Message: unknown error: cannot determine loading status from no such window
Currently, I am using uc to bypass cloudflare and scrape data from 'https://www.topcv.vn/viec-lam-it'. I run multithread and sometimes got this error: WebDriverException: Message: unknown error: cannot determine loading status from no such window (Session info: chrome=115.0.5790.171) Stacktrace: Backtrace: Get...
open
2023-08-13T07:19:41Z
2023-08-23T09:42:20Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1468
[]
VQHieu1012
1
kizniche/Mycodo
automation
930
Add scripts directory that is preserved during upgrade
Problem: Currently user-created scripts associated with Mycodo (e.g. those created for functions/conditionals/actions) must be manually backed up and moved, and must be outside the Mycodo install directory due to upgrades only carrying over specific files that must be preserved. Solution: Adding a directory that use...
closed
2021-02-05T15:35:11Z
2021-03-09T18:07:49Z
https://github.com/kizniche/Mycodo/issues/930
[ "enhancement", "Implemented" ]
kizniche
0
plotly/dash
data-visualization
2,233
Include type hints in function parameters
Hi, Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world. For now they don't work with Dash as there are no type annotations included with the library. From what I understand, python code for dash components as well as their docstrings are somehow transpiled from ja...
open
2022-09-17T10:09:59Z
2024-08-13T19:19:30Z
https://github.com/plotly/dash/issues/2233
[ "feature", "P3" ]
ldorigo
4
postmanlabs/httpbin
api
409
Feature request | hanging connections / timeouts tests
Option to add a delay between the time of the request to the response in order to test how the client handles hanging requests (i.e. timeout of waiting for response, timeout for connect, etc)
closed
2017-12-08T22:02:47Z
2018-04-26T17:51:16Z
https://github.com/postmanlabs/httpbin/issues/409
[]
AlmogBaku
1
adap/flower
tensorflow
4,300
Too many pings and one client always disconnects
### Describe the bug ``` grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "Too many pings" debug_error_string = "UNKNOWN:Error received from peer ipv4:192.168.229.99:5040 {grpc_message:"Too many pings", grpc_status:14, cre...
open
2024-10-07T13:43:34Z
2025-03-12T20:02:19Z
https://github.com/adap/flower/issues/4300
[ "bug", "stale", "part: communication" ]
ajulyav
7
coqui-ai/TTS
pytorch
4,172
The XTTS autoregressive problem?
### Describe the bug When I use XTTS to continuously generate German audio (no more than 10s each), it always stops briefly after the normal output and then outputs the extra words, even though I've expanded length_penalty, repetition_penalty, top p, and top k by a factor of ten. It seems to be related to the REFERENC...
open
2025-03-14T12:21:16Z
2025-03-17T03:08:09Z
https://github.com/coqui-ai/TTS/issues/4172
[ "bug" ]
lllmx-GH
2
nerfstudio-project/nerfstudio
computer-vision
3,564
Questions regarding how to process data into correct data format
Hi, thank you very much for the wonderful work! When I was using your method to train a nerf on my data, I found the image shown in the visualizer is empty in the rgb channel. However, there are contents in the depth and accumulation channels. I have checked the camera pose using other methods and it is correct. ...
open
2025-01-09T15:08:55Z
2025-01-09T15:08:55Z
https://github.com/nerfstudio-project/nerfstudio/issues/3564
[]
Yushi-Du
0
amdegroot/ssd.pytorch
computer-vision
477
KeyError: Caught KeyError in DataLoader worker process 0.
open
2020-05-12T09:38:47Z
2022-04-02T04:39:22Z
https://github.com/amdegroot/ssd.pytorch/issues/477
[]
GeLee-Q
6
flasgger/flasgger
rest-api
230
AttributeError: 'NoneType' object has no attribute 'Str'
after apispec 0.38.0 version apispec/apispec/ext/marshmallow/swagger.py has moved,replace with openapi.py and common.py. so in file flasgger/marshmallow_apispec.py can not import schema2jsonschema, schema2parameters from apispec.ext.marshmallow.swagger , but i change to import from apispec.ext.marshmallow.openapi als...
closed
2018-08-26T06:03:11Z
2018-08-26T22:16:49Z
https://github.com/flasgger/flasgger/issues/230
[ "duplicate" ]
suifengpiao14
2
slackapi/bolt-python
fastapi
1,172
Trouble using an InstallationStore other than the default
Hello 👋 , I am having trouble using an `InstallationStore` other than the default. Specifically, it looks like the installation data is not being installed when using other installation stores. I have a Django app that integrates with a new Slack application I am building. Our org does not have a Slack enterpri...
closed
2024-10-01T18:09:30Z
2024-10-04T17:59:39Z
https://github.com/slackapi/bolt-python/issues/1172
[ "question" ]
brunogarciagonzalez
6
pmaji/crypto-whale-watching-app
dash
91
Make hover state stay up until you mouseout
Right now when you hover over a dot, the tooltip disappears before you have a chance to fully read what it says. It should stay up until you move the mouse off of it.
closed
2018-03-03T23:12:51Z
2018-03-06T04:00:32Z
https://github.com/pmaji/crypto-whale-watching-app/issues/91
[]
ccampbell
6
graphistry/pygraphistry
jupyter
295
[FEA] Control the nodes and relationship properties displayed in the graphistry graphs
Request to include a function which filters all properties of a node or a relationship, where we just mention the property name and only those mentioned in the function are displayed when the graphs are shown. ![image](https://user-images.githubusercontent.com/67472516/147470685-25b88420-3c53-4bdf-bbbd-a58029eaf536....
open
2021-12-27T12:14:31Z
2021-12-27T18:24:19Z
https://github.com/graphistry/pygraphistry/issues/295
[ "enhancement" ]
Parth-Joshi-6669
1
Kitware/trame
data-visualization
474
vtkRemoteView not working. wslink ConnectionResetError: Cannot write to closing transport. Memory usage grows indefinitely.
<!-- Ignoring this template may result in your bug report getting deleted --> **Describe the bug** vtkLocalView works well, but changing to vtkRemoteView doesn't. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/Kitware/trame-tutorial.git 2. Use 04_vtk/solution.py 3. Swap usa...
closed
2024-03-10T21:38:29Z
2024-03-16T16:50:44Z
https://github.com/Kitware/trame/issues/474
[]
phcerdan
18
babysor/MockingBird
deep-learning
51
deploy as webservice
is there anyway to deploy it as http service ,we can call it remote I have two computer~
closed
2021-08-26T19:48:50Z
2021-09-22T08:24:25Z
https://github.com/babysor/MockingBird/issues/51
[]
wanghaisheng
2
modelscope/data-juicer
streamlit
199
[MM] speed up OPs using hf models (clip, ...)
Currently, when set np=28, clip of vit-base-p32 takes over 1h to compute similarities for 558k dataset, and tens of hours for vit-large-p14-336. ![Image](https://github.com/alibaba/data-juicer/assets/12782861/4ec3fc0d-f372-4f9d-b872-8e2184e542de) ![Image](https://github.com/alibaba/data-juicer/assets/12782861/2fe...
closed
2024-01-26T09:26:00Z
2024-02-22T04:01:42Z
https://github.com/modelscope/data-juicer/issues/199
[ "enhancement", "dj:multimodal" ]
drcege
1
aio-libs/aiopg
sqlalchemy
110
Exception in Connection.__del__ when database connection has failed.
Try the following code snippet: ``` import asyncio import aiopg import psycopg2 async def run(): try: pool = await aiopg.create_pool('dbname=foo host=bar') except psycopg2.OperationalError: pass def main(): loop = asyncio.get_event_loop() loop.run_until_complete(run()) if __name__ == '__main...
closed
2016-03-21T00:53:29Z
2016-07-16T15:23:11Z
https://github.com/aio-libs/aiopg/issues/110
[]
elektito
1
jupyter/nbviewer
jupyter
662
Consecutive mathjax `$$` equations are ignored :-P
The following: ``` $$ a^2 $$ $$ b^2 $$ ``` ... will only be rendered as the second equation, displaying as if one had written only: ``` $$ b^2 $$ ``` This is a dangerous bug! There is no warning or message given about it. One can easily send notebooks to friends, and so on, and not notice that wh...
closed
2017-01-11T10:21:47Z
2018-07-10T03:30:44Z
https://github.com/jupyter/nbviewer/issues/662
[ "type:Bug", "tag:GitHub" ]
hughperkins
1
open-mmlab/mmdetection
pytorch
11,939
ValueError: need at least one array to concatenate
{'joints_vis': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 'joints': [[620.0, 394.0], [616.0, 269.0], [573.0, 185.0], [647.0, 188.0], [661.0, 221.0], [656.0, 231.0], [610.0, 187.0], [647.0, 176.0], [637.0201, 189.8183], [695.9799, 108.1817], [606.0, 217.0], [553.0, 161.0], [601.0, 167.0], [692.0, 185.0], [693.0, ...
closed
2024-09-04T14:31:01Z
2024-09-05T09:27:09Z
https://github.com/open-mmlab/mmdetection/issues/11939
[]
liangzzzz233
1
ray-project/ray
machine-learning
50,879
CI test linux://python/ray/train/v2:test_v2_api is flaky
CI test **linux://python/ray/train/v2:test_v2_api** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8535#01953acf-0951-40b4-a2b5-36341549fc9b - https://buildkite.com/ray-project/postmerge/builds/8535#01953aa3-599c-481c-9dda-6fbc27388a8d DataCaseName-linux://python/ray/...
closed
2025-02-25T02:25:37Z
2025-03-01T01:45:51Z
https://github.com/ray-project/ray/issues/50879
[ "bug", "triage", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability", "ml" ]
can-anyscale
20
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
724
Stuck on "WARNING:root:Setting up a new session"
I downloaded the `facades` dataset. I then run `python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA`, but I'm stuck at `WARNING:root:Setting up a new session` Even after a few hours, it says there and doesn't seem to progress. Why is this?
closed
2019-08-06T04:45:16Z
2019-09-21T22:33:10Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/724
[]
za13
1
cookiecutter/cookiecutter-django
django
5,288
[Update Django] Django 5.1
5.1 requirements tables ## base.txt | Name | Version in Master | 5.1 Compatible Version | OK | | ---- | :---------------: | :-----------------------------: | :-: | | [python-slugify](https://github.com/un33k/python-slugify) | 8.0.4 | n/a | ✅ | | [Pillow](https://pypi.org/project/pillow/) | 11.1.0 | n/a | ✅ | | [rcs...
open
2024-08-08T05:30:53Z
2025-03-24T15:15:44Z
https://github.com/cookiecutter/cookiecutter-django/issues/5288
[ "django5.1" ]
github-actions[bot]
12
gunthercox/ChatterBot
machine-learning
1,598
error: chatbot object has no attribute train
runfile('C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot/reflexivemodel.py', wdir='C:/Users/gnane/OneDrive/Documents/PhD/phd2018 Implementation/GGBot') Training the Reflexive Layer [nltk_data] Downloading package averaged_perceptron_tagger to [nltk_data] C:\Users\gnane\AppData\Roaming\...
closed
2019-01-31T16:13:11Z
2019-11-28T07:23:56Z
https://github.com/gunthercox/ChatterBot/issues/1598
[]
ggkar
3
ExpDev07/coronavirus-tracker-api
fastapi
139
help needed
hi I can't seem to be able to call: /v2/locations/:id it always returns 404 can you give me an example of a request with full path? Thanks
closed
2020-03-22T13:34:03Z
2020-03-22T13:50:41Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/139
[]
gianpaolof
2
davidsandberg/facenet
tensorflow
938
why REGULARIZATION_LOSSES add prelogits_norm?
# Norm for the prelogits eps = 1e-5 prelogits_norm = tf.reduce_mean(tf.norm(tf.abs(prelogits) + eps, ord=args.prelogits_norm_p, axis=1)) tf.add_to_collection(tf.GraphKeys.REGULARIZATION_LOSSES, prelogits_norm * args.prelogits_norm_loss_factor)
open
2018-12-21T03:55:05Z
2018-12-21T03:58:41Z
https://github.com/davidsandberg/facenet/issues/938
[]
ninerui
1
ranaroussi/yfinance
pandas
1,338
Request: dynamically extract decryption key(s) from HTML
Probably you're aware of the back-and-forth tustle with Yahoo to decrypt their data. The latest fix is to use hardcoded keys. Better would be `yfinance` extract from the HTML it's parsing. See below for important info, hopefully someone can implement. From @ValueRaider: > Can you look into the feasibility of fetchi...
closed
2023-01-25T14:59:10Z
2023-03-27T15:42:22Z
https://github.com/ranaroussi/yfinance/issues/1338
[]
ValueRaider
4
pywinauto/pywinauto
automation
542
.drag_mouse() doesn't works
win32 backend, hwndwrapper. 1. `.drag_mouse()` unable to drag the mouse. 2. Mouse cursor stays on the left side of the screen, seemingly doing nothing. 3. `.drag_mouse_input()` works flawlessly on the other hand. **Example code where dragging won't work using `.drag_mouse()`** ``` import pywinauto from pywin...
open
2018-08-10T14:57:47Z
2018-08-13T18:30:01Z
https://github.com/pywinauto/pywinauto/issues/542
[ "bug", "Priority-Low" ]
meshuggahtas
0
miguelgrinberg/Flask-SocketIO
flask
1,072
Transport websocket does not work and will result in 400 Return codes
I am currently facing the following problem: I basically followed [this](https://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent) tutorial to establish a socketio connection between a flask server and the browser. This does work but the socket.io implementation only uses the polling transport method...
closed
2019-10-01T14:41:33Z
2019-10-01T15:02:46Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1072
[ "question" ]
Tyde
4
sammchardy/python-binance
api
1,031
[testnet] Someting wrong with client.futures_create_order()
I use my testnet account , and run the function futures_create_order() for the symbol BTCUSDT, it is all OK. The code is following: `client.futures_create_order(symbol='BTCUSDT', side='BUY', positionSide='LONG',type='MARKET',quantity=20)` But when I use it for the symbol SOLUSDT: `client.futures_create_or...
open
2021-09-15T07:35:51Z
2023-02-18T08:27:40Z
https://github.com/sammchardy/python-binance/issues/1031
[]
bmw7
8
graphql-python/graphene-sqlalchemy
sqlalchemy
269
PostgreSQL specific fields (DATERANGE, TSTZRANGE, etc.) break when SQLAlchemy-Utils is installed
Due to the following lines: https://github.com/graphql-python/graphene-sqlalchemy/blob/421f8e48d169a91e20328108c6f56ae0987d21b8/graphene_sqlalchemy/converter.py#L19-L22 Graphene will break with the following message when `SQLAlchemy-Utils` is installed: ``` Exception: Don't know how to convert the SQLAlchemy ...
closed
2020-02-27T23:23:03Z
2023-02-24T14:55:29Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/269
[ "bug" ]
lame
2
ultralytics/yolov5
machine-learning
12,528
why training map is 0.9 ,but validation map is 0.01.
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training, Validation ### Bug training map is abou ![Uploading 1703052497936.png…]() t 0.9 . but Validating map is very small ### Environm...
closed
2023-12-20T06:08:41Z
2024-10-20T19:34:54Z
https://github.com/ultralytics/yolov5/issues/12528
[ "bug" ]
dongdong2023
3
wagtail/wagtail
django
12,444
jQuery Prototype pollution on docs website
### Issue Summary Thank you to [Devansh Chauhan](https://www.linkedin.com/in/devansh-chauhan-b36b6a1b1/) for reporting this. There is a prototype pollution vulnerability in a jQuery version in use on the docs.wagtail.org website. ### Steps to Reproduce 1. Visit the website. 2. Right-click, select "Inspect Element," ...
closed
2024-10-22T09:01:52Z
2024-10-24T14:02:19Z
https://github.com/wagtail/wagtail/issues/12444
[ "type:Bug", "component:Security", "status:Won't Fix" ]
thibaudcolas
7
SYSTRAN/faster-whisper
deep-learning
1,214
model output asr often lost fragment text
After running the model for ASR recognition, some content is often missing audio link:(https://share-github.tos-cn-beijing.volces.com/test.mp3) ```python import whisperx from faster_whisper import WhisperModel mp3_audio = whisperx.load_audio('test.mp3') prompt = ' 新闻今日谈 林秀芹 李炜 时事评论员 ' language = 'zh' asr_mode...
open
2024-12-24T09:08:54Z
2024-12-29T16:09:48Z
https://github.com/SYSTRAN/faster-whisper/issues/1214
[]
RichardQin1
4
autokey/autokey
automation
319
Mouse stops working on using HotKey
## Classification: Crash/Hang/Data Loss ## Reproducibility: Sometimes ## Version AutoKey version: Used GUI (Gtk, Qt, or both): GTK Installed via: Arch AUR repository (https://aur.archlinux.org/packages/autokey/) Linux Distribution: Arch ## Summary On using the shortcut ctrl + space to di...
open
2019-11-06T09:51:53Z
2020-04-06T08:47:34Z
https://github.com/autokey/autokey/issues/319
[ "bug", "duplicate", "autokey-gtk" ]
zombieramboz
4
lundberg/respx
pytest
239
Add type based matching
I was thinking that it would be useful to have typed based matching. One of the use cases would when app sends an generated uuid and all you care about is if the type is correct and doesn't really care about specific value. ie. ```python import uuid import respx import httpx respx_mock.post("http://examp...
open
2023-06-21T10:24:51Z
2024-03-18T18:57:31Z
https://github.com/lundberg/respx/issues/239
[ "enhancement" ]
macieyng
3
matplotlib/matplotlib
data-visualization
29,350
[Bug]: Matplotlib causes segmentation fault when hovering mouse over graph
### Bug summary When hovering over a graph created with a GTK4 backend, it causes a segmentation fault. ### Code for reproduction ```Python import matplotlib.pyplot as plt plt.plot(1, 2) plt.show() ``` ### Actual outcome A graph window shows up. However, when you hover your mouse over the window, some cryptic e...
closed
2024-12-19T19:34:32Z
2025-02-13T13:36:53Z
https://github.com/matplotlib/matplotlib/issues/29350
[]
en-programmerare
8
2noise/ChatTTS
python
173
UnboundLocalError: local variable 'Normalizer' referenced before assignment
closed
2024-06-01T10:01:02Z
2024-06-24T08:29:18Z
https://github.com/2noise/ChatTTS/issues/173
[ "bug" ]
wdyyyyyy
10
pydantic/pydantic-ai
pydantic
973
Dynamic agent creation (i.e. persisting system_prompt, result_type, etc in DB)
I have a use case where the users are able to create a custom agent with desired system_prompt, result_type, etc which get stored in a relational database (Postgres in my case). During the chat with the agent, the frontend just sends the agent_id and the backend grabs the rest of the information from the DB to instanti...
open
2025-02-23T17:07:49Z
2025-02-25T17:25:17Z
https://github.com/pydantic/pydantic-ai/issues/973
[ "need confirmation" ]
seunggs
4
pydata/bottleneck
numpy
393
[BUG] Segmentation fault when working on a transposed numpy array with first dimension 1.
Issue raised as follow-up to: https://github.com/pydata/xarray/issues/6002 **Reproduce** ```python import numpy as np import bottleneck as bn n_time = 1 spec_data = np.random.random(size=(n_time,192,121)) bn.nanmax(spec_data.transpose(0, 2, 1)) ---> Segmentation fault ``` numpy.transpose retur...
open
2021-11-19T13:27:13Z
2021-11-24T16:06:52Z
https://github.com/pydata/bottleneck/issues/393
[ "bug" ]
RubendeBruin
2
521xueweihan/HelloGitHub
python
1,931
项目自荐 | awesome-flutter-plugins
## 项目推荐 - 项目地址:https://github.com/jahnli/awesome-flutter-plugins - 类别:Flutter - 项目后续更新计划:新增类别、持续更新 - 项目描述: - 必写:尽可能收集好用的Flutter插件以便更效率的开发 - 描述长度(不包含示例代码):Flutter 、dart、flutter桌面化插件 - 推荐理由:轻松找到你想要的Flutter插件、满足大多基本需求 - 截图: ![QQ截图20211018090208](https://user-images.githubusercontent.com/20943608/13765...
closed
2021-10-18T01:04:17Z
2022-12-28T08:50:03Z
https://github.com/521xueweihan/HelloGitHub/issues/1931
[]
jahnli
4
mlfoundations/open_clip
computer-vision
590
BeamSearchScorer.process() got an unexpected keyword argument 'beam_indices
When I try to run the CoCa generation code given in the README (or colab) I get the following error in model.generate(im) "TypeError: BeamSearchScorer.process() got an unexpected keyword argument 'beam_indices'"
closed
2023-08-05T04:10:05Z
2023-08-05T23:16:12Z
https://github.com/mlfoundations/open_clip/issues/590
[]
SachinG007
0
marshmallow-code/flask-smorest
rest-api
51
The error handler intercepts trailing slash redirect
I had an issue with URLs with trailing slash where flask would normally redirect. e.g. `@blp.route('/things/')` , a request for `/things` should redirect to `/things/` by default. Example: ```python from flask import Flask from flask_rest_api import Api, Blueprint app = Flask(__name__) app.config['OPENA...
closed
2019-03-26T21:08:45Z
2020-03-10T09:37:07Z
https://github.com/marshmallow-code/flask-smorest/issues/51
[]
steinitzu
5
alteryx/featuretools
scikit-learn
2,086
Add tests that confirm primitive input_types are the expected shapes
There are a number of assumptions we make about the shape of Primitive `input_types` lists: - Its either a list of ColumnSchema objects or a list of lists of ColumnSchema objects (and not a combination) - All sub-lists are the same length - No `input_types` list or sublist is empty As we may need to rely on thes...
open
2022-05-19T17:48:59Z
2024-03-31T17:06:55Z
https://github.com/alteryx/featuretools/issues/2086
[ "good first issue" ]
tamargrey
5
PeterL1n/BackgroundMattingV2
computer-vision
70
How to create matting datasets?
HI, What method did you use to create the dataset from raw green screen videos? Thanks
closed
2021-03-12T03:05:09Z
2021-03-14T07:07:47Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/70
[]
YaoooLiang
1
eriklindernoren/ML-From-Scratch
data-science
3
k-means: TypeError: make_blobs() got an unexpected keyword argument 'noise'
# Reproduction ```python python unsupervised_learning/k_means.py ``` # Diagnosis This line caused the error: ```python X, y = datasets.make_blobs(noise=0.1) ``` Checked all scikit documentation for make_blobs: * http://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html ...
closed
2017-02-26T11:53:06Z
2017-02-26T11:58:27Z
https://github.com/eriklindernoren/ML-From-Scratch/issues/3
[]
gyosh
1
lux-org/lux
pandas
310
[Feature Request] Geographic data support for Matplotlib
# Feature Request Description Via #253, we now have support for geographic data types using Vegalite as the backend. We would like to extend support for this feature on [Matplotlib](https://matplotlib.org/) as well. For example, running ``` lux.config.plotting_backend = "vegalite" # default df = pd.read_csv("...
closed
2021-03-17T21:27:38Z
2021-04-10T17:45:01Z
https://github.com/lux-org/lux/issues/310
[]
micahtyong
0
LibreTranslate/LibreTranslate
api
63
Issue with docker-compose
Hey, Thanks for the good job ! But I have an issue with dockeer-compose, indeed when I use `docker-compose up -d --build` the container launches perfectly : ![alt text](https://i.postimg.cc/zfzp7ZBx/tmp.png) but when I go to http://localhost:5000 there is nothing. However, with `docker run -ti --rm -p 5000:...
closed
2021-03-14T19:03:29Z
2024-01-25T09:20:35Z
https://github.com/LibreTranslate/LibreTranslate/issues/63
[]
ThomasBossuat
9
jackzhenguo/python-small-examples
tensorflow
21
关于python之基第四个例子**ascii展示对象**
# 问题:python之基第四个例子**ascii展示对象**,在定义Student类后,在第二步直接使用print对新手不友好。 # 建议:把创建实例的步骤补上 ` xiaoming = Student('001', 'xiaoming')`
closed
2019-12-18T03:01:08Z
2019-12-19T09:33:03Z
https://github.com/jackzhenguo/python-small-examples/issues/21
[]
0xffm1
3
huggingface/transformers
tensorflow
36,134
'MERTConfig' object has no attribute 'conv_pos_batch_norm'
### System Info https://huggingface.co/m-a-p/MERT-v1-95M This model works fine on transformers==4.47.1 But starting 4.48.0 (Tried till 4.48.3) this error was seen: 'MERTConfig' object has no attribute 'conv_pos_batch_norm' @ylacombe, @eustlb could you please take a look.. ### Who can help? _No response_ ### Infor...
closed
2025-02-11T14:43:25Z
2025-03-14T12:59:29Z
https://github.com/huggingface/transformers/issues/36134
[ "bug" ]
Timothy-John
2
zappa/Zappa
flask
1,041
Lambda update fails with ResourceConflictException
## Context Since today the `zappa update` method fails with the following error: ``` Downloading and installing dependencies.. Packaging project as zip. Uploading ***********-1631808391.tar.gz (50.2MiB).. 100% 52.6M/52.6M [00:00<00:00, 101MB/s] Uploading handler_***********-1631808473.zip (14.5MiB).. 100% ...
closed
2021-09-16T16:27:34Z
2022-03-31T03:28:41Z
https://github.com/zappa/Zappa/issues/1041
[]
illing2005
18
mckinsey/vizro
data-visualization
473
Consider adding a file uploader widget
### Which package? vizro ### What's the problem this feature will solve? I am building a small pet project on Vizro now and ran into a limitation that there is no file upload widget. Per [this conversation (private chat)](https://mckinsey-hub.slack.com/archives/C02HQNRQYF2/p1710428365966559) I see that it is possibl...
open
2024-05-12T17:49:40Z
2024-05-17T01:31:14Z
https://github.com/mckinsey/vizro/issues/473
[ "Feature Request :nerd_face:" ]
yury-fedotov
2
plotly/dash
plotly
2,348
[Feature Request] Callback Errors on production environments with Debug=False
**Is your feature request related to a problem? Please describe.** When errors occur during callbacks on a production environment, with debug=False. This breaks the production and more than likely restarts the worker. **Describe the solution you'd like** When starting up the server, allow for a mailbox item like s...
closed
2022-12-01T18:22:09Z
2024-07-11T14:23:02Z
https://github.com/plotly/dash/issues/2348
[]
BSd3v
2
autokey/autokey
automation
250
Autokey could not start because can't create local folder
## Classification: Bug ## Reproducibility: Always ## Version AutoKey version: `0.95.2` Used GUI (Gtk, Qt, or both): both Installed via: PPA - http://mxrepo.com/mx/testrepo/pool/test/a/autokey Linux Distribution: MX Linux MX-17.1 (aka Debian 9.x Stretch) ## Summary *Autokey* can't create...
closed
2019-02-07T20:25:15Z
2019-02-10T22:38:35Z
https://github.com/autokey/autokey/issues/250
[ "duplicate" ]
ghost
7
yzhao062/pyod
data-science
446
How many supervised algorithms are?
Hi everyone, I have a dataset labeled with normal samples and outliers. As far as I can see, only` pyod.models.xgbod import XGBOD` supports this configuration. Are there more supervised algorithms supported? Thanks in advance! 😄
open
2022-10-19T10:51:53Z
2022-10-19T14:08:12Z
https://github.com/yzhao062/pyod/issues/446
[]
JNaranjo-Alcazar
1