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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
freqtrade/freqtrade | python | 11,364 | Lock all trading pairs after completing both entry and exit of a trade within the same candle to prevent any additional pairs from opening trades in the current candle. | ## Describe your environment
* Operating system: Linux
* Python Version: 3.10.12
* CCXT version:
* Freqtrade Version: 2024.12
## Your question
I know that currently, freqtrade auto-locks the pair after exiting a trade to prevent reopening new trades within the same candle. I'm wondering if there's a way to... | closed | 2025-02-10T10:27:33Z | 2025-02-10T15:12:17Z | https://github.com/freqtrade/freqtrade/issues/11364 | [
"Question"
] | RickConsss | 1 |
xonsh/xonsh | data-science | 4,913 | Current job is not updated in terminal window's title | When I run `xonsh` is using its default settings, the `$TITLE` format string (responsible for setting the terminal window's title) is
```
{current_job:{} | }{user}@{hostname}: {cwd} | xonsh
```
The `current_job` variable in `$TITLE` means that when a foreground job is running, the terminal's title should be updated... | closed | 2022-08-08T00:25:55Z | 2022-08-10T04:20:10Z | https://github.com/xonsh/xonsh/issues/4913 | [
"prompt"
] | yaxollum | 1 |
microsoft/nni | machine-learning | 5,383 | The following code block gives me error | The following code block gives me error
```
import bz2
import urllib.request
import numpy as np
from sklearn.datasets import load_svmlight_file
from sklearn.model_selection import train_test_split
from sklearn.pipeline import make_pipeline
from sklearn.linear_model import LogisticRegression
from s... | closed | 2023-02-19T14:12:35Z | 2023-09-15T04:22:12Z | https://github.com/microsoft/nni/issues/5383 | [] | AbdelrahmanHamdy1996 | 3 |
aio-libs/aiomysql | sqlalchemy | 93 | how to select specific column? | how to select specific column?
`android_push.select(columns=[android_push.c.uid, ])` is not work
| closed | 2016-08-04T11:20:36Z | 2016-08-05T09:42:08Z | https://github.com/aio-libs/aiomysql/issues/93 | [] | 631068264 | 1 |
laughingman7743/PyAthena | sqlalchemy | 309 | Support for reading in chunks with PandasCursor | closed | 2022-05-07T07:42:42Z | 2022-07-31T06:52:55Z | https://github.com/laughingman7743/PyAthena/issues/309 | [] | laughingman7743 | 0 | |
modin-project/modin | pandas | 6,767 | Provide the ability to use experimental functionality when experimental mode is not enabled globally via an environment variable. | Example where it can be useful:
```python
import modin.pandas as pd
df = pd.DataFrame([1,2,3,4])
# [some code]
with modin.utils.enable_exp_mode():
# this import has side effects that will need to be removed when leaving the context
# for example:
# 1. `IsExperimental.put(True)`
# 2. `set... | closed | 2023-11-23T16:07:58Z | 2023-12-08T16:31:15Z | https://github.com/modin-project/modin/issues/6767 | [
"new feature/request 💬",
"P1"
] | anmyachev | 0 |
2noise/ChatTTS | python | 702 | 有甚麽好方法可以让模型念出数字吗 | closed | 2024-08-20T06:32:55Z | 2024-10-05T04:01:28Z | https://github.com/2noise/ChatTTS/issues/702 | [
"duplicate",
"stale"
] | weichen11011 | 2 | |
Guovin/iptv-api | api | 784 | 生成文件时间与docker内部时间不一致 | ### Don't skip these steps | 不要跳过这些步骤
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
- [X] I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
- [X] I will not s... | closed | 2025-01-03T01:44:49Z | 2025-01-08T06:44:27Z | https://github.com/Guovin/iptv-api/issues/784 | [
"duplicate"
] | FRANKASEE | 2 |
brightmart/text_classification | nlp | 122 | TextGCN modles | hello,
TextGCN is the latest article on text classification using GCN. Can you add this model to the model comparison?
github address: https://github.com/yao8839836/text_gcn
paper: "Graph Convolutional Networks for Text Classification."
Thanks. | open | 2019-05-30T01:49:51Z | 2019-05-30T01:49:51Z | https://github.com/brightmart/text_classification/issues/122 | [] | CigaLi | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 268 | 尝试使用CLIP模型来进行文搜文遇到的问题 | 我看CLIP模型也是支持文本向量化的,所以我尝试了一下只使用CLIP,文搜文也是用CLIP,然后发现如果用自己写的简单TXT文档的话insert和search都正常,但是在使用比较长的PDF文档的时候,向量化文档报错
Token indices sequence length is longer than the specified maximum sequence length for this model (356 > 77). Running this sequence through the model will result in indexing errors
看起来是模型不支持这么长的文档?想请教一下有没有... | closed | 2024-03-08T06:58:08Z | 2024-06-17T07:49:19Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/268 | [] | Amphetaminewei | 1 |
matterport/Mask_RCNN | tensorflow | 2,342 | How to find perimeter in mask rcnn or opencv?? | does anyone know a command that can extract the perimeter of an image in the mask rcnn or opencv? | open | 2020-08-26T16:17:34Z | 2020-08-26T16:17:34Z | https://github.com/matterport/Mask_RCNN/issues/2342 | [] | Enolahlm | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,557 | save output as '.npy' file | hello,
I'm using the cycleGAN model for street view image (.jpg) to mel-spectrogram (.npy, range 0 to 1) conversion.So, I created the trainA folder to store jpg, and the trainB folder to store npy files I would like to know
①If I want the output npy to have the same value range as the input npy([0,1]), what should I ... | closed | 2023-03-27T03:54:20Z | 2024-03-29T03:34:09Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1557 | [] | Ivvvvvvvvvvy | 1 |
flairNLP/flair | nlp | 3,096 | [Question]: Error when loading Camembert Embeddings | ### Question
Hello,
I could not load the Camembert Embeddings.
----> 1 embedding = CamembertEmbeddings()
File ~/venv-3.8/lib/python3.8/site-packages/deprecated/classic.py:285, in deprecated.<locals>.wrapper_function(wrapped_, instance_, args_, kwargs_)
283 else:
284 warnings.warn(msg, catego... | closed | 2023-02-09T13:55:23Z | 2023-07-12T21:56:19Z | https://github.com/flairNLP/flair/issues/3096 | [
"question"
] | ellzx | 1 |
miguelgrinberg/Flask-SocketIO | flask | 1,494 | SocketIO fails to start in a thread (ValueError: signal only works in main thread) | **Describe the bug**
SocketIO fails to start in a thread with error `ValueError: signal only works in main thread`
**To Reproduce**
```
import threading
import flask
import flask_socketio
class Web:
def websocket(self):
ws = flask.Flask('web')
ws.config['SECRET_KEY'] = 'aaa'
... | closed | 2021-03-04T14:30:51Z | 2021-03-04T20:41:13Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1494 | [
"question"
] | wsw70 | 2 |
tqdm/tqdm | pandas | 1,115 | Progress bar re-appears after a short time despite of calling `.clear()` before calling `input()` | I have an application which runs through a few thousand of iterations and some require user interaction. I have the problem that after a few iterations and when an input prompt appears, the progress bar will just render over the prompt even though calling `.clear()` beforehand (as suggested on [SO](https://stackoverflo... | open | 2021-01-15T17:18:15Z | 2021-01-15T17:18:15Z | https://github.com/tqdm/tqdm/issues/1115 | [] | charlydelta | 0 |
ionelmc/pytest-benchmark | pytest | 40 | Make test suite fail if benchmark is unsatisfactory | Hello,
I read the documentation and hope I did not miss something completely obvious.
My use case: I would like to use `pytest-benchmark` for continuous integration. A part of my test suite is actually performance tests, i.e. making sure that my `toto` function does not take longer than, let's say, 20ms.
I would like... | closed | 2015-12-10T13:45:22Z | 2025-01-29T07:52:37Z | https://github.com/ionelmc/pytest-benchmark/issues/40 | [] | alexprengere | 5 |
hankcs/HanLP | nlp | 1,134 | 新词提取英文拆词了 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-03-26T06:54:48Z | 2020-01-01T10:55:12Z | https://github.com/hankcs/HanLP/issues/1134 | [
"ignored"
] | liangzhimingcp3 | 3 |
davidsandberg/facenet | tensorflow | 725 | Preparing a custom trained model for inference by adding placeholder input | I've had an great experience using this library in order to train a custom model. I'm now wanting to optimize the model for inference. I've frozen the weights and am trying to make the model more portable. The issue is that because the model uses queues and such to load data, there isn't a simple way to feed images to ... | open | 2018-04-26T12:59:55Z | 2018-05-30T01:03:09Z | https://github.com/davidsandberg/facenet/issues/725 | [] | tslater | 3 |
3b1b/manim | python | 1,622 | Have you gone into the same problem? | ### Describe the error
<!-- A clear and concise description of what you want to make. -->
I was encountered with some problem.I hope you can give me some advice to solve it.I am trying hard but can not make it.
### Code and Error
**Code**:
<!-- The code you run -->
vm=VMobject()
vm.start_new_path... | open | 2021-09-08T08:50:26Z | 2021-09-08T08:50:26Z | https://github.com/3b1b/manim/issues/1622 | [] | tjhdzxf | 0 |
deepinsight/insightface | pytorch | 1,980 | 关于SCRFD人脸检测模型onnx转tensorrt(c++)报错:Assertion failed: !isDynamic(tensorPtr->getDimensions()) && "InstanceNormalization does not support dynamic inputs!" | 你好,我现在在用scrfd的onnx转tensorrt报了这个错误,貌似是算子不支持动态输入
我的转换命令是./trtexec --onnx=scrfd_10g.onnx --saveEngine=scrfd_10g_fp32.trt --workspace=4096 --minShapes=input:1x3x640x640 --optShapes=input:8x3x640x640 --maxShapes=input:32x3x640x640 --shapes=input:8x3x640x640,请问这是什么原因导致的? | open | 2022-04-20T08:28:21Z | 2022-04-20T11:10:21Z | https://github.com/deepinsight/insightface/issues/1980 | [] | Lucky-BenXie | 1 |
RobertCraigie/prisma-client-py | pydantic | 4 | Add a generator option to signify that recursive types are supported | We should avoid the whole dance with generating our own pseudo-recursive types if the end user is using a type checker that supports recursive types. | closed | 2021-01-13T19:52:38Z | 2021-07-18T12:47:43Z | https://github.com/RobertCraigie/prisma-client-py/issues/4 | [
"topic: types",
"kind/feature"
] | RobertCraigie | 0 |
robotframework/robotframework | automation | 4,750 | jquery-tmpl JS library used in log.html is not maintained anymore | We had hit issue where if a Keyword prints about 10k lines the Chrome/Edge browser mainly with Windows OS doesn't load the content and it simply crashes!, we realize its to do with JS library which loads the content. We also tried --split log option, its same behaviour with that too. Its also suggested on the jquery-tm... | closed | 2023-04-25T03:58:23Z | 2023-04-25T09:04:56Z | https://github.com/robotframework/robotframework/issues/4750 | [
"duplicate"
] | tsrinivas7 | 1 |
horovod/horovod | tensorflow | 3,924 | fatal error: nccl.h: No such file or directory | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet)
2. Framework version:PyTorch
3. Horovod version:0.28.0
4. MPI version:4.0.7
5. CUDA version:11.4
6. NCCL version:2.11.4
7. Python version:3.7
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:7.5
12. CMake versi... | open | 2023-05-13T02:44:33Z | 2023-05-15T16:12:43Z | https://github.com/horovod/horovod/issues/3924 | [
"bug"
] | CoconutSweet999 | 1 |
pallets/flask | python | 4,991 | Issues with flask Blueprint | ### Description of problem
I had catched up a issue with the flask Blueprint. When trying to register a blueprint, using the code (used the documentation as reference):
```
## Flask imports
from flask import Flask, Blueprint
from blueprints import about_blueprint
## Declaration of Flask application
ap... | closed | 2023-02-21T12:20:49Z | 2023-03-08T00:06:18Z | https://github.com/pallets/flask/issues/4991 | [] | mdziczkowski | 4 |
jumpserver/jumpserver | django | 14,675 | [Bug] 工单审批选择指定账号时无可选账号 | ### Product Version
v3.10.16
### Product Edition
- [ ] Community Edition
- [X] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [X] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] Source Code
##... | closed | 2024-12-18T03:56:43Z | 2024-12-19T10:47:14Z | https://github.com/jumpserver/jumpserver/issues/14675 | [
"🐛 Bug",
"✅ Done",
"📦 z~release:v4.5.0",
"📦 z~release:v3.10.17"
] | gerry-f2c | 3 |
apachecn/ailearning | nlp | 430 | 第7章_集成方法 - ApacheCN | http://ailearning.apachecn.org/ml/7.Ensemble/
ApacheCN 专注于优秀项目维护的开源组织 | closed | 2018-08-24T07:09:35Z | 2021-09-07T17:40:17Z | https://github.com/apachecn/ailearning/issues/430 | [
"Gitalk",
"15ffafa1fb605f895ec68fafb4757d58"
] | jiangzhonglian | 0 |
iterative/dvc | machine-learning | 10,258 | run-cache: cache stage runs with no dependencies? | ```yaml
stages:
stage1:
cmd: echo foo > foo
outs:
- foo
```
Let's say, if we have above stage, with no dependencies and an output. When I run it and rerun it again, it says
```console
$ dvc repro
Running stage 'stage1':
> echo foo > foo
Generating lock file 'dvc.lock'
Updating lock file '... | open | 2024-01-27T16:15:05Z | 2024-01-31T16:52:00Z | https://github.com/iterative/dvc/issues/10258 | [
"A: run-cache"
] | skshetry | 7 |
microsoft/unilm | nlp | 1,624 | Textdiffuser-2 : runwayml/stable-diffusion-v1-5 model unavailable | Hello ,
Since the runwayml/stable-diffusion-v1-5 template is not available, do you know which other model I can replace it with and still get good results?
Thanks ! | open | 2024-09-17T08:26:21Z | 2024-09-18T01:46:44Z | https://github.com/microsoft/unilm/issues/1624 | [] | ibou810 | 1 |
ultralytics/yolov5 | deep-learning | 12,617 | Why are targets and labels inconsistent? | ### Search before asking
- [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
When I look at the targets in the code, why is it different from labels?
I closed mosaic... | closed | 2024-01-12T08:46:37Z | 2024-10-20T19:37:01Z | https://github.com/ultralytics/yolov5/issues/12617 | [
"question",
"Stale"
] | WX-yh | 3 |
2noise/ChatTTS | python | 606 | 选择流式模式为啥输出还很慢 | 
| closed | 2024-07-20T05:48:47Z | 2024-07-24T08:54:28Z | https://github.com/2noise/ChatTTS/issues/606 | [
"invalid"
] | peak-coco | 2 |
pytest-dev/pytest-qt | pytest | 92 | assertSignal | I'd like to add a `qtbot.assertSignal` to pytest-qt
/cc @acogneau
# Motivation
Something I need to do regularily is to make sure a given code snippet calls a signal, or doesn't - but I don't want to wait for the signal.
The current way to do that works, but is unpythonic:
``` python
spy = QSignalSpy(foo.signal)
foo... | closed | 2015-09-04T04:41:00Z | 2016-01-06T23:22:29Z | https://github.com/pytest-dev/pytest-qt/issues/92 | [
"enhancement :cool:"
] | The-Compiler | 6 |
mitmproxy/mitmproxy | python | 6,977 | CONTENT MISSING and PROTOCOL_ERROR | #### Problem Description
When fetching some larger files, errors such as **CONTENT MISSING** and **PROTOCOL_ERROR** will occur.
This is a log.
```
127.0.0.1:5760: GET https://game.maj-soul.com/1/v0.10.306.w/lang/scene/Assets/Resource/lobby/beijing_leyuanbaitian.jpg HTTP/2.0
sec-ch-ua: "Not/A)Brand";v="8", "C... | closed | 2024-06-30T11:41:36Z | 2024-09-30T19:33:37Z | https://github.com/mitmproxy/mitmproxy/issues/6977 | [
"kind/triage"
] | void0red | 7 |
mirumee/ariadne | graphql | 1,001 | multipart.File has no MIME type information | Unfortunately, multipart's `File` class seems to have a serious regression compared to cgi's `FieldStorage` class: Where `FieldStorage.type` contained the declared MIME type of the uploaded file (or `None` if not given), `File` does not seem to have this information. This makes is basically impossible to download uploa... | open | 2022-12-21T15:46:30Z | 2023-07-21T10:31:59Z | https://github.com/mirumee/ariadne/issues/1001 | [
"help wanted"
] | srittau | 7 |
ResidentMario/geoplot | matplotlib | 291 | Exporting a KDEPlot as KML | I was wondering if you know of a way to export the KDEPlot as KML so I could view it via Google Earth...? | open | 2024-01-23T14:14:47Z | 2024-01-23T14:14:47Z | https://github.com/ResidentMario/geoplot/issues/291 | [] | eric-g-97477 | 0 |
zappa/Zappa | flask | 954 | (Discussion) Keep using kappa library | The kappa library used for the events sources seems to be have been totally abandoned. The last release is from february 2017...
AWS and Boto3 have a lot new functionalities and it seems that currently we just override the kappa main classes to add those new functionalities when they comes up (e.g the `ExtendedSnsEve... | closed | 2021-03-11T12:29:44Z | 2024-08-17T08:18:48Z | https://github.com/zappa/Zappa/issues/954 | [
"no-activity",
"auto-closed"
] | Yaronn44 | 10 |
mirumee/ariadne | api | 253 | Is Python `multipart` module used anywhere? | I can't find it being imported anywhere in the code. I'm trying to get my Ariadne environment slimmed down as much as possible, so it would be useful to know if it is safe to remove that module. Thanks! | closed | 2019-10-03T19:01:36Z | 2019-11-25T11:29:08Z | https://github.com/mirumee/ariadne/issues/253 | [
"enhancement",
"roadmap",
"dependencies"
] | caladd | 4 |
capitalone/DataProfiler | pandas | 274 | Creating a customized column | Trying to add a customized column (eg: driver_license) in the data profiler library so that the final profiled json contains the customized column (eg: driver_license) with all the usual statistics. Will it be possible to include functionality to make adding a customized column with all the required statistics easier? | open | 2021-06-21T15:49:36Z | 2021-08-31T21:23:41Z | https://github.com/capitalone/DataProfiler/issues/274 | [
"Medium Priority",
"New Feature"
] | simratbhandari2 | 8 |
plotly/dash-table | plotly | 726 | Drag to select range of cells | In the below image when I select cell 1 and drag to cell 2 it also selects range B and C. I only want to select range A like excel.

Also when I want to copy and past the cells all the cells convert to a row a... | open | 2020-04-01T16:39:12Z | 2020-10-24T22:31:39Z | https://github.com/plotly/dash-table/issues/726 | [
"♥ NEEDS SPON$OR"
] | reza1615 | 1 |
sktime/sktime | scikit-learn | 7,523 | [ENH] move `_sk_visual_block` and `visual_block_kind` logic for meta-estimators to `scikit-base` | In https://github.com/sktime/sktime/pull/7233, @mateuszkasprowicz has introduced a neat developer feature where developers of meta-estimators can use the new tag `visual_block_kind` to select serial or parallel display, and has streamlined the extender pattern to ensure html display of meta-estimators.
This pattern ... | open | 2024-12-14T09:52:35Z | 2025-01-27T13:29:27Z | https://github.com/sktime/sktime/issues/7523 | [
"enhancement",
"module:base-framework"
] | fkiraly | 5 |
open-mmlab/mmdetection | pytorch | 11,794 | Assertion Error "assert isinstance(item, IndexType.__args__)" in mmengine in Tutorial | Hej,
I am using
M3 Pro
and have the packages
mmdetection: 3.3.0
mmcv: 2.1.0
mmengine: 0.10.4
torchvision: 0.18.1
torch: 2.3.1
I am running the Tutorial: "MMDet_Tutorial" and in during the training I get an assertion error. I have only changed parts of the tutorial to fit it for CPUs. Does anyone know... | open | 2024-06-14T12:09:42Z | 2024-11-07T14:19:34Z | https://github.com/open-mmlab/mmdetection/issues/11794 | [] | LucaBernecker | 5 |
jupyter/nbgrader | jupyter | 1,883 | Validate button returns Validation failed Cannot check version: TypeError: undefined is not an object (evaluating 't.setAttribute') | JupyterHub is running on k8s cluster and users pods are based on docker image with `FROM quay.io/jupyter/minimal-notebook:hub-4.1.3`
Hub image in helm chart values.yaml is a docker image with `FROM jupyterhub/k8s-hub:3.0.3`
### Operating system
Ubuntu 22.04.2 LTS
### `nbgrader --version`
0.9.1
### `jupyterh... | closed | 2024-05-08T04:58:25Z | 2024-05-13T20:14:28Z | https://github.com/jupyter/nbgrader/issues/1883 | [] | PolinaChubenko | 1 |
laughingman7743/PyAthena | sqlalchemy | 266 | Length-less VARCHAR aren't supported in DDL statements | When one defines a table as follows:
```python
table = Table(
"table_name",
MetaData(),
Column("c", String),
schema=SCHEMA,
awsathena_location="s3://bucket/prefix/table_name",
)
```
And then tries to add in to Athena's catalog with:
```python
table.create(bind=connection)
```
The opera... | closed | 2022-01-16T20:04:45Z | 2022-01-22T14:02:44Z | https://github.com/laughingman7743/PyAthena/issues/266 | [] | cansjt | 1 |
lanpa/tensorboardX | numpy | 9 | Can't add graph with pytorch v0.2 | I tried to run this snippet:
```
import torch
import torch.nn as nn
from torch.autograd import Variable
from datetime import datetime
from tensorboard import SummaryWriter
x = Variable(torch.rand(10, 10), requires_grad=True)
model = nn.Linear(10, 10)
h = model(x)
writer = SummaryWriter('runs/'+dat... | closed | 2017-08-12T16:29:43Z | 2017-12-29T10:42:50Z | https://github.com/lanpa/tensorboardX/issues/9 | [] | miguelvr | 8 |
pydantic/pydantic | pydantic | 11,240 | New JSON validation mode for callables | ### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
When using a `TypeAdapter` on a callable (or using the `@validate_call()`) decorator, v... | closed | 2025-01-08T21:29:21Z | 2025-03-14T15:27:22Z | https://github.com/pydantic/pydantic/issues/11240 | [
"feature request"
] | Viicos | 1 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 214 | Cannot cast ufunc 'multiply' output from dtype('float64') to dtype('uint8') with casting rule 'same_kind' | When I run this library on Windows 10, it throws out the following error:
Running Stage 4: Blending
Traceback (most recent call last):
File "align_warp_back_multiple_dlib.py", line 428, in <module>
blended = blur_blending_cv2(warped_back, blended, backward_mask)
File "align_warp_back_multiple_dlib.py", l... | open | 2021-12-31T20:03:21Z | 2023-06-16T20:02:59Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/214 | [] | tang2087 | 4 |
AutoGPTQ/AutoGPTQ | nlp | 181 | can't install autogptq_cuda when build docker image | I build a image with `auto-gptq`,the Dockerfile simplified like this:
```yaml
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel
RUN pip install --no-cache-dir auto-gptq>=0.2.2
```
it won't install the `autogptq_cuda`,because the `setup.py` install `autogptq_cuda` requires
```python
if BUILD_CUDA_EXT and (t... | open | 2023-06-29T11:52:48Z | 2023-09-04T06:57:11Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/181 | [] | TangoW | 6 |
Johnserf-Seed/TikTokDownload | api | 238 | [bug和需要帮助]解决脚本闪退后遭遇脚本报错,无奈下载exe版本再遇新难题! | **描述出现的错误**
下载源代码后,按照要求修改conf.ini链接后打开TikTokTool.py出现cmd窗口后直接闪退,还原conf.ini后一样闪退。遂怀疑环境问题,卸载重装python重装并勾选添加path后依旧闪退,检查系统环境也没问题,电脑就只有一个python,电脑的环境变量path路径也是正常的python安装路径和python下的Scripts文件夹。

然后用idle打开TikTokTo... | closed | 2022-10-20T12:41:37Z | 2022-10-21T13:41:06Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/238 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | ynct200123 | 13 |
ckan/ckan | api | 8,719 | When displaying a resource with a large numeric ID (MD5SUM), a 500 error is produced | ## CKAN version
2.9 (also in 2.10)
## Describe the bug
A clear and concise description of what the bug is.
For historical reasons, we use MD5SUMS as the ID for our resources. These are 32 character hexadecimal values. Resources are created programatically using CKAN API. We have ONE resource where, by chance, the MD5... | open | 2025-03-13T02:10:47Z | 2025-03-13T13:04:54Z | https://github.com/ckan/ckan/issues/8719 | [] | BrigetteGonch | 0 |
Josh-XT/AGiXT | automation | 505 | Plan to leave beta in v1.2.0 | ### Problem Description
- Desire to leave "Beta" status in the future
- Some functionality in AGiXT is still broken keeping it in beta
- Some features aren't up to my own personal expectations yet, I think I can do better on those and plan to.
### Proposed Solution
## Automated Tests - Done!
- ~Test and con... | closed | 2023-05-28T19:40:49Z | 2023-06-07T18:28:47Z | https://github.com/Josh-XT/AGiXT/issues/505 | [
"planned"
] | Josh-XT | 3 |
mwaskom/seaborn | data-science | 3,197 | Marginal distributions for `heatmap` | `heatmap()` is very useful for confusion matrices and the like, in particular with `annot = True`. Still, it would be nice to be able to see the marginal distributions as well, much like with `jointplot()`. That would allow to assess imbalanced distributions much better. | closed | 2022-12-21T19:44:31Z | 2022-12-21T20:05:37Z | https://github.com/mwaskom/seaborn/issues/3197 | [
"wishlist"
] | hmeine | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,633 | Is the Model Capable of Processing and Maintaining Consistent Output Sizes Across Varied Image Dimensions? | @junyanz @ssnl @AyushExel
So far i know, model can accept the any image size then implement the preprocess step.
can Model handle images of different sizes and generate outputs in the same size? For example, if I throw in a pic that's 256x256 and another that's 500x300, can the model keep the output sizes consi... | closed | 2024-03-11T11:37:18Z | 2024-03-15T17:30:22Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1633 | [] | arrrrr3186 | 6 |
laughingman7743/PyAthena | sqlalchemy | 359 | Change schema names retrieval in SQLAlchemy from information schema to API | https://github.com/laughingman7743/PyAthena/blob/master/pyathena/sqlalchemy_athena.py#L845-L851
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.list_data_catalogs
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.l... | closed | 2022-08-07T08:04:09Z | 2022-08-14T11:49:28Z | https://github.com/laughingman7743/PyAthena/issues/359 | [] | laughingman7743 | 0 |
ading2210/poe-api | graphql | 141 | Server returned a status code of 500 while downloading https://poe.com/api/gql_POST | Exception in thread Thread-6 (get_bot_thread):
Traceback (most recent call last):
File "C:\Users\igovn\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
Exception in thread Exception in thread Thread-9 (get_bot_thread)self.run()
:
Thread-11 (get_bot_thread) File "C:\U... | closed | 2023-07-03T15:59:36Z | 2023-07-04T01:58:17Z | https://github.com/ading2210/poe-api/issues/141 | [
"bug"
] | nextmine | 4 |
mkhorasani/Streamlit-Authenticator | streamlit | 220 | For snowflake we use authenticator='externalbrowser' can this be implemented? | For snowflake we use authenticator='externalbrowser' can this be implemented?
Is there any way to do SSO with Snowflake
https://discuss.streamlit.io/t/streamlit-cloud-snowflake-sso-integration/39269 | closed | 2024-10-07T19:28:39Z | 2024-10-08T07:22:35Z | https://github.com/mkhorasani/Streamlit-Authenticator/issues/220 | [
"help wanted"
] | mahanteshimath | 1 |
horovod/horovod | deep-learning | 3,091 | horovod installation: tensorflow not detected when using intel-tensorflow-avx512. | **Environment:**
1. Framework: TensorFlow
2. Framework version: intel-tensorflow-avx512==2.5.0
3. Horovod version: 0.22.1
4. MPI version: openmpi 4.0.3
5. CUDA version: N/A, cpu only
6. NCCL version: N/A, cpu only
7. Python version: 3.8
10. OS and version: Ubuntu focal
11. GCC version: 9.3.0
12. CMake version... | open | 2021-08-07T07:31:46Z | 2021-08-09T15:37:07Z | https://github.com/horovod/horovod/issues/3091 | [
"bug"
] | myoung3 | 4 |
mlfoundations/open_clip | computer-vision | 394 | seems a typo brought by the recent commit | ERROR: type should be string, got "https://github.com/mlfoundations/open_clip/blob/191d138296d6749396b2b15e5c3c9459b05e65b3/src/training/main.py#L88\r\n\r\nshould be `\"%Y_%m_%d-%H_%M_%S\"` without the ``\"`\"`` character." | closed | 2023-01-30T09:37:59Z | 2023-01-30T17:17:10Z | https://github.com/mlfoundations/open_clip/issues/394 | [] | wjfwzzc | 0 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 686 | InfoNCE of pre-defined anchor, positive and negative pairs |
To begin with, I appreciate the tremendous amount of work that has been put into this repo! I have a question about using [InfoNCE](https://arxiv.org/pdf/1807.03748.pdf) loss.
I have a pre-defined anchor (Nxd) , one positive (Nxd), and multiple negatives (NxMxd), where N is the number of triplets in the batch, d ... | closed | 2024-02-29T20:04:17Z | 2024-03-06T17:21:29Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/686 | [] | alaaj27 | 1 |
python-visualization/folium | data-visualization | 1,363 | difference in function and argument naming convention from Javascript API | It seems that the naming conventions of both function name and argument name are different from Javascript API.
Using draw-circle function as an example, on function names:
In Javascript API (see https://leafletjs.com/reference-1.6.0.html#circle ), the function is
`L.circle([50.5, 30.5], {radius: 200}).addTo(ma... | closed | 2020-07-02T02:31:14Z | 2022-11-23T13:53:53Z | https://github.com/python-visualization/folium/issues/1363 | [] | xuancong84 | 3 |
graphql-python/graphene-django | django | 1,448 | SyntaxError When Trying to Run Django Project with Graphene | Hello,
I am currently working on a large Django project that utilizes the Graphene framework to implement GraphQL in the application. I've encountered an issue while attempting to run the project, where a SyntaxError is raised, pointing to the `graphene_django/__init__.py` file on line 1.
Error message:
```
Synta... | closed | 2023-08-09T19:30:01Z | 2023-08-09T22:52:12Z | https://github.com/graphql-python/graphene-django/issues/1448 | [] | faresemad | 2 |
keras-team/keras | data-science | 20,830 | AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'LocallyConnected1D' | AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'LocallyConnected1D'

| closed | 2025-01-31T06:13:11Z | 2025-03-01T02:07:46Z | https://github.com/keras-team/keras/issues/20830 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | dongloong | 3 |
noirbizarre/flask-restplus | flask | 132 | hosting behind nginx proxy error | I have the Api docs working perfectly locally but when I host with nginx I get this error:
Can't read from server. It may not have the appropriate access-control-origin settings.
I have enabled CORS on /doc/ in nginx. Any ideas? Is there a way to set the url? For prod environment, @noirbizarre is there a way to specif... | closed | 2016-02-03T01:30:52Z | 2020-10-07T18:06:01Z | https://github.com/noirbizarre/flask-restplus/issues/132 | [] | harishkashyap | 11 |
HIT-SCIR/ltp | nlp | 696 | 关于4.2.13版本的依存句法分析 | 请问4.2.13版本的依存句法分析的结果为什么只有head和label,没有relation部分?这样对于分析和结果存储而言很不方便。

在[4.1.4版本文档](https://ltp.readthedocs.io/zh-cn/latest/index.html)中这个功能尚且保有,请问4.2的“破坏性更新”没有更新这个功能吗?
麻烦提供一些可能的解决方案,谢谢! | open | 2024-05-11T08:53:06Z | 2024-05-11T08:53:06Z | https://github.com/HIT-SCIR/ltp/issues/696 | [] | hezonglianheng | 0 |
PaddlePaddle/ERNIE | nlp | 466 | Cuda error(77), an illegal memory access was encountered. | `140it [03:24, 1.25s/it]train loss 0.00011
150it [03:39, 1.63s/it]train loss 0.00007
160it [03:55, 1.49s/it]train loss 0.00009
166it [04:03, 1.33s/it]Traceback (most recent call last):
File "es.py", line 85, in <module>
opt.minimize(loss)
File "</usr/local/lib/python3.6/site-packages/decorator.py:deco... | closed | 2020-05-26T01:11:43Z | 2021-03-23T19:29:19Z | https://github.com/PaddlePaddle/ERNIE/issues/466 | [] | jtyoui | 7 |
errbotio/errbot | automation | 1,372 | documentation website is broken | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [x] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | closed | 2019-08-05T12:07:29Z | 2019-08-10T01:16:46Z | https://github.com/errbotio/errbot/issues/1372 | [
"type: bug",
"type: documentation"
] | rparsonsbb | 2 |
Yorko/mlcourse.ai | matplotlib | 756 | Proofread topic 5 | - Fix issues
- Fix typos
- Correct the translation where needed
- Add images where necessary | closed | 2023-10-24T07:41:21Z | 2024-08-25T07:50:33Z | https://github.com/Yorko/mlcourse.ai/issues/756 | [
"enhancement",
"wontfix",
"articles"
] | Yorko | 1 |
vllm-project/vllm | pytorch | 14,399 | [Bug]: stop_sequences is applied to both reasoning_content and content | ### Your current environment
<details>
<summary>The output of `python collect_env.py`</summary>
```text
Your output of `python collect_env.py` here
```
</details>
### 🐛 Describe the bug
I'm using v0.7.3 with QwQ 32B.
It looks like vllm uses stop_sequences to truncate both reasoning_content and content.
If vllm t... | open | 2025-03-07T02:31:02Z | 2025-03-21T01:40:13Z | https://github.com/vllm-project/vllm/issues/14399 | [
"bug"
] | tonyaw | 5 |
pallets-eco/flask-sqlalchemy | flask | 992 | Using dataclass with declarative | The SQL-Alchemy docs [show an example](https://docs.sqlalchemy.org/en/14/orm/mapping_styles.html#example-two-dataclasses-with-declarative-table) to map a dataclass to a table using:
```Python
from dataclasses import dataclass
from dataclasses import field
from sqlalchemy import Column
from sqlalchemy import In... | closed | 2021-08-19T15:20:41Z | 2021-12-26T00:09:37Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/992 | [] | jonathanberthias | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,664 | inference of a single image (help) | I have trained a cycleGan model using ```!python train.py --dataroot /content/drive/MyDrive/project/dataset --name F2F --model cycle_gan --display_id -1 ```
To infer set of images from a folder i used
```
opt = TestOptions()
#defined options occurs here
dataset = create_dataset(opt)
Initialize the model
... | open | 2024-06-25T21:00:42Z | 2024-06-25T21:09:13Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1664 | [] | themoshe12 | 1 |
RomelTorres/alpha_vantage | pandas | 33 | get_digital_currency_daily() market = USD | One small issue using "get_digital_currency_daily()". The result is returned in two currencies, market and USD, OK. But if I set the market to USD I get duplicate Pandas labels.
So indexing a row ( row['. close (USD)'] ) results in a two element series for USD, and a scalar for other markets.
The duplicate data c... | closed | 2017-12-12T17:31:22Z | 2018-01-06T23:16:10Z | https://github.com/RomelTorres/alpha_vantage/issues/33 | [
"bug"
] | RobertFlatt | 4 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 3 | Feature request to support AV1 RTMP | Support AV1 RTMP streaming | closed | 2019-04-15T06:26:33Z | 2019-12-25T06:08:14Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/3 | [
"enhancement"
] | czhou26 | 0 |
AirtestProject/Airtest | automation | 716 | MacOS airtest1.2.3图像识别rgb选项不起作用 | (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。)
**(重要!问题分类)**
* 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues
* 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues
* 图像识别、设备控制相关问题 -> 按下面的步骤
**描述问题bug**
一个控件中内容是一模一样的只有颜色不相同,于是我翻开教程,查到了rgb设置为True可以区分颜色。但是当我把rgb选项开启后,依然对... | open | 2020-04-07T09:42:09Z | 2020-07-08T09:49:53Z | https://github.com/AirtestProject/Airtest/issues/716 | [] | wxhou | 6 |
proplot-dev/proplot | data-visualization | 82 | Adding cyclic point feature | I will address the same issue as for **Cartopy** (https://github.com/SciTools/cartopy/issues/1402). I would find extremely useful to have an automatic behavior of adding a **cyclic point** when needed, or at least add an option when doing a plot.
Here is an example of what I mean (data: [ens_avg_snow.zip](https://g... | closed | 2019-12-04T16:27:00Z | 2021-06-28T23:34:14Z | https://github.com/proplot-dev/proplot/issues/82 | [
"support"
] | mickaellalande | 13 |
plotly/dash | plotly | 2,490 | Fixed headers in table modify conditional column width | **Describe your context**
```
dash 2.7.1
dash-bootstrap-components 1.2.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-mantine-components 0.11.0
dash-table 5.0.0
```
**Describe the bug**
Fixing the headers of a table modifies the height of the t... | open | 2023-03-31T14:49:33Z | 2024-08-13T19:29:52Z | https://github.com/plotly/dash/issues/2490 | [
"bug",
"dash-data-table",
"P3"
] | celia-lm | 2 |
pydantic/FastUI | pydantic | 366 | Add support for file links | Hi! We're looking to adopt FastUI for better experience of using and testing our backend web services. It's going down well here so far, so thanks for the great work.
As I see it, there are two kinds of link component FastUI supports:
1. links to routes defined within the application, with addresses with respect ... | closed | 2024-11-13T21:16:16Z | 2024-11-16T14:50:23Z | https://github.com/pydantic/FastUI/issues/366 | [] | JamesRamsden-Naimuri | 2 |
piskvorky/gensim | nlp | 3,166 | LSI gets stuck and connection to Jupyter is lost | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2021-06-06T17:42:02Z | 2021-06-06T20:20:59Z | https://github.com/piskvorky/gensim/issues/3166 | [] | raffaem | 3 |
ipython/ipython | data-science | 14,775 | Release and unpin matplotlib-inline | open | 2025-02-23T18:11:36Z | 2025-02-23T18:11:36Z | https://github.com/ipython/ipython/issues/14775 | [] | Carreau | 0 | |
OpenInterpreter/open-interpreter | python | 1,537 | Bonkers | ### Describe the bug
"Open Interpreter overcomes these limitations by running in your local environment. It has full access to the internet, isn't restricted by time or file size, and can utilize any package or library.
This combines the power of GPT-4's Code Interpreter with the flexibility of your local developme... | closed | 2024-11-25T07:52:52Z | 2024-11-25T14:50:31Z | https://github.com/OpenInterpreter/open-interpreter/issues/1537 | [] | Wokemup | 0 |
oegedijk/explainerdashboard | dash | 243 | Does dtreeviz lib update of API for 2.0 release affect explainerdashboard? | Hi @oegedijk, @tlapusan and I are creating a big change to the API for dtreeviz, although we hope it is backwards compatible. Regardless, you will start to get deprecation warnings if you pull in dtreeviz 2.0 (coming out shortly). The current dev branch is the following if you'd like to take a look:
https://github.c... | closed | 2022-12-26T22:30:50Z | 2023-02-12T12:47:35Z | https://github.com/oegedijk/explainerdashboard/issues/243 | [] | parrt | 18 |
koaning/scikit-lego | scikit-learn | 479 | [FEATURE] Alternative Scoring and Threshold Adjustment for sklego.meta.ZeroInflatedRegressor |
I have been doing some experimentation with the Meta Model sklego.meta.ZeroInflatedRegressor
One of the key things I need to do is adjust the probability threshold at which a prediction is considered to be Zero or Non-Zero. This is critical because it allows me to calibrate the number of zeros output.
In additi... | closed | 2021-08-27T10:20:07Z | 2022-08-02T06:06:21Z | https://github.com/koaning/scikit-lego/issues/479 | [
"enhancement"
] | john-hawkins | 11 |
fastapi/sqlmodel | sqlalchemy | 360 | Joining b/w two tables | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2022-06-09T12:41:36Z | 2022-06-10T04:39:03Z | https://github.com/fastapi/sqlmodel/issues/360 | [
"question"
] | israr96418 | 2 |
open-mmlab/mmdetection | pytorch | 11,570 | grounding dino swin large finetune error | I have prepared my own data set according to the steps of 'Example of Fine-tuning Custom Dataset' in the [https://github.com/open-mmlab/mmdetection/blob/main/configs/mm_grounding_dino/usage_zh-CN.md#%E8%87%AA%E5%AE%9A%E4%B9%89%E6%95%B0%E6%8D%AE%E9%9B%86%E5%BE%AE%E8%B0%83%E8%AE%AD%E7%BB%83%E6%A1%88%E4%BE%8B](url), and t... | open | 2024-03-20T01:43:28Z | 2024-10-25T10:38:08Z | https://github.com/open-mmlab/mmdetection/issues/11570 | [] | JeremyLin886 | 7 |
taverntesting/tavern | pytest | 488 | why ModuleNotFoundError: No module named ? | test_XX.tavern.yaml
- name: lalal
request:
url: http://10.11.115.116:8080//next
method: GET
response:
status_code: 200
body:
remoteIp: 10.23.133.116
save:
$ext:
function: myalan:test_function
myalan.py
from box import Box
def tes... | closed | 2019-11-26T10:02:51Z | 2019-11-29T09:35:58Z | https://github.com/taverntesting/tavern/issues/488 | [] | sktt0211 | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 341 | No module named 'tensorflow.contrib' | I have successfully installed Tensorflow but this library which is not in use anymore "contrib" prevents me from running demo_cli.py
```
I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
Traceback (most recent call last):
File "demo_cli.py", lin... | closed | 2020-05-12T10:12:42Z | 2020-07-04T14:52:01Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/341 | [] | AndrejHatzi | 5 |
proplot-dev/proplot | matplotlib | 170 | Show decimal places and scientific notation on the axis | ### Description
When the number is large, matplotlib will use `e` notation automatically. But, we usually use `x10^{}` in science paper.
### Steps to reproduce
```python
import proplot as plot
import numpy as np
state = np.random.RandomState(51423)
fig, axs = plot.subplots()
axs.format(ylim=(0, 5e10), y... | closed | 2020-05-16T12:53:50Z | 2020-05-21T05:00:59Z | https://github.com/proplot-dev/proplot/issues/170 | [
"feature"
] | zxdawn | 6 |
ray-project/ray | tensorflow | 51,242 | [Serve] Detailed Analysis of Errors Related to 'Ray does not allocate any GPUs on the driver node' && 'No CUDA GPUs are available' | ### What happened + What you expected to happen
When deploying platforms based on the Ray framework, such as Ray Serve and Ray LLM, together with vLLM's OpenAI server, the errors "No CUDA GPUs are available" or "Ray does not allocate any GPUs on the driver node" have become recurring issues.
In this issue, I will prov... | open | 2025-03-11T11:58:54Z | 2025-03-14T20:20:45Z | https://github.com/ray-project/ray/issues/51242 | [
"bug",
"serve",
"llm"
] | huiyeruzhou | 5 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,033 | No such file or directory: 'encoder/encoder.pt' |
---------------# Initializing all the encoder libraries
from IPython.display import Audio
from IPython.utils import io
from synthesizer.inference import Synthesizer
from encoder import inference as encoder
from vocoder import inference as vocoder
from pathlib import Path
import numpy as np
import librosa
enc... | closed | 2022-03-04T07:41:07Z | 2022-03-27T15:17:54Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1033 | [] | AntonTRX | 1 |
ets-labs/python-dependency-injector | flask | 383 | Check if required container dependencies are provided, aka containers.check_dependencies(instance) | Need to implement a checker of container required dependencies.
Ok -- very good. Yes -- I was already trying to do what you suggested with overrides. Now with the defaults on the individual Dependency its cleaner. Checking dependencies would be nice, but I guess that by design you are able to provide them "increment... | closed | 2021-01-30T00:19:51Z | 2021-02-15T19:23:28Z | https://github.com/ets-labs/python-dependency-injector/issues/383 | [
"feature"
] | rmk135 | 2 |
litestar-org/litestar | asyncio | 3,636 | Docs: status_code for handlers is incorrect | ### Summary
Documentation for handler states:
* status_code: An http status code for the response. Defaults to ``200`` for mixed method or ``GET``, ``PUT`` and
``PATCH``, ``201`` for ``POST`` and ``204`` for ``DELETE``.
However, the code is implemented as:
```python
def get_default_status... | closed | 2024-07-19T15:34:30Z | 2025-03-20T15:54:49Z | https://github.com/litestar-org/litestar/issues/3636 | [
"Documentation :books:",
"Help Wanted :sos:"
] | ptallada | 4 |
huggingface/datasets | pytorch | 7,065 | Cannot get item after loading from disk and then converting to iterable. | ### Describe the bug
The dataset generated from local file works fine.
```py
root = "/home/data/train"
file_list1 = glob(os.path.join(root, "*part1.flac"))
file_list2 = glob(os.path.join(root, "*part2.flac"))
ds = (
Dataset.from_dict({"part1": file_list1, "part2": file_list2})
.cast_column("part1", Au... | open | 2024-07-23T09:37:56Z | 2024-07-23T09:37:56Z | https://github.com/huggingface/datasets/issues/7065 | [] | happyTonakai | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,289 | Why can't launch the GPU? | Thanks for your project! I made the config following your steps, and trained the cyclegan by runing the train.py file. But I find that the project seems run on CPU, rather than using my GPU. Do you have any suggestions? | closed | 2021-06-16T10:07:05Z | 2021-07-13T20:46:24Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1289 | [] | BiQiWHU | 2 |
microsoft/nni | pytorch | 5,622 | `from nni.nas import model_context` not working + NasExperimentConfig `use_active_gpu=True` wierd behaviour | **Describe the issue**:
I upgraded to the lastest NNI version and `from nni.nas import model_context` is not working.
Additionally, regarding NasExperiment, should I use `start` or `run` to launch an experiment?
**Environment**:
- NNI version: 3.0rc1
- Training service (local|remote|pai|aml|etc): local
... | open | 2023-06-28T14:11:35Z | 2023-07-04T16:51:48Z | https://github.com/microsoft/nni/issues/5622 | [] | sw33zy | 8 |
MaartenGr/BERTopic | nlp | 1,373 | Getting distance to center of cluster to use as a proxy for confidence | I'd like to output a confidence metric per document corresponding to its embedding's distance from the cluster center. So if a document's embedding was close to the cluster center it would have a high confidence score for example.
For KMeans I'd want to calculate this distances using code similar to [this](https://s... | closed | 2023-06-28T16:19:42Z | 2023-09-27T09:10:37Z | https://github.com/MaartenGr/BERTopic/issues/1373 | [] | ronykrell | 3 |
kiwicom/pytest-recording | pytest | 13 | Fuzzy cassettes | For unhappy path testing, there could be an extra parameter that will mutate recorded cassettes.
Use cases:
- Check how the app will work if the format of responses will change
- Validate error handling
Possible fuzzes:
- Mutate response body. JSON - add/remove fields in objects / lists. Change values. Make JSO... | open | 2019-08-09T08:16:36Z | 2020-09-27T10:15:26Z | https://github.com/kiwicom/pytest-recording/issues/13 | [] | Stranger6667 | 1 |
JaidedAI/EasyOCR | deep-learning | 471 | How to use Transformer model for recognition? | Hi ,
I wanted to use EasyOcr for my use case. Can you help me to use Transformer model for recognition? As I saw a line of code in the description i.e reader = easyocr.Reader(['en'], detection='DB', recognition = 'Transformer') | closed | 2021-06-24T15:44:07Z | 2021-06-24T20:45:35Z | https://github.com/JaidedAI/EasyOCR/issues/471 | [] | karndeepsingh | 1 |
modoboa/modoboa | django | 2,731 | DKIM show key in 2.0.3 does not show the raw key | DKIM key in old admin interface shows both BIND and RAW versions of the DKIM key
The new admin interface only shows the BIND variety, which is not helpful for hosted DNS
| closed | 2023-01-01T14:33:00Z | 2023-01-02T22:38:45Z | https://github.com/modoboa/modoboa/issues/2731 | [
"feedback-needed"
] | olaf7 | 2 |
python-visualization/folium | data-visualization | 1,124 | Notebook code tests fail on Travis | @ocefpaf the notebook code tests are failing on Travis and I can't figure out why, can you help?
Here is the error message from Travis:
```
0.28s$ if [[ $TRAVIS_JOB_NAME == 'notebooks-code' ]]; then pytest --nbval-lax -p no:python /tmp/examples ; fi
Traceback (most recent call last):
File "/home/travis/minic... | closed | 2019-04-07T10:00:00Z | 2019-04-07T16:42:53Z | https://github.com/python-visualization/folium/issues/1124 | [
"bug",
"tests"
] | Conengmo | 3 |
quokkaproject/quokka | flask | 227 | https://github.com/citruspi/Flask-Analytics | https://github.com/citruspi/Flask-Analytics
| closed | 2015-07-08T18:02:42Z | 2018-02-06T13:46:16Z | https://github.com/quokkaproject/quokka/issues/227 | [
"enhancement",
"EASY",
"ready"
] | rochacbruno | 0 |
developmentseed/lonboard | jupyter | 690 | [BUG] `apply_continuous_cmap` mutates the column it operates on | ## Context
Maybe I'm doing something dumb, but it looks like `apply_continuous_cmap` mutates the column it is operating on, when I would expect it to leave it unchanged. See the example notebook here:
https://gist.github.com/ajfriend/40b0d5a2b8d7ea02fa8f35574aab65b7
This only seems to happen on pandas Series, ... | closed | 2024-10-21T01:03:35Z | 2024-10-21T15:43:14Z | https://github.com/developmentseed/lonboard/issues/690 | [
"bug"
] | ajfriend | 4 |
vitalik/django-ninja | rest-api | 362 | [BUG] Unexpected default router operation auth if api auth set, but router auth set to None | If a NinjaAPI instance has `auth=[something]`, but a router instance attached to this api has `auth=None`, then I'd expect the default auth for that router's operations to be None. | closed | 2022-02-15T21:42:01Z | 2025-03-22T19:03:10Z | https://github.com/vitalik/django-ninja/issues/362 | [] | SmileyChris | 0 |
widgetti/solara | jupyter | 725 | Check hook rules for list, dict and set comprehension | Extend #706 with disallowing `[solara.use_state() for i in range(N)]` | open | 2024-08-01T10:14:09Z | 2024-08-01T10:14:09Z | https://github.com/widgetti/solara/issues/725 | [
"good first issue",
"footgun"
] | maartenbreddels | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.