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
collerek/ormar
sqlalchemy
1,293
v0.20.0 is released as stable instead of beta
**Describe the bug** Im migrating to ormar and I was trying to run the examples from the docs but I was getting `AttributeError: 'ModelMetaclass' object has no attribute 'ormar_config'` as well as `AttributeError: 'MyModel' object has no attribute 'ormar_config'`. I was unable to figure out what is the problem so I tr...
closed
2024-04-27T13:18:27Z
2024-06-10T08:45:20Z
https://github.com/collerek/ormar/issues/1293
[ "bug" ]
slavovthinks
4
psf/requests
python
6,327
Update dependencies
requests 2.28.1 requires charset-normalizer<3,>=2, but you have charset-normalizer 3.0.1 which is incompatible. this problem persists for a long time and requests should release a new update.
closed
2023-01-10T11:39:10Z
2024-01-11T00:03:19Z
https://github.com/psf/requests/issues/6327
[]
celestinoxp
1
dynaconf/dynaconf
django
812
Why does changing root_path not change the root for files set in settings_files?
I have had issues when trying to use cx_freeze with dynaconf. And every time it is fixed buy passing absolute file paths for files specified in `preload`, `settings_files`, and `includes`. I've recently tried to use `root_path` to properly set the root for all the files specified in `preload`, `settings_files`, and `in...
closed
2022-09-22T15:15:54Z
2023-03-23T16:04:58Z
https://github.com/dynaconf/dynaconf/issues/812
[ "question", "Docs" ]
jacobthetechy
5
betodealmeida/shillelagh
sqlalchemy
182
SQL compilation caching warning on SQLAlchemy 1.4
Getting the following warning: ``` SAWarning: Dialect gsheets:apsw will not make use of SQL compilation caching as it does not set the 'supports_statement_cache' attribute to ``True``. This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy version...
closed
2022-02-22T21:04:13Z
2022-03-14T16:30:03Z
https://github.com/betodealmeida/shillelagh/issues/182
[ "enhancement" ]
cancan101
2
AutoGPTQ/AutoGPTQ
nlp
430
Cuda 12 support
Hi there, any chance we can get cuda 12.1 wheels for windows and linux?
closed
2023-11-15T09:56:13Z
2023-12-13T16:28:47Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/430
[ "bug" ]
ParisNeo
3
albumentations-team/albumentations
machine-learning
2,276
GaussianBlur.blur_limit default makes it behave badly for sigma >= 2.
## Describe the bug When using `GaussianBlur()` with the default `blur_limit` of `(3, 7)` and a sigma >=2, further increasing sigma does not lead to a higher blurring, but to randomly increasing and decreasing blurring strength. This is contrary to what is told in the docstring: > Larger sigma values produce stronger...
closed
2025-01-17T14:15:49Z
2025-01-19T17:33:04Z
https://github.com/albumentations-team/albumentations/issues/2276
[ "bug" ]
MalteEbner
4
deezer/spleeter
deep-learning
801
Spleeter simply doesn't work
- [x] I didn't find a similar issue already open. - [x] I read the documentation (README AND Wiki) - [x] I have installed FFMpeg - [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others) ## Description After installing Spleeter with pip, it tried...
open
2022-10-29T21:55:34Z
2022-10-30T01:25:55Z
https://github.com/deezer/spleeter/issues/801
[ "bug", "invalid" ]
thatdumbdevit
1
horovod/horovod
deep-learning
3,888
Does horovod handle the problem of each process has different batch num?
### Discussed in https://github.com/horovod/horovod/discussions/3887 <div type='discussions-op-text'> <sup>Originally posted by **formath** April 14, 2023</sup> ``` is_chief = (hvd.rank() == 0) # model train_iterator = data_reader.iterator( batch_size=100, ...
closed
2023-04-15T14:53:22Z
2023-04-21T14:20:48Z
https://github.com/horovod/horovod/issues/3888
[]
formath
0
StructuredLabs/preswald
data-visualization
71
[Components] Add support for matplotlib
#### **Description** Add support for rendering **Matplotlib** figures as a component. Users should be able to do the following in an example project: ```python from preswald import matplotlib ``` When they run: ```sh preswald run ``` The plot should render in the frontend automatically. --- https://docs....
closed
2025-02-04T00:20:11Z
2025-03-24T08:23:34Z
https://github.com/StructuredLabs/preswald/issues/71
[]
amrutha97
3
holoviz/panel
jupyter
7,178
Unable to change the background colour for pn.indicators.Dial widget
#### version info: Panel 1.4.2 #### Description of expected behavior and the observed behavior: I’ve been unable to change the background colour for my pn.indicators.Dial widget. I’ve tried CSS, customized designs, etc and nothing seems to work. Ultimately I’d like the background to be transparent so that the das...
closed
2024-08-22T15:02:34Z
2024-09-12T12:41:46Z
https://github.com/holoviz/panel/issues/7178
[]
doughagey
2
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,438
[Feature Request]: Want to disable the Prompts from file or textbox script automatically concatenating from the top prompt box.
### 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 ? Won't concatenate the top prompt box either at the start or end, will just ignore it and only rely on the List of prompts inputs. ### Proposed workflow A simple ...
open
2024-08-28T12:31:55Z
2024-09-01T22:39:08Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16438
[ "enhancement" ]
acoolrocket
2
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,434
[Bug]: pytorch rocm 6.0 with 7600xt = HSA_STATUS_ERROR_INVALID_ISA
### Checklist - [X] The issue exists after disabling all extensions - [X] 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 - [X] The issue exists in the current version of the webui - [X] The issue has not been reported ...
closed
2024-04-03T03:59:29Z
2025-02-24T14:28:38Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15434
[ "bug-report" ]
neem693
15
RobertCraigie/prisma-client-py
asyncio
16
Remove transformation of field names
Automatically transforming field names introduces internal complexity that is not worth the value it provides to developers. This complexity leads to bugs such as #3, which are hard to fix and very confusing for developers to get. ~Additionally having to transform aliases also decreases performance as we have to do ...
closed
2021-04-20T08:08:37Z
2021-06-19T08:25:35Z
https://github.com/RobertCraigie/prisma-client-py/issues/16
[ "kind/improvement", "topic: internal" ]
RobertCraigie
0
scikit-hep/awkward
numpy
2,432
Simplify customisation that is used to implement strings
### Description of new feature There has been a long-standing awareness that our string abstraction is both a special case (privileged in our codebase) and also something that users might want to customise. Consequently, we have mechanisms like custom broadcasting that users can hook into to implement the same featu...
closed
2023-04-26T16:18:23Z
2023-06-30T12:25:30Z
https://github.com/scikit-hep/awkward/issues/2432
[ "feature" ]
agoose77
9
ydataai/ydata-profiling
jupyter
999
Bug Report
### Current Behaviour Trying to import ProfileReport from pandas_profiling but everytime i try to import, it is showing an error message ![Screenshot (9)](https://user-images.githubusercontent.com/89300429/174274317-3c48b367-cd59-481d-b4d9-2ab2cbf79137.png) ### Expected Behaviour It should import ProfileReport #...
closed
2022-06-17T09:54:17Z
2022-10-02T22:54:04Z
https://github.com/ydataai/ydata-profiling/issues/999
[ "needs-triage" ]
SuhailAhmad1
4
slackapi/python-slack-sdk
asyncio
1,236
Add video block to Block Kit model classes
"video" type blocks are now available in Block Kit. >Showcase your cool cat videos in a new [video block](https://api.slack.com/reference/block-kit/blocks#video) with [Block Kit](https://api.slack.com/block-kit). Read on to learn more on [how to embed videos in your apps](https://api.slack.com/reference/block-kit/bl...
closed
2022-07-13T22:26:18Z
2022-07-15T20:24:36Z
https://github.com/slackapi/python-slack-sdk/issues/1236
[ "enhancement", "web-client", "Version: 3x" ]
seratch
0
ydataai/ydata-profiling
jupyter
907
Installation \\ ???? \\ HOW to? \\ Please \\ Rookie Problem
ERROR: Could not install packages due to an OSError: [WinError 5] Accesso negato: 'c:\\programdata\\anaconda3\\lib\\site-packages\\joblib-1.0.1.dist-info\\direct_url.json' Consider using the `--user` option or check the permissions. --> Using Anancoda Jupyter \\ Why not possible? Why not possible with PyCharm? ...
closed
2022-01-14T10:41:40Z
2022-01-14T15:08:46Z
https://github.com/ydataai/ydata-profiling/issues/907
[]
valo83
1
xuebinqin/U-2-Net
computer-vision
304
How to reduce occupied cuda when test images? steve8000818@gmail.com
I trained on image size 960x960, but when use it to test images, there is cuda memory error. Any way to solve it?
open
2022-04-21T09:35:27Z
2022-04-21T09:35:27Z
https://github.com/xuebinqin/U-2-Net/issues/304
[]
nissansz
0
Kav-K/GPTDiscord
asyncio
140
Record token usage for /index commands
We need to be able to keep track of the token usage that occurs when using /index commands. Currently, this is not tracked at all. passing in llm_predictor into the query commands for the gpt-index indices seem to give me weird output for the answer of the query, would love some help on this.
closed
2023-02-05T08:42:58Z
2023-02-05T20:56:37Z
https://github.com/Kav-K/GPTDiscord/issues/140
[ "enhancement", "help wanted", "good first issue", "help-wanted-important" ]
Kav-K
1
wkentaro/labelme
deep-learning
611
labelme2voc Error - too many values to unpack
Every time I try labelme2voc I get the same error, even on example data_annotated set. File "./labelme2voc.py", line 107, in main label_name_to_value=class_name_to_id, ValueError: too many values to unpack (expected 2) Thx for any help with this
closed
2020-02-27T11:20:14Z
2020-02-27T16:28:11Z
https://github.com/wkentaro/labelme/issues/611
[]
branimir29
1
cvat-ai/cvat
computer-vision
8,691
port :8090 collided with WSToastNotification Service.
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce ```pwsh docker compose up ``` ### Expected Behavior Attaching to cvat_clickhouse, cvat_db, cvat_grafana, cvat_opa, cvat...
closed
2024-11-13T05:56:26Z
2024-11-13T06:42:44Z
https://github.com/cvat-ai/cvat/issues/8691
[ "bug", "invalid" ]
haoran192
0
ymcui/Chinese-LLaMA-Alpaca
nlp
648
LoRA后合并成huggingface模型格式,能否再用该模型文件继续做全参数微调或继续全参数预训练?
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-06-21T02:25:26Z
2023-07-06T00:10:14Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/648
[ "stale" ]
zeng9t
9
holoviz/panel
plotly
7,488
Chat Widget: Align user messages to right
I wanted to kindly suggest a small enhancement to the chat widget that I believe could improve user experience. Currently, all messages in the chat are aligned to the left by default. In most chat interfaces (such as ChatGPT, WhatsApp, etc.), user messages are typically aligned to the right. This makes it much easier...
open
2024-11-13T07:36:37Z
2025-03-12T18:30:09Z
https://github.com/holoviz/panel/issues/7488
[]
tomscoorch
4
yt-dlp/yt-dlp
python
12,446
Add option to use proxy for extractor actions only
### Checklist - [x] I'm requesting a feature unrelated to a specific site - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels)) - [x] I've searched...
open
2025-02-23T00:52:56Z
2025-02-23T06:41:15Z
https://github.com/yt-dlp/yt-dlp/issues/12446
[ "enhancement", "core:networking", "core:extractor" ]
zhenyahacker
5
gradio-app/gradio
data-science
10,414
Gradio Error
### Describe the bug I encountered the following error when executing code. My environment is python=3.11, gradio_client==1.6.0. Here's my code: from gradio_client import Client client = Client("https://iic-anydoor-online.ms.show/", hf_token='aa') job = client.predict( "https://raw.githubusercontent.com/gradio-ap...
closed
2025-01-23T08:58:50Z
2025-01-24T22:42:54Z
https://github.com/gradio-app/gradio/issues/10414
[ "bug", "needs repro" ]
w1131680660
2
fastapi/sqlmodel
fastapi
534
[Querying] negating `Model.boolean` in `where()`
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2023-01-21T22:50:44Z
2023-01-22T15:07:49Z
https://github.com/fastapi/sqlmodel/issues/534
[ "question" ]
Pk13055
2
plotly/dash-table
plotly
201
discussion of `n_fixed_rows` and `n_fixed_columns` constraints
this is a placeholder issue to discuss some of the constraints involved in using `n_fixed_rows` and `n_fixed_columns` in tables. These properties introduce complexity in the underlying markup that can impact the style and behaviour of the table. This issue serves to precise these constraints.
open
2018-11-01T22:28:35Z
2020-04-30T15:18:15Z
https://github.com/plotly/dash-table/issues/201
[]
chriddyp
16
google-research/bert
nlp
1,401
ValueError: A KerasTensor is symbolic: it's a placeholder for a shape an a dtype. It doesn't have any actual numerical value. You cannot convert it to a NumPy array.
Hey, so I've downloaded the preprocessing & encoder layer of BERT in order to build a simple email classification model. When I'm finally building my model to pass the training data it throws this error. Can someone tell me what's wrong? ![Screenshot 2024-03-27 021032](https://github.com/google-research/bert/assets/...
open
2024-03-26T20:41:37Z
2024-12-31T11:59:55Z
https://github.com/google-research/bert/issues/1401
[]
accioharshita
8
huggingface/transformers
nlp
36,354
Add EfficientLoFTR model
### Model description EfficientLoFTR is an image matching model performing dense matching (contrary to SuperPoint + SuperGlue). It is a variant to LoFTR that runs in realtime (at most 40ms for inference). The base model performances are ok, but with the soon release of [MatchAnything](https://github.com/zju3dv/MatchAn...
open
2025-02-23T14:12:59Z
2025-02-24T20:48:25Z
https://github.com/huggingface/transformers/issues/36354
[ "New model", "Vision" ]
sbucaille
0
erdewit/ib_insync
asyncio
704
In order to obtain the desired position your Equity with Loan Value [1000] must exceed the new total Initial Margin of [1500].
It's not an issue of the library, but a question. How do you guys handle this error when placing an order? I get it, but I still want to place an order for maximum available size. When I have the same error while manually using TWS, they offer to automatically reduce order size to match margin requirements. But when...
closed
2024-03-03T00:35:32Z
2024-03-04T00:30:56Z
https://github.com/erdewit/ib_insync/issues/704
[]
Amaziinq
2
sktime/sktime
data-science
7,093
[BUG] Inconsistent behaviour of estimators when specifying panel/hierarchical mtype and calling with non-panel data
**Describe the bug** When using panel/hierarchical mtype, the forecasters and transformers have different behaviour if a single timeseries, without multiindex, is passed. Forecasters raise error, and Transformers add a dummy index level "instances" before calling private `_fit` method. **To Reproduce** To verif...
open
2024-09-09T00:01:46Z
2024-09-09T19:49:12Z
https://github.com/sktime/sktime/issues/7093
[ "bug", "module:forecasting", "module:transformations" ]
felipeangelimvieira
0
deepfakes/faceswap
deep-learning
664
Extracting seems to be stuck at "initialising Face alignment Network"
**Describe the bug** Extracting seems to be stuck at "initialising Face alignment Network" **To Reproduce** Steps to reproduce the behavior: 1. Run extract command - python faceswap.py extract
closed
2019-03-14T22:21:08Z
2019-03-14T22:52:03Z
https://github.com/deepfakes/faceswap/issues/664
[]
haarissiddiqie1
1
ShishirPatil/gorilla
api
776
[BFCL] javascript test category fails on checking Array argument's type
When using latest BFCL v3 to evaluate `MadeAgents_Hammer2.0-1.5b` model, I found that the model fails on the `javascript_2` sample. However, when checking details, it looks that this error is a false alarm - `status` argument needs be an array containing String items. However, when checking `status` argument's type, th...
closed
2024-11-23T03:46:43Z
2024-11-25T04:50:02Z
https://github.com/ShishirPatil/gorilla/issues/776
[]
leocnj
3
huggingface/transformers
deep-learning
36,110
Add Deepseek-VL
### Model description Deepseek-VL: - [paper](https://arxiv.org/abs/2403.05525) - [code](https://github.com/deepseek-ai/DeepSeek-VL/) - [weights](https://huggingface.co/collections/deepseek-ai/deepseek-vl-65f295948133d9cf92b706d3) ### Open source status - [ ] The model implementation is available - [ ] The model w...
open
2025-02-10T09:34:50Z
2025-02-10T09:34:50Z
https://github.com/huggingface/transformers/issues/36110
[ "New model" ]
ArthurZucker
0
Nemo2011/bilibili-api
api
20
【漏洞】投稿上传报错分块上传失败
**Python 版本:** 3.9.13 **模块版本:** 10.1.0/10.2.0b5 **运行环境:** Ubuntu 20.04.4 LTS **模块路径:** bilibili_api.video_uploader **报错信息:'分块上传失败' ``` {'name': 'PRE_CHUNK', 'data': {'page': <bilibili_api.video_uploader.VideoUploaderPage object at 0x7f8264089c70>, 'offset': 807403520, 'chunk_number': 77, 'total_chunk_co...
closed
2022-07-07T04:01:16Z
2022-07-20T10:17:24Z
https://github.com/Nemo2011/bilibili-api/issues/20
[]
CatOverrun
2
iterative/dvc
data-science
9,737
import: failing with SSH key-based authentication from a GitHub repo
# Bug Report ## Description I have a private github repo `username/repo.git` created from following the [data registry tutorial](https://dvc.org/doc/use-cases/data-registry/tutorial) on my own data. I am trying to import a file from it like `dvc import git@github.com:username/repo.git filename` and it is failing ...
closed
2023-07-14T14:42:03Z
2023-07-25T08:10:47Z
https://github.com/iterative/dvc/issues/9737
[ "p1-important", "git", "A: data-sync" ]
wjn0
11
davidsandberg/facenet
computer-vision
759
have a problem when finetune train_tripletloss.py with pretrained_model
Hi, I try to train with pretrained_model(tendorflow1.4.1, model:[20180402-114759](https://drive.google.com/open?id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-)), python train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir ~/data/vggface2/train_160 --image_size 160 --model_def mode...
closed
2018-05-25T05:55:15Z
2018-05-28T01:44:29Z
https://github.com/davidsandberg/facenet/issues/759
[]
clscy
2
pydantic/pydantic
pydantic
11,178
Serializing a list subclass ignores overwritten methods
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When serializing a subclass of list that overrides `__iter__`, I'd expect the override implementation to take precedence, however this appears to not be the case. We encountered this bug when using a `LazyList` that only populates...
open
2024-12-24T14:52:34Z
2024-12-27T15:26:28Z
https://github.com/pydantic/pydantic/issues/11178
[ "bug V2", "pending" ]
bentheiii
1
python-restx/flask-restx
flask
30
Using semver
the latest release of restx is 0.1, the pypi package has 0.1.0, the conda-forge (#28) 0.1.0 (it cannot download the package from pypi using 0.1 version). So I would recommend to use [semver](https://semver.org) for the releases and always three digest, include tags and releases. The main problem people have with se...
closed
2020-02-03T02:37:45Z
2020-02-09T21:38:51Z
https://github.com/python-restx/flask-restx/issues/30
[]
SVilgelm
5
idealo/image-super-resolution
computer-vision
41
ResourceExhaustError
Hi Dear, I have a 2GB GPU. When I run a small image lets say of size 200 by 200 or smaller, it runs it with no error. But when I give a bigger image of lets say 400x400, it gives me this error and I could not find on how to set gpu configurations options for the code. Can you please help. ResourceExhaustedError: OO...
closed
2019-07-15T12:47:22Z
2019-07-15T18:55:41Z
https://github.com/idealo/image-super-resolution/issues/41
[]
fadi212
3
minimaxir/textgenrnn
tensorflow
69
Train from iterable
Hello! My dataset is too big to be passed as a list argument, and isn't currently stored as a plain text file. It would be great if instead I could supply a iterable/iterator/generator that reads from my custom storage and textgenrnn did the rest. Is it possible? I haven't been able to figure it out
closed
2018-08-19T03:03:58Z
2019-01-04T18:50:00Z
https://github.com/minimaxir/textgenrnn/issues/69
[]
paulo-raca
2
tableau/server-client-python
rest-api
1,579
We cannot create schedules with a MonthlyInterval, looking at the code it forces the interval to be a tuple.
Tableau Support: https://help.salesforce.com/s/case-view?caseId=500Hx00000kv6hJIAQ **Describe the bug** A clear and concise description of what the bug is. ``` We cannot create schedules with a MonthlyInterval, looking at the code it forces the interval to be a tuple. ``` **Versions** Details of your environment, in...
open
2025-03-06T20:35:00Z
2025-03-06T20:35:00Z
https://github.com/tableau/server-client-python/issues/1579
[]
casey-crawford-cfa
0
schemathesis/schemathesis
graphql
1,976
[BUG] documentation how to use graphql schemas in unittests
### Describe the bug How can I use a graphql schema in unittests (not pytest)? I think it is nearly the same with openapi schemas, except you could extract portions of it and feed it to given. There is no method to convert a graphql schema into search strategy. ```python class Foo(TestCase): @given(dcase=sche...
closed
2024-01-22T17:51:15Z
2024-01-22T20:58:05Z
https://github.com/schemathesis/schemathesis/issues/1976
[ "Priority: High", "Type: Bug", "Specification: GraphQL" ]
devkral
1
snooppr/snoop
web-scraping
61
Change CSV format encoding to utf-8 for non-ru users.
``` Traceback (most recent call last): File "snoop.py", line 1657, in <module> File "snoop.py", line 1651, in run File "snoop.py", line 1574, in starts File "encodings\cp1252.py", line 19, in encode UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-6: character maps to <undefined> ...
closed
2022-03-12T22:47:38Z
2022-12-09T10:17:33Z
https://github.com/snooppr/snoop/issues/61
[ "enhancement" ]
Apacelus
6
google-deepmind/sonnet
tensorflow
204
Sonnet assertion error: Sonnet v2 requires Tensorflow 2
I'm running Ubuntu 20.04 LTS and Python 3.7 Tensorflow 2.5.0 Sonnet 2.0.0. running the following code after having just pip installed tensorflow and dm-sonnet import tensorflow as tf import sonnet as snt print("TensorFlow version {}".format(tf.__version__)) print("Sonnet version {}".format(snt.__version_...
closed
2021-06-15T23:27:21Z
2021-06-17T14:31:23Z
https://github.com/google-deepmind/sonnet/issues/204
[]
efriesema
4
microsoft/MMdnn
tensorflow
230
Resnet152 Unknown layer: Scale
Hi, it seems that I cannot convert the resnet 152 keras model to IR. Error message: ``` Traceback (most recent call last): File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) F...
open
2018-06-05T11:13:48Z
2018-06-06T05:30:47Z
https://github.com/microsoft/MMdnn/issues/230
[]
pandasMX
5
ivy-llc/ivy
pytorch
28,492
Fix Frontend Failing Test: torch - math.paddle.stanh
To-do List: https://github.com/unifyai/ivy/issues/27498
closed
2024-03-06T17:13:02Z
2024-05-02T08:41:35Z
https://github.com/ivy-llc/ivy/issues/28492
[ "Sub Task" ]
ZJay07
0
gee-community/geemap
jupyter
1,952
No layer style UI for ee.ImageCollection
### Environment Information Colab Mon Mar 25 21:27:30 2024 UTC OS Linux CPU(s) 2 Machine x86_64 Architecture 64bit RAM 12.7 GiB Environment IPython Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] geemap 0.32.0 ee 0.1.394 ipyleaflet 0.18.2 folium 0.14.0 jupyterlab Module not found notebook 6.5.5 ip...
closed
2024-03-25T21:48:17Z
2024-03-26T02:42:30Z
https://github.com/gee-community/geemap/issues/1952
[ "bug" ]
jdbcode
0
ultralytics/yolov5
machine-learning
12,611
when export yolov5 model to pb format, load the pb model occur ERROR
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question when export yolov5 model to pb format, load the pb model occur ERROR, and my command is ...
closed
2024-01-11T03:15:28Z
2024-10-20T19:36:54Z
https://github.com/ultralytics/yolov5/issues/12611
[ "question", "Stale" ]
ybshaw
5
sammchardy/python-binance
api
630
Margin Isolated x10 Error
I successfully connected to the Binance with my API secrets and easily made a spot order wihtout any problem but when I want to call **Margin Isolated x10 get_max_margin_loan()** function I got this error : **APIError(code=-11001): Isolated margin account does not exist.** It's strange because I have **activated...
open
2020-12-10T21:16:24Z
2024-02-26T03:58:10Z
https://github.com/sammchardy/python-binance/issues/630
[]
ShayanFiroozi
4
ludwig-ai/ludwig
data-science
3,682
llama2_7b_finetuning_4bit example: `LudwigModel.create_model(self.config_obj, random_seed=random_seed)` hangs
**Describe the bug** When calling `python train_alpaca.py` or `./run_train.sh` from the llama2_7b_finetuning_4bit example, there is no output after `Downloading shards: 100%` for >1 hour, and no GPU utilization. **To Reproduce** * start a 1 x A100 80GB machine (I did this on runpod). * install conda 4.12.0, creat...
closed
2023-10-02T13:04:26Z
2023-11-01T16:28:57Z
https://github.com/ludwig-ai/ludwig/issues/3682
[]
DavidFarago
4
jeffknupp/sandman2
sqlalchemy
70
Any support for mongodb in future?
closed
2018-03-18T08:38:21Z
2018-05-07T17:49:31Z
https://github.com/jeffknupp/sandman2/issues/70
[]
tirumalavasu
1
mwaskom/seaborn
data-science
3,718
The way to change the size of title in so.plot.label(title="...")
Hi, Thank you for wonderful library. I have a wonder that whether any way to change the size of title in so.plot.label(title= "..."). I referred you documentation and I did not find any information related to this. Thank you for helping me!
closed
2024-06-27T02:45:59Z
2024-06-28T01:18:10Z
https://github.com/mwaskom/seaborn/issues/3718
[]
ngvananh2508
2
huggingface/datasets
deep-learning
7,386
Add bookfolder Dataset Builder for Digital Book Formats
### Feature request This feature proposes adding a new dataset builder called bookfolder to the datasets library. This builder would allow users to easily load datasets consisting of various digital book formats, including: AZW, AZW3, CB7, CBR, CBT, CBZ, EPUB, MOBI, and PDF. ### Motivation Currently, loading dataset...
closed
2025-02-08T14:27:55Z
2025-02-08T14:30:10Z
https://github.com/huggingface/datasets/issues/7386
[ "enhancement" ]
shikanime
1
airtai/faststream
asyncio
1,308
RFE: NATS same subject subscription not registering handlers
**Describe the bug** In some cases user might need to process same message in multiple handlers, following same as docs code doesn't give documented result. **How to reproduce** Include source code: ```python from faststream import FastStream, Logger from faststream.nats import NatsBroker broker = NatsBrok...
open
2024-03-16T18:16:58Z
2025-01-29T15:48:48Z
https://github.com/airtai/faststream/issues/1308
[ "enhancement", "Core" ]
frct1
1
Miserlou/Zappa
django
2,159
Add ASGI support
Zappa currently only supports WSGI. [ASGI](https://asgi.readthedocs.io/en/latest/) is a new standard for Python web programming with deep support for Python 3 asyncio. If Zappa added support for ASGI, projects written using the following frameworks would all become deployable using Zappa: - [Starlette](https:/...
open
2020-09-01T03:04:58Z
2021-02-07T13:21:35Z
https://github.com/Miserlou/Zappa/issues/2159
[]
simonw
6
waditu/tushare
pandas
1,395
sz300090缺少某些字段数据
请求stock_basic的API,参数设置list_status=>'L',返回字段中缺少area和industry的数据。 其中有 002220.SZ 002509.SZ 300090.SZ 3000156.SZ 600069.SH 600175.SH 220014
open
2020-07-15T15:27:45Z
2020-07-15T15:35:41Z
https://github.com/waditu/tushare/issues/1395
[]
NASLXTO
0
pyeve/eve
flask
1,149
Same schema for multiple collections Issue
HI, in a python script I defined a DOMAIN to query a MongoDB. I have different collections having the same schema 'air_schema', for example these two ones: 1. 'sth_/airno2_Foron_NO2_AirQualityObserved' 2. 'sth_/airpm10_Foron_PM10_AirQualityObserved' DOMAIN ={ 'sth_/airno2_Foron_NO2_AirQualityObserved': ...
closed
2018-05-15T08:52:40Z
2018-05-21T08:24:25Z
https://github.com/pyeve/eve/issues/1149
[]
fdrsuisse
1
mljar/mercury
jupyter
357
disable scales instances down task for local deployment
I got log message: ``` [2023-08-31 08:32:00,472: DEBUG/MainProcess] Scale instances down [2023-08-31 08:32:00,484: INFO/MainProcess] Task mercury.server.celery.scale_down_task[c52403e5-5775-48d1-a832-feabc48f5990] succeeded in 0.01414593400022568s: None ``` It means that there is `scale_down_task` running, whi...
closed
2023-08-31T08:33:06Z
2023-09-19T13:58:08Z
https://github.com/mljar/mercury/issues/357
[]
pplonski
0
LAION-AI/Open-Assistant
python
2,874
The Answer is weired
I started OA on my own server with docker and asked a few questions. The answers are quite unrelated to what I asked. Is this because of the weight ?
closed
2023-04-24T03:54:13Z
2023-04-24T09:36:38Z
https://github.com/LAION-AI/Open-Assistant/issues/2874
[]
136William136
4
huggingface/datasets
pytorch
6,842
Datasets with files with colon : in filenames cannot be used on Windows
### Describe the bug Datasets (such as https://huggingface.co/datasets/MLCommons/peoples_speech) cannot be used on Windows due to the fact that windows does not allow colons ":" in filenames. These should be converted into alternative strings. ### Steps to reproduce the bug 1. Attempt to run load_dataset on MLCo...
open
2024-04-26T00:14:16Z
2024-04-26T00:14:16Z
https://github.com/huggingface/datasets/issues/6842
[]
jacobjennings
0
davidsandberg/facenet
tensorflow
343
Loss at convergence
Hi -- Does anyone happen to know what the Loss/RegLoss are after the model converges on the CASIA dataset? Eg, the values for ``` Epoch: [500][1000/1000] Time 1.234 Loss 1.2345 RegLoss 1.234 ``` Thanks Ben
closed
2017-06-21T17:34:05Z
2017-07-15T15:26:31Z
https://github.com/davidsandberg/facenet/issues/343
[]
bkj
1
pydantic/logfire
fastapi
718
possibility to use on-prem
### Question Is it possible to use logfire (atleast a prelim version) on-premises without having to authenticate?
closed
2024-12-23T09:31:40Z
2024-12-23T09:53:47Z
https://github.com/pydantic/logfire/issues/718
[ "Question" ]
fastaimldata
1
thtrieu/darkflow
tensorflow
616
How if running this program using ipwebcam camera
Any one kno, how if i try to running this program using camera webcam and the camera changin using third part of camera like ipwebcam maybe? Please if you have answer. Thankyou
closed
2018-03-06T10:50:27Z
2018-03-30T03:51:45Z
https://github.com/thtrieu/darkflow/issues/616
[]
mursyidinadnan
2
mwaskom/seaborn
pandas
3,007
Fix documentation of size parameter in catplot / stripplot
To control marker size in a catplot with `kind="strip"`, one needs to pass `s=...` instead of `size=...` (as one would expect based on the stripplot documentation). This is currently not apparent from the documentation of catplot. (Also see [this SO issue](https://stackoverflow.com/questions/58548261/how-to-change-mark...
closed
2022-09-10T15:05:28Z
2022-09-12T20:48:43Z
https://github.com/mwaskom/seaborn/issues/3007
[]
e-pet
2
flairNLP/flair
pytorch
3,141
ValueError: numpy.ndarray size changed, may indicate binary incompatibility
Hello, as of the most recent release I'm getting the following error importing Sentence and Classifier. from flair.data import Sentence from flair.nn import Classifier Error: ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject Numpy ve...
closed
2023-03-13T14:39:38Z
2023-08-21T09:31:39Z
https://github.com/flairNLP/flair/issues/3141
[]
kylemcq13
5
Yorko/mlcourse.ai
plotly
754
AttributeError: 'NoneType' object has no attribute 'split' using anaconda
needed to upgrade threadpoolctl to 3.2 pip install threadpoolctl --upgrade to fix the error [AttributeError: 'NoneType' object has no attribute 'split'](https://stackoverflow.com/questions/71352354/sklearn-kmeans-is-not-working-as-i-only-get-nonetype-object-has-no-attribute) in [topic 3](https://mlcourse.ai/book/top...
closed
2023-09-10T15:37:17Z
2024-08-19T16:13:22Z
https://github.com/Yorko/mlcourse.ai/issues/754
[]
Selithrarion
6
ShishirPatil/gorilla
api
43
[bug] Hosted Gorilla: <Issue>
Exception: text Failed model: gorilla-7b-hf-v0, for prompt: I would like to translate from English to French
closed
2023-06-08T22:16:47Z
2023-06-08T22:17:25Z
https://github.com/ShishirPatil/gorilla/issues/43
[ "hosted-gorilla" ]
ozzy1987
0
widgetti/solara
fastapi
626
`solara.Meta` adds an empty span to DOM
This can have unexpected consequences for spacing when, for instance, using flex-boxes with a set gap, like the ones that are automatically added if an element has more than one direct child. An example issue can be found in the linked PR
open
2024-05-01T11:57:35Z
2024-07-04T09:54:38Z
https://github.com/widgetti/solara/issues/626
[]
iisakkirotko
1
aiortc/aiortc
asyncio
801
RTCPeerConnection stuck in "connecting" state, and tracks don't return frames
I have a very basic ``aiortc`` client that connects to another ``aiortc`` server that streams a ``MediaStreamTrack`` to connected clients. The server has a web client which works perfectly, as expected, however the ``aiortc`` client does not work at all. The following is the very basic outline for how the client is wri...
closed
2022-12-28T19:44:54Z
2022-12-29T19:36:41Z
https://github.com/aiortc/aiortc/issues/801
[]
kennytheeggman
4
sqlalchemy/alembic
sqlalchemy
367
Render Mako template errors for template debugging
**Migrated issue, originally created by n1ywb ([@n1ywb](https://github.com/n1ywb))** Ran `alembic init --template multidb alembic` (note my use of multidb template) Then trying to run `alembic revision -m 'test'` Getting `TypeError: expected string or buffer` Of course that's being thrown from inside the compiled ...
closed
2016-04-07T18:45:13Z
2016-04-11T14:59:44Z
https://github.com/sqlalchemy/alembic/issues/367
[ "bug", "migration environment" ]
sqlalchemy-bot
5
deezer/spleeter
tensorflow
185
[Bug] Neither installation method does not work
Using Anaconda Distribution, after `conda install` it tries to search python on `d:\` although it's the DVD drive: ``` Fatal error in launcher: Unable to create process using '"d:\bld\spleeter_1574775894867_h_env\python.exe" ``` Uninstalled Anaconda, installed python 3.8.0 and tried to install via pip: ``` > pi...
closed
2019-12-16T14:00:10Z
2019-12-18T11:25:28Z
https://github.com/deezer/spleeter/issues/185
[ "bug", "invalid" ]
sgohl
1
modin-project/modin
pandas
7,192
Recheck that all methods with `numeric_only=True` works correctly
`pd.DataFrame([['a', 'b', 1]]).idxmin(numeric_only=True)` failed with `Internal and external indices on axis 0 do not match.`
open
2024-04-16T19:57:01Z
2024-04-16T19:57:01Z
https://github.com/modin-project/modin/issues/7192
[ "bug 🦗", "P1" ]
anmyachev
0
lundberg/respx
pytest
62
Poping a request pattern by alias
I'm using `respx` in pytest fixtures. I found a common issue that I was not able to solve easily: Updating one request pattern in a collection of mocked requests, provided by global fixture. Example: ```python @pytest.fixture def mock_services() -> Iterator[MockTransport]: base_services_mock.post(re.compil...
closed
2020-06-25T10:39:29Z
2020-06-25T19:43:50Z
https://github.com/lundberg/respx/issues/62
[]
radeklat
0
TarrySingh/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
scikit-learn
192
Performance issues in Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials
Hello! I've found two types of performance issues in your program: - `batch()` should be called before `map()`. - `tf.Session` being defined repeatedly leads to incremental overhead. You can make your program more efficient by fixing the above two problems. Here are [the tensorflow document](https://tensorflow....
open
2021-08-20T09:08:56Z
2021-11-04T09:11:20Z
https://github.com/TarrySingh/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials/issues/192
[]
DLPerf
1
OpenBB-finance/OpenBB
python
6,715
[🕹️] Implement an Example for Building a Quantitative Risk Model
# 📄 Task Create a notebook that demonstrates building a quantitative risk model using OpenBB’s data and features. --- ### 📋 Requirements: 1. **Template**: Start by copying the [example template notebook](https://github.com/OpenBB-finance/OpenBB/blob/develop/examples/COMMUNITY_EXAMPLE_TEMPLATE.ipynb). 2...
closed
2024-09-30T19:02:03Z
2024-11-02T07:42:13Z
https://github.com/OpenBB-finance/OpenBB/issues/6715
[ "🕹️ 300 points" ]
piiq
14
graphql-python/graphql-core
graphql
79
Unclear how to distinguish between "intentional" and "server error" exception cases
Heya, I'm writing a server with the error philosophy that - if a resolver wants to return an "errors: {blah}" object to the client, I will handle this case explicitly (by some arbitrary method, e.g. raising a special Exception class, returning a special Error() result, etc) - any other exception in my server is "u...
closed
2020-02-23T23:43:51Z
2020-11-12T10:45:31Z
https://github.com/graphql-python/graphql-core/issues/79
[]
akdor1154
2
predict-idlab/plotly-resampler
data-visualization
312
[BUG] array must be contiguous
The error occurs on FORTRAN-style or structured arrays (where data belonging to one series do not reside in memory continuously) **Reproducing the bug** :mag: ```import plotly.graph_objects as go import numpy as np from plotly_resampler import FigureResampler x = np.arange(1_000_000) y = np.zeros(shape=(2, k)...
open
2024-07-21T07:09:09Z
2024-09-06T09:37:42Z
https://github.com/predict-idlab/plotly-resampler/issues/312
[ "bug", "enhancement", "Optimization", "dependencies" ]
zxweed
3
littlecodersh/ItChat
api
149
No module name import time, Queue
为什么我会出现这个error 可以帮帮我吗各位大大
closed
2016-11-08T13:21:20Z
2016-11-08T14:51:54Z
https://github.com/littlecodersh/ItChat/issues/149
[ "bug" ]
laohanme
2
sktime/sktime
data-science
7,152
[BUG] HTML view of transformations are not showing as a flow and instead shown as class definition directly
## Code Reused from https://github.com/sktime/sktime/discussions/5903 (I still have that question, need to resolve that sometime) ```python from sklearn.base import BaseEstimator from sklearn.preprocessing import RobustScaler, QuantileTransformer from sktime.forecasting.arima import ARIMA from sktime.forecast...
closed
2024-09-22T17:44:14Z
2024-12-14T09:48:09Z
https://github.com/sktime/sktime/issues/7152
[ "bug", "module:base-framework" ]
yarnabrina
20
microsoft/nni
pytorch
5,792
MY Trial keeps on failing.
I am trying to run a NAS implementation and all of the trial (trial jobs) are seen as failed. The dispatcher sends hyperparameter configurations for different neural network architectures to the NNI manager one by one. The manager creates trials (M0YoL, gNQ3c, etc.) with these configurations and submits them to the Loc...
closed
2024-06-06T05:43:00Z
2024-06-06T07:02:30Z
https://github.com/microsoft/nni/issues/5792
[]
karmad84
0
PokemonGoF/PokemonGo-Bot
automation
6,013
Upgrading but not upgrading?
I'm on latest dev branch. Noticed this: 2017-04-12 14:47:34] [PokemonOptimizer] [INFO] Exchanged Beedrill [IV 1.0] [CP 711] [85 candies] [2017-04-12 14:47:34] [PokemonOptimizer] [INFO] Exchanged Caterpie [IV 1.0] [CP 112] [33 candies] [2017-04-12 14:47:39] [PokemonOptimizer] [INFO] Exchanged Charmander [IV 1.0]...
closed
2017-04-12T11:49:18Z
2017-07-18T13:44:02Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/6013
[]
pogarek
3
vitalik/django-ninja
pydantic
476
[BUG] - Inferred model foreign key relationships aren't defined appropriately when ninja.orm.create_schema is used.
**Describe the bug** In the documentation for the CRUD example found here: https://django-ninja.rest-framework.com/tutorial/crud/ it suggests that a create can be accomplished by: ``` class EmployeeIn(Schema): first_name: str last_name: str department_id: int = None birthdate: date = None ```...
open
2022-06-18T06:11:39Z
2022-11-10T08:22:13Z
https://github.com/vitalik/django-ninja/issues/476
[]
bubthegreat
6
pydantic/pydantic-core
pydantic
1,205
No Module pydantic_core._pydantic_core (armv7l, built from source)
I am getting File "/usr/lib/python3.10/site-packages/pydantic_core/__init__.py", line 6, in <module> from ._pydantic_core import ( ModuleNotFoundError: no Module named 'pydantic_core._pydantic.core' when trying to import pydantic_core. (python3 -c "import pydantic_core"). The site-packages folder is in sys.path. I a...
closed
2024-02-24T20:05:43Z
2024-08-16T17:47:35Z
https://github.com/pydantic/pydantic-core/issues/1205
[ "installation" ]
briyoon
5
RobertCraigie/prisma-client-py
asyncio
10
Add support for middleware
[https://www.prisma.io/docs/concepts/components/prisma-client/middleware](https://www.prisma.io/docs/concepts/components/prisma-client/middleware) ```py client = Client() async def logging_middleware(params: MiddlewareParams, next: NextMiddleware) -> MiddlewareResult: log.info('Running %s query on %s', para...
open
2021-02-05T21:03:57Z
2024-08-04T16:23:25Z
https://github.com/RobertCraigie/prisma-client-py/issues/10
[ "kind/feature", "process/candidate", "level/intermediate", "priority/medium" ]
RobertCraigie
1
miguelgrinberg/Flask-Migrate
flask
5
Flask-migrate creates own folder in app's directory.
When using virtualenv, flask-migrate creates a new dir with templates within the `pwd` as well as in `lib/python(version)/site_packages`. ``` . ├── bin ├── calpoly ├── flask_migrate ├── lib ├── manage.py ├── migrations ├── Procfile ├── README.md ├── requirements.txt ├── run.py ├── runtime.txt └── TODO.md ``` I'd pref...
closed
2013-09-18T17:48:04Z
2013-09-19T16:59:13Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/5
[]
brotatos
6
home-assistant/core
python
141,016
Husqvarna issue with ESPHome 2025.3.0
### The problem Hi First of all, thanks again for the awesome integration. This morning ESPHome upgraded to 2025.3.0 on both my Bluetooth proxy devices. Since then I am getting this error: Failed setup, will retry: Unable to connect to device Xx:XX:XX due to esp32 [XX:XX:XX]: XX:XX is not connected Looking in the E...
open
2025-03-20T19:28:00Z
2025-03-24T13:59:59Z
https://github.com/home-assistant/core/issues/141016
[ "integration: husqvarna_automower_ble" ]
gapthorpe
6
neuml/txtai
nlp
859
Add staticvectors inference
Given #857, the staticvectors library should be integrated to replace this functionality. `staticvectors` offers pure Python inference for legacy word vector models. It replaces the `fasttext` and `pymagnitude-lite` dependencies.
closed
2025-01-26T15:06:15Z
2025-01-27T16:18:19Z
https://github.com/neuml/txtai/issues/859
[]
davidmezzetti
0
dynaconf/dynaconf
fastapi
755
[bug] load settings from a pyinstaller executable
When executing an application build by pyinstaller, dynaconf raises `OSError: Starting path not found` ``` File "PyInstaller/loader/pyimod03_importers.py", line 495, in exec_module File "myproject/config.py", line 19, in <module> settings.validators.register( File "dynaconf/base.py", line 113, in __get...
closed
2022-05-24T18:17:21Z
2024-07-08T17:53:20Z
https://github.com/dynaconf/dynaconf/issues/755
[ "Docs" ]
jurelou
3
jeffknupp/sandman2
rest-api
44
Missing example
Hello, Sandman2 is a great piece of software for those with little knowledge in programming like myself. However, it's sometime necessary to change the default behavior of the software. Sandman1 documentation came with some examples for that. Is there something as good as that for sandman2 ? Thank you very much
closed
2016-09-25T19:45:21Z
2018-06-23T10:39:58Z
https://github.com/jeffknupp/sandman2/issues/44
[]
lrrb
3
plotly/plotly.py
plotly
4,318
FigureWidget missing update for annotations/static lines
I use a FigureWidget as container for an updating Figure within JupyterLab. When I update the FigureWidget within a `batch_update`, the data and the layout overall are updated, but if I introduced a static object like a vline, this persists on the graphic. New executions of the very same FigureWidget instance show the ...
open
2023-08-11T18:47:47Z
2024-08-12T21:02:06Z
https://github.com/plotly/plotly.py/issues/4318
[ "bug", "P3" ]
paoloalba
0
vitalik/django-ninja
rest-api
793
[BUG] datetime.timedelta broken with ModelSchema
Let's say I have the model: ``` class Example(models.Model): when = models.DateTimeField() duration = models.DurationField() ``` ...and the API definition: ``` from datetime import datetime, timedelta class TestSchema(ModelSchema): when: datetime duration: timedelta ``` This break...
open
2023-07-16T07:50:30Z
2023-09-03T00:54:18Z
https://github.com/vitalik/django-ninja/issues/793
[]
winrid
12
samuelcolvin/watchfiles
asyncio
64
A problem with watchgod was discovered
A problem with watchgod was discovered when a business program was running. When a batch file to delete files was started in the background, the information monitored by watchgod seemed to have some problems, including some Change.added actions that did not actually exist. What is going on? Thank you. The batch file...
closed
2020-06-04T01:43:20Z
2020-06-04T09:57:59Z
https://github.com/samuelcolvin/watchfiles/issues/64
[]
flashlxy
1
sinaptik-ai/pandas-ai
pandas
969
SmartDataframe Last Prompt is None After First Chat
### System Info OS version: `macOS 14.2.1 (23C71)` Python version: `3.11.8` `pandasai` version: `1.5.20` ### 🐛 Describe the bug This issue may be related to this discussion: https://github.com/Sinaptik-AI/pandas-ai/discussions/501 `sdf.last_prompt` is `None` after the first call to `sdf.chat`, but is not after...
closed
2024-02-29T06:29:34Z
2024-06-08T16:04:02Z
https://github.com/sinaptik-ai/pandas-ai/issues/969
[]
yassinkortam
1
httpie/cli
python
971
Basic authentication: unexpected extra leading space in generated base64 token
Hi, I was giving `httpie` a try, in order to replace `curl` especially because of the session management. And I might miss something, but I believe the Basic authentication token computed has an unexpected extra leading space. **Steps to reproduce** I run: ``` $ https --offline -a 'a:b' domain.tld/auth | grep...
closed
2020-09-30T16:40:18Z
2020-10-01T10:28:11Z
https://github.com/httpie/cli/issues/971
[]
maanuair
3
horovod/horovod
machine-learning
3,420
Installation steps
Hello! I have followed all the stps though I can not install horovod properly until now I have built these two files : yml > name: adel > > channels: > - pytorch=1.9.0 > - conda-forge > - defaults > > dependencies: > - ccache > - cmake > - cudatoolkit=11.3 > - cudnn > - cxx-compiler ...
closed
2022-02-25T13:51:41Z
2022-03-03T13:30:56Z
https://github.com/horovod/horovod/issues/3420
[]
Arij-Aladel
1
chaoss/augur
data-visualization
2,624
Code Changes Lines metric API
The canonical definition is here: https://chaoss.community/?p=3591
closed
2023-11-30T18:04:46Z
2024-04-09T14:18:57Z
https://github.com/chaoss/augur/issues/2624
[ "API", "first-timers-only" ]
sgoggins
2
JoeanAmier/TikTokDownloader
api
210
闪退 TikTokDownloader_V5.3_WIN_SetUp.exe
``` PS C:\Program Files (x86)\TikTokDownloader> .\main.exe Traceback (most recent call last): File "main.py", line 9, in <module> File "main.py", line 5, in main File "src\application\TikTokDownloader.py", line 331, in run File "src\application\TikTokDownloader.py", line 186, in check_config File "path...
open
2024-05-03T13:23:41Z
2024-05-03T13:23:41Z
https://github.com/JoeanAmier/TikTokDownloader/issues/210
[]
specked2527
0
AutoGPTQ/AutoGPTQ
nlp
157
[BUG] At least one of the model submodule will be offloaded to disk, please pass along an `offload_folder`.
**Describe the bug** Hello! Disclaimer: I'm using a laptop with an NVIDIA GPU with 4GB RAM, so I understand this will be slow. However, I'm trying to use the max_memory parameter as part of the AutoGPTQForCasalLM.from_quantized and am receiving the following error about "offload_folder": **Message=At least one o...
open
2023-06-14T04:47:36Z
2023-07-08T01:35:27Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/157
[ "bug" ]
seanconnolly2000
3
biolab/orange3
pandas
6,725
Multi-Targets for the ANN-Regression Model
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** <!-- In other words, what's your pain point? --> <!-- Is your request related to a problem, or ...
open
2024-02-06T15:07:39Z
2024-02-23T17:32:53Z
https://github.com/biolab/orange3/issues/6725
[]
WolframRinke
2