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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ipython/ipython | jupyter | 13,981 | Tracebacks are excessively verbose. | Whenever an unhandled exception happens in IPython, it prints out a 5-line code snippet for EVERY. SINGLE. FRAME. The resulting output can get massive when big libraries are involved. I don't need to see 5 source lines from every file in every dependency involved in the error. Can we please have a configuration option ... | open | 2023-03-21T17:58:43Z | 2023-03-21T22:40:29Z | https://github.com/ipython/ipython/issues/13981 | [] | j3pic | 3 |
modoboa/modoboa | django | 2,945 | Domain DNS status 403 forbidden for reseller. | # Impacted versions
* OS Type: Ubuntu
* OS Version: 22.04 LTS
* Database Type: PostgreSQL
* Database version: 14.7
* Modoboa: 2.0.5
* installer used: Yes
* Webserver: Nginx
# Steps to reproduce
Run simple modoboa-installer with letsencrypt certificate.
# Current behavior
Logged in as admin:
Domains li... | closed | 2023-04-04T13:04:05Z | 2023-08-07T04:05:22Z | https://github.com/modoboa/modoboa/issues/2945 | [
"feedback-needed",
"stale"
] | k-hristov | 3 |
zappa/Zappa | django | 492 | [Migrated] Implement Cost Estimation/Improvement Functionality | Originally from: https://github.com/Miserlou/Zappa/issues/1303 by [Miserlou](https://github.com/Miserlou)
- Determine and display current costs
- Estimate costs per invocation, costs per month based on rate of current invocation
- Document cost-saving techniques
To live at interface `zappa costs`. | closed | 2021-02-20T09:43:26Z | 2024-04-13T16:36:24Z | https://github.com/zappa/Zappa/issues/492 | [
"production mode",
"no-activity",
"auto-closed"
] | jneves | 2 |
microsoft/nni | machine-learning | 5,128 | error about the visulization website (http://127.0.0.1:ip) | After I start the `nni` and I open the website`http://127.0.0.1:ip`, the website becomes un-reopened.
The detail is like `I can't reload the website ` and the website is always the interface I open it firstly.
I use remote: Ubuntu server
And I want to see the details on my computer: Ubuntu server, too.
Looking... | closed | 2022-09-15T11:29:39Z | 2022-09-16T07:06:39Z | https://github.com/microsoft/nni/issues/5128 | [] | xiangtaowong | 6 |
matplotlib/matplotlib | matplotlib | 29,233 | [Bug]: xkcd mode broken on RC/dev | ### Bug summary
I think something with font fallback is going very wonky b/c instead of falling back cause of missing comic neue, it's producing abstract art.
### Code for reproduction
```Python
import matplotlib.pyplot as plt
plt.xkcd()
plt.plot([1,2,3])
```
### Actual outcome
 without having to interactively type a password? Currently i get a popup saying "Please enter password for encrypted keyring:" which means i can't run the command in crontab/automatically.
thanks.
| closed | 2015-09-19T20:08:18Z | 2020-01-14T08:33:13Z | https://github.com/thp/urlwatch/issues/23 | [] | notDavid | 15 |
dask/dask | scikit-learn | 11,735 | Array indexing is 2-3x slower on 2024.12.0 | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiable Ex... | open | 2025-02-07T17:45:43Z | 2025-03-17T02:05:01Z | https://github.com/dask/dask/issues/11735 | [
"needs attention",
"needs triage"
] | slevang | 13 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 604 | Faster RCNN显存,内存要求是否过高,bs大小设多少,环境是32G内存,48GB显存 | CPU:32核64线 GPU:双3090
sys:Ubuntu 18.04
Python version: 3.6
Deep learning framework and version:pytorch1.10
The network you trained(e.g., Resnet34 network): resnet50

线程worker设置为0,进程world-size也设置为0,b... | closed | 2022-07-26T04:10:02Z | 2022-07-26T15:41:22Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/604 | [] | diplomatist | 2 |
SYSTRAN/faster-whisper | deep-learning | 1,085 | Running the same code twice giving two different results | Hi, I am running faster-whisper on an audio file like follows
```
segments, info = model.transcribe(wav, task="transcribe", language="hi",beam_size=1, word_timestamps=True,max_new_tokens=50 )
```
**The same code sometimes gives two segments and sometimes gives one segment on the same audio file. I find this weird... | open | 2024-10-24T12:37:46Z | 2024-10-25T16:54:50Z | https://github.com/SYSTRAN/faster-whisper/issues/1085 | [] | bchinnari | 3 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 3,036 | Cors error when using offload https | <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
I get 403 errors like:
```API request failed (403): Action is not authorized with current scopes; requires any of [delete:servers]```
on certain... | closed | 2023-02-23T17:48:50Z | 2023-02-24T16:06:35Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3036 | [
"support"
] | mjunyent | 2 |
lukas-blecher/LaTeX-OCR | pytorch | 334 | Error when installing it | These are errors I came across when I "pip install pix2tex[gui]"
> ERROR: huggingface-hub 0.18.0 has requirement fsspec>=2023.5.0, but you'll have fsspec 0.7.4 which is incompatible.
> ERROR: tokenizers 0.14.1 has requirement huggingface_hub<0.18,>=0.16.4, but you'll have huggingface-hub 0.18.0 which is incompatibl... | open | 2023-11-02T03:12:58Z | 2023-11-17T12:21:40Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/334 | [] | QianC95 | 2 |
pyro-ppl/numpyro | numpy | 1,411 | non-expected behaviour for numerically large parameters? | Hi I am running some test to use numpyro in a context of geophysics, where parameter values can be of size 1e10.
It seems to me that numpyro behaves oddly when I try to sample a Normal(1e10, 1e9) for an example. See comparison between numpyro and pyro below.
**Numpyro**
```
import numpyro
import numpyro.distr... | closed | 2022-05-17T16:50:27Z | 2022-05-18T02:28:08Z | https://github.com/pyro-ppl/numpyro/issues/1411 | [] | eyhl | 1 |
keras-team/autokeras | tensorflow | 1,632 | Return History of Attempts/Experiments/Hyperparameters | ### Feature Description
Currently there is no way to return the list of network architectures and results across different Trials. Author has posted in several discussion threads on how Keras Tuner can be used, but with no detailed steps.
Ex: https://github.com/keras-team/autokeras/discussions/1306
Other issues... | open | 2021-10-04T19:08:33Z | 2021-10-04T19:09:40Z | https://github.com/keras-team/autokeras/issues/1632 | [] | cyyeung1234 | 0 |
automl/auto-sklearn | scikit-learn | 1,357 | Check if test requirement `flaky` can be removed | We currently have a test dependancy [flaky](https://pypi.org/project/flaky/) used to annotate a test `KernelPCAComponentTest::test_default_configuration_classify()`. This is the only place it's used. | closed | 2021-12-25T23:34:11Z | 2022-01-12T16:53:50Z | https://github.com/automl/auto-sklearn/issues/1357 | [
"maintenance"
] | eddiebergman | 0 |
babysor/MockingBird | pytorch | 652 | 作者大神,软件载入模型时只发出了两声杂音,望回复,感谢! | 用的b站视频里的百度云资源,载入模型后只有两声杂音,根据issues #37修改了还是出现问题,本人小白是您的粉丝,希望作者大神提供方法解决烦恼,万分感谢!

| open | 2022-07-17T16:41:31Z | 2022-07-18T06:50:07Z | https://github.com/babysor/MockingBird/issues/652 | [] | showtime12345 | 1 |
tartiflette/tartiflette | graphql | 109 | The engine should raise a syntax error when a complex type is specified instead of one or more of his leaves | The engine doesn't raise an error when a complex type is specified as a leaf. We can't have a complex type used as a leaf.
e.g
```gql
type Query {
mobility: Mobility
}
type Mobility {
tramStations(offset: Int, limit: Int): [TramStation]
}
type Location {
latitude: Float
longitude: Float
}
... | closed | 2019-01-29T20:43:35Z | 2019-01-30T16:54:11Z | https://github.com/tartiflette/tartiflette/issues/109 | [
"bug"
] | tsunammis | 2 |
davidsandberg/facenet | tensorflow | 685 | incremental training | Hi First I would like to thank everyone who contributed to providing these tools and that destination
Thanks @davidsandberg for your patience in following and guiding users.
I really did not need to ask for anything before,
I found All answers were here.
But I apologize if my question was misplaced.,
Ask how t... | closed | 2018-04-07T14:48:19Z | 2018-11-25T16:45:10Z | https://github.com/davidsandberg/facenet/issues/685 | [] | mohammed-Emad | 1 |
mitmproxy/mitmproxy | python | 7,040 | unknown or unsupported macOS version: :dunno | #### Problem Description
unknown or unsupported macOS version: :dunno
#### Steps to reproduce the behavior:
1.Run brew install mitmproxy
2. prompt ‘Error: mitmproxy: unknown or unsupported macOS version: :dunno’
#### System Information
 of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2024-07-16T17:57:23Z | 2024-07-16T23:26:35Z | https://github.com/schemathesis/schemathesis/issues/2353 | [
"Priority: Critical",
"Type: Bug"
] | ahmayun | 1 |
lexiforest/curl_cffi | web-scraping | 91 | requests.head() | curl_cffi.requests.head() seems to not work.
```
>>> curl_cffi.requests.head("https://example.com")
RequestsError: Failed to perform, ErrCode: 18, Reason: 'transfer closed with 648 bytes remaining to read'
``` | closed | 2023-07-29T13:47:30Z | 2023-08-06T08:53:44Z | https://github.com/lexiforest/curl_cffi/issues/91 | [
"bug"
] | quarl | 0 |
s3rius/FastAPI-template | asyncio | 11 | Update README.md in template. | So, now README.md in generated project looks like total garbage. We need to fix it. | closed | 2021-08-30T01:25:32Z | 2021-09-06T07:23:05Z | https://github.com/s3rius/FastAPI-template/issues/11 | [] | s3rius | 1 |
huggingface/datasets | computer-vision | 7,041 | `sort` after `filter` unreasonably slow | ### Describe the bug
as the tittle says ...
### Steps to reproduce the bug
`sort` seems to be normal.
```python
from datasets import Dataset
import random
nums = [{"k":random.choice(range(0,1000))} for _ in range(100000)]
ds = Dataset.from_list(nums)
print("start sort")
ds = ds.sort("k")
print("f... | open | 2024-07-12T03:29:27Z | 2024-07-22T13:55:17Z | https://github.com/huggingface/datasets/issues/7041 | [] | Tobin-rgb | 1 |
PokemonGoF/PokemonGo-Bot | automation | 5,733 | Program Error on my VPS: | Hello, I have a problem in "PokemonGo-Bot" on my VPS, on my computer but it works correctly in my VPS is experiencing an error; Here is a screenshot of the error I'm having: http://prntscr.com/cnswrw
My operating system: Windows 7 Professional
Python Version: 2.7.10
How can I fix this error?
Thanks for reading
| closed | 2016-09-29T15:03:14Z | 2016-09-30T08:37:59Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5733 | [] | Kelviniano | 4 |
apache/airflow | machine-learning | 48,178 | Update "suggest change on this page" links on Airflow website | ### Body
After https://github.com/apache/airflow/pull/47798, we need to update the links on airflow website to start pointing to the new links as 2.10.x and all others will be affected, either do that or add a redirect that would go back to the old path.
Conversation which is related https://github.com/apache/airflow... | open | 2025-03-24T07:21:29Z | 2025-03-24T08:49:28Z | https://github.com/apache/airflow/issues/48178 | [
"kind:documentation",
"kind:meta",
"type:doc-only"
] | amoghrajesh | 2 |
python-gino/gino | sqlalchemy | 727 | How to create a table dynamically using GINO framework? This is more of a question asking for code sample or recommendation. | * GINO version:
* Python version: 3.7
* asyncpg version:
* aiocontextvars version:
* PostgreSQL version: 10.x
### Description
My use case, in the middle of application run, I need to create a table with some specific schema. All I see is create_all function but I am not able to find examples to create just on... | open | 2020-09-25T07:38:59Z | 2020-09-25T07:42:11Z | https://github.com/python-gino/gino/issues/727 | [] | kolarsuresh | 0 |
hzwer/ECCV2022-RIFE | computer-vision | 384 | 关于RIFE模型,为什么在训练的时候图片固定为224*224,但在推理时任意尺寸图片都可以进行处理 | open | 2024-12-25T07:44:20Z | 2024-12-25T10:39:42Z | https://github.com/hzwer/ECCV2022-RIFE/issues/384 | [] | YANG-success-last | 1 | |
jacobgil/pytorch-grad-cam | computer-vision | 76 | Doubt regarding ViT from timm | Hi @jacobgil. This is such an amazing piece of work. Thanks to you and all the contributors behind it.
I am currently, using `vit_base_patch16_224` from `timm` and I am trying to visualize the Grad-CAM maps. I have followed the guidelines you have laid out in the README for ViTs but I am still getting a weird error... | closed | 2021-04-26T12:29:54Z | 2021-04-26T15:26:32Z | https://github.com/jacobgil/pytorch-grad-cam/issues/76 | [] | sayakpaul | 14 |
kubeflow/katib | scikit-learn | 2,264 | Pytorch Job not getting detected by the training operator when launched via katib | **What steps did you take and what happened:**
I'm a new katib user and I have installed katib and training operator in standalone installation on my local minikube cluster, and I have tried to start a HPO run to tune the hyper parameters of a PyTorch Job (distributed training example) . The experiment is not getting ... | closed | 2024-02-27T08:21:48Z | 2024-03-31T07:41:22Z | https://github.com/kubeflow/katib/issues/2264 | [] | bharathappali | 6 |
keras-team/keras | python | 20,616 | What is correct behavior of keras.ops.eye? | Hi,
I have a question about keras.ops.eye of Keras3.
With Tensorflow, the keras.ops.eye accepts integers and floats.
However, with torch and jax, only integers are accepted.
Which behavior is correct?
There is no limitation description on documents.
Because Keras 2 accepts integers and floats, I was conf... | open | 2024-12-10T02:20:47Z | 2024-12-20T15:45:57Z | https://github.com/keras-team/keras/issues/20616 | [
"stat:contributions welcome",
"Good first issue",
"type:Bug",
"backend:tensorflow"
] | yubori | 5 |
ymcui/Chinese-BERT-wwm | nlp | 227 | RoBERTa-wwm-ext-large应用到全新领域不收敛 | 当前我在以您的RoBERTa-wwm-ext-large为基础PTM,意图通过Fine-tuning的方式将其适用于某一垂直领域,当前模型不收敛,所以有下面的问题想请教:
1 分词粒度问题:基于该领域的用词特点,表示一些完整含义的词要8个字以上,这样后面做NER的时候,可能会界限更加重合,不知道较长的分词,会不会影响到收敛
2 1.2G的训练语料,适用的学习率推荐是多少?我当前选择的是1e-3
3 batch_size当前是64,会不会太小了,影响到收敛速度
谢谢指导 | closed | 2023-01-15T12:21:04Z | 2024-04-29T06:54:36Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/227 | [
"stale"
] | JerryYao80 | 4 |
d2l-ai/d2l-en | computer-vision | 2,103 | Buggy display for sphinx syntax | 
As shown in the image, the rendering does not look right
| open | 2022-04-16T14:33:39Z | 2022-04-17T19:51:59Z | https://github.com/d2l-ai/d2l-en/issues/2103 | [] | Will-Zhao0 | 1 |
robinhood/faust | asyncio | 138 | documented test for windowed tables never stops | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Testing that an agent sends to topic/calls another agent does work but the following test in your documentation never stops.
ht... | open | 2018-08-09T18:06:00Z | 2020-02-27T23:18:21Z | https://github.com/robinhood/faust/issues/138 | [
"Issue Type: Bug",
"Category: Tests",
"Issue Type: Documentation",
"Priority: Normal",
"Status: Confirmed"
] | c5c86a | 0 |
proplot-dev/proplot | data-visualization | 77 | Allow changing backend dynamically | Currently, the backend format `rc['format']` and the backend sent to `%matplotlib` magic cannot be set in an python session. It can only be changed from the `.proplotrc` file.
In v0.1.4, you will be able to change `rc['format']` and `rc['autobackend']` after importing proplot but before drawing figures. This will mi... | closed | 2019-12-02T21:49:10Z | 2019-12-03T06:00:32Z | https://github.com/proplot-dev/proplot/issues/77 | [
"enhancement",
"feature"
] | lukelbd | 1 |
Evil0ctal/Douyin_TikTok_Download_API | api | 483 | [BUG] Error api /api/tiktok/web/fetch_user_post cannot be used | ***Platform where the error occurred?***
Such as: TikTok
***The endpoint where the error occurred?***
Such as: Web
***Submitted input value?***
Such as: every link
***Have you tried again?***
Such as: Yes, the error still exists.
***Have you checked the readme or interface documentation for this... | closed | 2024-09-29T01:50:35Z | 2024-09-29T02:12:00Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/483 | [
"BUG",
"enhancement"
] | nguyenduclongwin | 5 |
charlesq34/pointnet | tensorflow | 311 | Input transform and point cloud with features on the points | Hello and congrats for this excellent work!
I want to use PointNet but I don't know whether I should remove the first T-Net from the architecture. In my task, only rigid transformations are meaningful but this is not guaranteed by the T-Net, since it predicts a 3x3 affine transformation. Moreover, my input includes... | open | 2024-04-09T20:14:39Z | 2024-04-09T20:14:39Z | https://github.com/charlesq34/pointnet/issues/311 | [] | adosar | 0 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 97 | 确实好用 | closed | 2024-09-11T02:26:46Z | 2024-09-15T19:43:06Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/97 | [] | PeterXiaTian | 1 | |
snooppr/snoop | web-scraping | 56 | installation eng win | how do I install the English version for widows? | closed | 2022-01-03T04:30:15Z | 2022-01-03T04:43:15Z | https://github.com/snooppr/snoop/issues/56 | [
"question"
] | Argeemin | 1 |
yeongpin/cursor-free-vip | automation | 118 | 注册成功,但邮箱验证无法自动正常获得 | 注册成功,但邮箱验证无法正常获得,请问注册时候的邮箱账号密码,和cursor注册密码保存在哪里了呢?我是windows系统下载的安装包,默认安装的软件,test_accounts这个文件不知道在哪 | closed | 2025-02-27T19:11:36Z | 2025-03-06T04:24:38Z | https://github.com/yeongpin/cursor-free-vip/issues/118 | [] | yooohk333 | 2 |
Lightning-AI/pytorch-lightning | deep-learning | 20,086 | module statistics has no attribute mean | ### Bug description
When updating to the new PyTorch-lightning version 2.3.3 and using the MlFlowLogger as logger arg in the trainer I‘m getting the error trace (see error section)
### What version are you seeing the problem on?
master
### How to reproduce the bug
_No response_
### Error messages an... | closed | 2024-07-15T07:18:01Z | 2024-07-15T14:04:17Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20086 | [
"question",
"ver: 2.2.x"
] | FabianKuon | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 934 | Unable to recreate GTA <-> Cityscapes translation (CyCADA) | We tried to recreate the results of GTA <-> Cityscapes using the following parameters as recommended in the [Torch](https://github.com/junyanz/CycleGAN#training-and-test-details) repo:
--preprocess scale_width_and_crop
--load_size 1024
--crop_size 360
--lambda_identity 1
--n_epochs 10
... | open | 2020-02-26T19:03:02Z | 2021-06-18T13:32:18Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/934 | [] | mikkelmk | 4 |
allure-framework/allure-python | pytest | 781 | If the step combines strong and soft checks, then the step is marked as pass despite soft checks failed | #### I'm submitting
- [x] bug report
#### What is the current behavior?
the step combining strong and soft checks is marked as passed despite soft checks failed
#### If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
1. Run test
```
@allure.i... | open | 2023-12-12T17:15:28Z | 2024-07-11T06:47:59Z | https://github.com/allure-framework/allure-python/issues/781 | [
"bug"
] | esultanza | 1 |
TencentARC/GFPGAN | deep-learning | 126 | Use it as software | Dear team how to use it as software like a simple tool ..... Like import the image get the result instantly without any command .....Any one help | open | 2021-12-19T16:07:32Z | 2022-05-20T11:47:55Z | https://github.com/TencentARC/GFPGAN/issues/126 | [] | ecohunt | 7 |
huggingface/peft | pytorch | 2,001 | Issue with PEFT model save_pretrained | ### System Info
Model: Custom Phi-3 implementation, but also causes issue with normal Phi-3
OS: Linux(ubuntu)
Transformers version: 4.43.3
PEFT version: 0.11.1
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An off... | closed | 2024-08-12T08:59:10Z | 2024-08-14T13:43:00Z | https://github.com/huggingface/peft/issues/2001 | [] | Quicksilver466 | 5 |
google/seq2seq | tensorflow | 208 | how to apply model on validation set periodically during training? | I would like to apply the model on a separate validation data set at intervals during training. preferrably also watch it on TensorBoard. Does anyone know how to do that? | closed | 2017-05-06T08:54:06Z | 2017-05-09T12:24:53Z | https://github.com/google/seq2seq/issues/208 | [] | fritshermans | 2 |
zappa/Zappa | django | 910 | [Migrated] Community fork time? | Originally from: https://github.com/Miserlou/Zappa/issues/2173 by [MerreM](https://github.com/MerreM)
## Context
It's been 4 months since this has seen any activity from a maintainer AFAIK, and I have multiple projects that depend on this.
I don't know about other users, but I think I'm getting to the point wh... | closed | 2021-02-20T13:03:39Z | 2022-07-16T05:06:43Z | https://github.com/zappa/Zappa/issues/910 | [] | jneves | 1 |
Johnserf-Seed/TikTokDownload | api | 775 | [BUG] | - [√ ] 我查看了 [文档](https://johnserf-seed.github.io/f2/quick-start.html) 以及 [已关闭的问题](https://github.com/Johnserf-Seed/f2/issues?q=is%3Aissue+is%3Aclosed) 以寻找可能的解决方案。
- [√ ] 我在 [常见的问题与解决办法](https://johnserf-seed.github.io/f2/question-answer/qa.html) 中找不到我的问题。
- [ ] ~~*你的问题是公开的,请注意删除个人敏感内容再上传*~~
- [ ] 不按照模板填写的问题将不会得到优先的处... | closed | 2024-12-22T12:27:52Z | 2024-12-22T16:12:35Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/775 | [
"故障(bug)"
] | iray1024 | 4 |
Lightning-AI/pytorch-lightning | machine-learning | 20,265 | `_update_dataloader` improperly copies state of subclassed dataloader with attribute names that differ from `__init__` parameters. | ### Bug description
`_update_dataloader` in `lightning/fabric/utilities/data.py` does not copy a dataloader, but instead infers the arguments passed to the dataloader and instantiates a new one. The inference of arguments in `_get_dataloader_init_args_and_kwargs` does not take into account custom logic in `__init__` t... | open | 2024-09-08T15:15:03Z | 2024-09-08T15:15:17Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20265 | [
"bug",
"needs triage",
"ver: 2.4.x",
"ver: 2.3.x"
] | spenceforce | 0 |
Johnserf-Seed/TikTokDownload | api | 740 | [BUG] pull最新提交后对接f2 0.0.1.6运行抛异常 | - [x] 我查看了 [文档](https://johnserf-seed.github.io/f2/quick-start.html) 以及 [已关闭的问题](https://github.com/Johnserf-Seed/f2/issues?q=is%3Aissue+is%3Aclosed) 以寻找可能的解决方案。
- [x] 我在 [常见的问题与解决办法](https://johnserf-seed.github.io/f2/question-answer/qa.html) 中找不到我的问题。
- [ ] ~~*你的问题是公开的,请注意删除个人敏感内容再上传*~~
- [ ] 不按照模板填写的问题将不会得到优先的处理。... | closed | 2024-06-30T11:44:14Z | 2024-06-30T12:30:54Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/740 | [
"故障(bug)"
] | iray1024 | 3 |
statsmodels/statsmodels | data-science | 9,425 | Clarification on Kruskal Stress as an Optimization Target in Non-metric MDS | I am working on research involving the optimization targets used in non-metric MDS, and I have some questions regarding how statsmodels's implementation of MDS defines and calculates stress, particularly Kruskal Stress. While reviewing the official documentation, I noticed that specific formulas for stress calculations... | open | 2024-11-18T02:04:55Z | 2024-11-18T02:04:55Z | https://github.com/statsmodels/statsmodels/issues/9425 | [] | dd1735 | 0 |
scikit-learn/scikit-learn | python | 30,621 | Add links to examples from the docstrings and user guide | _TLDR: Meta-issue for new contributors to add links to the examples in helpful places of the rest of the docs._
## Description
This meta-issue is a good place to start with your first contributions to scikit-learn.
This issue builds on top of #26927 and is introduced for easier maintainability. The goal is exactly th... | open | 2025-01-10T12:29:04Z | 2025-03-24T15:21:08Z | https://github.com/scikit-learn/scikit-learn/issues/30621 | [
"Documentation",
"Sprint",
"good first issue",
"Meta-issue"
] | StefanieSenger | 101 |
guohongze/adminset | django | 43 | 脚本提示安装成功了,但是访问报302呢 | ##############install finished###################
Restarting redis (via systemctl): [ 确定 ]
Redirecting to /bin/systemctl restart mariadb.service
Redirecting to /bin/systemctl restart adminset.service
Redirecting to /bin/systemctl restart celery.service
Redirecting to /bin/systemctl re... | closed | 2018-02-26T11:03:49Z | 2018-04-03T15:05:22Z | https://github.com/guohongze/adminset/issues/43 | [] | wenchangming211 | 1 |
jwkvam/bowtie | plotly | 172 | parcel bundler | So I don't forget about it, should we switch to https://github.com/parcel-bundler/parcel.
- [ ] What do we gain by switching?
- [ ] Is this the community direction? | open | 2017-12-11T06:50:16Z | 2018-07-24T02:08:59Z | https://github.com/jwkvam/bowtie/issues/172 | [
"low-priority"
] | jwkvam | 0 |
plotly/dash-table | dash | 176 | next pass at `content_style: 'fit' | 'grow'` | Perhaps this behaviour can be integrated via a set of documented style parameters in the `style_table` property. | closed | 2018-10-25T00:30:07Z | 2019-06-27T00:54:21Z | https://github.com/plotly/dash-table/issues/176 | [] | chriddyp | 2 |
apache/airflow | machine-learning | 47,498 | AIP-38 | Delete Connection | ### Body
Alongside with #43703 a form needs to be available to delete a (one or multiple) connection.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | open | 2025-03-07T14:34:53Z | 2025-03-10T19:45:35Z | https://github.com/apache/airflow/issues/47498 | [
"kind:feature",
"kind:meta",
"area:UI"
] | jscheffl | 1 |
Nemo2011/bilibili-api | api | 881 | [漏洞] aid2bvid()算法有误 导致返回404 | **Python 版本:** 3.13.0
**模块版本:** 16.1.1
**运行环境:** Windows
**解释器:** pypi
不清楚是不是B站修改了bv号算法
如果只输入aid 然后会自动用aid2bvid()来生成bvid
但是这个算法生成的bvid是错的
导致无法获取信息 返回404
例如av113820609614405
使用aid2bvid()获取到的BV号是BV1ET49157Mz
实际上真正的BV号是BV1Nhc2eAE8Y
', 'type': 'upstream_error', 'param': '400', 'code': 'bad_response_status_code'}} | _原因:_
当加载的url内容过于复杂时,比如有图片、视频等超链接,页面提取时会报错。
_解析:_
错误信息表明,提供的OpenAI API的输入长度超出了允许的范围,该范围应该在1到6000个标记之间。
建议如下:
1.检查输入长度。
2.修剪输入。
3.拆分输入。
_修改建议:_
Fetch_Node提取Document时修剪输入,代码如下:
修改fetch_node.py
`parsed_content = f"Title: {title}, Body: {minimized_body}"`
代码截图:
`
- to `data_file = os.path.join("tests/data/bittrex_btc-usdt.csv")`
(semi-colon into underscore)
After fixing that attempted to run but it stumb... | open | 2020-11-17T12:06:40Z | 2021-06-05T21:34:29Z | https://github.com/peerchemist/finta/issues/102 | [] | itpmngt | 5 |
flasgger/flasgger | api | 431 | Get method is not working properly when i am using .yml file | Hello team ,
Get method is not working while using .yml file for flassger
"openapi: 3.0.1
info:
title: Sample API
description: Optional multiline or single-line description in [CommonMark](http://commonmark.org/help/) or HTML.
version: 0.1.9
servers:
- url: localhost
description: Optional server d... | open | 2020-09-16T13:25:54Z | 2020-09-25T00:57:54Z | https://github.com/flasgger/flasgger/issues/431 | [] | arpitvw | 1 |
custom-components/pyscript | jupyter | 178 | Warning message in the log: Detected I/O inside the event loop | Hi,
I got this warning but otherwise the script works as I intended.
It says to report it to the author of pyscript, so here it is.
```
Logger: homeassistant.util.async_
Source: util/async_.py:129
First occurred: 8:18:42 (4 occurrences)
Last logged: 8:18:45
Detected I/O inside the event loop. This is ca... | closed | 2021-03-02T07:45:16Z | 2021-03-04T12:19:29Z | https://github.com/custom-components/pyscript/issues/178 | [] | kompre | 1 |
geopandas/geopandas | pandas | 2,471 | Setting color in explore() with color="r" doesn't show anything | ```
df = geopandas.read_file(geopandas.datasets.get_path("naturalearth_lowres"))
df.boundary.explore(color="red")
```
works, but doing `color="r"` (which you might expect to work from matplotlib) actually makes nothing shows up.
Don't know if this is something on our side or folium, but if it is not a valid c... | closed | 2022-06-22T13:54:04Z | 2022-09-03T17:34:16Z | https://github.com/geopandas/geopandas/issues/2471 | [
"plotting",
"upstream issue"
] | jorisvandenbossche | 6 |
dunossauro/fastapi-do-zero | sqlalchemy | 123 | Aula: Hashing de Senhas - passlib gera um aviso no atributo __about__ do bcrypt | Não creio que seja nada que fará o código deixar de funcionar, mas no arquivo "security.py", a execução da função "get_password_hash" gera o seguinte aviso (mas ainda assim retorna um resultado):
```python
get_password_hash("teste")
(trapped) error reading bcrypt version
Traceback (most recent call last):
File... | closed | 2024-04-06T12:20:06Z | 2024-04-07T00:45:20Z | https://github.com/dunossauro/fastapi-do-zero/issues/123 | [] | sksdutra | 3 |
agronholm/anyio | asyncio | 825 | `AsyncFile.readinto()` has incorrect return type | ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
4.6.2.post1
### Python version
3.12.6
### What happened?
For one, `AsyncFile.readinto()` was declared to re... | closed | 2024-11-17T13:15:36Z | 2024-11-17T16:10:35Z | https://github.com/agronholm/anyio/issues/825 | [
"bug"
] | sanmai-NL | 3 |
flasgger/flasgger | rest-api | 497 | TypeError: issubclass() arg 2 must be a class or tuple of classes (when apispec not installed) | I defined Schema using marshmallow, however I was not able to see swaggerUI (having not installed apispec), thus ending with very vague error
`File "C:\gryton\projects\turbo_auta_z_usa\venv\Lib\site-packages\flasgger\marshmallow_apispec.py", line 118, in convert_schemas
if inspect.isclass(v) and issubclass(v, Sch... | open | 2021-09-23T14:21:16Z | 2021-09-23T14:21:16Z | https://github.com/flasgger/flasgger/issues/497 | [] | Gryton | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,163 | [Feature Request]: Running natively on Windows' IIS | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
instructions or a method to run it via windows' native IIS. I already run php and database-based applications with it, i am curious if it can run text generation t... | open | 2024-07-07T06:47:42Z | 2024-07-07T06:47:42Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16163 | [
"enhancement"
] | Butterfly-Dragon | 0 |
aws/aws-sdk-pandas | pandas | 2,436 | Missing optional dependency 'redshift_connector'. Use pip awswrangler[redshift] to install it. | Hi there!!
The message `ModuleNotFoundError: Missing optional dependency 'redshift_connector'. Use pip awswrangler[redshift] to install it.` shows when I try to upload a `pd.DataFrame()` to me `Redshift`, even though I already have this package installed.
```python
import redshift_connector
import awswrangler... | closed | 2023-08-23T22:01:43Z | 2023-12-17T20:06:09Z | https://github.com/aws/aws-sdk-pandas/issues/2436 | [
"question"
] | guilhermeparreira | 2 |
pinry/pinry | django | 160 | Add more tests for API | lacks some main-line test-case. | closed | 2019-12-07T16:59:38Z | 2020-02-11T10:07:38Z | https://github.com/pinry/pinry/issues/160 | [
"enhancement",
"javascript"
] | winkidney | 1 |
localstack/localstack | python | 11,576 | bug: Standard SQS queue accepts empty MessageGroupId | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When sending a message to a standard SQS queue in LocalStack, passing empty string as the value for MessageGroupId validates successfully.
### Expected Behavior
When sending a message to a standard SQS queue in ... | closed | 2024-09-25T04:47:59Z | 2024-12-24T16:04:03Z | https://github.com/localstack/localstack/issues/11576 | [
"type: bug",
"aws:sqs",
"status: backlog"
] | KrazyK786 | 0 |
ploomber/ploomber | jupyter | 877 | Indenting the injected products json parameters | When ploomber injects the parameters from the yaml file into the notebook, those are single lined dictionaries.
We can ease it for the user and indent it so it's readable for more than a few parameters. | closed | 2022-06-24T03:37:14Z | 2022-06-24T13:40:34Z | https://github.com/ploomber/ploomber/issues/877 | [] | idomic | 4 |
pydantic/bump-pydantic | pydantic | 139 | Issue with Literal["$"] being converted | Underneath the hood, the parser can't deal with special character Literals
Function def:
```
async def get_frame_from_stream(
client: "AsyncRedis", # type: ignore
stream_name: str,
last_id: int | Literal["$"] = "$",
):
```
Stack trace from log
```
A syntax error happened on medra_robotics/red... | closed | 2023-12-15T00:25:29Z | 2023-12-27T06:52:54Z | https://github.com/pydantic/bump-pydantic/issues/139 | [] | tungalbert99 | 2 |
MaartenGr/BERTopic | nlp | 2,031 | Scikit-learn's HDBSCAN Implementation | In a recent version of scikit-learn, I believe it was [v1.3](https://scikit-learn.org/1.5/whats_new/v1.3.html#id8), HDBSCAN was implemented with base functionality. Considering scikit-learn is already a requirement of BERTopic it stands to reason to use that implementation instead of the [original implementation](https... | open | 2024-06-03T10:05:20Z | 2024-07-19T08:40:50Z | https://github.com/MaartenGr/BERTopic/issues/2031 | [
"enhancement",
"question"
] | MaartenGr | 2 |
reloadware/reloadium | pandas | 25 | Reloadium randomly breaks itself on PyCharm Manjaro | **Describe the bug**
Reloadium nuked itself and now throws a stack trace whenever launching PyCharm.
**To Reproduce**
Steps to reproduce the behavior:
1. Launch IDE
2. Reloadium Fails to load. Worked earlier on this exact system.
**Expected behavior**
Reloadium to work.
**Desktop (please complete the fol... | closed | 2022-07-07T16:37:50Z | 2022-07-08T14:33:37Z | https://github.com/reloadware/reloadium/issues/25 | [] | hlafaille | 2 |
Lightning-AI/pytorch-lightning | deep-learning | 19,949 | Use lr setter callback instead of `attr_name` in `LearningRateFinder` and `Tuner` | ### Description & Motivation
I would like to change the the `Tuner` and `LearningRateFinder` API so that it is possible to use more custom models.
#### Description
Currently, the learning rate can only be accessed from the `LightningModule` model through an attribute name (either as attribute or within the hy... | open | 2024-06-05T13:08:34Z | 2024-06-05T21:37:30Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19949 | [
"feature",
"needs triage"
] | arthurdjn | 4 |
python-restx/flask-restx | api | 623 | 自动化文档能否使用最新版本3.0及以上? | 自动化文档能否使用最新版本3.0及以上? | open | 2024-10-15T02:32:13Z | 2024-10-15T02:32:13Z | https://github.com/python-restx/flask-restx/issues/623 | [
"enhancement"
] | haike-1213 | 0 |
plotly/dash-core-components | dash | 132 | Update dcc.Link API to better match window.location | ### Background
In https://github.com/plotly/dash-core-components/pull/131#issuecomment-353473625, `dcc.Location` supports `href`, `hash`, and `query` (matching the `window.location` API). However, `dcc.Link` currently only has an `href` prop.
> dcc.Link does not have any changes to props that would allow a user to di... | open | 2017-12-22T01:06:09Z | 2017-12-22T01:06:09Z | https://github.com/plotly/dash-core-components/issues/132 | [] | mjclawar | 0 |
vitalik/django-ninja | rest-api | 871 | [BUG] Resolvers are always run, regardless of schema initialisation method | In v0.22.2, `DjangoGetter` was only used when calling `.from_orm` on a model. This functionally meant that resolvers were only run when serialising a model, and not when deserialising json. This meant you could use the same Schema for output and input (or in my case, for output and testing).
In v1.0 `DjangoGetter` i... | closed | 2023-10-03T12:46:51Z | 2023-11-17T12:41:27Z | https://github.com/vitalik/django-ninja/issues/871 | [
"v1"
] | OtherBarry | 2 |
benbusby/whoogle-search | flask | 519 | [BUG] unhealthy on docker - though healthy and working | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Install whoogle container
2. see it being constantly unhealthy
**Deployment Method**
- [ ] Heroku (one-click deploy)
- [x] Docker
- [ ] `run` executable
- [ ] pip/pipx
- [ ] Other... | closed | 2021-11-02T12:06:46Z | 2021-11-12T15:54:38Z | https://github.com/benbusby/whoogle-search/issues/519 | [
"bug"
] | sutidor | 5 |
graphql-python/graphene | graphql | 1,238 | Support converting graphene types to graphql-core types for better interop | **Is your feature request related to a problem? Please describe.**
I don't want to buy-in into Graphene as framework, and I might like to convert some parts of my GraphQL server to Graphene without converting ALL of my graphql-related code to Graphene.
**Describe the solution you'd like**
I'd like Graphene to supp... | open | 2020-07-27T17:47:15Z | 2020-10-01T19:21:53Z | https://github.com/graphql-python/graphene/issues/1238 | [
"✨ enhancement"
] | berekuk | 1 |
ansible/awx | django | 15,648 | Adding Hosts and setting up inventories properly in the GUI seems unintuitive | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-11-19T19:20:14Z | 2024-11-19T19:20:34Z | https://github.com/ansible/awx/issues/15648 | [
"type:enhancement",
"component:ui",
"component:docs",
"needs_triage",
"community"
] | millemme | 0 |
Python3WebSpider/ProxyPool | flask | 148 | 拉取最新镜像,无法启动 | **Describe the bug**
拉取最新镜像,无法启动,试了3次,每次都是一样的问题
redis4proxypool | 1:C 16 Mar 2022 01:58:15.820 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis4proxypool | 1:C 16 Mar 2022 01:58:15.821 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis4proxypool | 1:C 16 Mar 2022 01... | closed | 2022-03-16T02:04:58Z | 2022-04-06T14:21:16Z | https://github.com/Python3WebSpider/ProxyPool/issues/148 | [
"bug"
] | hotpeppeper | 4 |
deepspeedai/DeepSpeed | deep-learning | 5,597 | [BUG] M1 Mac has an issue with `hostname -I` not being a valid command | Not a particular issue I was facing, but a very offline friend who was using deepspeed initializes got an error where `HostName -I` isn't available on the M1 chip or OSX in general.
A workaround I can think of is using `ifconfig | grep 'inet ' | awk '{print $2}' | paste -sd ' '` instead of `hostname -I` - and this ... | open | 2024-05-31T20:28:34Z | 2024-08-19T16:43:39Z | https://github.com/deepspeedai/DeepSpeed/issues/5597 | [
"bug",
"build"
] | AbhinavMir | 9 |
iterative/dvc | machine-learning | 10,657 | Import ignore cache | # Bug Report
## DVC 3.56 Import ignore cache
## Description
I have local DVC repo with json annotations added each one and large data storage with thousand image files added as full folder.
I use symlinks for cache.
But import in external storage doesn't create symlinks for images data storage. DVC download first, ... | open | 2024-12-20T08:26:33Z | 2025-02-04T08:21:21Z | https://github.com/iterative/dvc/issues/10657 | [
"bug",
"p1-important",
"A: data-sync"
] | konstantin-frolov | 2 |
ploomber/ploomber | jupyter | 675 | support for alternative notebook PDF converters (e.g. webpdf) | (see #672 and #658 for context)
There are a few engines to convert `.ipynb` to `.pdf`, however, we only support the default one provided by nbconvert, which depends on pandoc and text. It has a few downsides such as not being able to render embedded charts (see #658), we should add support for other engines | closed | 2022-03-22T16:31:06Z | 2022-04-11T03:20:58Z | https://github.com/ploomber/ploomber/issues/675 | [
"good first issue"
] | edublancas | 5 |
databricks/koalas | pandas | 1,607 | How to can I set it up for driver memory for pyspark on Koalas? | When I test a sample code on [https://gist.github.com/patryk-oleniuk/043f97ae9c405cbd13b6977e7e6d6fbc](https://gist.github.com/patryk-oleniuk/043f97ae9c405cbd13b6977e7e6d6fbc)
but I've got the following error message after running the code.
```
2020-06-23 10:30:51 WARN TaskSetManager:66 - Stage 0 contains a tas... | closed | 2020-06-23T02:02:32Z | 2020-06-23T05:33:46Z | https://github.com/databricks/koalas/issues/1607 | [
"duplicate"
] | krazyeom | 1 |
facebookresearch/fairseq | pytorch | 5,400 | MMS ASR models without LSAH (language-specific adapters and head) fine-tuning | Hello,
I am interested on running MMS ASR models in language-agnostic mode (i.e., input test audio's language ID is unknown).
The similar results have been reported in the MMS paper.
Is there any easy way to replicate those results?
Or where I can find the models without adapters but with general head (project... | open | 2023-12-14T06:26:17Z | 2023-12-14T06:34:28Z | https://github.com/facebookresearch/fairseq/issues/5400 | [
"question",
"needs triage"
] | khassanoff | 0 |
huggingface/datasets | nlp | 6,719 | Is there any way to solve hanging of IterableDataset using split by node + filtering during inference | ### Describe the bug
I am using an iterable dataset in a multi-node setup, trying to do training/inference while filtering the data on the fly. I usually do not use `split_dataset_by_node` but it is very slow using the IterableDatasetShard in `accelerate` and `transformers`. When I filter after applying `split_dataset... | open | 2024-03-05T15:55:13Z | 2024-03-05T15:55:13Z | https://github.com/huggingface/datasets/issues/6719 | [] | ssharpe42 | 0 |
writer/writer-framework | data-visualization | 126 | [QUESTION] is it possible to mount the streamsync app into an existing frontend application? | I am wondering if it would be possible to build the streamsync frontend (which I understand to be a vue component) and import it into another application. I read through the docs, but I'm not quite clear on if I should expect to be able to do this. Is it possible? If so, is there any reason the app couldn't be built as... | closed | 2023-09-21T00:04:20Z | 2023-09-21T09:59:00Z | https://github.com/writer/writer-framework/issues/126 | [
"question"
] | gryphonmyers | 1 |
Johnserf-Seed/TikTokDownload | api | 575 | [BUG]有些主页下载时会存在空文件夹的情况 | **描述出现的错误**
在下载某些个人主页内容时,会出现下载成空文件夹的情况。
比如这个主页: https://v.douyin.com/idBAHjWc/
主页共72个视频,成功下载只有16个,其余全是空文件夹。
| open | 2023-10-11T16:06:57Z | 2023-10-12T02:50:39Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/575 | [
"无效(invalid)"
] | sisx | 0 |
scikit-learn-contrib/metric-learn | scikit-learn | 75 | Question: On how to run LMNN metric-learn tool? | Hi,
I read the documentation and also checked the example, but there is still an step not clear to me on how to proceed.
In my case, I want to validate the cluster centers against a training data. So, I have the following:
- labels= [1, 2, 3] -> Labels
- cluster centers an array of size 3 x 4 -> Cluster_Centers
... | closed | 2017-11-15T23:07:28Z | 2017-11-24T23:29:14Z | https://github.com/scikit-learn-contrib/metric-learn/issues/75 | [] | ivan-marroquin | 3 |
Gozargah/Marzban | api | 926 | صفر کردن مصرف پنل |
من حدود 50 ترا استفاده کردم در پنل
میخوام مجموع استفاده پنل رو صفر کنم بدون اینکه حجم استفاده شده کاربرا صفر بشه لطفا راهنمایی کنید | closed | 2024-04-06T06:44:32Z | 2024-04-07T12:38:54Z | https://github.com/Gozargah/Marzban/issues/926 | [
"Feature"
] | Mehtijafari | 1 |
microsoft/hummingbird | scikit-learn | 412 | pip install of Version 0.2.0 dosen't work | I try'd to install the new hummingbird 0.2.0 release in a new venv and the installation failed because the hummingbird wheel specified a pytorch version that seems to have a broken wheel or the hummingbird wheel is missing the full pytorch installation command (which is: `pip install torch===1.7.0 torchvision===0.8.1 t... | closed | 2021-01-02T15:37:34Z | 2021-01-05T00:18:01Z | https://github.com/microsoft/hummingbird/issues/412 | [] | speedfreakw | 13 |
deezer/spleeter | deep-learning | 606 | docker: Error response from daemon: Unknown runtime specified nvidia.[Discussion] your question | <!-- Please respect the title [Discussion] tag. -->
I want to use GPU
so I run :docker run --runtime=nvidia -v $(pwd)/output:/output deezer/spleeter-gpu separate -o /output -i audio_example.mp3
have an error:docker: Error response from daemon: Unknown runtime specified nvidia.[Discussion] your question | closed | 2021-04-07T09:51:38Z | 2021-05-18T16:53:17Z | https://github.com/deezer/spleeter/issues/606 | [
"question"
] | hjing100 | 3 |
plotly/dash-table | dash | 813 | Reset active_cell when data is changed (bug?) | https://www.loom.com/share/fc2a6156ee5940f7b9fd46e0adfd35cc
```
import dash
import pandas as pd
import dash_table
import dash_core_components as dcc
import dash_html_components as html
from dash.dependencies import Input, Output
a = {'one': pd.Series([1., 2., 3.], index=['a', 'b', 'c']), 'two': pd.Serie... | open | 2020-08-04T12:55:39Z | 2020-08-11T16:15:39Z | https://github.com/plotly/dash-table/issues/813 | [] | vantaka2 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.