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
slackapi/python-slack-sdk
asyncio
858
Randomly getting Broken pipe error on upload on certain combinations of files and channels
### Reproducible in: #### The Slack SDK version sudo pip3 freeze | grep slack slackclient==2.9.3 #### Python runtime version python --version Python 2.7.16 python3 --version Python 3.8.6 #### OS info ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H2 usage: uname [-amnprsv] #...
closed
2020-10-23T07:35:27Z
2021-03-24T22:14:51Z
https://github.com/slackapi/python-slack-sdk/issues/858
[ "Version: 2x", "question", "web-client", "server-side-issue" ]
NudeNULL
9
flairNLP/flair
pytorch
2,973
flair is not a package
**Describe the bug** After trying to run examples of the Doc Word Embedding in the docs, this is what I get: ModuleNotFoundError: No module named 'flair.embeddings'; 'flair' is not a package **To Reproduce** from flair.embeddings import TransformerDocumentEmbeddings # init embedding embedding = TransformerDoc...
closed
2022-10-26T18:56:24Z
2022-11-02T10:32:04Z
https://github.com/flairNLP/flair/issues/2973
[ "bug" ]
mghasemizade
2
vitalik/django-ninja
django
1,272
How to create an alias for a field created via annotation
I have an ORM query that creates annotations. While `hour` makes sense within the context of the query, as a property in the API response, I'd like to call the field `time`. In the `WaterLevelSchema`, I can specify `hour: datetime`, which works but if I only specify `time: datetime = Field(..., alias='hour')` I get an ...
open
2024-08-21T10:11:51Z
2024-08-22T07:31:39Z
https://github.com/vitalik/django-ninja/issues/1272
[]
tobi-or-not
2
liangliangyy/DjangoBlog
django
349
怎么加的https? cenos7 nginx1.16.0
阿里云下载了一年的证书,配置了nginx一天,加上ssl的配置就不行了,求解
closed
2020-01-19T15:16:07Z
2020-01-23T11:37:11Z
https://github.com/liangliangyy/DjangoBlog/issues/349
[]
guocdfeifei
1
holoviz/panel
jupyter
7,594
Some components rendered invisibly via FastAPI if page path too long
<details> <summary>Software Version Info</summary> * panel 1.5.5 * macOS 15.2 * python 3.13.0 * not using a notebook * Chrome version 131.0.6778.205 (Official Build) (arm64) Excerpt from `requirements.txt`; [full version here](https://github.com/gimbo/panel-fastapi-bug-demo/blob/main/requirements.txt) ```plainte...
closed
2025-01-06T14:04:42Z
2025-01-17T17:16:39Z
https://github.com/holoviz/panel/issues/7594
[]
gimbo
1
InstaPy/InstaPy
automation
6,385
Helpy!! Only do like.
I have two accounts(same code). One is working well. But another have this problem,it only did like,didn't do comment and follow. I uninstalled Instapy, install it again and deleted the cookie,but it still only do like and another is still work. Could someone help ? (sorry for my english ) thanks a lot !! from in...
open
2021-10-27T07:28:59Z
2021-10-29T00:44:43Z
https://github.com/InstaPy/InstaPy/issues/6385
[]
eudemonism34
1
facebookresearch/fairseq
pytorch
5,280
Audio data preprocessing for wav2vec-U 2.0
## ❓ Questions and Help I am trying to replicate wav2vec-U 2.0 from "Towards End-to-end Unsupervised Speech Recognition" with LibriSpeech 960h corpus. I am still in the data preparation stage, and the estimated time to run rVAD for the whole dataset is about 150 hours, which I felt unrealistic. Also, as far as I rem...
closed
2023-08-14T12:27:54Z
2023-08-14T14:30:32Z
https://github.com/facebookresearch/fairseq/issues/5280
[ "question", "needs triage" ]
EomSooHwan
1
akfamily/akshare
data-science
5,243
南华商品指数接口无法使用了,能否重新编写下
南华商品指数接口无法使用了,能否重新编写下 测试代码如下: import akshare as ak futures_return_index_nh_df = ak.futures_return_index_nh(symbol='NHCI') print(futures_return_index_nh_df) 附图为出错截图 > 欢迎加入《数据科学实战》知识星球,交流财经数据与量化投资相关内容, > 详细信息参考:https://akshare.akfamily.xyz/learn.html ## 前提 遇到任何问题,请先将您的 AKShare 版本升级到**最新版**,可以通过如下命令升级: `...
closed
2024-10-16T00:25:32Z
2024-10-16T02:29:30Z
https://github.com/akfamily/akshare/issues/5243
[ "bug" ]
666git
2
mwaskom/seaborn
data-science
3,080
regplot does not align input series
It seams that regplot does not align the input data when given as 2 seperate Series as does scatterplot `sns.scatterplot(x=df.A, y= df2.B)` plots a nice data that is correlated. `sns.regplot(x=df.A, y= df2.B)` shows not aligned data. Fixes the problem. `sns.scatterplot(x=df.A, y= df2.loc[df.index].B)`
closed
2022-10-12T12:41:16Z
2022-10-13T20:44:58Z
https://github.com/mwaskom/seaborn/issues/3080
[]
SilasK
1
gunthercox/ChatterBot
machine-learning
1,518
ImportError: No module named 'chatterbot.storage'; 'chatterbot' is not a package "
I have python version Python 3.5.2 I installed chatterbot and it shows it is installed using pip freeze. But i have this error " module = self._original_import(*args, **kw) ImportError: No module named 'chatterbot.storage'; 'chatterbot' is not a package " Can you list your exact python version you use c...
closed
2018-12-05T13:19:12Z
2019-10-23T02:10:01Z
https://github.com/gunthercox/ChatterBot/issues/1518
[]
prilcool
4
jazzband/django-oauth-toolkit
django
970
Separate Resource Server: disable caching of token in Resource server to allow token revoke
Hi! It seems that if Resource server is separated from Auth server tokens are cached in Resource server. How is revoke handled in such case? I am taking about following scenario: 1. Auth server issue token 2. Resource server cache it in `oauth2_provider_accesstoken` table 3. Auth server admin revoke token 4. Re...
closed
2021-04-28T10:22:31Z
2023-10-04T15:15:18Z
https://github.com/jazzband/django-oauth-toolkit/issues/970
[ "question" ]
wolendranh
2
pydantic/logfire
fastapi
786
Logfire Only Logging FastAPI Requests, Not SQL Queries with SQLModel/SQLAlchemy
### Question Hello Logfire Community, I'm integrating Logfire with a FastAPI backend that uses [SQLModel](https://sqlmodel.tiangolo.com/#a-sql-table) (built on SQLAlchemy) for database interactions. I aim to have Logfire display detailed logs for both incoming HTTP requests and the SQL queries executed by SQLModel....
open
2025-01-08T14:36:25Z
2025-01-21T08:12:52Z
https://github.com/pydantic/logfire/issues/786
[ "Question" ]
alon710
6
vitalik/django-ninja
django
771
Raise 403 via AuthBearer()
Whenever logic fails in the AuthBearer() flow, instead of returning None, which currently results in a 500 error, I want to return a 403 error. Here is the AuthBearer() flow I'm using: ```python class AuthBearer(HttpBearer): async def authenticate(self, request, token): if request.headers["Organiz...
closed
2023-06-02T03:01:04Z
2023-07-14T21:46:16Z
https://github.com/vitalik/django-ninja/issues/771
[]
patagoniapy
7
matterport/Mask_RCNN
tensorflow
2,953
Shuffling Dataset
Hi guys, I'm new in python. Can you tell me how to shuffle the image dataset with COCO format in JSON before training?
open
2023-05-05T03:09:45Z
2023-06-05T09:06:25Z
https://github.com/matterport/Mask_RCNN/issues/2953
[]
ridhoaanhrp
1
erdewit/ib_insync
asyncio
319
Seem the async functions crashed with Python 3.7.9 (default, Aug 31 2020, 17:10:11)
Fyi and did the latest version of ib_insync run in 3.7.9 ? ses.connect(port=7496, timeout=3) C:\Users\Admin\anaconda3\envs\tensorflow_env_gpu\lib\site-packages\ipykernel\ipkernel.py:287: DeprecationWarning:`should_run_async` will not call `transform_cell` automatically in the future. Please pass the result to `tran...
closed
2020-11-30T10:38:24Z
2020-12-02T12:54:23Z
https://github.com/erdewit/ib_insync/issues/319
[]
lamhoson
0
kennethreitz/responder
flask
338
How could I set 'json ensure_ascii = false' when resp.media is Japanese or Chinese?
When `resp.media = {'error': '错误的数据类型'}`, I'll get `{"error": "\\u9519\\u8bef\\u7684\\u6570\\u636e\\u7c7b\\u578b"}`. I know I should set `json ensure_ascii = false` in `json.dumps`, but I don't know how to do that in `responder`. like that: ``` python @api.route('/{errorcode}') async def error(req, resp, *, erro...
closed
2019-03-28T08:35:23Z
2019-04-03T10:58:51Z
https://github.com/kennethreitz/responder/issues/338
[]
songsenand
2
jonaswinkler/paperless-ng
django
1,272
[BUG] document_importer fails
I am running export as following and getting "Permission denied" I checked, the file exists and there is read/write permission. The source folder from which export is performed is located on Synology NAS with a setting that maps all users to admin. Permission should not be an issue. Probably issue is Hebrew charact...
closed
2021-08-31T11:50:22Z
2021-09-02T06:49:18Z
https://github.com/jonaswinkler/paperless-ng/issues/1272
[]
stepanov1975
1
aws/aws-sdk-pandas
pandas
2,356
Redshift Materialised views not refreshing through `cursor.execute`
### Describe the bug I've an Athena table mapped to csv files in S3 that I can successfully upload new files to, and run the Athena repair on: ``` wr.s3.to_csv(df,target , sep='\t', index=False) query_final_state = wr.athena.repair_table(table=tableName, database=datab...
closed
2023-06-21T11:08:12Z
2023-07-04T11:03:51Z
https://github.com/aws/aws-sdk-pandas/issues/2356
[ "bug" ]
riotgibbon
5
babysor/MockingBird
deep-learning
727
GPU运算如何优化环境达到最高速率?
<img width="367" alt="image" src="https://user-images.githubusercontent.com/108389438/187482454-92dbfedc-4809-436e-b8f3-7d01f487de8a.png"> <img width="331" alt="image" src="https://user-images.githubusercontent.com/108389438/187482549-78b0d645-b728-4517-b369-f2100f8e50e6.png"> 同样的环境 3090 size:66 0.59 steps/s 3...
open
2022-08-30T16:02:04Z
2023-07-03T06:38:05Z
https://github.com/babysor/MockingBird/issues/727
[]
MarkIzhao
2
JoeanAmier/XHS-Downloader
api
59
记录作品数据时(下载文本),就无法同时下载图片。下载图片就无法同时下载文本。其他人会有这个问题吗
记录作品数据时(下载文本),就无法同时下载图片。下载图片就无法同时下载文本。其他人会有这个问题吗
closed
2024-03-09T10:32:48Z
2024-03-09T10:36:59Z
https://github.com/JoeanAmier/XHS-Downloader/issues/59
[]
baizejian4343
0
ymcui/Chinese-LLaMA-Alpaca
nlp
461
使用llama.cpp容器加载Chinese-alpaca-plus模型,中文输入无限输出回车的问题
### 详细描述问题 llama.cpp 项目下Issues https://github.com/ggerganov/llama.cpp/issues/1649 ### 必查项目(前三项只保留你要问的) - [x] **基础模型**:Alpaca-Plus - [x] **运行系统**:Docker For WSL - [x] **问题分类**:模型量化和部署问题(llama.cpp) - [x] (必选)由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [x] (必选)我已阅读[FA...
closed
2023-05-30T09:17:31Z
2023-05-31T07:35:47Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/461
[]
qingfengfenga
2
numba/numba
numpy
9,681
inefficient matrix multiplication with its transpose
## Feature request Hi, not sure if this should be considered a feature request or a bug report but matrix multiplication and `numpy.dot()` do not behave as expected for the multiplication of matrix with its transpose. Numpy automatically recognizes such a situation and exploits the symmetry of the problem while it d...
open
2024-08-01T17:10:38Z
2024-08-02T01:12:13Z
https://github.com/numba/numba/issues/9681
[ "performance" ]
stepan-srsen
4
Johnserf-Seed/TikTokDownload
api
381
[BUG]运行异常
异常退出: Traceback (most recent call last): File "C:\Users\admin\Desktop\tk\TikTokDownload-main\TikTokTool.py", line 32, in <module> profile.getProfile(cmd.setting()) File "C:\Users\admin\Desktop\tk\TikTokDownload-main\Util\Profile.py", line 128, in getProfile self.getData(self.api_post_url) File "C:\U...
open
2023-03-30T13:08:38Z
2023-03-31T07:36:50Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/381
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
summer990
1
airtai/faststream
asyncio
1,849
Bug:anyio version check broken
**Describe the bug** The following code breaks with the newly released anyio version: [anyio 4.6.2.post1](https://pypi.org/project/anyio/#history) ```python anyio_major, *_ = map(int, get_version("anyio").split(".")) ``` **How to reproduce** With the latest anyio version (4.6.2.post1), have the following c...
closed
2024-10-14T15:16:47Z
2024-10-14T18:40:41Z
https://github.com/airtai/faststream/issues/1849
[ "bug" ]
sidjakinsboriss
0
donnemartin/system-design-primer
python
3
Repo internal links from exercises/solutions are broken
It seems that you have changed repo name from `system-design-primer-interview` to `system-design-primer`, while using hard link (`https://github.com/donnemartin/...`) inside the `readme`s. I suggest to user Github relative link schema instead.
closed
2017-03-09T02:27:28Z
2017-03-09T03:31:19Z
https://github.com/donnemartin/system-design-primer/issues/3
[ "bug" ]
letientai299
3
randyzwitch/streamlit-folium
streamlit
127
Upgrade node versions in build scripts
When trying to publish to PyPI using automatic GitHub Action, upload fails with following message: `error:0308010C:digital envelope routines::unsupported` #126 "fixes" this by pinning node version as a temporary patch, but should properly fix this using https://stackoverflow.com/a/73027407
closed
2023-06-05T12:37:40Z
2023-11-09T17:05:09Z
https://github.com/randyzwitch/streamlit-folium/issues/127
[ "infrastructure" ]
randyzwitch
2
huggingface/transformers
nlp
36,765
Source link to Ray Tune API outdated
Was reading the TrainingArguments documentation when I came across the param `ray_scope`: https://huggingface.co/docs/transformers/en/main_classes/trainer#transformers.TrainingArguments.ray_scope Current hyperlink to Ray documentation no longer exists: https://docs.ray.io/en/latest/tune/api_docs/analysis.html#ray.tune...
open
2025-03-17T14:38:53Z
2025-03-19T14:45:48Z
https://github.com/huggingface/transformers/issues/36765
[]
JoshuaEPSamuel
2
tflearn/tflearn
tensorflow
303
build hdf5 image dataset too slow & multi-GPUs support
Hi Aymeric, Firstly, thank you for creating such a genius API to let us make use of TF the first time we met it. At the very begging, I spent a few days wondering how to train my own datasets, cause the TF's example is always consist of binaryfiles, but all I have are only different kinds of pictures. Then I get to kn...
open
2016-08-25T01:14:59Z
2016-08-25T19:57:49Z
https://github.com/tflearn/tflearn/issues/303
[]
iAceLee
2
roboflow/supervision
pytorch
715
Does the model output analysis support YOLOv8 OBB rotation target detection
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Does the model output analysis support YOLOv8 OBB rotation target detection ### Use case _No response_ ### Additional _No response_ ### ...
closed
2024-01-08T15:00:18Z
2024-01-18T21:17:59Z
https://github.com/roboflow/supervision/issues/715
[ "enhancement" ]
KTXKIKI
2
fbdesignpro/sweetviz
pandas
68
AttributeError: 'str' object has no attribute 'shape'
my_report = sv.analyze(df, pairwise_analysis = "off") Tried to call this function but got this error when I input a normal dataframe that only contain numeric columns. Any advice what might went wrong?
open
2020-12-01T18:55:43Z
2021-02-05T18:09:41Z
https://github.com/fbdesignpro/sweetviz/issues/68
[ "bug", "can't repro issue" ]
jackyyanggp
3
laughingman7743/PyAthena
sqlalchemy
523
FutureWarning: Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas.
tests/pyathena/pandas/test_cursor.py::TestPandasCursor::test_complex[pandas_cursor0-None] tests/pyathena/pandas/test_cursor.py::TestPandasCursor::test_complex[pandas_cursor1-1000] tests/pyathena/pandas/test_cursor.py::TestPandasCursor::test_complex_as_pandas[pandas_cursor0-None] tests/pyathena/pandas/test_cursor.py:...
open
2024-03-17T15:34:37Z
2024-03-17T15:34:38Z
https://github.com/laughingman7743/PyAthena/issues/523
[]
laughingman7743
0
dgtlmoon/changedetection.io
web-scraping
2,785
Adding (or editing) watch resets watch group tab selection.
**Describe the bug** Adding (or editing) watch resets watch group tab selection. **Version** 0.46.04 **How did you install?** pip **To Reproduce** 1. select group tab 2. add watch (or edit one of already existing watches in the group) 3. once you click "Save", group tab resets to "All" **Expected beha...
closed
2024-11-16T02:05:59Z
2024-12-04T17:25:32Z
https://github.com/dgtlmoon/changedetection.io/issues/2785
[ "user-interface" ]
gety9
1
huggingface/transformers
machine-learning
36,224
Incompatibility in flash_attention_2 + Llama + Transformers>=4.43 + Autocast to fp16
### System Info setting: Inference or Training Llama with Automatic Mixed Precision (AMP) autocast from fp32 to fp16 + FlashAttention 2 (FA2). I observed that in newer versions of the Transformers library (>=4.43), training (and inference) fails with the error `RuntimeError: FlashAttention only supports fp16 and bf16...
open
2025-02-17T08:14:24Z
2025-03-20T08:03:39Z
https://github.com/huggingface/transformers/issues/36224
[ "bug" ]
poedator
2
tiangolo/uwsgi-nginx-flask-docker
flask
163
start.sh location?
the dockerfile here ends with CMD ["/start.sh"] https://github.com/tiangolo/uwsgi-nginx-flask-docker/blob/master/python3.6-alpine3.7/Dockerfile where is this file? i see prestart but not start.sh?
closed
2020-01-09T20:42:08Z
2020-04-24T00:06:25Z
https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/163
[]
shubhamkalra27
3
ultralytics/yolov5
deep-learning
13,079
Get segmentation from yolov5
### 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 How to get segmentations in form of [ [670,35][6,305] [60,3]] from segments model of yol...
closed
2024-06-10T22:04:08Z
2024-10-20T19:47:31Z
https://github.com/ultralytics/yolov5/issues/13079
[ "question", "Stale" ]
manoj-samal
7
explosion/spaCy
machine-learning
13,555
Wrong POS tagging in Italian
In sentences: - "il cane mangia molta carne" → "molta" is recognized by DET instead of ADV. - "il cane mangia molto cavolfiore" → "cavolfiore" is recognized by ADJ intstead of NOUN. I have no idea how to fix this problem, if anyone can show me how I can fix it too. Thanks in advice.
open
2024-07-02T11:25:24Z
2024-07-02T11:36:32Z
https://github.com/explosion/spaCy/issues/13555
[]
CristianRossiSorint
1
litestar-org/litestar
api
3,950
Docs: Channel flowchart text is extremely low contrast in dark mode
### Summary The [channels flowcharts](https://docs.litestar.dev/2/usage/channels.html#flowcharts) in dark mode look like this, making them super hard to read: <img width="1047" src="https://github.com/user-attachments/assets/5a620685-ab56-4ec4-b7d4-0c09810c3f38" />
closed
2025-01-14T02:19:00Z
2025-01-26T03:11:45Z
https://github.com/litestar-org/litestar/issues/3950
[ "Documentation :books:" ]
marcuslimdw
1
CorentinJ/Real-Time-Voice-Cloning
python
1,300
Hi I am cumar pro
closed
2024-06-01T05:56:35Z
2024-06-01T05:57:06Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1300
[]
Cumarpro252
1
microsoft/JARVIS
deep-learning
82
/lib/x86_64-linux-gnu/libssl.so.10: version `libssl.so.10' not found
![image](https://user-images.githubusercontent.com/44899079/230523954-fb48f833-4059-420a-bfd4-101131396a7a.png)
closed
2023-04-07T01:49:15Z
2023-06-26T15:48:33Z
https://github.com/microsoft/JARVIS/issues/82
[]
liujie316316
7
hindupuravinash/the-gan-zoo
machine-learning
83
Fixed-Point GAN
ICCV 19 Paper title: Learning Fixed Points in Generative Adversarial Networks: From Image-to-Image Translation to Disease Detection and Localization Paper: https://arxiv.org/abs/1908.06965 Github: https://github.com/mahfuzmohammad/Fixed-Point-GAN
open
2019-11-19T19:00:22Z
2019-11-19T19:00:22Z
https://github.com/hindupuravinash/the-gan-zoo/issues/83
[]
mahfuzmohammad
0
httpie/cli
rest-api
1,576
dnf install httpie not working on CentOS-STREAM9
## Minimal reproduction code and steps 1. dnf install httpie ## Current result ``` # dnf install httpie Last metadata expiration check: 0:28:44 ago on Tue 14 May 2024 01:04:05 PM CEST. Error: Problem: conflicting requests - nothing provides python3.9dist(pygments) >= 2.5.2 needed by httpie-3.2.2-2.el9...
closed
2024-05-14T11:37:31Z
2024-05-14T11:52:44Z
https://github.com/httpie/cli/issues/1576
[ "bug", "new" ]
azzid
1
mirumee/ariadne
graphql
66
Document usage with Apollo-GraphQL plugin for VSC
Ariadne 0.2 will introduce features that can be enhanced by Apollo-GraphQL plugin for VSC. Project docs should demonstrate how to do that: - use `gql` for basic schema coloring - create `apollo.config.js` for Python - use `gql` suggestions - move schema to `gql` file - move schema to `gql` directory
closed
2018-11-20T17:26:16Z
2018-12-14T18:40:45Z
https://github.com/mirumee/ariadne/issues/66
[ "enhancement", "roadmap", "docs" ]
rafalp
1
voxel51/fiftyone
computer-vision
5,102
[FR] Better support for `pathlib.Path` in other fields
### Proposal Summary Currently `pathlib.Path` is well supported for the `filepath` field, though not so much for other fields: ```py $ python Python 3.12.7 (main, Oct 16 2024, 04:37:19) [Clang 18.1.8 ] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import fiftyone as fo >...
open
2024-11-13T09:48:55Z
2024-11-13T12:52:11Z
https://github.com/voxel51/fiftyone/issues/5102
[ "feature" ]
Laurent2916
0
1313e/CMasher
matplotlib
24
A set of sequential colormaps that do not start with black
**Describe the colors you would like** <!--List the colors you would like in the colormap.--> **Describe the colormap type** Sequential, perceptually uniform (or at least colorblind friendly) **Describe any extra properties** The specific property I would like to request is that the colormap does not start wit...
closed
2020-10-10T06:30:23Z
2020-10-19T22:56:58Z
https://github.com/1313e/CMasher/issues/24
[ "colormap request" ]
escherba
4
aiogram/aiogram
asyncio
1,314
`CancelHandler` and `SkipHandler` docs
### aiogram version 3.x ### Problem There's no info in the docs about usage `CancelHandler` and `SkipHandler ` ### Possible solution - ### Alternatives _No response_ ### Code example _No response_ ### Additional information _No response_
closed
2023-09-19T16:20:01Z
2023-11-14T00:54:45Z
https://github.com/aiogram/aiogram/issues/1314
[ "help wanted", "docs" ]
Olegt0rr
0
sloria/TextBlob
nlp
166
TextBlob object is not using explicitly specified tokenizer when tagging method is called
I was trying to use TextBlob object with explicitly passed WordPunctTokenizer from nltk. Tokens property is returned as expected. Yet when calling tags or pos_tags properties, the object falls back to using a simple WordTokenizer before tagging as specified in NLTKTagger code: https://github.com/sloria/TextBlob/blob/d...
closed
2017-05-31T15:51:44Z
2017-11-21T01:33:00Z
https://github.com/sloria/TextBlob/issues/166
[]
tiavlovskiegor24
0
jschneier/django-storages
django
835
SFTPStorage silently swallows exception for connection failures
Specifically: https://github.com/jschneier/django-storages/blob/ec9579b48606517a489bb79a869c78462c322422/storages/backends/sftpstorage.py#L81-L82 Wouldn't it be better to raise the exception to allow it to be handled by calling code ? It's been causing issues in my use case, since there's no easy way to handle conn...
closed
2020-02-11T05:12:13Z
2020-02-15T22:02:08Z
https://github.com/jschneier/django-storages/issues/835
[]
pansapiens
2
thtrieu/darkflow
tensorflow
834
Error while using cfg file and weight file from YOLO site.
As the topic suggested I use cfg and weight file available from : https://pjreddie.com/darknet/yolov2/ I use this cfg : https://github.com/pjreddie/darknet/blob/master/cfg/yolov2-voc.cfg and their corresponding weight. But the after i run `flow --imgdir dataset/standford40/img --model cfg/yolov2-voc.cfg...
closed
2018-07-06T07:04:55Z
2018-11-05T01:20:43Z
https://github.com/thtrieu/darkflow/issues/834
[]
benn94
2
sinaptik-ai/pandas-ai
data-visualization
1,461
timeout handling issue in fast api
### System Info pandasai=2.3.0 ### 🐛 Describe the bug sometimes pipeline stuck at code excution so i am trying to put a timeout to cancel whole pipeline but faceing promblem the code i am using async def handle_request(agent, persona, typey, timeout_duration=5): try: # Await directly if `agent.cha...
closed
2024-12-09T11:54:27Z
2024-12-17T10:11:16Z
https://github.com/sinaptik-ai/pandas-ai/issues/1461
[]
abuzar1122-del
2
fastapi/fastapi
fastapi
13,533
Multiple regressions in the handling of forms & form validation
### Issue Content We have found at least 2 regression in the way forms are handled while trying to migrate to v0.115.11 from version v0.112.4. After investigation we were able to identify 2 commits that introduce 2 separate bugs that break the handling of default values in both `x-form-urlencoded` and `mutlipart` fr...
open
2025-03-24T10:13:27Z
2025-03-24T19:04:26Z
https://github.com/fastapi/fastapi/issues/13533
[ "bug" ]
MarinPostma
13
postmanlabs/httpbin
api
626
http://httpbin.org/redirect/X no longer working.
There are examples on the net that shows call to URLs like http://httpbin.org/redirect/X where X is an integer indicating the expected number of redirects. While examples are quite old, I can see today that a call to URLs like these are no longer producing a redirect chain as expected, irrespective the starting URL ...
open
2020-11-13T15:50:45Z
2024-08-07T21:02:03Z
https://github.com/postmanlabs/httpbin/issues/626
[]
andreamoro
2
sgl-project/sglang
pytorch
4,018
[Bug] KeyError: 'model.layers.0.mlp.down_proj.weight_scale_inv' when run deepseek 671b with 64 RTX 4090 GPU
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-03T09:03:05Z
2025-03-22T15:52:14Z
https://github.com/sgl-project/sglang/issues/4018
[ "help wanted", "quant", "deepseek" ]
RockGo
2
waditu/tushare
pandas
783
pro_bar接口遇到股票停牌时数据重复,导致均线计算结果错误
比如中兴通讯(000063.SZ)在 20180417--20180612期间停牌,调用下面的语句: ts.pro_bar(pro_api=api, ts_code='000063.SZ', start_date='20180101', end_date='20181011', ma=[5, 10, 30, 60]) 会返回停牌期间无效的K线,而计算均线时把这些无效K线也计算在内,导致均线结果无效。如下面: 000063.SZ | 20180427 | 31.31 | 31.31 | 31.31 | 31.31 | 31.31 | 0 | 0 | 0 | 0 | 31.31 | 31.31 | 30.96 | 31.21 ...
closed
2018-10-26T14:04:43Z
2018-10-26T15:27:37Z
https://github.com/waditu/tushare/issues/783
[]
fengyun501
1
jazzband/django-oauth-toolkit
django
781
Subclassing grant model
I have the need to add a field to the grant model. I've subclassed thusly: class GrantWithLicense(AbstractGrant): transaction_id = models.IntegerField("Transaction ID", blank=True, null=True) in a different app (account) models.py. When I attempt to **makemigration**, I get: Tracking file by fold...
closed
2020-01-30T22:12:55Z
2020-01-31T16:32:12Z
https://github.com/jazzband/django-oauth-toolkit/issues/781
[]
indigodomo
1
mwouts/itables
jupyter
317
DataTables warning with Quarto and Pandas Styler
When using pandas style with quarto, the html files display the following DataTables warning. ``` DataTables warning: Non-table node initialisation (DIV). For more information about this error, please see https://datatables.net/tn/2 ``` A minimal example is ``` quarto --version 1.5.57 ``` ``` itables ...
closed
2024-09-09T18:55:07Z
2024-09-29T22:13:56Z
https://github.com/mwouts/itables/issues/317
[]
SvenKlaassen
5
NVIDIA/pix2pixHD
computer-vision
234
CUDA out of memory OR gradient overflow with fp16
Hi all, I am either getting CUDA out of memory or gradient overflow when I enable the the fp16 option. The train runs normally without the "fp16". Any ideas? Here it the gradient overflow: enabled : True opt_level : O1 cast_model_type : None patch_torch_functions : True ...
open
2020-11-17T00:55:04Z
2021-02-17T01:55:39Z
https://github.com/NVIDIA/pix2pixHD/issues/234
[]
limt1
1
sqlalchemy/alembic
sqlalchemy
715
Alembic revision --autogenerate configuration IGNORE flag if no revisions detected
**Is your feature request related to a problem? Please describe.** Alembic autogenerate creates a file with upgrade: pass and downgrade: pass if there are no changes detected in the model. Instead of creating this useless file, just add debug information that no changes were detected in the model. It's a similar i...
closed
2020-07-21T02:42:40Z
2021-08-24T07:11:34Z
https://github.com/sqlalchemy/alembic/issues/715
[]
ghost
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
516
gpt4o does not return a json output and broke the pipeline
![Screenshot 2024-08-07 alle 21 57 46](https://github.com/user-attachments/assets/fb0585d6-8f48-4b0a-af67-9ec1e8ed23c5) ![Screenshot 2024-08-07 alle 21 58 05](https://github.com/user-attachments/assets/f0f82e99-5d73-4310-9a0d-a49692575ca6)
closed
2024-08-08T08:42:34Z
2024-08-09T10:12:40Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/516
[]
VinciGit00
0
streamlit/streamlit
deep-learning
10,666
`st.navigation` in `1.43.0` fails to pass mypy. Breaking changes in type hint.
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [x] I added a very descriptive title to this issue. - [x] I have provided sufficient information below to help reproduce this issue. ### Summary The `1.43.0` release introduced breaking chan...
closed
2025-03-06T16:25:02Z
2025-03-10T11:28:49Z
https://github.com/streamlit/streamlit/issues/10666
[ "type:bug", "status:confirmed", "priority:P2" ]
vladislavlh
4
sktime/sktime
data-science
7,021
[BUG] Splitter unable to apply same index to both X and y
**Describe the bug** `InstanceSplitter` is unable to apply the same index to split `X` and `y` without throwing the following error: `ValueError: Error in InstanceSplitter.split: InstanceSplitter is a splitter of type 'instance', and requires Panel or Hierarchical time series index.` **To Reproduce** ```python ...
open
2024-08-23T00:54:34Z
2024-10-14T23:45:41Z
https://github.com/sktime/sktime/issues/7021
[ "bug", "API design", "module:splitters&resamplers" ]
ksharma6
7
STVIR/pysot
computer-vision
207
Why there is no template in youtube dataset
closed
2019-10-15T02:22:18Z
2019-10-15T03:35:27Z
https://github.com/STVIR/pysot/issues/207
[]
isazheng888
1
ray-project/ray
machine-learning
50,928
[core] Fix mock dependency
Subissue for #50718
closed
2025-02-27T00:05:02Z
2025-03-02T22:03:15Z
https://github.com/ray-project/ray/issues/50928
[ "enhancement", "core" ]
Drice1999
1
plotly/plotly.py
plotly
4,362
Can add real-time update function?
I tried to update the chart in real-time, but it did not work as expected. Of course, I could not find any reference to real-time updating in the documentation. `import plotly.graph_objects as go import numpy as np from datetime import datetime import time fig = go.Figure(go.Scatter(x=[], y=[])) fig.show() n...
closed
2023-09-16T08:07:15Z
2024-07-11T17:24:36Z
https://github.com/plotly/plotly.py/issues/4362
[]
CyberFork
1
tflearn/tflearn
tensorflow
995
The "to_categorical" fuction in dcgan
I found the "to_categorical" function is different between the this github document and the tflearn install package. Both in data_utils.py def to_categorical(y, nb_classes=None): """ to_categorical. Convert class vector (integers from 0 to nb_classes) to binary class matrix, for use with categorica...
open
2018-01-10T07:18:10Z
2018-02-14T05:42:54Z
https://github.com/tflearn/tflearn/issues/995
[]
ppaulggit
2
iperov/DeepFaceLab
machine-learning
5,421
Using over 640 size image
Hi, there. thank you for your nice works. As I know, DFL supports image size up to 640 currently. I need to use 1024 size image or more higher on the DFL. So, Is there any way to use 1024 size on the DFL? If not, Is there any issue to use over 640 image size? Then, I'm willing to contribute this. Thank you.
open
2021-11-01T09:38:30Z
2021-11-09T09:56:53Z
https://github.com/iperov/DeepFaceLab/issues/5421
[]
BbChip0103
3
dpgaspar/Flask-AppBuilder
rest-api
2,124
Adding last_login to FAB for Superset
I'd like to implement https://github.com/apache/superset/discussions/22185#discussioncomment-7190757, adding a last-logged-in field to Apache Superset. As far as I can tell, Superset imports `UserModelView` from FAB and uses it as-is. So if this modification to the default could happen in FAB, it would involve a tiny...
open
2023-10-04T19:29:22Z
2023-10-11T23:37:35Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2124
[ "enhancement" ]
sfirke
1
FactoryBoy/factory_boy
sqlalchemy
464
[question] How to generate random values........................................
I need random emails, like: 'Aksoas9a8sd9aASDkasdas9@azxclkasoiASDASd908s.Com' I cant find in docs how factoryboy can help me. Question is, i am stupid?
closed
2018-04-01T21:02:04Z
2018-05-05T12:38:03Z
https://github.com/FactoryBoy/factory_boy/issues/464
[ "Q&A", "Doc" ]
seospace
3
mljar/mljar-supervised
scikit-learn
428
Binary Classification Can Not Use F1 Metric
Metric f1 is not allowed in ML task: binary_classification. Use 'logloss'
open
2021-07-01T19:55:29Z
2021-07-05T17:39:56Z
https://github.com/mljar/mljar-supervised/issues/428
[]
spot92
3
agronholm/anyio
asyncio
260
trio.testing.MockClock-like functionality
some way of jumping forwards in time for asyncio and trio backends, and maybe a pytest-fixture for it too https://trio.readthedocs.io/en/stable/reference-testing.html#time-and-timeouts a pytest-asyncio fixture for time travelling: https://github.com/pytest-dev/pytest-asyncio/pull/113 an asynctest unittest TestCa...
open
2021-04-22T12:14:02Z
2021-04-22T13:15:30Z
https://github.com/agronholm/anyio/issues/260
[ "enhancement", "pytest plugin" ]
graingert
0
flasgger/flasgger
api
472
Display request duration
I'm wondering if there is any way to pass the `displayRequestDuration: true` to the Swagger UI to enable showing the "Request duration" section when using "Try it out". (Or it is good to have if enabled by default.) [![example](https://i.stack.imgur.com/SvGQp.png)](https://stackoverflow.com/questions/54351293/show-h...
open
2021-04-22T17:03:58Z
2021-12-10T10:36:52Z
https://github.com/flasgger/flasgger/issues/472
[]
daviddwlee84
1
iperov/DeepFaceLab
deep-learning
5,256
every new updates make DFL worst and worst and worst
Hello, after this new updates, DFL is only worst.. working 10 times slow faces ectract - 1000 faces, 70 minutes Xseg train freeze after 200 interactions training .. slow We can't buy new PC, and new cards, after you every new updates )))) releases from last year, at 11.2020 working GREAT, but now, we can...
open
2021-01-22T05:17:47Z
2023-06-08T21:42:28Z
https://github.com/iperov/DeepFaceLab/issues/5256
[]
tembel123456
2
MagicStack/asyncpg
asyncio
912
JSONB positional parameter
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2022-05-12T15:21:08Z
2022-06-15T20:35:20Z
https://github.com/MagicStack/asyncpg/issues/912
[]
dcecile
4
tensorpack/tensorpack
tensorflow
766
Nan in summary histogram
An issue has to be one of the following: 1. Unexpected Problems / Potential Bugs 2. Feature Requests 3. Usage Questions Any unexpected problems: __PLEASE ALWAYS INCLUDE__: 1. What you did: + If you're using examples: + What's the command you run: + Have you made any changes to code? Paste them if any: ...
closed
2018-05-17T06:31:56Z
2018-11-27T04:27:46Z
https://github.com/tensorpack/tensorpack/issues/766
[ "unrelated" ]
XiangyuWu
0
keras-team/keras
deep-learning
20,032
Using `steps_per_epoch` with PyDataset with `use_multiprocessing=True` always runs out of data
Consider the following minimal example: ```py3 import keras class MyDataset(keras.utils.PyDataset): def __getitem__(self, item): return keras.ops.zeros((1, 1)), keras.ops.zeros((1, 10)) @property def num_batches(self): return None class MyModel(keras.Model): def __i...
closed
2024-07-23T13:16:49Z
2024-08-16T16:09:48Z
https://github.com/keras-team/keras/issues/20032
[ "type:Bug" ]
LarsKue
16
jupyterlab/jupyter-ai
jupyter
1,108
Announcement: Please upgrade to `langchain-community>=0.2.19`
## Announcement `langchain-community<0.2.19` has the security vulnerability [`CVE-2024-8309`](https://github.com/advisories/GHSA-45pg-36p6-83v9). This vulnerability is minor, and does not directly affect Jupyter AI in any version. Nevertheless, we still recommend users & admins upgrade in the interest of develope...
closed
2024-11-14T18:21:05Z
2024-12-02T22:28:54Z
https://github.com/jupyterlab/jupyter-ai/issues/1108
[ "bug" ]
dlqqq
0
tox-dev/tox
automation
2,713
Regression: specifying workdir is treated like root
In https://github.com/pypa/twine/issues/684#issuecomment-1350361116, we learned that since tox 4, invoking tox from a tox environment fails to create the environment. Here's a minimal reproducer: ``` draft $ cat > tox.ini [testenv:parent] deps=tox allowlist_externals=ls commands= python -m tox -e child --not...
closed
2022-12-14T14:34:12Z
2023-06-17T01:18:20Z
https://github.com/tox-dev/tox/issues/2713
[ "bug:minor", "help:wanted" ]
jaraco
13
coqui-ai/TTS
deep-learning
2,680
environment variable for tts home
Hi I have noticed that `get_user_data_dir` will unceremoniously use the `.local/share/<appname>` folder and similar "home"-folders on other platforms **Solution** ans = os.getenv('COQUI_HOME_PREFIX') if ans is not None: return Path(ans).joinpath(appname) **Alternative Solutions** ...
closed
2023-06-16T21:17:36Z
2023-08-14T19:13:20Z
https://github.com/coqui-ai/TTS/issues/2680
[ "feature request" ]
xunxky
7
influxdata/influxdb-client-python
jupyter
313
DeleteApi.delete() shall accept date time object
__Proposal:__ DeleteApi.delete() shall accept date time objects to be consistent with WriteApi.write(). __Current behavior:__ Only accept ISO timestamp str. __Desired behavior:__ Accept datetime.
closed
2021-08-18T08:54:48Z
2021-08-31T09:42:20Z
https://github.com/influxdata/influxdb-client-python/issues/313
[ "enhancement" ]
zcattacz
0
slackapi/bolt-python
fastapi
838
Getting error 'value field must be less than 151 characters' when using 'static_select'
(Describe your issue and goal here) Im trying to using 'static_select' in my slack bot, when doing so i get an error response saying 'value field must be less than 151 characters'. Is there any other way to increase the max length of the value field or is there any other workaround for this? #### The `slack_bolt` v...
closed
2023-02-24T08:14:36Z
2023-04-10T00:10:23Z
https://github.com/slackapi/bolt-python/issues/838
[ "question", "auto-triage-stale" ]
AravindPeriasamy
3
keras-team/keras
pytorch
20,676
Untracked embedding layer inside Sequential keras 3 model
During tracking of variables ther is an issue where an embedding layer in a keras 3 model is not tracked properly, whereas the same model in keras 2 is tracked properly. Here is the error message: ``` AssertionError: Tried to export a function which references an 'untracked' resource. TensorFlow objects (e.g. tf.V...
closed
2024-12-20T16:55:08Z
2025-01-25T01:56:57Z
https://github.com/keras-team/keras/issues/20676
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
markomitos
4
graphdeco-inria/gaussian-splatting
computer-vision
232
How to get the normal vector?
How to get the normal vector?
open
2023-09-23T21:54:27Z
2023-10-10T19:59:13Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/232
[]
yuchenlichuck
1
jmcnamara/XlsxWriter
pandas
332
Excel file seems to be corrupted
When I try to open the workbook with Open Office, I got: ``` Excel could not open Employee (1).xlsx because some content is unreadable. Do you want to open and repair this workbook? ``` Below, the repair log: ``` xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <recoveryLog xmlns="http://schemas.openxmlfo...
closed
2016-01-27T13:05:04Z
2016-02-05T12:35:25Z
https://github.com/jmcnamara/XlsxWriter/issues/332
[ "question" ]
benzid-wael
6
ivy-llc/ivy
pytorch
28,600
Fix Frontend Failing Test: paddle - convolution_functions.torch.nn.functional.unfold
closed
2024-03-14T13:07:09Z
2024-03-21T12:00:40Z
https://github.com/ivy-llc/ivy/issues/28600
[ "Sub Task" ]
ZenithFlux
0
rthalley/dnspython
asyncio
416
socket.EAI_SYSTEM does not exist on Windows
socket.EAI_SYSTEM is used in `_getaddrinfo` for `DNSException` other than `NXDOMAIN`, which fails on Windows. > AttributeError: module 'socket' has no attribute 'EAI_SYSTEM' This goes back to the first version of the system resolver override 37884a38 Another `EAI_SYSTEM` was added to `_getaddrinfo` in https://...
closed
2020-03-08T14:54:35Z
2020-05-04T15:21:24Z
https://github.com/rthalley/dnspython/issues/416
[ "Bug" ]
jayvdb
5
sczhou/CodeFormer
pytorch
380
111
![121212](https://github.com/sczhou/CodeFormer/assets/145372070/3736e1d8-6b6f-4a52-8c9c-beedc542053c)
open
2024-06-11T04:10:33Z
2024-06-11T04:10:33Z
https://github.com/sczhou/CodeFormer/issues/380
[]
canliliebai
0
microsoft/MMdnn
tensorflow
32
The json file is empty from tensorflow to IR
I try to convert tensorflow to IR, with the following commond: `python -m mmdnn.conversion._script.convertToIR -f tensorflow -d selfDesignNetwork -n selfDesignNetwork.ckpt.meta --dstNodeName output/weights` However the result json file and .pb file is empty . selfDesignNetwork.ckpt.meta is the .meta file and o...
closed
2017-12-25T11:35:41Z
2017-12-26T07:24:11Z
https://github.com/microsoft/MMdnn/issues/32
[ "bug" ]
JackieLeeTHU11
6
ets-labs/python-dependency-injector
asyncio
780
traverse visits providers in a random order
When `container.init_resources()` is called, it is expected that resources are loaded in the same order every time (and ideally in a way that can be controlled, but that is outside the scope of this bug). What actually happens is the resources are initialized in a random order each time an application is started. ...
open
2024-01-31T23:34:24Z
2024-10-17T14:51:40Z
https://github.com/ets-labs/python-dependency-injector/issues/780
[]
BEllis
2
ageitgey/face_recognition
python
1,128
A sideview of the face is not recognized
* face_recognition version: latest * Python version: 3.6 * Operating System: Linux Ubuntu 18.04 LTS ### Description I was trying to process an image with a side view of my face and face_encodings gave a list of shape (0,) and not the expected (1, 128) for one face. ### What I Did ``` python3 first_prog.p...
closed
2020-04-26T16:27:22Z
2021-09-02T13:35:39Z
https://github.com/ageitgey/face_recognition/issues/1128
[]
KulkarniKaustubh
0
jonaswinkler/paperless-ng
django
130
Add more options for tags in filenames.
See https://github.com/jonaswinkler/paperless-ng/discussions/88#discussioncomment-200234
closed
2020-12-12T17:59:46Z
2020-12-14T01:20:07Z
https://github.com/jonaswinkler/paperless-ng/issues/130
[ "feature request" ]
jonaswinkler
0
art049/odmantic
pydantic
499
Unexpected `id` field when inheriting a Model with custom `primary_field`
# Bug When inheriting a model a Model with a custom primary field, automatic meaningless `id` field is being populated. see: ![image](https://github.com/user-attachments/assets/eafe4242-8f66-4ecb-8085-72856f2b4108) ### Current Behavior Automatic `id` field is created. ### Expected behavior Automatic...
open
2024-09-16T09:42:26Z
2024-10-30T20:22:25Z
https://github.com/art049/odmantic/issues/499
[ "bug" ]
noamsto
1
marimo-team/marimo
data-visualization
4,002
import __future__ crashes notebook
### Describe the bug ![Image](https://github.com/user-attachments/assets/3baba3d6-7eaf-474f-830a-eb6c0e84eed6) Maybe a good Devin issue- don't think it's pressing just something I noticed. Also, something that will be fixed automatically if static app load for editing goes through as planned. https://marimo.app/l/gj...
open
2025-03-06T20:01:04Z
2025-03-07T18:51:54Z
https://github.com/marimo-team/marimo/issues/4002
[ "bug" ]
dmadisetti
1
jupyterlab/jupyter-ai
jupyter
973
Cannot determine model provider from model ID openai-chat:gpt-3.5-turbo.
I find the openai is provider in your document, but I can't choose it by `%%ai openai-chat:gpt-3.5-turbo` Any idea?
closed
2024-08-31T16:08:32Z
2024-09-11T05:21:40Z
https://github.com/jupyterlab/jupyter-ai/issues/973
[ "bug" ]
Xwords-cmd
1
flairNLP/flair
pytorch
2,664
Language Model Training: Early Stopping
I have to optimize my hyperparameters for the language model training. Atm after 144 of 12'443 splits in epoch 1, the loss value & ppl are not decreasing anymore - but the training goes on (got to 1'392 till now). Is there any way to early stop the language model training (except `max_epochs`)? Since merge #871 ...
closed
2022-03-09T14:26:53Z
2022-03-09T14:34:14Z
https://github.com/flairNLP/flair/issues/2664
[ "question" ]
l0rn0r
2
horovod/horovod
pytorch
4,052
Reuse cuda stream out of horovod scope
## Motivation In recent years, the volumn of the model parameters has been piling up larger and larger. And the complexity of the state-of-art models are keeping being more complex in evolution. It requires more specific control on communication in model training. Horovod has made nccl calls safe on different commu...
open
2024-07-05T11:54:52Z
2024-07-05T11:54:52Z
https://github.com/horovod/horovod/issues/4052
[ "enhancement" ]
Lifann
0
ScrapeGraphAI/Scrapegraph-ai
machine-learning
322
run zhe examples/local_models/smart_scraper_ollama.py
File "/root/miniconda3/envs/scrapegraphai/lib/python3.10/site-packages/scrapegraphai/utils/cleanup_html.py", line 65, in cleanup_html raise ValueError("No HTML body content found, please try setting the 'headless' flag to False in the graph configuration.") ValueError: No HTML body content found, please try set...
closed
2024-06-01T07:21:42Z
2024-06-01T09:22:33Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/322
[]
gitama2016
1
docarray/docarray
pydantic
1,825
Release Notes
# Release Note This release contains 2 bug fixes. ## 🐞 Bug Fixes ### From_dataframe with numpy==1.26.1 (#1823) A recent update to numpy has changed some of the versioning semantics, breaking DocArray's `from_dataframe()` method in some cases where the dataframe contains a numpy array. This has now been now f...
closed
2023-10-23T07:40:32Z
2023-10-23T10:24:32Z
https://github.com/docarray/docarray/issues/1825
[]
JoanFM
4
Evil0ctal/Douyin_TikTok_Download_API
api
487
当前的API出现错误,我无法使用任何功能,它只返回错误代码。
<img width="875" alt="image" src="https://github.com/user-attachments/assets/19353770-a31e-4e79-bcf1-08cbfc78c41c">
closed
2024-10-09T21:00:09Z
2024-10-09T23:12:14Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/487
[]
hoang-trong-tan
1
axnsan12/drf-yasg
rest-api
298
How does NamespaceVersioning work?
I'm trying to create the API with namespace versioning, but according to #221 it should automatically pick it up? I've tried adding `<string:version>` in the redoc api URL, but that doesn't seem to work, the only way I could find was to add it to patterns, but that seems like not the correct way of doing.
closed
2019-01-21T20:54:54Z
2021-03-05T13:14:27Z
https://github.com/axnsan12/drf-yasg/issues/298
[]
Tusky
9
ray-project/ray
tensorflow
51,167
[telemetry] RLlib telemetry prior to `ray.init` is not reported
See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-223a4454f64b8d38669989a2f91f3d9c9910c58d1690ca05541485342c2d52b3R32
open
2025-03-07T17:39:16Z
2025-03-07T17:40:53Z
https://github.com/ray-project/ray/issues/51167
[ "P1", "rllib" ]
edoakes
0
rio-labs/rio
data-visualization
172
Add Support for Radial Gradients
Angular Gradients can sometimes be useful. CSS supports them, so why not expose them
open
2024-11-18T20:34:15Z
2024-11-18T20:34:15Z
https://github.com/rio-labs/rio/issues/172
[ "good first issue", "new feature" ]
mad-moo
0