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
Gozargah/Marzban
api
1,320
Errors in latest dev version
When I try to search a user in the panel, if there are multiple instances only 10 of them will show and I get this error in logs. ![image](https://github.com/user-attachments/assets/07649ebc-e5d9-4d5d-8306-e22b05e304e6) also this error appears in the logs when some user ( I do not know which ) updates his subs...
closed
2024-09-17T12:24:24Z
2024-09-19T13:00:28Z
https://github.com/Gozargah/Marzban/issues/1320
[ "Question" ]
mhmdh94
1
biolab/orange3
data-visualization
6,837
qt.svg: Cannot open file '<local path>/canvas_icons:/Dropdown.svg'
When trying to run the env with "python -m Orange.canvas", this alert arises: qt.svg: Cannot open file '<local path>/canvas_icons:/Dropdown.svg', because: La sintassi del nome del file, della directory o del volume non ? corretta. (in english: file name syntax, directory or volume is wrong) <!-- Tha...
closed
2024-06-17T09:18:54Z
2024-08-30T08:02:45Z
https://github.com/biolab/orange3/issues/6837
[ "bug" ]
Alex72RM
3
satwikkansal/wtfpython
python
348
Generate Jupyter notebooks for all translations
After #343 is done and translations are synced with base repo, translation maintainers shall generate `Jyputer` notebook
open
2024-10-16T08:04:27Z
2024-10-16T08:04:27Z
https://github.com/satwikkansal/wtfpython/issues/348
[]
nifadyev
0
huggingface/transformers
pytorch
36,290
past_key_value(s) name inconsistency causing problems
### System Info - `transformers` version: 4.50.0.dev0 - Platform: Linux-6.4.3-0_fbk14_zion_2601_gcd42476b84e9-x86_64-with-glibc2.34 - Python version: 3.12.9 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.4.0 - Accelerate config: not found - DeepSpeed version: not installed - ...
open
2025-02-19T22:03:42Z
2025-03-22T08:03:05Z
https://github.com/huggingface/transformers/issues/36290
[ "bug" ]
HDCharles
1
akfamily/akshare
data-science
5,941
AKShare 接口问题报告 - stock_board_industry_index_ths
已经升级到了AKShare最新版:akshare 1.16.58 Python版本:Python 3.12.8 操作系统:Mac 14.6.1 报错接口:stock_board_industry_index_ths 问题描述: 通过stock_board_concept_name_ths获得同花顺的概念板块列表, 然后通过stock_board_industry_index_ths获得板块指数,发现大部分的板块都无法正常获取 代码如下: ``` import akshare as ak sklist = ak.stock_board_concept_name_ths() print(sklist) s...
closed
2025-03-21T01:26:21Z
2025-03-21T10:07:47Z
https://github.com/akfamily/akshare/issues/5941
[ "bug" ]
1eez
2
HumanSignal/labelImg
deep-learning
261
Licensing?
While working on a feature for https://github.com/wkentaro/labelme, I (accidentally) copied a line of code from that project into a Google Search. It seems that there's quite some overlap between the code of wkentaro's labelme project and the code in this project. After some more reading, I found that wkentaro's lab...
open
2018-03-24T22:37:35Z
2018-03-24T22:37:35Z
https://github.com/HumanSignal/labelImg/issues/261
[]
mbuijs
0
kaliiiiiiiiii/Selenium-Driverless
web-scraping
132
(selenium-driverless 1.7)await driver.find_element(By.XPATH,'xxx') : Unable to find element
closed
2023-12-16T17:57:03Z
2023-12-16T18:01:28Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/132
[]
User-Clb
1
numba/numba
numpy
9,886
numba jit: "Type of variable <varname>.2 cannot be determined" for a fully specified variable.
# Bug report ### Bug description: I have several functions that work fine with jit and njit. All variables are explicitly typed, such as ```python def afun(parm1:int, parm2:int)->list[int]: varname:int=3 listname:list[int]=[0] ``` In one function, the jit complains about a variable as having an undete...
open
2025-01-06T15:58:31Z
2025-02-14T01:57:27Z
https://github.com/numba/numba/issues/9886
[ "more info needed", "stale" ]
dakra137
3
pydantic/pydantic
pydantic
10,443
Schema generation error when serialization schema holds a reference
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The following code currently raises: ```python from typing import Annotated from pydantic import BaseModel, PlainSerializer class Sub(BaseModel): pass class Model(BaseModel): sub: Annotated[ Sub, Pl...
closed
2024-09-19T07:32:28Z
2024-09-19T13:42:42Z
https://github.com/pydantic/pydantic/issues/10443
[ "bug V2" ]
Viicos
0
microsoft/nni
deep-learning
5,224
AttributeError: 'torch._C.Node' object has no attribute 'schema'
I use the tool to try to prue my model such as (https://github.com/microsoft/nni/blob/dab51f799f77aa72c18774faffaedf8d0ee2c977/examples/model_compress/pruning/admm_pruning_torch.py) I only change the model(with restnet) and the dataloader: But now there is some problem when I use ModelSpeedup File "<ipython-input-...
closed
2022-11-11T14:10:09Z
2022-12-05T02:38:01Z
https://github.com/microsoft/nni/issues/5224
[]
sunpeil
3
huggingface/transformers
pytorch
36,025
HIGGS Quantization not working properly
### System Info **Environment** ``` - `transformers` version: 4.48.2 - Platform: Linux-5.4.210-39.1.pagevecsize-x86_64-with-glibc2.27 - Python version: 3.11.10 - Huggingface_hub version: 0.26.2 - Safetensors version: 0.4.5 - Accelerate version: 1.1.1 - Accelerate config: not found - PyTorch version (GPU?): 2.4.0+cu...
closed
2025-02-04T08:55:00Z
2025-02-19T05:35:52Z
https://github.com/huggingface/transformers/issues/36025
[ "bug" ]
Godofnothing
3
ipython/ipython
jupyter
14,377
Not properly detecting IPython usage inside virtualenvs created via `uv venv`
I used the [`uv`](https://pypi.org/project/uv/) tool to create my venv and also to install ipython into it (via `uv pip install ipython`). When starting ipython I see the following warning: ``` C:\Users\jburnett1\Code\coordinates data analysis\.venv\Lib\site-packages\IPython\core\interactiveshell.py:937: UserWarnin...
open
2024-03-28T14:18:37Z
2024-07-26T07:26:44Z
https://github.com/ipython/ipython/issues/14377
[]
joshburnett
2
coqui-ai/TTS
deep-learning
2,649
[Bug]
### Describe the bug Cannot find speaker file when using local nl models ### To Reproduce 1. download the nl model files 2. Run the code: ``` tts = TTS(model_path = <"model_path">, config_path =<"config_path">, vocoder_path = None, vocoder_config_path = None, ...
closed
2023-06-02T15:26:29Z
2023-06-05T08:00:42Z
https://github.com/coqui-ai/TTS/issues/2649
[ "bug" ]
SophieDC98
1
pallets/flask
flask
5,004
Flask routes to return domain/sub-domains information
Currently when checking **flask routes** it provides all routes but **it is no way to see which routes are assigned to which subdomain**. **Default server name:** SERVER_NAME: 'test.local' **Domains (sub-domains):** test.test.local admin.test.local test.local **Adding blueprints:** app.register_blueprint(...
closed
2023-02-26T17:25:08Z
2023-04-29T00:05:02Z
https://github.com/pallets/flask/issues/5004
[ "cli" ]
rimvislt
0
gradio-app/gradio
python
9,959
gr.File should add .html extension to URLs if possible
### Describe the bug When using gr.File, the file uploaded keeps its extension. However, when using a URL like `https://liquipedia.net/starcraft2/Adept`, the file saved in the cache has no extension. This is technically correct. However, since it's HTML being downloaded, it should really save with the `.html` extensio...
closed
2024-11-14T14:10:07Z
2024-12-25T20:46:28Z
https://github.com/gradio-app/gradio/issues/9959
[ "enhancement", "needs designing" ]
JohnDuncanScott
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
747
PATH ISSUE module note recognized after installation
Hello I am so far doing good with the installation but finally when ready to start it, I receive the error D:\Real Time Voice Cloning - Copy\Real-Time-Voice-Cloning-master>python demo_toolbox.py Traceback (most recent call last): File "demo_toolbox.py", line 2, in <module> from toolbox import Toolbox Fil...
closed
2021-04-28T21:53:03Z
2021-05-04T17:20:36Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/747
[]
PsychoJack88
1
miguelgrinberg/python-socketio
asyncio
558
unable to stream saved videos from client to server
I can send my live video feed from client to server but when I am streaming the saved video stream I am unable to send it. It shows a segmentation fault. Given below is my code ```python from flask import Flask, render_template, request import socketio from time import sleep import cv2 import json import ba...
closed
2020-11-02T13:14:02Z
2020-11-03T05:19:26Z
https://github.com/miguelgrinberg/python-socketio/issues/558
[ "question" ]
AhmedBhati
2
dmlc/gluon-nlp
numpy
1,094
Add length normalized loss metrics in API
## Description In typical machine translation tasks, training/validation metric loss is computed using some loss function normalized by the length of target sequence. For example, in `train_gnmt.py`, the metric is computed with the following code: ```python loss = loss_function(out, tgt_seq[:, 1:], tgt_valid_lengt...
closed
2020-01-06T07:18:17Z
2020-01-22T06:55:49Z
https://github.com/dmlc/gluon-nlp/issues/1094
[ "enhancement" ]
liuzh47
0
napari/napari
numpy
7,329
napari freeze - QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
### 🐛 Bug Report when starting napari I get a frozen napari window displaying the terminal and the following error : ``` (napari) biop@c79840740ddb:~$ napari WARNING: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-biop' 08:49:29 : WARNING : MainThread : QStandardPaths: XDG_RUNTIME_DIR n...
closed
2024-10-11T13:55:28Z
2025-03-10T09:54:12Z
https://github.com/napari/napari/issues/7329
[ "bug" ]
romainGuiet
10
sunscrapers/djoser
rest-api
243
Changing Email Templates and Functionality
I was unable to change the email templates for Activation, Confirmation, or PasswordReset email. I wanted to add more to the context like a url with a url scheme for an app (not just http:// or https://). I created a pull request #242 but if there is another way to do this currently, it would be much appreciated. I ...
closed
2017-11-01T13:13:22Z
2017-11-05T01:41:30Z
https://github.com/sunscrapers/djoser/issues/243
[]
hammadzz
4
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,185
Add support for Ubuntu Jammy Jellyfish (22.04)
This ticket is to extend support to [Ubuntu Jammy Jellyfish (22.04)](https://ubuntu.com/about/release-cycle) now in beta stage and for which release date is due to April 21, 2022.
closed
2022-02-28T14:43:44Z
2022-08-24T07:27:05Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3185
[ "C: Packaging" ]
evilaliv3
0
encode/uvicorn
asyncio
1,851
Route identification problem with pyinstaller
fastapi 0.89.1 uvicorn[standard] 0.20.0 (it did not happed on 0.17.6) python 3.11.1 pyinstaller 5.7.0 This promble only happens when i use pyinstaller package the program with version 0.20.0,and when i reduce program version to 0.17.6,it fix. ![image](https://user-images.githubusercontent.com/50483907/215272465-...
closed
2023-01-28T14:40:42Z
2023-01-28T21:05:42Z
https://github.com/encode/uvicorn/issues/1851
[]
wxh0402
0
akfamily/akshare
data-science
5,620
AKShare 接口问题报告 | AKShare Interface Issue Report
> 欢迎加入《数据科学实战》知识星球,交流财经数据与量化投资相关内容 | > Welcome to join "Data Science in Practice" Knowledge > Community for discussions on financial data and quantitative investment. > > 详细信息参考 | For detailed information, please visit::https://akshare.akfamily.xyz/learn.html ## 前提 | Prerequisites 遇到任何问题,请先将您的 AKShare 版本升级到**最新版**,可以...
closed
2025-02-16T05:43:44Z
2025-02-16T09:32:27Z
https://github.com/akfamily/akshare/issues/5620
[ "bug" ]
cnfaxian
1
vimalloc/flask-jwt-extended
flask
280
flask_restplus and setting cookies
I'm using `Flask_RESTPlus` and I'm trying to set JWT cookies but looks like `flask_restplus` don't allow to return a `jsonify object` and I can't set the cookies in the response. ``` @api.route('/sign-in') class SignInResource(Resource): def post(self): username_or_email = request.json.get('usernam...
closed
2019-10-17T07:59:22Z
2019-10-17T14:52:17Z
https://github.com/vimalloc/flask-jwt-extended/issues/280
[]
psdon
2
zappa/Zappa
django
928
[Migrated] Is it possible to not include the slug in the function name?
Originally from: https://github.com/Miserlou/Zappa/issues/2194 by [buckmaxwell](https://github.com/buckmaxwell) <!--- Provide a general summary of the issue in the Title above --> ## Context Is it possible to not include the slug in the function name? Ie, change default function name from `<project-name>-<stage-na...
closed
2021-02-20T13:24:39Z
2024-04-13T19:36:45Z
https://github.com/zappa/Zappa/issues/928
[ "no-activity", "auto-closed" ]
jneves
2
yihong0618/running_page
data-visualization
558
设置`IGNORE_BEFORE_SAVING=1`后`gen_svg.py`报错
看了下代码,应该是 `run_page/gpxtrackposter/track.py`中`load_from_db`函数的问题。blame下,是在这个[commit](https://github.com/yihong0618/running_page/commit/f17a3e694a2ba102a218efc16e21a8cf83f0053b#diff-ea1ab7ec71fbeb34ad5d08163ac064c11b28e4ccbe97f75b1a876015aac51a8e)引入的。 未设置该环境变量时,不会触发bug。设置该变量,则导致`summary_polyline`发生未定义先引用错误。 按照我的理解...
closed
2023-12-02T13:31:06Z
2023-12-02T14:18:51Z
https://github.com/yihong0618/running_page/issues/558
[]
conanyangqun
4
ivy-llc/ivy
pytorch
28,627
Fix Frontend Failing Test: tensorflow - activations.tensorflow.keras.activations.relu
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-03-17T23:57:00Z
2024-03-25T12:47:11Z
https://github.com/ivy-llc/ivy/issues/28627
[ "Sub Task" ]
ZJay07
0
kizniche/Mycodo
automation
950
Python 3 code input not storing measurements after upgrading to 8.9.1
### Issue Summary A Python 3 code input that was successfully running in Mycodo 8.8.8 without issues is now not storing measurements to the database. Mycodo is logging many of these errors: `ERROR - mycodo.controllers.controller_input_957ddbe6 - StopIteration raised 3 times. Possibly could not read input. Ensure ...
closed
2021-03-14T22:25:22Z
2021-03-18T17:01:36Z
https://github.com/kizniche/Mycodo/issues/950
[ "bug", "Fixed and Committed" ]
rbbrdckybk
6
jonaswinkler/paperless-ng
django
140
Show matching documents when clicking on document count
Hi :wave:, I would like to make the following feature request proposal: ```bash When I click on Tags in the Manage Menu And I click on the document count of a specific tag Then I see all associated documents in the document view using the tag as a filter When I click on Correspondents in the Manage Menu A...
closed
2020-12-15T16:30:54Z
2022-06-25T12:58:23Z
https://github.com/jonaswinkler/paperless-ng/issues/140
[ "feature request" ]
Tooa
4
graphql-python/graphql-core
graphql
72
Exception instance returned from resolver is raised within executor instead of being passed down for further resolution.
Today when experimenting with 3rd party library for data validation (https://github.com/samuelcolvin/pydantic) I've noticed that when I take map of validation errors from it (which is dict of lists of `ValueError` and `TypeError` subclasses instances), I need to implement extra step to convert those errors to something...
closed
2019-12-14T22:35:16Z
2020-01-06T13:07:34Z
https://github.com/graphql-python/graphql-core/issues/72
[]
rafalp
1
numpy/numpy
numpy
28,365
BUG: duplication in `ufunc.types`
### Describe the issue: I'm working on type-test code generation, and I assumed that the `ufunc.types` entries would be unique. But as it turns out, that's not the case. Specifically, these are all the duplicate `types` values in the public `numpy` namespace: ``` acos: e->e f->f d->d acosh: e->e f->f ...
open
2025-02-20T18:39:58Z
2025-02-25T11:06:53Z
https://github.com/numpy/numpy/issues/28365
[ "00 - Bug" ]
jorenham
1
MaartenGr/BERTopic
nlp
1,767
How to get more than 3 representative docs per topic via get_topic_info()?
Hey, thank you so much for making this library! Super awesome. I've seen a bunch of issues here requesting this but haven't found a straightforward easy way to specify it via get_topic_info() as it contains a lot of the information I need. I wish there was a parameter in there like get_topic_info(number_of_represen...
open
2024-01-22T22:44:49Z
2024-03-20T09:09:16Z
https://github.com/MaartenGr/BERTopic/issues/1767
[]
youssefabdelm
3
python-gitlab/python-gitlab
api
2,732
first run in jenkins always fails with GitlabHttpError: 403: insufficient_scope
## Description of the problem, including code/CLI snippet we use jenkins for our builds and use semantic-versioning. usually, when someone pushed something into master/main, jenkins creates a new version, tags it to gitlab and builds the distribution. unfortunately, since a few weeks(not sure about that) we have a ver...
closed
2023-11-27T08:12:16Z
2024-12-02T01:54:49Z
https://github.com/python-gitlab/python-gitlab/issues/2732
[ "support" ]
damnmso
3
indico/indico
sqlalchemy
6,602
Peer-review module: having a synthetic table of the paper status
**Is your feature request related to a problem? Please describe.** For the IPAC conferences Light Peer Review we use the indico Peer-Review module. We have more than 1000 papers submitted to the conference and more than 100 submitted to light peer review. In the judging area we get a list of all papers dominated by t...
open
2024-11-06T14:51:38Z
2024-11-06T14:51:38Z
https://github.com/indico/indico/issues/6602
[ "enhancement" ]
NicolasDelerueLAL
0
iterative/dvc
machine-learning
10,612
"appending" dvc.log.lock file type idea for exps
I've been using dvc for a while and I understand the architecture and philosophy. I also understand the decisions behind `dvc exp`eriments with the challenge there being trying to align git's linear development notion with experiment's more "parallel" notion. I think having to go through dvc exp is too "heavy". Now, i...
closed
2024-11-05T17:01:04Z
2024-11-05T19:47:28Z
https://github.com/iterative/dvc/issues/10612
[]
majidaldo
0
scikit-learn/scikit-learn
data-science
30,744
Unexpected <class 'AttributeError'>. 'LinearRegression' object has no attribute 'positive
My team changed to scikit-learn v1.6.1 this week. We had v1.5.1 before. Our code crashes in this exact line with the error "Unexpected <class 'AttributeError'>. 'LinearRegression' object has no attribute 'positive'". We cannot deploy in production because of this. I am desperate enough to come here to ask for help. I ...
open
2025-01-31T15:08:46Z
2025-02-04T06:58:02Z
https://github.com/scikit-learn/scikit-learn/issues/30744
[ "Needs Reproducible Code" ]
ItsIronOxide
2
replicate/cog
tensorflow
2,035
replecate.helpers.fileoutput
replecate.helpers.fileoutput i got this error when try to use fooocus ai from replecate api but the image is complete processing in the server
closed
2024-10-30T13:09:22Z
2024-11-04T13:28:48Z
https://github.com/replicate/cog/issues/2035
[]
uptimeai11062024
1
InstaPy/InstaPy
automation
6,826
Instagram
<!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior ## Current Behavior ## Possible Solution (optional) ## InstaPy > **configurati...
open
2024-09-20T20:04:52Z
2024-09-20T20:04:52Z
https://github.com/InstaPy/InstaPy/issues/6826
[]
R299489
0
explosion/spaCy
machine-learning
13,635
Still encounter "TypeError: issubclass() arg 1 must be a class" problem with pydantic == 2.9.2 and scapy == 3.7.6
### Discussed in https://github.com/explosion/spaCy/discussions/13634 <div type='discussions-op-text'> <sup>Originally posted by **LuoXiaoxi-cxq** September 26, 2024</sup> I was running the training part of the [self-attentive-parser] (https://github.com/nikitakit/self-attentive-parser), where I met this error (...
open
2024-09-26T08:24:35Z
2024-09-26T08:25:47Z
https://github.com/explosion/spaCy/issues/13635
[]
LuoXiaoxi-cxq
0
unionai-oss/pandera
pandas
1,893
DataFrameSchema is not hashable
**Describe the bug** `DataFrameSchema` is not hashable, and therefore cannot be used by e.g. functools.cache - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest version of pandera. - [ ] (optional) I have confirmed this bug exists on the main ...
open
2025-01-07T14:49:25Z
2025-01-07T14:49:25Z
https://github.com/unionai-oss/pandera/issues/1893
[ "bug" ]
sparkiegeek
0
CorentinJ/Real-Time-Voice-Cloning
pytorch
443
How can i pass a root directory for datasets ?
datasets_root: None enc_models_dir: encoder\saved_models syn_models_dir: synthesizer\saved_models voc_models_dir: vocoder\saved_models low_mem: False Warning: you did not pass a root directory for datasets as argument. When i open the toolbox,i can't add any projections,pls h...
closed
2020-07-24T01:21:32Z
2020-07-24T06:29:20Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/443
[]
FulvioZozix
3
dmlc/gluon-nlp
numpy
835
Export script for transformer
Currently the transformer decoder reads the shape of the input to decide if it runs the inference mode or evaluation mode. We can probably add an export script to properly export a HybridBlock. @sxjscience @szhengac For masks generation, that can be handled by the `contrib.arange_like` or `arange(max_len)` + `slice_l...
open
2019-07-17T22:30:42Z
2019-07-18T12:37:42Z
https://github.com/dmlc/gluon-nlp/issues/835
[ "enhancement" ]
eric-haibin-lin
1
LAION-AI/Open-Assistant
machine-learning
2,705
Add reward model scoring during SFT evaluation
Currently we still need to manually run [sampling_score.py](https://github.com/LAION-AI/Open-Assistant/blob/main/model/model_eval/sampling_score.py) on our [sampling reports](https://open-assistant.github.io/oasst-model-eval/?f=https%3A%2F%2Fraw.githubusercontent.com%2FOpen-Assistant%2Foasst-model-eval%2Fmain%2Fsamplin...
open
2023-04-18T09:20:39Z
2023-06-06T01:51:52Z
https://github.com/LAION-AI/Open-Assistant/issues/2705
[ "ml" ]
andreaskoepf
4
ploomber/ploomber
jupyter
487
Improve warnings management when running ploomber build
Sometimes, third-party libraries emit warnings; when ploomber runs a pipeline, it will capture the warnings and show them at the end. - [ ] see if we can do something to improve the information displayed to help the user find what library displayed the warning - [ ] add a way to suppress the warnings. it's possibl...
closed
2022-01-17T00:11:45Z
2023-06-21T21:40:46Z
https://github.com/ploomber/ploomber/issues/487
[]
edublancas
1
ultralytics/ultralytics
computer-vision
19,827
How to Freeze Detection Head Layers in YOLOv8m-segment and Train Only Segmentation Head?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Question: Hi all, I'm working with yolov8m-seg.pt and want to freeze the de...
closed
2025-03-23T04:50:37Z
2025-03-24T00:49:05Z
https://github.com/ultralytics/ultralytics/issues/19827
[ "question", "segment" ]
Wang-taoshuo
3
SkalskiP/courses
computer-vision
31
Please add a license?
Would love to add/reuse this repo in other projects, but without a license I am unable to use it. Please consider adding a license?
open
2023-05-25T14:11:50Z
2023-05-29T15:16:16Z
https://github.com/SkalskiP/courses/issues/31
[ "question" ]
tosaddler
2
proplot-dev/proplot
data-visualization
231
Box plot and Violin plot do not show a column, if the column contain NaN values
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description Box plot and Violin plots do not show the columns which cont...
closed
2020-10-29T12:13:20Z
2021-06-29T20:36:14Z
https://github.com/proplot-dev/proplot/issues/231
[ "support" ]
pratiman-91
1
keras-team/keras
deep-learning
21,073
keras ordinal loss
Hi, could anyone please give me an insight about what the ordinal loss defined in keras represents? https://www.tensorflow.org/ranking/api_docs/python/tfr/keras/losses/OrdinalLoss I'm not able to give an interpretation to that definition, as I don't understand for instance what is I_yi > j. In the documentation there ...
open
2025-03-20T11:36:57Z
2025-03-20T13:57:50Z
https://github.com/keras-team/keras/issues/21073
[ "type:support" ]
LucaSCostanzo
0
gee-community/geemap
jupyter
1,192
Errro Import geemap in Colab
Hello, I am trying to run this notebook https://colab.research.google.com/drive/134G8UXjNiQYMbOfUgXg40Nsn6bIEorWV#scrollTo=Uz3eJMcPmREH and it generates the following error: AttributeError: module 'tornado.ioloop' has no attribute '_Selectable' Thank you very much in ...
closed
2022-08-09T13:16:37Z
2022-08-09T19:11:30Z
https://github.com/gee-community/geemap/issues/1192
[ "bug" ]
josemanuelgis
3
yihong0618/running_page
data-visualization
427
KEEP 导出数据不包含轨迹图
在APP上面看得到轨迹图的,但是用脚本同步到running page的时候。地图就显示 no map data for this run. REF LINK: Sync task: https://github.com/Kilerd/running_page/actions/runs/5324115043/jobs/9642943711 Commit data: https://github.com/Kilerd/running_page/commit/67634935339ba192a18d74ea96647ec7fd5d2c6e website: https://kilerd.github.io/running_pa...
closed
2023-06-20T15:03:21Z
2023-11-01T14:20:35Z
https://github.com/yihong0618/running_page/issues/427
[]
Kilerd
9
keras-rl/keras-rl
tensorflow
290
All policies select_action() func return value of 0 or 1
Hi all, I'm trying to setup a reinforcement learning project using Gym & kears_rl. **_Description:_** Given a numbers in a range (100, 200), I want the agent to alert me when a number is close to the limits, lets say between 0%-10% and 90%-100% of the quantiles. **_Environment info:_** The environment reward...
closed
2019-01-30T11:43:44Z
2019-05-07T17:31:50Z
https://github.com/keras-rl/keras-rl/issues/290
[ "wontfix" ]
yaniv11386
1
Anjok07/ultimatevocalremovergui
pytorch
1,439
使用uvr5产生报错
下面是报错文本 Last Error Received: Process: VR Architecture If this error persists, please contact the developers with the error details. Raw Error Details: MemoryError: "Unable to allocate 1.43 GiB for an array with shape (2, 769, 125046) and data type complex64" Traceback Error: " File "UVR.py", line 6638,...
open
2024-07-01T10:55:13Z
2024-07-01T10:56:07Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1439
[]
FanBo555
1
tatsu-lab/stanford_alpaca
deep-learning
312
openai version
May I know which version of openai is used for training? I wonder if which version provides openai_object since the latest one does not support it. Thank you!
closed
2024-02-29T09:05:54Z
2024-03-02T09:39:32Z
https://github.com/tatsu-lab/stanford_alpaca/issues/312
[]
cswangxiaowei
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
780
pip3 install -r requirements.txt not working
when i try to run pip3 install -r requirements.txt it gives me an error saying Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-z3vkjilm/PyQt5/
closed
2021-06-21T02:35:44Z
2021-06-21T02:57:34Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/780
[]
smithblaze911
0
plotly/dash-bio
dash
28
create common user for all dash gallery apps
as mentioned in : https://github.com/plotly/streambed/issues/11788#issuecomment-436746312 - [x] see with Chelsea if this user already exists - [x] create `developers`/`dataliberation` user on dds - [x] dash-gallery exceeded the 15 person license, checkup with Hamza on that, as new user cannot create apps - [x] dele...
closed
2018-11-11T17:01:23Z
2018-11-30T00:52:29Z
https://github.com/plotly/dash-bio/issues/28
[]
VeraZab
1
home-assistant/core
python
140,591
BUG: utility_meter.reset action does not populate recommendation list
### The problem when using utility_meter.reset action in the UI it does not recommend utility meters you have but if you manually enter one by its entity name it does function correctly. this does not happen with utility_meter.calibrate which works as expected ![Image](https://github.com/user-attachments/assets/e72f...
open
2025-03-14T11:26:31Z
2025-03-14T12:19:09Z
https://github.com/home-assistant/core/issues/140591
[ "integration: utility_meter" ]
MichaelMKKelly
4
pytorch/pytorch
machine-learning
149,828
bump XNNPACK dependency to fix GCC 14 build on aarch64-linux
### 🐛 Describe the bug bundled version of XNNPACK cannot be built on aarch64-linux with GCC14 because of this issue https://github.com/google/XNNPACK/issues/7726 the issue has been fixed in XNNPACK in the meanwhile: https://github.com/google/XNNPACK/commit/3bc2a32a44db62434248197bceefa37f4f05153e suggestion: bump t...
open
2025-03-23T15:16:07Z
2025-03-24T03:51:04Z
https://github.com/pytorch/pytorch/issues/149828
[ "module: build", "triaged", "actionable", "module: xnnpack", "module: arm" ]
prusnak
1
Evil0ctal/Douyin_TikTok_Download_API
fastapi
306
[BUG] 抖音获取数据时失败
***发生错误的平台?*** 如:抖音 ***发生错误的端点?*** 如:API-V1/API-V2 ***提交的输入值?*** 如:短视频链接 ***是否有再次尝试?*** 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。 *******报错提示如下*********** ValueError: 获取抖音视频数据出错了: 0, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8...
closed
2023-10-23T11:27:16Z
2024-02-07T03:43:41Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/306
[ "BUG" ]
jiupinjiandingshi
1
ckan/ckan
api
8,092
readthedocs sphinx build failures
## CKAN version master ## Describe the bug infinite loop in build, looks like no tags are returned from `git log`? ### Steps to reproduce check sphinx logs ### Expected behavior build docs on rtd working ### Additional details ```python-traceback Traceback (most recent call last): File "/home/docs/...
closed
2024-02-28T20:29:59Z
2024-03-07T09:31:31Z
https://github.com/ckan/ckan/issues/8092
[]
wardi
0
sinaptik-ai/pandas-ai
data-visualization
1,669
Addition of LLM base models
### 🚀 The feature Instead of calling a LLM via API, I want the library to be capable of leveraging base models(Llama, Deepseek etc.) installed in the local machine. ### Motivation, pitch Hi! I was trying out the library but found myself running out of tokens pretty quickly. I believe that adding an option to add t...
closed
2025-03-11T15:47:56Z
2025-03-14T16:47:12Z
https://github.com/sinaptik-ai/pandas-ai/issues/1669
[]
SnehalBhartiya
3
autogluon/autogluon
data-science
4,966
[BUG] Incorrect learning rate schedule when using multiple GPUs in `MultiModalPredictor`
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [x] I confirmed bug exists on the latest mainline of AutoGluon via sour...
open
2025-03-07T21:53:31Z
2025-03-07T21:53:31Z
https://github.com/autogluon/autogluon/issues/4966
[ "bug: unconfirmed", "Needs Triage" ]
SnoopKilla
0
huggingface/text-generation-inference
nlp
2,670
Prefix caching causes 2 different responses from the same HTTP call with seed set depending on what machine calls
### System Info tag:2.3.1 docker image running on nvidia 4090 on top of 20.04 Ubuntu ``` 2024-10-18T19:25:04.160854Z INFO text_generation_launcher: Args { model_id: "Qwen/Qwen2.5-Coder-1.5B", revision: None, validation_workers: 2, sharded: None, num_shard: None, quantize: Some( ...
open
2024-10-18T21:53:57Z
2024-10-23T20:05:06Z
https://github.com/huggingface/text-generation-inference/issues/2670
[]
sam-ulrich1
5
onnx/onnx
pytorch
6,561
No Adapter From Version $17 for GroupNormalization
# Ask a Question ### Question Im trying to convert my onnx model (with GroupNormalization op) from domain version 11 to 21 by using ` converted_model = version_converter.convert_version(model, 21)` and got error `line 37, in convert_version converted_model_str = C.convert_version(model_str, target_version...
open
2024-11-29T10:44:41Z
2024-11-29T10:44:41Z
https://github.com/onnx/onnx/issues/6561
[ "question" ]
yzhou0919
0
healthchecks/healthchecks
django
535
ServiceNow
### Discussed in https://github.com/healthchecks/healthchecks/discussions/532 <div type='discussions-op-text'> <sup>Originally posted by **yellowdigital** June 16, 2021</sup> Hello, We have a requirement to add in integration to ServiceNow platform. Initially we had this working using the existing "webhook" in...
open
2021-06-22T11:45:38Z
2023-07-14T17:53:14Z
https://github.com/healthchecks/healthchecks/issues/535
[ "new integration" ]
yellowdigital
0
deeppavlov/DeepPavlov
nlp
1,567
👩‍💻📞 DeepPavlov Community Call #16
Dear DeepPavlov community, We are excited to announce that we are back with our Community Calls in English. The next one will be on May 26! Don’t miss the chance to meet with our team and learn more about building Knowledge Graph-infused AI assistants with DeepPavlov Dream. Daniel Kornev, CPO of DeepPavlov, will ...
closed
2022-05-26T12:43:25Z
2022-06-16T11:41:29Z
https://github.com/deeppavlov/DeepPavlov/issues/1567
[ "discussion" ]
PolinaMrdv
0
gevent/gevent
asyncio
1,902
PY311: unknown type name ‘CFrame’
This error occurred post python-greenlet/greenlet#306 ``` building 'gevent._gevent_c_greenlet_primitives' extension gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/opt/hostedtoolcache/Python/3.11.0-rc.1/x64/include/python3.11 -I/opt/hostedtoolcache/Python/3.11.0-rc.1/x64/include/py...
closed
2022-08-27T17:02:08Z
2022-10-14T15:05:03Z
https://github.com/gevent/gevent/issues/1902
[]
arcivanov
0
littlecodersh/ItChat
api
925
很好用
itchat真的不错
closed
2020-07-20T02:42:51Z
2023-11-16T12:35:45Z
https://github.com/littlecodersh/ItChat/issues/925
[]
2905683882
2
keras-team/keras
deep-learning
20,576
How do I specify a ragged tensor as an input object in a sequential model (Keras v3)
I am following the [object detection tutorial with yolov8 and kerascv](https://keras.io/examples/vision/yolov8/) However, instead of using yolo for object detection, I would like to use a custom sequential model. My roadblock is at the point of defining the input layer. I would like it to take in a ragged tensor....
closed
2024-12-02T06:42:20Z
2025-01-31T02:00:17Z
https://github.com/keras-team/keras/issues/20576
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
fninsiima
4
mitmproxy/mitmproxy
python
6,886
mitmdump crashes on dns requests in reverse proxy mode
#### Problem Description I ran a simple mitmdump instance in reverse proxy mode and when I send DNS requests it crashes and stops listening and proccessing packets. I get `Python interoperability task shutting down. Task failed: UDP recv() failed` error in the logs. This only happens for some domains, for example i...
closed
2024-05-31T23:16:59Z
2024-09-30T21:38:33Z
https://github.com/mitmproxy/mitmproxy/issues/6886
[ "kind/bug", "help wanted", "area/rust" ]
lostact
3
TracecatHQ/tracecat
fastapi
418
Empty action not picked up by validation (on commit)
**Describe the bug** As described in title, results in unhelpful 500 internal server error in frontend, but in the API service logs you see the validation errors: <img width="816" alt="Screenshot 2024-10-09 at 7 18 55 PM" src="https://github.com/user-attachments/assets/36290784-5a62-47a4-a37c-b0cd57e09b03"> **To R...
closed
2024-10-10T02:19:13Z
2024-10-23T16:53:12Z
https://github.com/TracecatHQ/tracecat/issues/418
[ "bug", "engine" ]
topher-lo
0
sigmavirus24/github3.py
rest-api
258
User Keys Are Now Immutable
See: https://github.com/octokit/octokit.rb/pull/491
closed
2014-06-20T20:58:19Z
2014-12-03T04:42:03Z
https://github.com/sigmavirus24/github3.py/issues/258
[]
sigmavirus24
0
CorentinJ/Real-Time-Voice-Cloning
python
1,106
Generated output audio is only 1 sec.
Unfortunately, I could not find a solution in closed issues, so I hope for help. The final audio is only 1 second. What could cause this to happen?
open
2022-09-04T13:49:03Z
2022-09-04T13:49:03Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1106
[]
netrunner-exe
0
modAL-python/modAL
scikit-learn
62
Committee class does not update to new labels correctly.
Hi, I encountered an exception in the `Committee` class when trying to capture the score after teaching the committee with unseen data containing new classes. The problem seem to be that the `teach` function does the following: 1. Adds the new data to the training set X and y 2. Updates the known classes base...
closed
2019-11-22T13:13:28Z
2019-11-26T08:17:17Z
https://github.com/modAL-python/modAL/issues/62
[]
philipjhj
2
MaartenGr/BERTopic
nlp
1,447
Python 3.10 supported
Hi, I'm wondering when will python 3.10 be supported? Best,
open
2023-08-01T13:30:31Z
2023-08-01T17:23:46Z
https://github.com/MaartenGr/BERTopic/issues/1447
[]
FlorentinLavaud
1
PaddlePaddle/PaddleHub
nlp
1,413
TypeError: the 'package' argument is required to perform a relative import for '.module'
欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献! 在留下您的问题时,辛苦您同步提供如下信息: - 版本、环境信息 1)PaddleHub和PaddlePaddle版本:PaddlePaddle版本为1.7.2,Paddlehub版本为1.6.2 2)系统环境:Windows,python3.7 - 复现信息:做cv模型的迁移学习 -代码如下: import paddlehub as hub test_dir = './database/img.jpg' model = hub.Module(directory='finetuned_model_to_module/') predictio...
closed
2021-05-14T09:03:20Z
2022-01-19T02:44:35Z
https://github.com/PaddlePaddle/PaddleHub/issues/1413
[]
poopit
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,578
[Feature Request]: Add a scheduler pattern to the filename save options now that it has been removed from the sampler in 1.9.0
### 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 ? In previous versions of webui, using the [sampler] pattern in the "Images filename pattern" setting would include the scheduler in the output text. Since 1.9.0 and...
closed
2024-04-20T12:56:28Z
2024-04-21T04:11:11Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15578
[ "enhancement" ]
roamingfrog
1
tfranzel/drf-spectacular
rest-api
650
Feature Request: Support for custom versioning classes
I have an application that uses AcceptHeaderVersioning in production but it has been migrated from no versioning at all. In order to not break existing clients, we have the following `REST_FRAMEWORK` settings: ~~~python 'DEFAULT_VERSION': '1', 'ALLOWED_VERSIONS': ('1', '2'), ~~~ Some endpoints are a...
closed
2022-02-08T16:09:00Z
2022-02-16T16:03:35Z
https://github.com/tfranzel/drf-spectacular/issues/650
[]
TauPan
10
coqui-ai/TTS
python
2,699
Error
### Describe the bug **hey** > while installing the TTS, the error encountered is : ERROR: Ignored the following versions that require a different python version: 0.0.10.2 Requires-Python >=3.6.0, <3.9; 0.0.10.3 Requires-Python >=3.6.0, <3.9; 0.0.11 Requires-Python >=3.6.0, <3.9; 0.0.12 Requires-Python >=3.6....
closed
2023-06-22T10:23:14Z
2023-06-25T08:07:03Z
https://github.com/coqui-ai/TTS/issues/2699
[ "bug" ]
junaidbashir11
1
BeanieODM/beanie
pydantic
971
[BUG] DeleteRules.DELETE_LINKS is not working?
**Describe the bug** DeleteRules.DELETE_LINKS is not working. Delete a document success but all linked document didn't **To Reproduce** ```python import asyncio from typing import Optional from beanie import BackLink, Document, Link, init_beanie from beanie.odm.utils.encoder import Encoder from motor.motor_...
closed
2024-07-13T15:20:57Z
2024-09-22T02:41:49Z
https://github.com/BeanieODM/beanie/issues/971
[ "Stale" ]
dinhtuanan
4
dnouri/nolearn
scikit-learn
112
Different ways to install the packet
Hello, I tried to install the packet using pip as you suggest in the docs but I have some internet access problems from the command windows so I can't install it. I also tried in the old fashion, that means download the .zip , unzip and run $ python setup.py install but it doesn' work. Any other idea? Thank you
closed
2015-06-08T08:30:27Z
2015-06-15T12:27:55Z
https://github.com/dnouri/nolearn/issues/112
[]
pattysan
3
open-mmlab/mmdetection
pytorch
11,832
多卡训练卡住,单卡GPU利用率为0,其余100%
如图: ![image](https://github.com/open-mmlab/mmdetection/assets/56680663/1a35476c-4488-4bb3-b7b7-37ba48a191b9) 自定义model后,训练总是出现卡住的情况。表现为时而单卡GPU利用率为0,其余皆为100%,训练速度大幅降低 而训练config中配置好的模型就不会出现这个问题 已经尝试export NCCL_P2P_DISABLE=1, 调整num_workers的方案,都没有用 有没有知道该如何解决
open
2024-07-05T05:22:10Z
2025-03-07T06:05:55Z
https://github.com/open-mmlab/mmdetection/issues/11832
[]
WangJian981002
3
polyaxon/traceml
data-visualization
14
Patch level went down?
Hi, I am trying to get `pandas-summary` working, and had version 0.0.41 installed. I ran into the issue fixed by #11/#12, so I tried to upgrade. It seems like the version was changed to 0.0.5 with https://github.com/mouradmourafiq/pandas-summary/commit/42227d51d8d458ebce7090db971259565fb6ccdf When I try to upgrade t...
closed
2018-06-21T20:42:06Z
2021-11-21T18:17:09Z
https://github.com/polyaxon/traceml/issues/14
[]
panozzaj
0
sherlock-project/sherlock
python
2,122
Do we really need to package Sherlock for various platforms?
With the recent efforts to package Sherlock, this question came to mind: Do we really need to package Sherlock for various platforms? I personally don't think it's necessary for a few reasons: - It would add more complexity to the entire workflow. - It would be necessary to maintain packaging on multiple diff...
closed
2024-05-13T19:18:43Z
2024-11-05T01:28:08Z
https://github.com/sherlock-project/sherlock/issues/2122
[ "question" ]
matheusfelipeog
17
graphdeco-inria/gaussian-splatting
computer-vision
1,019
Failed to build diff_gaussian_rasterization simple_knn
Hi there. Following [this video's](https://www.youtube.com/watch?v=UXtuigy_wYc) tutorial for Gaussian splatting and I get stuck in the `conda env create --file environment.yml` part. Throwing an error which is due to simple-knn Error: ``` (base) C:\Users\rohil\gaussian-splatting>SET DISTUTILS_USE_SDK=1 (base) C...
closed
2024-10-20T15:01:08Z
2024-10-24T09:24:37Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1019
[]
Ujjwal-Rohilla
1
BayesWitnesses/m2cgen
scikit-learn
287
NotImplementedError: Model 'numpy_ndarray' is not supported
while running `m2cgen --language java ModelOnline.joblib > model1.java` got error `NotImplementedError: Model 'numpy_ndarray' is not supported`. Are there plans to support it?
closed
2020-08-03T17:14:29Z
2020-08-04T15:56:30Z
https://github.com/BayesWitnesses/m2cgen/issues/287
[]
yarix
5
unit8co/darts
data-science
2,743
[BUG] RIN and Likelihood models
**Describe the bug** When using a Torch-based model with `use_reversible_instance_norm=True` and a `likelihood` specified (e.g., GaussianLikelihood), the model's predicted distribution parameters appear to be denormalized by the Reversible Instance Normalization (RINorm). This seems unintended, as RINorm should general...
open
2025-03-24T08:13:58Z
2025-03-24T08:19:43Z
https://github.com/unit8co/darts/issues/2743
[ "bug", "triage" ]
PaulRabich
0
wagtail/wagtail
django
12,210
The Workflow task type filter doesn't work in the task chooser modal
To reproduce: - add a custom workflow task - create said task type - edit a workflow to add the task and choose from existing https://www.loom.com/share/c9db3cac043a47938dd862655e9764a9?sid=33905af7-34c2-4419-bfb1-1ab598a66c25 Wagtail 6.2+ Confirmed it works in Wagtail 6.1
closed
2024-08-06T14:10:47Z
2024-08-08T17:52:30Z
https://github.com/wagtail/wagtail/issues/12210
[ "type:Bug", "component:Workflow" ]
zerolab
1
aiortc/aiortc
asyncio
257
Videostream-cli webcam to another videostream-cli not working
Thank you for this amazing package. I am trying to use this package for streaming on raspberry pi to Ubuntu machine receiving frames and handle it with opencv like in server example. Tried those on raspberry pi: 1. Server example works fine 2. Webcam works fine 3. Videostream-cli example, streaming an mp4 vide...
closed
2020-01-26T17:14:18Z
2021-03-07T14:53:25Z
https://github.com/aiortc/aiortc/issues/257
[ "question" ]
AnasMK
8
jupyter/docker-stacks
jupyter
1,852
[BUG] - file permission problem on CentOS 7
### What docker image(s) are you using? base-notebook ### OS system and architecture running docker image CentOS 7.6.1810 / amd64 ### What Docker command are you running? 'docker run -d --restart=always --name=jupyterlab -p 18888:8888 jupyter/base-notebook' ### How to Reproduce the problem? 1. Run the docker ru...
closed
2022-12-28T09:53:03Z
2022-12-28T20:17:22Z
https://github.com/jupyter/docker-stacks/issues/1852
[ "type:Bug" ]
iskoldt-X
1
plotly/dash
plotly
3,138
Bump Flask and Werkzeug versions
We pin `flask` and `werkzeug` to older (3.0.6 / 3.0.3) versions. We should upgrade these. We'll need to ensure compatibility across our ecosystem (OSS and Enterprise libraries). This is likely not something for 3.0 but worth considering.
open
2025-01-29T14:07:00Z
2025-03-11T14:17:10Z
https://github.com/plotly/dash/issues/3138
[ "infrastructure", "P2" ]
ndrezn
2
davidsandberg/facenet
computer-vision
760
how to determine the model has convergence when train the model?
Is it cost a lot of time to make the model convergence?
open
2018-05-25T07:15:23Z
2018-05-25T07:15:23Z
https://github.com/davidsandberg/facenet/issues/760
[]
boyliwensheng
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
686
Any reason can cause color blocks?
![image](https://user-images.githubusercontent.com/15172283/60316045-a47ac280-999b-11e9-8e44-789cea49e970.png) when i use pix2pix train the model, it can generate the picture with color blocks, anyone can help me what reason may cause this problem, thanks.
closed
2019-06-28T03:57:52Z
2020-07-28T20:26:34Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/686
[]
wadesunyang
1
keras-team/keras
tensorflow
20,063
Dropout in ConvLSTM Cell
Really quick question here. In the ConvLSTMCell [here](https://github.com/keras-team/keras/blob/v3.3.3/keras/src/layers/rnn/conv_lstm.py#L236-L242), the dropout code has been commented out. `recurrent_dropout` also doesn't seem to do anything, except it is used in the `DropoutRNNCell` mixin. Is this a bug or am I...
closed
2024-07-30T00:44:05Z
2024-08-06T16:46:55Z
https://github.com/keras-team/keras/issues/20063
[ "type:Bug" ]
dryglicki
5
Kanaries/pygwalker
pandas
24
Embedding directly in html
So I would love to use pygwalker in my project which is currently serving the data analytics through a simple flask server. Is there any easy way already available?
closed
2023-02-22T09:32:43Z
2023-02-24T08:34:09Z
https://github.com/Kanaries/pygwalker/issues/24
[]
DeastinY
4
mwaskom/seaborn
matplotlib
3,701
Feature Request: Continuous axes heat map
Feature Request: Continuous axes heat map. This would function similarly to the existing heatmap feature but allow for continuous axes rather than purely categorical. On the backend, it would behave more similarly to a 2d histplot, but instead of performing a count of data the function would accept an array_li...
closed
2024-05-31T03:55:38Z
2025-01-26T15:39:56Z
https://github.com/mwaskom/seaborn/issues/3701
[]
HThawley
1
kizniche/Mycodo
automation
1,091
Dashboard not displaying after 8.12.6 upgrade
### Describe the problem/bug After upgrading to the latest version v8.12.6 the Dashboard is no longer dispalying correctly - just empty boxes. Issue on Chrome (desktop) and Safari (phone). I've tried adding and editing widgets to no avail. Seems to be an issue with pulling the data? ### Versions: - Mycod...
closed
2021-09-17T21:41:09Z
2021-09-18T06:43:55Z
https://github.com/kizniche/Mycodo/issues/1091
[]
jacopienaar
9
ResidentMario/missingno
data-visualization
157
Value Error while using missingno bar
While working on a kaggle dataset for june challenge i came across this error. ValueError: The number of FixedLocator locations (0), usually from a call to set_ticks, does not match the number of ticklabels (81). I am using this code import missingno as msno plt.figure(figsize = (20,10)) msno.bar(data) plt....
closed
2022-06-10T14:00:07Z
2022-11-20T08:48:10Z
https://github.com/ResidentMario/missingno/issues/157
[]
prashant2-4-4
1
huggingface/datasets
pandas
7,326
Remove upper bound for fsspec
### Describe the bug As also raised by @cyyever in https://github.com/huggingface/datasets/pull/7296 and @NeilGirdhar in https://github.com/huggingface/datasets/commit/d5468836fe94e8be1ae093397dd43d4a2503b926#commitcomment-140952162 , `datasets` has a problematic version constraint on `fsspec`. In our case this c...
open
2024-12-13T11:35:12Z
2025-01-03T15:34:37Z
https://github.com/huggingface/datasets/issues/7326
[]
fellhorn
1
airtai/faststream
asyncio
1,986
Bug: FastAPI raised exception "AnyDict not defined" while adding RabbitMessage as parameter to subscriber
**Describe the bug** I am trying to amend my current FastAPI based app with subscribers for RabbitMQ. Inside the subscriber function I need access to the full message or at least the correlation_id and the headers. However, I seem not to get acces to them from the Request parameter, thus, trying to add the `messa...
closed
2024-12-15T08:31:39Z
2024-12-15T16:09:15Z
https://github.com/airtai/faststream/issues/1986
[ "bug" ]
easyjoh
2
PokemonGoF/PokemonGo-Bot
automation
5,520
Can't get it to evolve (SOLVED CLOSE)
EDIT: FIGURED IT OUT CLOSE PLEASE, accidentally kept // in front of something that broke it [2016-09-17 18:39:59] [MainThread] [EvolvePokemon] [WARNING] evolve_speed is deprecated, instead please use 'min_evolve_speed' and 'max_evolved_speed'. However when I look at config https://github.com/PokemonGoF/PokemonGo-Bot/...
closed
2016-09-18T01:50:20Z
2016-09-18T04:57:44Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5520
[]
HelloTroy
2