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
mlfoundations/open_clip
computer-vision
434
Unused arguments: n_queries and attn_pooler_heads in MultimodalCfg
Hi, thanks @gpucce for implementing CoCa! I am reading the code, and under MultimodalCfg (used by CoCa to construct the multimodal decoder) there is n_queries and attn_pooler_heads ([here](https://github.com/mlfoundations/open_clip/blob/7ae3e7a9853b1aa2fe7825e4272f3b169f8e65af/src/open_clip/coca_model.py#L45)), but cor...
open
2023-02-18T02:42:12Z
2023-02-18T19:28:42Z
https://github.com/mlfoundations/open_clip/issues/434
[]
fedshyvana
4
erdewit/ib_insync
asyncio
7
Example in README.rst doesn't work in read-only mode
I've got my API access in IB set to read-only mode. The example script, when run, warned me that the call could not be satisfied in read-only mode. However, the example appears to be a request for historical data, which as far as I know shouldn't require write access.
closed
2017-08-12T10:08:18Z
2019-10-12T12:15:47Z
https://github.com/erdewit/ib_insync/issues/7
[]
perpetualcrayon
3
marcelo-earth/generative-manim
streamlit
1
The App Starts Rendering with Partial Code
Your app is good and to some extent, brilliant. However, it seems Streamlit starts rendering having only received partial code, and not the complete code for an animation. This obviously, cause the animation not to render. Here try this for example: swing a double pendulum
closed
2023-03-23T22:27:40Z
2023-08-26T06:10:01Z
https://github.com/marcelo-earth/generative-manim/issues/1
[ "bug" ]
AnonymoZ
10
pallets-eco/flask-wtf
flask
166
Cannot set language for RECAPTCHA
Hi, I'm trying to set the language for the RECAPTCHA widget but it looks like it does not work by using the following: RECAPTCHA_OPTIONS = { lang: 'fr' } Any hint please ?
closed
2015-01-21T11:18:55Z
2021-05-29T01:15:59Z
https://github.com/pallets-eco/flask-wtf/issues/166
[]
truff77
7
JaidedAI/EasyOCR
pytorch
1,326
How to limit VRam GPU usage
Is there anyway to limit the GPU VRam usage?
open
2024-10-22T12:21:47Z
2024-12-09T11:06:36Z
https://github.com/JaidedAI/EasyOCR/issues/1326
[]
Pabloferex
2
DistrictDataLabs/yellowbrick
matplotlib
725
Repair hotfix on v1.0 merge to master
When we released hotfix v0.9.1 we created some potential conflicts in master when merging the v1.0 release that will need to be repaired. Namely: 1. The requirements files must match the `develop` version 2. The xfails in several tests must be removed The details of these changes can be found in #724 and 3f20db ...
closed
2019-02-06T02:27:00Z
2019-08-28T23:03:39Z
https://github.com/DistrictDataLabs/yellowbrick/issues/725
[ "priority: high", "type: technical debt" ]
bbengfort
1
pydantic/pydantic
pydantic
10,895
model_dump fails to serialize `ipaddress` objects
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Update Pydantic to 2.9.2 broke a lot functionality where objects from `ipaddress` like `IPv4Address` was used. On version 2.8.0 it was working correct. Is this action intended? ### Example Code ```Python from ipaddress import IPv4Netw...
closed
2024-11-20T13:36:04Z
2024-11-20T15:19:38Z
https://github.com/pydantic/pydantic/issues/10895
[ "bug V2", "pending" ]
veNNNx
1
pykaldi/pykaldi
numpy
49
The compatibility of pykaldi and kaldi5.1 issues
Calculating GOP requires kaldi5.1 and the mfcc calculated by kaldi 5.1 and the latest version of kaldi is different. So i must use kaldi 5.1 to calculate mfcc. I have tried two method: (1)Replace the whole tools/kaldi with kaldi5.1. (2)Only replace tools/kaldi/src/featbins/compute-mfcc-feats with compute-mfcc-fe...
closed
2018-07-24T01:32:13Z
2018-07-24T20:35:37Z
https://github.com/pykaldi/pykaldi/issues/49
[]
KaiDiamant
3
paperless-ngx/paperless-ngx
machine-learning
8,245
[BUG] PDF/A-B "archive" files have inconsistent date display presentation formats
### Description Just started with paperless-ngx and while reviewing some "consumed" document information, the metadata for the archived PDF/A-2B has: `xmp:CreateDate 2024-10-19T15:30:50-04:00` - which looks like the right date/time when the original pdf was created; and displaying it as my local time with an offs...
closed
2024-11-10T04:22:09Z
2024-12-11T03:17:29Z
https://github.com/paperless-ngx/paperless-ngx/issues/8245
[ "not a bug" ]
easyas314
2
alpacahq/alpaca-trade-api-python
rest-api
611
[Feature Request] api.cancel_all_orders(side='buy')
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. According to de documentation here: https://alpaca.markets/docs/api-references/trading-api/orders/ You can only cancel all orders, there is no parameters to specif...
closed
2022-04-25T00:12:06Z
2022-04-26T01:04:30Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/611
[ "invalid", "API issue" ]
sshcli
2
15r10nk/inline-snapshot
pytest
77
Issue when parsing explicit tuples for trimming
The snapshots, once created, will contain explicit tuples with a single element. It looks like inline-snapshot has trouble parsing them when trimming, because it removes too much code, leaving the test module in a broken state. ```python import pytest from inline_snapshot import snapshot, outsource, external ...
closed
2024-04-29T18:37:13Z
2024-04-30T09:08:49Z
https://github.com/15r10nk/inline-snapshot/issues/77
[]
pawamoy
7
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,040
I used the same paramters and same safetensor,but my result is much worse than WebUI,ppppplease give me some advises! [Bug]:
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [X] The issue has not been reported before...
closed
2024-06-18T06:19:34Z
2024-06-19T19:49:57Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16040
[]
OMTHSJUHW
1
ultralytics/ultralytics
machine-learning
19,195
YOLOv11 models are slightly lower than the reported results
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi, thanks for your great work! I meet a question: I validated the YOLOv11's...
open
2025-02-12T03:25:53Z
2025-02-13T06:50:55Z
https://github.com/ultralytics/ultralytics/issues/19195
[ "question" ]
sunsmarterjie
7
aio-libs/aiomysql
sqlalchemy
428
SSCursor can't close while raise Error
if server send a error to SSCurosr, SSCursor try to call self._result._finish_unbuffered_query in close function ```python # SSCursor close funcion in cursor.py line 604 if self._result is not None and self._result is conn._result: await self._result._finish_unbuffered_query() ```` but there is not a byte t...
closed
2019-08-15T10:20:15Z
2022-04-11T00:09:45Z
https://github.com/aio-libs/aiomysql/issues/428
[ "bug" ]
ppd0705
17
jazzband/django-oauth-toolkit
django
722
oauth2_provider_accesstoken_source_refresh_token_id_key constraint violation
Stack trace: ```plaintext UniqueViolation: duplicate key value violates unique constraint "oauth2_provider_accesstoken_source_refresh_token_id_key" DETAIL: Key (source_refresh_token_id)=(155) already exists. File "django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params)...
open
2019-07-17T01:31:17Z
2020-04-06T15:15:53Z
https://github.com/jazzband/django-oauth-toolkit/issues/722
[]
ghost
7
hankcs/HanLP
nlp
1,301
中文文件名的自定义词库加载失败
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](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-10-15T08:11:49Z
2019-10-15T09:07:18Z
https://github.com/hankcs/HanLP/issues/1301
[]
e282486518
0
explosion/spacy-course
jupyter
21
How to remove a component from nlp pipeline? or should I create(maybe load) nlp object with same statistical model for every different pipeline?
I am a newbie for spacy...
closed
2019-04-27T08:09:58Z
2019-04-27T11:53:49Z
https://github.com/explosion/spacy-course/issues/21
[]
SparkleBo
2
deepset-ai/haystack
machine-learning
8,315
haystack.utils has issues, can't do imports
**Describe the bug** I just cannot do imports, Idk whats going on here **Error message** ModuleNotFoundError: No module named 'haystack.utils.auth' **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here, like...
closed
2024-09-01T18:27:17Z
2024-09-03T04:20:12Z
https://github.com/deepset-ai/haystack/issues/8315
[]
pdwytr
2
xonsh/xonsh
data-science
4,886
xonsh: subprocess mode: permission denied when overriding a PATH command with an alias on Windows
<!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If you don't find an answer there, please do open an issue! --> #...
closed
2022-07-20T10:42:06Z
2022-11-23T17:45:20Z
https://github.com/xonsh/xonsh/issues/4886
[ "windows", "aliases" ]
Qyriad
3
yinkaisheng/Python-UIAutomation-for-Windows
automation
135
查看网易云音乐客户端页面结构报错
**Uiautomation version:** 2.0.7 **Python version:** 3.9.0 **Error log:** D:\Python3.9.0\Scripts>python automation.py -t 3 UIAutomation 2.0.7 (Python 3.9.0, 64 bit) please wait for 3 seconds 2020-10-27 20:37:43.552 automation.py[75] main -> Starts, Current Cursor Position: (818, 353) ControlType: PaneControl ...
closed
2020-10-27T12:55:18Z
2021-05-11T05:08:32Z
https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/135
[]
yangyechi
1
coleifer/sqlite-web
flask
36
Content Tab - Attribute Error
Hi, I just installed sqlite-web using pip and started to use it. Most of the functionality seems to work. However, whenever I try to access the Content tab, it throws an error: ``` AttributeError: 'AutoField' object has no attribute 'db_column' ``` I tried it on using both Python 2.7 and Python 3.6 and bot...
closed
2018-02-14T01:03:46Z
2018-02-14T02:43:07Z
https://github.com/coleifer/sqlite-web/issues/36
[]
ossie-git
3
pytorch/pytorch
deep-learning
149,250
Implement batching for torch.isin operator
### 🚀 The feature, motivation and pitch Received the following error while invoking vmap() on a function making use of `torch.inis` operator. ``` ...Temp/ipykernel_20808/3722652185.py#line=49) : UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tenso...
open
2025-03-15T08:09:33Z
2025-03-17T15:26:55Z
https://github.com/pytorch/pytorch/issues/149250
[ "triaged", "module: vmap", "module: functorch" ]
nikhilgv9
0
huggingface/datasets
pandas
6,560
Support Video
### Feature request HF datasets are awesome in supporting text and images. Will be great to see such a support in videos :) ### Motivation Video generation :) ### Your contribution Will probably be limited to raising this feature request ;)
closed
2024-01-04T13:10:58Z
2024-08-23T09:51:27Z
https://github.com/huggingface/datasets/issues/6560
[ "duplicate", "enhancement" ]
yuvalkirstain
1
koxudaxi/fastapi-code-generator
fastapi
54
Unable to install fastapi-code-generator with python 3.7
I cannot install fastapi-code-generator as described in the readme on `debian 10` with `python 3.7.3`: ``` $ docker run -i -t --rm python:3.7.3 pip install fastapi-code-generator ERROR: Could not find a version that satisfies the requirement fastapi-code-generator (from versions: none) ERROR: No matching distribu...
closed
2020-11-11T14:43:18Z
2020-11-25T09:14:44Z
https://github.com/koxudaxi/fastapi-code-generator/issues/54
[ "released" ]
bluecatchbird
2
d2l-ai/d2l-en
pytorch
2,406
CI: CUDA & CUDNN need upgrade
The latest JAX release v0.4.1 is not compatible with the CUDA and CUDNN version we have in our CI. This also goes for PyTorch, latest release v1.13 has deprecated support for older CUDA 10.2 which we had before. Our machine right now uses two different versions (CUDA 10.2 and 11.2) which are pretty old given 2023 i...
closed
2022-12-13T22:38:29Z
2023-05-05T19:19:24Z
https://github.com/d2l-ai/d2l-en/issues/2406
[ "pytorch", "jax", "CI" ]
AnirudhDagar
0
deeppavlov/DeepPavlov
tensorflow
909
Where deeppavlov/utils/settings/server_config.json?
In http://docs.deeppavlov.ai/en/master/devguides/amazon_alexa.html described `deeppavlov/utils/settings/server_config.json`. Where is it in the repository?
closed
2019-06-29T10:44:16Z
2019-06-29T10:45:27Z
https://github.com/deeppavlov/DeepPavlov/issues/909
[]
sld
1
dynaconf/dynaconf
flask
1,165
Environment variable for array
I have this kind of YAML config: ``` default: SETTINGS: - NAME: test1 VALUE: value1 - NAME: test2 VALUe: value2 ``` I'm wondering how I can override the settings "test1", "value1", etc. via environment variables? Or if it is possible to add a new setting with environment vari...
open
2024-07-22T08:12:57Z
2024-07-22T12:41:29Z
https://github.com/dynaconf/dynaconf/issues/1165
[ "question" ]
molntamas
3
saulpw/visidata
pandas
2,223
[docs] search-and-replace in a column
Also, an example of my confusion between the different "channels" (docs, tuts & manpage) is actually what lead me to my [latest question](https://github.com/saulpw/visidata/discussions/2222): I looked at the ["How to" about Columns](https://www.visidata.org/docs/columns/) and was hoping to find something about search-&...
closed
2024-01-03T08:13:23Z
2024-10-12T04:55:38Z
https://github.com/saulpw/visidata/issues/2223
[ "documentation" ]
saulpw
1
hankcs/HanLP
nlp
1,442
依存句法分析加载模型出错
<!-- Thank you for reporting a possible bug in HanLP. Please fill in the template below to bypass our spam filter. 以下必填,否则直接关闭。 --> **Describe the bug** 从`hanlp.pretrained.dep.CTB7_BIAFFINE_DEP_ZH`加载依存分析模型出错 **Code to reproduce the issue** ```python import hanlp hanlp.load(hanlp.pretrained.dep.CTB7_BIAF...
closed
2020-03-26T10:25:07Z
2020-10-23T13:04:13Z
https://github.com/hankcs/HanLP/issues/1442
[ "bug" ]
menghuu
3
jofpin/trape
flask
325
proess hook
Not able to redirect pages after connecting client server ............ total process hook is not working......
open
2021-07-12T07:36:45Z
2021-07-12T07:36:45Z
https://github.com/jofpin/trape/issues/325
[]
preetkukreja
0
plotly/plotly.py
plotly
4,549
v5.20.0 New fillgradient not working
Hi all, Been looking forward for this for a long time. New 5.20.0 version does not work for me: ``` import pandas as pd import plotly.graph_objects as go import numpy as np x = np.linspace(0, 10, 100) y = np.sin(x) trace = go.Scatter( x=x, y=y, mode='none', # fillcolor="rgba(0, 255, 0,...
closed
2024-03-14T21:02:32Z
2024-03-15T14:35:53Z
https://github.com/plotly/plotly.py/issues/4549
[]
etiennecelery
6
Lightning-AI/pytorch-lightning
pytorch
20,395
Gradient checkpointing and ddp do not work together
### Bug description Am launching a script taht trains a model which works well when trained without ddp and using gradient checkpointing, or using ddp but no gradient checkpointing, using fabric too. However, when setting both ddp and gradient checkpointing, activate thorugh gradient_checkpointing_enable() function ...
open
2024-11-04T22:04:43Z
2024-11-18T23:34:20Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20395
[ "bug", "repro needed", "ver: 2.4.x" ]
rubenweitzman
1
ydataai/ydata-profiling
pandas
1,059
Compatibility issue due to pydantic version upper bound
### Current Behaviour Pandas-Profiling cannot be installed alongside another package that requires the latest version of Pydantic (`~=1.10`). The requirements of Pandas-Profiling are currently `pydantic>=1.8.1, <1.10`. Manually upgrading Pydantic doesn't break the first code sample I tried (create a `ProfileRepo...
closed
2022-09-19T18:28:15Z
2022-09-19T19:39:27Z
https://github.com/ydataai/ydata-profiling/issues/1059
[ "needs-triage" ]
PhilMacKay
1
Kludex/mangum
fastapi
217
errorMessage: Unable to determine handler from trigger event
Hey guys, I am trying to build d coker iamge to deploy on aws lambda following the doc and: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-create-from-base https://docs.aws.amazon.com/lambda/latest/dg/python-image.html#python-image-base My Dockerfile: ``` FROM public.ecr.aws/lambda/pyt...
closed
2022-01-10T02:53:25Z
2022-01-10T05:05:04Z
https://github.com/Kludex/mangum/issues/217
[]
VictorBac
0
ivy-llc/ivy
numpy
28,075
Fix Ivy Failing Test: jax - statistical.cumsum
closed
2024-01-27T13:14:03Z
2024-01-28T19:59:41Z
https://github.com/ivy-llc/ivy/issues/28075
[ "Sub Task" ]
samthakur587
0
Avaiga/taipy
automation
2,083
[🐛 BUG] Session state being shared in separate app instances
### What went wrong? 🤔 Hi, when you run the app. The first instance works fine, the second also works fine but when you start the third instance, everything is shared between the second and the third instance. If you create more instances, all instances starting from the 2nd exhibit this behaviour. ### Expected Beha...
closed
2024-10-17T13:13:16Z
2024-10-17T14:23:33Z
https://github.com/Avaiga/taipy/issues/2083
[ "💥Malfunction" ]
IshanRattan
2
pytorch/vision
computer-vision
8,293
Add 3.12 CI jobs
The next version should support 3.12 so we should make sure to cover that in our CI jobs. Let's also merge https://github.com/pytorch/vision/pull/8119 and https://github.com/pytorch/vision/pull/8280 Just delaying this a bit until https://github.com/pytorch/vision/issues/8292 is managed. Note: 3.8 removal wo...
closed
2024-03-04T14:06:14Z
2024-03-13T15:00:06Z
https://github.com/pytorch/vision/issues/8293
[]
NicolasHug
3
plotly/dash
jupyter
2,941
Implementing Dual Scrollbars with AG Grid in Dash Application
I'm working on a Dash application that uses AG Grid, and I'm trying to implement a dual scrollbar system - one at the top and one at the bottom of the grid. However, I do not know if it is possible. Is there any guidance available to this? I tried replicating the navbar, and connecting it through clientside callbacks f...
closed
2024-08-06T16:01:40Z
2024-08-06T21:39:13Z
https://github.com/plotly/dash/issues/2941
[]
jankrans
2
JaidedAI/EasyOCR
machine-learning
601
Downloading detection model too slow
Hi, I when I run a code in Windows, it display "Downloading detection model, please wait. This may take several minutes depending upon your network connection." Then it keep downloading for a long time. even though I plug a VPN , its progress is very slow I just use "pip install easyocr" to install And the code is...
closed
2021-11-27T07:12:11Z
2022-08-07T05:01:23Z
https://github.com/JaidedAI/EasyOCR/issues/601
[]
LiHangBing
2
google-research/bert
nlp
452
Different accuracy when predicting the dev set with do_predict
I train my dataset(the same format with CoLA dataset) for sentence classification model and I take the evaluation results in eval mode after training which is eval_accuracy = 0.79638886 eval_loss = 1.4008523 global_step = 128711 loss = 1.4008523 Afterthat, I copied this dev.tsv into test.tsv by removing the lab...
closed
2019-02-23T22:27:42Z
2019-12-18T18:45:27Z
https://github.com/google-research/bert/issues/452
[]
atifemreyuksel
5
LAION-AI/Open-Assistant
python
3,292
Issue creating my own dataset
Hey there, I just checked Open Assistant. Love the initiative. I just run `docker compose --profile ci up --build --attach-dependencies` and got the UI to start locally. <img width="1668" alt="Screenshot 2023-06-04 at 00 26 58" src="https://github.com/LAION-AI/Open-Assistant/assets/12861981/60048111-16f0-40f6-...
closed
2023-06-03T23:27:35Z
2023-06-05T16:04:31Z
https://github.com/LAION-AI/Open-Assistant/issues/3292
[ "question" ]
tchaton
1
davidteather/TikTok-Api
api
876
Accounts creator?
Hi, I am looking for a tool that can create valid tiktok accounts via Emails. Telegram me at: https://t.me/JosecLee Thank you, pr41s3r
closed
2022-04-18T21:25:18Z
2022-07-03T23:15:31Z
https://github.com/davidteather/TikTok-Api/issues/876
[ "feature_request" ]
h4ck1th4rd
0
plotly/dash
jupyter
2,798
[Feature Request] openssf scorecard
Would be good to get added https://securityscorecards.dev/ to better know where next improvements could happen and when evaluating the risk of using a component like this. `scorecard --repo=https://github.com/plotly/dash Starting [Packaging] Starting [Security-Policy] Starting [Pinned-Dependencies] Starting [Si...
closed
2024-03-16T14:04:22Z
2024-07-26T13:07:28Z
https://github.com/plotly/dash/issues/2798
[]
andy778
1
plotly/dash
data-visualization
2,311
Deletion of last row containing delete-button which is target of dbc.Tooltip leads to invalid children output
**Describe your context** ``` dash_bootstrap_components==1.2.1 dash==2.7.0 ``` **Describe the bug** I have implemented a simple editor, which enables you to add and delete rows using a pattern-matching-callback. Each row contains a delete-button, which is target of a `dbc.Tooltip`. ![image](https://user-im...
open
2022-11-11T15:42:48Z
2024-08-13T19:22:30Z
https://github.com/plotly/dash/issues/2311
[ "bug", "dash-data-table", "P3" ]
timbrnbrr
1
JaidedAI/EasyOCR
pytorch
1,324
Fine-tuned CRAFT model works much slower on CPU than default one.
I fine-tuned CRAFT model according to this guide: https://github.com/JaidedAI/EasyOCR/tree/master/trainer/craft But this model works 5 times slower than default model 'craft_mlt_25k' on some server CPUs (on some CPUs speeds are same). What can it be? Is 'craft_mlt_25k' quantized in some way?
open
2024-10-18T09:21:37Z
2024-12-09T02:27:33Z
https://github.com/JaidedAI/EasyOCR/issues/1324
[]
romanvelichkin
1
tortoise/tortoise-orm
asyncio
1,206
Additional JSON Functions for Postgres
While interacting with a Postgres database, I am unavailable to do most basic queries on JSON objects. The only ones tortoise allows are `equals`, `not`, `isnull` and `notnull`, which is extremely limiting and somewhat frustrating I am hoping that you could add operations like `in`, `gte`, etc. to the JSON functions...
closed
2022-08-01T08:26:53Z
2024-11-28T15:49:14Z
https://github.com/tortoise/tortoise-orm/issues/1206
[]
sid-m-1mg
1
Josh-XT/AGiXT
automation
1,026
Check for kwargs["USE_STREAMLABS_TTS"].lower() doesn't work as bool object does not have lower
### Description ``` agixt-agixt-1 | File "/agixt/extensions/voice_chat.py", line 17, in __init__ agixt-agixt-1 | if kwargs["USE_STREAMLABS_TTS"].lower() == "true": agixt-agixt-1 | AttributeError: 'bool' object has no attribute 'lower' ``` ### Steps to Reproduce the Bug 1. Follow quick st...
closed
2023-10-02T16:46:58Z
2023-10-03T11:55:40Z
https://github.com/Josh-XT/AGiXT/issues/1026
[ "type | report | bug", "needs triage" ]
bertybuttface
1
babysor/MockingBird
pytorch
200
合成失败
麻烦请问一下,合成播放一次例句后,修改文字再合成就出现“Exception:Sizes of tensors must match except in dimension 1.Expected size 2but got size 1 for tensor number in the list ”怎么办?
closed
2021-11-08T10:01:49Z
2021-11-08T12:50:07Z
https://github.com/babysor/MockingBird/issues/200
[]
JUNQ930809
0
RobertCraigie/prisma-client-py
pydantic
461
Can't generate prisma client with docker alpine
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
closed
2022-08-09T22:16:30Z
2022-12-03T17:03:45Z
https://github.com/RobertCraigie/prisma-client-py/issues/461
[ "bug/1-repro-available", "kind/bug", "priority/low", "level/unknown", "topic: binaries" ]
dualmacops
4
donnemartin/system-design-primer
python
410
please ignore this and just close it
closed
2020-05-06T01:21:12Z
2020-05-06T06:06:08Z
https://github.com/donnemartin/system-design-primer/issues/410
[]
YuanhuiLouis
1
awesto/django-shop
django
25
We need a show_order templatetag
To let people get creative with django-SHOP on the template fronts, we should add some mechanism to let them display orders easily. Since this will be django-SHOP specific, it should go in-tree, and not in a plugin.
closed
2011-04-10T11:45:35Z
2011-04-18T21:04:39Z
https://github.com/awesto/django-shop/issues/25
[]
chrisglass
2
plotly/plotly.py
plotly
4,718
Permanent plotly marker text?
I have this code. I’m trying to create a map with the plotly_express markers showing a certain text (from the type column, which is included) right on top of the markers, hence the text = 'Type' and textposition = 'top center'. (See code below.) But when I run the code, the text only appears when I hover, which is the ...
closed
2024-08-15T22:06:53Z
2024-08-16T13:28:50Z
https://github.com/plotly/plotly.py/issues/4718
[]
bufordbufordson
1
gunthercox/ChatterBot
machine-learning
1,658
ImportError: cannot run the code name 'ChatBot'
I am trying to run below code in Anaconda. However, I am getting an error. kindly help. CODE: from chatterbot import ChatBot from chatterbot.trainers import ListTrainers import os bot= ChatBot('Bot') bot.set_trainers(ListTrainers) for files in os.listdir('C:\\Users\\lenovo\\Downloads\\BOT\\chatterbot-corpu...
closed
2019-03-08T01:12:40Z
2020-01-03T01:32:53Z
https://github.com/gunthercox/ChatterBot/issues/1658
[]
neelabhsriv
5
reloadware/reloadium
django
76
Reloadium experienced a fatal error and has to quit.
Hi Reloadium, I have encountered following issue: ## Describe the bug I would like to use reloadium in order to debug my remote code. Unfortunately, when I click on debug I get the following error: <img width="777" alt="image" src="https://user-images.githubusercontent.com/44685678/205290701-89ada685-d320-4ea0-a...
closed
2022-12-02T12:19:02Z
2023-05-28T17:04:21Z
https://github.com/reloadware/reloadium/issues/76
[]
TS9001
12
browser-use/browser-use
python
295
[bug] No support for nested iframes
I'm trying to automate a page which includes credit card number within (nested!) iframe. While browser-use correctly sees the field and actually creates a selector, it fails to fill it out: ``` ERROR [browser] Failed to locate element: Locator.element_handle: Timeout 30000ms exceeded. Call log: - waiting for loc...
closed
2025-01-17T11:30:38Z
2025-01-19T22:18:01Z
https://github.com/browser-use/browser-use/issues/295
[]
neoromantic
5
davidsandberg/facenet
tensorflow
338
OutOfRangeError (see above for traceback): FIFOQueue '_1_batch_join/fifo_queue' is closed and has insufficient elements (requested 90, current size 0) [[Node: batch_join = QueueDequeueUpToV2[component_types=[DT_FLOAT, DT_INT64], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](batch_join/fifo_queue, _r...
Hi, I am trying to train a facenet model on my own dataset. My dataset consists of images which were obtained by using a face detector developed at our lab at CMU. There is no problem with the generated crops. I have used the same dataset for training different models in Caffe. When I change the data_dir path to ...
closed
2017-06-20T20:38:32Z
2021-03-10T11:10:07Z
https://github.com/davidsandberg/facenet/issues/338
[]
uzair789
26
pyro-ppl/numpyro
numpy
1,324
0.9.0 error when sampling posterior predictive via guide
Error: `TypeError: mul got incompatible shapes for broadcasting: (1000,), (3,).` Works just fine in `0.8.0` Code to reproduce: ```python import warnings warnings.filterwarnings("ignore", category=DeprecationWarning) import pandas as pd import arviz as az import matplotlib.pyplot as plt import jax....
closed
2022-02-05T10:25:37Z
2022-02-05T17:31:59Z
https://github.com/pyro-ppl/numpyro/issues/1324
[ "warnings & errors" ]
ColdTeapot273K
1
proplot-dev/proplot
data-visualization
144
scatter colorbar ignores boundaries when outside of plot
### Description When using the `plt.scatter` wrapper, if some dimension of the data is mapped to color and the color bar placed externally, it is forced into a discrete colorbar and the boundaries cannot be modified. The colorbar features are different if placed *inside* the plot. 1. It would be great for this to...
closed
2020-04-22T20:56:00Z
2020-05-12T06:49:00Z
https://github.com/proplot-dev/proplot/issues/144
[ "bug", "feature" ]
bradyrx
3
open-mmlab/mmdetection
pytorch
12,053
Precision Fluctuation Doubt of GroundingDINO Fine-tuned with Industry Data vs YOLOv8 in mAP0.5 - 0.95,微调精度不如yoloV8?
I fine-tuned GroundingDINO with my own industry data. In some scenarios, map0.5-0.95 better than YOLOv8, while in others map0.5-0.95 is more than 5 percentage points lower. Has anyone encountered such a problem? 我用行业数据微调groundingdino,有些场景精度比yolov8有提升,有些比yolov8要低,主要是map0.5-0.95低很多。有人遇到这种问题吗?
open
2024-11-28T07:42:23Z
2024-11-28T07:42:39Z
https://github.com/open-mmlab/mmdetection/issues/12053
[]
BruceWang1996
0
nolar/kopf
asyncio
299
Creating a DAG operator
> <a href="https://github.com/seperman"><img align="left" height="50" src="https://avatars2.githubusercontent.com/u/2314797?v=4"></a> An issue by [seperman](https://github.com/seperman) at _2020-01-24 22:33:47+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/issues/299 > &nbsp; ## Question Ho...
closed
2020-08-18T20:03:05Z
2020-08-23T20:54:55Z
https://github.com/nolar/kopf/issues/299
[ "question", "archive" ]
kopf-archiver[bot]
0
facebookresearch/fairseq
pytorch
5,576
MMS TTS tutorial
CalledProcessError: Command 'wget https://dl.fbaipublicfiles.com/mms/tts/eng.tar.gz -O ./eng.tar.gz;tar zxvf ./eng.tar.gz' returned non-zero exit status 1. Not able to process 2nd cell and am getting the error above in the code link below: https://github.com/facebookresearch/fairseq/blob/main/examples/mms/tts/tu...
open
2024-12-28T08:06:46Z
2024-12-28T08:06:46Z
https://github.com/facebookresearch/fairseq/issues/5576
[ "bug", "needs triage" ]
ARTHARKING55
0
biolab/orange3
data-visualization
6,236
CI: LayoutRequest event on half-constructed/deconstructed widget
Tests on CI with Ubuntu + PyQt6 randomly failed with the following error, apparently despite https://github.com/biolab/orange3/pull/6136/files#diff-929e35c379b1494f7cb484aaa393313db85bdb58d1ac89d505920722f3800f48. @ales-erjavec? ``` Traceback (most recent call last): File "/home/runner/work/orange3/orange3/.tox/...
closed
2022-12-03T16:12:54Z
2022-12-23T08:51:49Z
https://github.com/biolab/orange3/issues/6236
[ "bug" ]
janezd
0
Evil0ctal/Douyin_TikTok_Download_API
api
415
使用Singularity部署服务时遇到问题
你好,我在尝试使用容器部署时遇到了问题,不好意思我对容器并不是很了解,我尽量描述我的操作,如果有需要我补充的信息,请告诉我。 我目前用的hpc似乎不支持直接使用Docker,但支持Singularity(可以将Docker镜像转换为Singularity镜像),但我在使用时遇到了问题。具体来说,我使用以下命令拉取镜像: ``` singularity pull douyin_tiktok_download_api.sif docker://evil0ctal/douyin_tiktok_download_api ``` 拉取镜像后,我尝试使用以下命令启动并进入容器实例的交互式shell。我使用--bind选项来...
closed
2024-05-28T03:02:03Z
2024-05-29T02:19:58Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/415
[]
scn0901
2
tatsu-lab/stanford_alpaca
deep-learning
46
OOM issue
Can this finetuning script fit into A10, which only has 24GB GPU memory? I am trying to fine-tune the model on 4 A10 GPUs using a batch size of 1, but I still get an OOM error.
closed
2023-03-16T06:31:33Z
2023-04-07T12:56:33Z
https://github.com/tatsu-lab/stanford_alpaca/issues/46
[]
puyuanliu
14
explosion/spaCy
machine-learning
13,649
Cannot complete a Docker build using v.3.8.2
It looks like this problem still exists in the newest release, @honnibal : Issue #13606 The Docker image build hangs in the same place... ``` #35 42.62 Collecting spacy (from -r requirements.txt (line 15)) #35 42.64 Downloading spacy-3.8.2.tar.gz (1.3 MB) #35 42.78 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
open
2024-10-03T17:51:15Z
2025-01-31T14:28:58Z
https://github.com/explosion/spaCy/issues/13649
[]
erikspears
5
ijl/orjson
numpy
516
orjson.dump() and orjson.load() should be support
Both the official json library and UltraJSON support these two functions, and I think orjson should also support them. I found a related issue #329, but it seems that these two methods are still not supported at present. Can they be supported directly or is there any work around way to support them? e.g. ``` impor...
closed
2024-08-26T05:55:54Z
2024-09-04T08:02:05Z
https://github.com/ijl/orjson/issues/516
[ "Stale" ]
fighterhit
0
vi3k6i5/flashtext
nlp
42
Is three a C# file?
Is three a C# file?
closed
2017-12-16T08:00:52Z
2017-12-18T06:27:56Z
https://github.com/vi3k6i5/flashtext/issues/42
[ "question" ]
billjonewbz
1
cuemacro/chartpy
plotly
5
Fix multiple PEP-8 violations
open
2017-10-30T00:12:59Z
2017-10-30T14:54:27Z
https://github.com/cuemacro/chartpy/issues/5
[]
rs2
1
lukasmasuch/streamlit-pydantic
pydantic
28
`Streamlit Settings` playground app is currently broken
<!-- Thanks for reporting a bug 🙌 ❤️ Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure to ...
open
2023-04-17T11:52:03Z
2023-04-17T11:52:03Z
https://github.com/lukasmasuch/streamlit-pydantic/issues/28
[ "type:bug" ]
HIL340
0
modelscope/modelscope
nlp
498
ModuleNotFoundError
[i solved, thanks] Firstly, thanks for this repo. When i was run this code from model_scope.modelscope.pipelines.builder import pipeline from model_scope.modelscope.utils.constant import Tasks itn_inference_pipline = pipeline( task=Tasks.inverse_text_processing, model='damo/speech_inverse_text_p...
closed
2023-08-24T07:46:28Z
2023-09-18T11:01:40Z
https://github.com/modelscope/modelscope/issues/498
[]
cestcode
0
bmoscon/cryptofeed
asyncio
801
Is there a way to avoid installing GCC to install?
I'm trying to install it on EC2 instance on Amazon Linux 2 and it is trying to compile using GCC. Is there a way to avoid it? [scratch_12.txt](https://github.com/bmoscon/cryptofeed/files/8199539/scratch_12.txt) pip 22.0.4 python 3.7.10
closed
2022-03-07T17:14:24Z
2022-03-07T18:13:42Z
https://github.com/bmoscon/cryptofeed/issues/801
[ "question" ]
ideoma
2
davidsandberg/facenet
tensorflow
827
Problems with --pretrained_model
when i run: python train_softmax.py --data_dir /home/han2/facenet/face/CASIA-WebFace_align --image_size 160 --pretrained_model /home/han2/facenet/src/pretrained_models/20180408-102900/model-20180408-102900.ckpt-90 I got the error: Assign requires shapes of both tensors to match. lhs shape= [1792,128] rhs shape= [179...
closed
2018-07-29T09:02:06Z
2018-11-21T05:32:05Z
https://github.com/davidsandberg/facenet/issues/827
[]
Victoria2333
1
supabase/supabase-py
fastapi
682
Error importing `ClientOptions` from supabase
**Describe the bug** I get this error: `ImportError: cannot import name 'ClientOptions' from 'supabase'` **To Reproduce** This is my code: ```Python from supabase import create_client, Client, ClientOptions from .config import Settings settings = Settings() def get_supabase(jwt: str = None) -> Client: ...
closed
2024-02-04T14:13:08Z
2024-02-15T10:53:01Z
https://github.com/supabase/supabase-py/issues/682
[ "bug" ]
dantheman0207
5
sqlalchemy/sqlalchemy
sqlalchemy
10,114
Query.from_statement fails with due to column_property
### Describe the bug We are seeing issues when using column properties together with `Query.from_statement` as it appears that it fails to resolve the name / label for the property . It looks like a similar issue was addressed for sqlalchemy 2 ( https://github.com/sqlalchemy/sqlalchemy/issues/9273) any chance o...
closed
2023-07-18T10:39:36Z
2023-07-18T12:57:39Z
https://github.com/sqlalchemy/sqlalchemy/issues/10114
[ "bug", "duplicate", "orm", "great mcve" ]
torsdag
2
sqlalchemy/alembic
sqlalchemy
663
Unclear error messages from alembic when base cannot find 'migrations' directory.
I have a pull request ready to fix this. It's a very simple issue, when I run some flask stuff from the wrong directory, calling upgrade() in flask_migrate tries to use alembic to obtain the 'migrations' directory. Unfortunately the error message when it cannot find 'migrate' is pretty unclear if it ends up printin...
closed
2020-02-24T06:21:16Z
2022-05-11T11:49:49Z
https://github.com/sqlalchemy/alembic/issues/663
[ "bug", "migration environment" ]
novafacing
9
vaexio/vaex
data-science
1,897
How to Filter on String on a virtual column
Hello. I applied on my dataframe the next command ``` df['seccion'] = df.pagePath.str.split('/').apply(lambda x: x[1]) ``` And this created the column 'seccion' |pagePath | seccion | |-----------------------------------|----------------------| |'/empresas/2021/10/2...
closed
2022-02-09T18:17:06Z
2022-02-10T10:21:20Z
https://github.com/vaexio/vaex/issues/1897
[]
jgzga
4
FlareSolverr/FlareSolverr
api
1,106
[exttorrents] (testing) Exception (exttorrents): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 55.0 seconds.: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the cha...
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Dis...
closed
2024-03-01T12:20:04Z
2024-03-01T16:00:58Z
https://github.com/FlareSolverr/FlareSolverr/issues/1106
[]
ELAD1010
1
wkentaro/labelme
computer-vision
911
Adding new button with slot
Thank you for providing an open-source Tool. It is great to help researchers. I just want to add a new button for my python function. So it will be very nice if you can briefly explain the overflow flow of the label code.
closed
2021-09-02T02:36:21Z
2022-06-25T04:37:55Z
https://github.com/wkentaro/labelme/issues/911
[]
Ehteshamciitwah
0
recommenders-team/recommenders
machine-learning
2,173
[BUG] Issue with installing the recommenders package while building cornac on macOS ARM64 (M2)
### Description I am encountering an issue while trying to install the recommenders package on macOS ARM64 (Apple Silicon). The error occurs during the cornac building process, specifically while compiling the C++ source files. I've followed the instructions in the GitHub repository and tried installing via both pip a...
closed
2024-09-27T11:33:11Z
2024-12-27T06:28:39Z
https://github.com/recommenders-team/recommenders/issues/2173
[ "bug" ]
Harikapl
3
airtai/faststream
asyncio
1,263
Bug: `AttributeError: 'list' object has no attribute 'items' with "Discriminated Unions"
**Describe the bug** When using an `Annotated` union with a pydantic `Field(discriminator=...)` AsyncDocs fail to generate due to a `AttributeError: 'list' object has no attribute 'items'` https://docs.pydantic.dev/latest/concepts/unions/#discriminated-unions ``` File "/Users/kilo59/.local/share/virtualen...
closed
2024-02-25T19:44:43Z
2024-03-05T16:44:13Z
https://github.com/airtai/faststream/issues/1263
[ "bug" ]
Kilo59
2
predict-idlab/plotly-resampler
plotly
246
Saving plotly-resampler object for faster viewing
I am plotting large time series array and it takes considerable time to plot. Currently, I am loading the data and passing it to resampler which resamples and plots. My understanding is that resampling code is taking time. Is it possible to save the plotly resampler object (first time) so that I can load the object ...
closed
2023-07-21T12:16:51Z
2023-10-25T22:55:16Z
https://github.com/predict-idlab/plotly-resampler/issues/246
[]
vinay-hebb
2
automagica/automagica
automation
113
Bot Key error
File "C:\Users\Dell\Desktop\testing_for_automagica\venv\lib\site-packages\automagica\utilities.py", line 17, in wrapper return func(*args, **kwargs) File "C:\Users\Dell\Desktop\testing_for_automagica\venv\lib\site-packages\automagica\activities.py", line 8490, in find_text_on_screen_ocr api_key = str(loca...
closed
2020-03-19T10:03:22Z
2020-05-05T08:43:20Z
https://github.com/automagica/automagica/issues/113
[]
sultan-sheriff
4
serengil/deepface
deep-learning
646
AttributeError: module 'deepface.commons.functions' has no attribute 'preprocess_face'
I was trying to follow the tutorial: https://sefiks.com/2021/04/03/deep-face-recognition-with-neo4j/ And I got the attribute error for preprocessing_face. Please kindly advice how I can proceed, many thanks in advance!
closed
2023-01-29T09:18:40Z
2023-01-29T11:28:28Z
https://github.com/serengil/deepface/issues/646
[ "question" ]
iammaylee123
1
adbar/trafilatura
web-scraping
657
MemoryError in table conversion
`python`: `3.12.0` `trafilatura`: `1.11.0` MemoryError happens here https://github.com/adbar/trafilatura/blob/e9921b3724b5fd6219c683b016f89a9b6a79c99c/trafilatura/xml.py#L325 ``` # in this case max_span = 9007199254740991 cell_count = 3 ``` ``` url = 'https://docs.stripe.com/declines/codes' resp = tra...
closed
2024-07-25T03:54:35Z
2024-07-25T12:47:05Z
https://github.com/adbar/trafilatura/issues/657
[ "bug" ]
Honesty-of-the-Cavernous-Tissue
2
FlareSolverr/FlareSolverr
api
1,124
[speedcd] (testing) Exception (speedcd): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 55.0 seconds.: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. ...
### Have you checked our README? - [X] I have checked the README ### Have you followed our Troubleshooting? - [X] I have followed your Troubleshooting ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Dis...
closed
2024-03-18T13:45:30Z
2024-03-18T15:09:12Z
https://github.com/FlareSolverr/FlareSolverr/issues/1124
[ "duplicate" ]
norbsmaq
1
huggingface/diffusers
deep-learning
10,796
Docs for HunyuanVideo LoRA?
### Describe the bug As it seems like LoRA loading on HunyuanVideo has been implemented, I wonder where I can find the docs on this? Are they missing? ### Reproduction Search for HunyuanVideo and LoRA ### Logs ```shell ``` ### System Info As it is the online docs... ### Who can help? @stevhliu @sayakpaul
open
2025-02-15T04:31:34Z
2025-03-17T15:03:10Z
https://github.com/huggingface/diffusers/issues/10796
[ "bug", "stale" ]
tin2tin
8
mars-project/mars
numpy
3,350
[BUG][Ray] LightGBMError: Machine list file doesn't contain the local machine
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** There will raise `LightGBMError: Machine list file doesn't contain the local machine` when I run a `lightgbm.LGBMClassifier.fit` on a Mars clus...
closed
2023-05-25T11:45:00Z
2023-06-02T08:34:03Z
https://github.com/mars-project/mars/issues/3350
[ "mod: learn", "mod: ray integration" ]
zhongchun
0
flasgger/flasgger
api
220
A way to parse request data and validate schema
Hi, I find a way to parse request`s data and validate schema, not only data in body can be validated, take a look at [gist](https://gist.github.com/strongbugman/2c8e1cd9673ebdc59403a4055e4060c6), do you have any idea?
closed
2018-07-30T05:12:55Z
2018-08-27T05:30:06Z
https://github.com/flasgger/flasgger/issues/220
[]
strongbugman
2
pytorch/vision
computer-vision
8,753
Conversion of WEBP to grayscale on read
### 🐛 Describe the bug The `read_image` func ignores `ImageReadMode.GRAY` when reading WEBP images. It produces tensors with 3 color channels instead of 1. Example image: [here](https://drive.google.com/file/d/1NyDLCoWV_TWOiVwlI8J-98oV-l_KKr-y) Reproduction code: ```python from torchvision.io import read_im...
open
2024-11-26T13:30:42Z
2024-12-09T12:37:16Z
https://github.com/pytorch/vision/issues/8753
[]
DLumi
3
JaidedAI/EasyOCR
machine-learning
681
Accelerate reader.readtext() with OpenMP
Hello all, this is more a question than an issue. I know `reader.readtext()` can be accelerated if I have a GPU with CUDA available; I was wondering if there was a flag to accelerate it with multi-threading (OpenMP). Regards, Victor
open
2022-03-14T01:31:44Z
2022-03-14T01:31:44Z
https://github.com/JaidedAI/EasyOCR/issues/681
[]
vkrGitHub
0
mljar/mercury
data-visualization
249
app hangs for long running notebooks
When @adrianblazeusz was running a notebook that needs >10 seconds to execute, he noticed that at the start, a web app is unresponsive. This can easily be reproduced by using a notebook with cells that need >10 seconds to execute. Looks like we overwritten the state of the worker before notebook initialization ...
closed
2023-04-20T11:36:45Z
2023-04-20T14:02:12Z
https://github.com/mljar/mercury/issues/249
[ "bug" ]
pplonski
2
PaddlePaddle/models
computer-vision
4,973
The avg losses are not same for training and validation when the same data are used.
Hi, I am training a AttentionCluster for video classification by using my own data, followed here https://github.com/PaddlePaddle/models/blob/release/1.8/PaddleCV/video/models/attention_cluster/README.md I used the same data for training, validation, testing, and inference. In the training phrase, the avg losses...
open
2020-11-25T04:20:57Z
2024-02-26T05:09:49Z
https://github.com/PaddlePaddle/models/issues/4973
[]
p1n0cch10
2
ultralytics/ultralytics
pytorch
19,468
What is the best practice to set `shuffle=False` in DataLoader?
### 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 I tried to enable `rect=True` features in yolov11 Training mode. And it just...
closed
2025-02-27T22:38:23Z
2025-02-28T12:31:49Z
https://github.com/ultralytics/ultralytics/issues/19468
[ "question" ]
WuZhuoran
12
marimo-team/marimo
data-visualization
3,545
Cells sometimes switch columns in app view
### Describe the bug Editing a notebook in app view — sometimes cells that are supposed to be in one column are rendered in the other. Example: <img width="1390" alt="Image" src="https://github.com/user-attachments/assets/4f391ac1-306d-4b41-8e13-66475c95f5e7" /> Expected: In app view, left column says hello, right ...
closed
2025-01-23T05:33:14Z
2025-01-23T06:14:53Z
https://github.com/marimo-team/marimo/issues/3545
[ "bug", "good first issue (typescript)" ]
akshayka
0
HIT-SCIR/ltp
nlp
176
请问目前的离线版本(3.3.2)是否可以用“语义依存分析”功能呢?
请问目前的离线版本(3.3.2)是否可以用“语义依存分析”功能呢?
closed
2016-07-22T11:24:18Z
2016-07-22T12:46:16Z
https://github.com/HIT-SCIR/ltp/issues/176
[]
Reneexml
1
polakowo/vectorbt
data-visualization
430
How to custom order size in from_signals() different size for different order
I'm using the from_signals() to construct the backtesting, However, I want the first order size be different from other orders, being bigger size. The other order size except the first order are all the same, a constant value. I checked the size and size_type parameters, but not able to find a proper solution. Ho...
closed
2022-04-06T14:21:46Z
2022-04-07T01:56:55Z
https://github.com/polakowo/vectorbt/issues/430
[]
mikolaje
1
JoeanAmier/TikTokDownloader
api
8
KeyError: 55
File "D:\PycharmProjects\TikTokDownloader\src\DataDownloader.py", line 469, in run self.get_info(video, "Video") File "D:\PycharmProjects\TikTokDownloader\src\DataDownloader.py", line 271, in get_info type_ = {68: "Image", 0: "Video"}[item["aweme_type"]] ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^...
closed
2023-06-28T09:49:22Z
2023-06-30T15:30:42Z
https://github.com/JoeanAmier/TikTokDownloader/issues/8
[ "功能异常(bug)" ]
jingle1267
2
AutoGPTQ/AutoGPTQ
nlp
263
[BUG] Unable to generate, model crashes
**Describe the bug** Unable to generate any text. As soon as I input a prompt, the model crashes less than a second later. The following error occurs: ``` Traceback (most recent call last): File "/home/maxwellj/Development/llama/text-generation-webui/modules/callbacks.py", line 55, in gentask ret = self.mf...
closed
2023-08-16T18:07:26Z
2023-08-17T10:33:09Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/263
[ "bug" ]
maxwelljens
2
MagicStack/asyncpg
asyncio
512
The custom uuid implementation of asyncpg causes errors in my api
* **asyncpg version**: asyncpg==0.20.0 * **PostgreSQL version**: PostgreSQL 11.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 8.3.0) 8.3.0, 64-bit * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: no * **Python version**: 3.8.0 * **Platform*...
closed
2019-11-29T12:41:07Z
2024-08-10T23:45:23Z
https://github.com/MagicStack/asyncpg/issues/512
[]
RmStorm
14
aio-libs/aiopg
sqlalchemy
222
Connection remains open if InternalError happened during connect()
Imagine following situation: ```python if conn.closed: try: conn = yield from aiopg.connect(dsn) except psycopg2.InternalError as e: print("reconnect InternalError ", str(e), type(e)) except psycopg2.Error as e: print("reconnect error ", str(e), type(e)) ``` When connect(...
open
2016-11-29T13:24:16Z
2017-10-17T19:28:40Z
https://github.com/aio-libs/aiopg/issues/222
[]
kelvich
2