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
ets-labs/python-dependency-injector
flask
285
Usage of DelegatedFactory seems not correct in an example
I'm reading the docs, and it seems to me that one of the examples is not correct: https://github.com/ets-labs/python-dependency-injector/blob/2b30e172d13337db8b88ffb9c167eedf283a2840/examples/providers/factory_delegation.py#L29 Indeed, it seems to me that this line should simple read, as for the other examples in...
closed
2020-08-26T15:23:24Z
2020-08-27T08:29:52Z
https://github.com/ets-labs/python-dependency-injector/issues/285
[ "bug" ]
ojob
3
python-gino/gino
asyncio
564
How to chain e.g. on_conflict_do_nothing() to Model.create()?
* GINO version: 0.8.3 * Python version: 3.7.3 * asyncpg version: 0.18.3 * aiocontextvars version: 0.2.2 * PostgreSQL version: 11.5 ### Description First of all, Gino seems awesome. Thanks for your hard work :) I'm trying to understand how can I use things like `on_conflict_do_nothing()` (https://docs.sqlal...
closed
2019-10-08T11:03:14Z
2019-10-10T08:06:40Z
https://github.com/python-gino/gino/issues/564
[ "question" ]
mikmatko
2
lepture/authlib
django
612
Drop `starlette.config.Config` from the Starlette integration
Hi, maintainer of Starlette here. 👋 The `OAuth` class receives a `starlette.config.Config`, and forces users to instantiate it only for `authlib`. Note that the `config` module is a very small thing of Starlette. Would it be possible for `authlib` to not use this `starlette` structure?
closed
2023-12-24T09:29:03Z
2024-12-18T13:57:19Z
https://github.com/lepture/authlib/issues/612
[]
Kludex
2
microsoft/unilm
nlp
1,092
Pretraining details for Beit3 model?
Hi, thank you for sharing great works. I recently interested in Beit-v3 and have several questions. 1. As far as I know, you shared a different model from what you used in your paper. Do you have any plans to share the model you used in the paper? 2. In paper, the pretraining task, mask-then-predict, is regardi...
open
2023-05-10T01:39:35Z
2023-05-24T03:22:26Z
https://github.com/microsoft/unilm/issues/1092
[]
YeonjeeJung
0
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,606
ERROR Calling AnimateDiff
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
open
2024-04-23T00:09:27Z
2024-04-23T22:02:32Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15606
[ "bug-report" ]
yinquest11
10
modelscope/modelscope
nlp
785
eyError: 'asr-inference is not in the pipelines registry group auto-speech-recognition. Please make sure the correct version of ModelScope library is used.'
inference_16k_pipline = pipeline( task=Tasks.auto_speech_recognition, model='iic/speech_UniASR_asr_2pass-cantonese-CHS-16k-common-vocab1468-tensorflow1-offline' ) # waveform, sample_rate = soundfile.read("/data/linry/FunASR/asr_example_粤语.wav") rec_result = inference_16k_pipline(a...
closed
2024-02-26T10:50:18Z
2024-05-21T01:49:11Z
https://github.com/modelscope/modelscope/issues/785
[ "Stale" ]
LRY1994
3
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
843
矩阵目标检测
请问我想用Faster R-CNN对一个矩阵中的目标区域进行识别,能否通过修改Faster R-CNN的输入和channles来实现?
open
2024-11-24T14:31:21Z
2024-11-24T14:31:21Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/843
[]
dahaigui
0
fbdesignpro/sweetviz
data-visualization
112
Many warnings appeared while generating report!
![image](https://user-images.githubusercontent.com/54136320/157420833-d46a6ef0-9184-4573-8301-c9e704e687aa.png)
closed
2022-03-09T10:15:21Z
2022-06-14T21:53:28Z
https://github.com/fbdesignpro/sweetviz/issues/112
[]
mingjun1120
3
sigmavirus24/github3.py
rest-api
796
initializing a repository object fails on github enterprise
got this error with my github enterprise on the latest release of github3.py: ``` 00:08:06.853 Traceback (most recent call last): 00:08:06.853 File "/home/jenkins/workspace/***/temp/lib64/python3.6/site-packages/github3/models.py", line 48, in __init__ 00:08:06.853 self._update_attributes(json) 00:08:06.853 ...
closed
2018-03-16T20:59:31Z
2018-03-16T23:58:26Z
https://github.com/sigmavirus24/github3.py/issues/796
[]
guykisel
2
benbusby/whoogle-search
flask
376
[FEATURE] Anti-support for JavaScript
<!-- DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE THESE SHOULD GO IN ISSUE #60 REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY --> It would be nice to see anti-support for JavaScript. As we all know, JavaScript is the devil and should always be avoided at all costs. Thank ...
closed
2021-07-13T04:48:20Z
2021-07-13T16:29:28Z
https://github.com/benbusby/whoogle-search/issues/376
[ "enhancement" ]
Hund
2
JaidedAI/EasyOCR
deep-learning
942
EasyOCR is annoyingly finicky...
The digits on the first image are incorrectly detected as 13, the second image is detected correctly as 113. :( Help. ![image](https://user-images.githubusercontent.com/3751040/216349967-81f5d032-0ce5-4fac-af63-278176ee6327.png)
open
2023-02-02T14:21:02Z
2023-02-08T07:32:34Z
https://github.com/JaidedAI/EasyOCR/issues/942
[]
joemensor
1
ray-project/ray
data-science
51,211
[Ray Core] For the same python test, the results of pytest and bazel are inconsistent
### What happened + What you expected to happen The results of using `pytest` and `bazel` to test the same python code are different. Pytest always succeeds, while bazel test always throws the following exception. What may be the cause? ### Versions / Dependencies Ray v2.38.0 ### Reproduction script The two test s...
open
2025-03-10T08:43:52Z
2025-03-10T22:18:22Z
https://github.com/ray-project/ray/issues/51211
[ "bug", "P2", "core" ]
Moonquakes
0
quasarstream/python-ffmpeg-video-streaming
dash
5
How to pass a main argument like "stream_loop" for hls
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear an...
closed
2019-11-18T10:19:33Z
2019-12-23T15:22:04Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/5
[]
Nijinsha
1
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,493
Bump kube-scheduler binary to v1.30 from v1.28 in the user-scheduler
We are using a binary of the official kube-scheduler that is now getting too outdated, we should bump it to the latest v1.30.* up from v1.28.*. We could bump to v1.31, but I think we should try to aim having kube-scheduler at the second newest k8s version because officially kube-scheduler should only be used with a ...
closed
2024-09-05T07:49:37Z
2024-09-23T07:10:46Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3493
[ "maintenance" ]
consideRatio
1
Guovin/iptv-api
api
387
问题
我的网络是陕西联通,更新时比别人慢很多,主要是到了TONKING组播阶段,别人一共用几分钟就全部完成,我的是要30多分钟,我是台式机,本地搜索,自己整理。
closed
2024-10-13T09:57:11Z
2024-12-14T09:37:41Z
https://github.com/Guovin/iptv-api/issues/387
[ "enhancement", "question" ]
moonkeyhoo
13
deezer/spleeter
tensorflow
118
[Discussion] How many examples do I need for training new models
<!-- Please respect the title [Discussion] tag. --> I only have a basic understanding of machine learning but just interested to know the minimum number of examples I need to train a new model? Also, suppose I have already used spleeter to produce a 1000 acapellas, and I already have the corresponding studio acape...
closed
2019-11-21T02:37:46Z
2020-01-13T17:45:45Z
https://github.com/deezer/spleeter/issues/118
[ "question", "training" ]
Scylla2020
16
miguelgrinberg/Flask-SocketIO
flask
1,575
I need help with websocket implemetation
I'm trying to implement a websocket but it was always being long polled. I installed the eventlet but I have an error Thank you in advance __ init __.py ``` from flask import Flask from flask_socketio import SocketIO from flask_cors import CORS socketio = SocketIO(logger=True, engineio_logger=True) def c...
closed
2021-06-21T22:30:33Z
2021-06-27T19:36:05Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1575
[]
GustavoSwDaniel
5
CorentinJ/Real-Time-Voice-Cloning
python
497
training encode with LibriSpeech, VoxCeleb1, and VoxCeleb2 is failing
After preprocessing all three datasets, I'm getting the following error while training encoder. I carefully checked the preprocessed directories. They all have `_sources.txt`. Can anyone help me with this? ``` ..Traceback (most recent call last): ...
closed
2020-08-19T06:51:15Z
2020-08-22T17:06:59Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/497
[]
amintavakol
6
unit8co/darts
data-science
2,736
[BUG] Darts not working in COLAB/Google.
**Describe the bug** Can't use darts in google colab. **To Reproduce** !pip install "u8darts[all]" from darts.models import BlockRNNModel from darts import TimeSeries **Expected behavior** Imported correctly the BlockRNNModel and other models of darts. Metrics and TimeSeries are also not working. **System (please co...
closed
2025-03-18T11:13:06Z
2025-03-20T10:07:27Z
https://github.com/unit8co/darts/issues/2736
[ "bug" ]
Cajeux1999
2
microsoft/qlib
deep-learning
1,455
Future Warning in qlib.utils.paral
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce When I use the RobustZScoreNorm process, future warning as below shown up: /home/******/anaconda3/envs/qlib3.8/lib/python3.8/site-packages/qlib/utils/paral.py:54: FutureWarning: Not prepending group keys to th...
closed
2023-03-08T03:28:25Z
2023-10-24T02:55:12Z
https://github.com/microsoft/qlib/issues/1455
[ "bug" ]
Wendroff
1
apache/airflow
python
47,621
Log rendering issue with groups and stacktraces
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Log grouping renders all logs inside the group in single line which should ideally be separate lines under the group. It looks like leading spaces are also removed making it hard to ...
closed
2025-03-11T14:44:09Z
2025-03-12T14:44:18Z
https://github.com/apache/airflow/issues/47621
[ "kind:bug", "area:logging", "area:core", "area:UI", "needs-triage" ]
tirkarthi
1
ned2/slapdash
dash
2
SubPage Implementation
Hey! This is an amazing example and I have been finding it super useful. But I'm looking for each page to have their own subpages. How would I go about that using your infrastructure? Thanks!
closed
2018-04-30T13:39:58Z
2018-12-30T02:10:29Z
https://github.com/ned2/slapdash/issues/2
[]
vserluco
3
gee-community/geemap
streamlit
1,899
Draw_control.features is inaccurate after editing a drawn object
### Environment Information Python 3.11.6, geemap : 0.30.4, ee : 0.1.384, ipyleaflet : 0.17.3, running under Solara 1.25.1 ### Description The draw_control.features list doesn't accurately reflect drawn features on the map after using the edit control. In turn, I believe the same problem is also affecting: draw_...
closed
2024-02-08T11:58:00Z
2024-07-15T02:54:08Z
https://github.com/gee-community/geemap/issues/1899
[ "bug" ]
nyehughes
3
Guovin/iptv-api
api
473
这demo的配置表单是不是可以优化一下。这问题好解决吗。小白的疑惑。
出现2个问题 , 第一个【同名字的节目频道如果 多出特殊的符号并不会收集过来】。需要模板单独去添加。 例如CCTV1综合 那个CCTV1_电信 , 凤凰中文。字体不一样繁体或者简体。 SiTV欢笑剧场和SiTV欢笑剧场_ 这样多了一个下划线导致这节目并未收集到。 需要单独增加这频道在demo内,可能被采集到结果文件里面去。 第二个【未检到任何源的频道】 会空置在原位置。 能否可以把未搜到结果的频道自定清理了, 或者归类到结果文件末尾处。方便处理。 能否节目单做这样的 排列。 CCTV1综合:CCTV1#CCTV1综合#CCTv1#CCtv1 凤凰卫视:凤凰卫视#鳳凰中文#凤凰中文台 这样冒号前面...
closed
2024-10-28T13:55:50Z
2024-11-05T08:36:09Z
https://github.com/Guovin/iptv-api/issues/473
[ "enhancement", "question" ]
Heiwk
2
autogluon/autogluon
computer-vision
4,864
[BUG] NeuralNetFastAI_BAG_L1 Exception occured in `Recorder` when calling event `after_batch`
**Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ] I confirmed bug exists on the latest mainline of AutoGluon via sour...
closed
2025-02-04T10:33:15Z
2025-02-06T15:25:49Z
https://github.com/autogluon/autogluon/issues/4864
[ "module: tabular", "bug: unconfirmed", "Needs Triage" ]
albertcthomas
5
gee-community/geemap
streamlit
2,015
Error with import geemap on Jupyter Notebook
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Please run the following code on your computer and share the output with us so that we can better debug your issue: ```python import geemap geemap.Report() ``` ### Description I cannot even import geemap i...
closed
2024-05-16T17:49:58Z
2024-05-16T19:03:22Z
https://github.com/gee-community/geemap/issues/2015
[ "bug" ]
mirizarry-ortiz
3
Miserlou/Zappa
flask
2,222
Zappa not compatible with Python3.8
Summary - Zappa version 0.52.0 not working with Python 3.8 ## Context I created the virtualenv using python 3.8 and tried to deploy the environment. Its showing some error. Same thing with python3.7 is working seamlessly. ## Expected Behavior zappa deploy <env> should start deploying the project. ## Actual B...
open
2021-06-17T13:16:54Z
2021-08-09T23:44:09Z
https://github.com/Miserlou/Zappa/issues/2222
[]
divyaarya
1
ContextLab/hypertools
data-visualization
264
Problem with creating multiple hypertools figures in a for loop
Hi, Thank you for creating this awesome toolbox! I'm using the hyp.plot function within a for loop, to create a new figure with new input data in each iteration the loop. However, the PCA plot does not update with every loop, but instead every plot looks the same as the first plot (i.e, the one generated in the f...
open
2024-07-21T10:44:08Z
2024-07-21T10:44:08Z
https://github.com/ContextLab/hypertools/issues/264
[]
NilsNyberg
0
pyppeteer/pyppeteer
automation
103
Updating issue
When I update Pyppeteer to version 0.2.2 the pip list shows this has happened, but when I run the following on the command line REPL import pyppeteer print (pyppeteer._version_) it shows as the old version 0.0.25. Has anyone encountered this issue before? I'm running it on Raspian on a Pi4 and using Python 3.7. ...
closed
2020-05-09T17:34:43Z
2020-05-10T07:53:18Z
https://github.com/pyppeteer/pyppeteer/issues/103
[ "bug" ]
oomocks
2
pydata/xarray
pandas
9,335
datatree: assigning Dataset objects to Datatree nodes
### What is your issue? _Originally posted by @keewis in https://github.com/xarray-contrib/datatree/issues/200_ Intuitively, I'd assume ```python tree = datatree.DataTree() tree["path"] = xr.Dataset() ``` to create a new node with the assigned `Dataset` as the data. However, currently this raises ```pytb...
closed
2024-08-13T15:55:47Z
2024-10-21T16:01:52Z
https://github.com/pydata/xarray/issues/9335
[ "topic-DataTree" ]
flamingbear
1
Kludex/mangum
fastapi
207
Corrupted Multipart when receiving pdf file on lambda
Hi i am trying to push an api using fastapi and mangum on lambda. This api is supposed to receive a multipart body as the code shows. ```python @app.post("/") def func(params: Properties = Body(...), file: UploadFile = File(...)): results = some_func(file, params) return {"results": results} ``` At f...
closed
2021-11-25T17:28:04Z
2021-11-29T16:38:11Z
https://github.com/Kludex/mangum/issues/207
[]
NicoLivesey
2
deepinsight/insightface
pytorch
1,994
How to increase face recognition quality on my data?
Hi! Thanks for awesome repo! I try to use it on my data and something get wrong. Pls, help me with that 1) I make some face embeddings with "R100 | Glint360K onnx" recognition model For embedding I use `cv2.dnn.blobFromImage` with `scalefactor=1.0 / 128.0, mean=(127.5, 127.5, 127.5), size=(112, 112), swapRB=True` ...
open
2022-05-06T06:04:12Z
2022-08-24T06:34:17Z
https://github.com/deepinsight/insightface/issues/1994
[]
IamSVP94
4
cvat-ai/cvat
pytorch
8,702
Big chunks can lead to failure in job data access
### 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 I created a task with 500 frames in chunk. Totally, there are 750 frames in the task. I am opening the job and after some ...
open
2024-11-14T13:00:55Z
2025-02-26T08:39:56Z
https://github.com/cvat-ai/cvat/issues/8702
[ "bug" ]
PMazarovich
11
microsoft/nni
data-science
5,102
Does nni support GPT2 compression?
**Describe the issue**: **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtualenv/venv used?: - Is running in Docker?: **Configuration**: - Experiment config ...
closed
2022-08-31T12:06:54Z
2022-09-19T08:29:26Z
https://github.com/microsoft/nni/issues/5102
[ "model compression" ]
xk503775229
1
nteract/testbook
pytest
37
Docstrings and type hinting
closed
2020-06-18T19:28:31Z
2020-08-29T12:39:08Z
https://github.com/nteract/testbook/issues/37
[ "documentation", "GSoC-2020" ]
rohitsanj
0
explosion/spaCy
data-science
13,610
Russian morphology information for plural adjectives not returning genderformatted differently to singular
Hi. I'm trying to count frequency of Russian morphological endings for the different cases for nouns and adjectives across all genders. However, tokens with pos 'ADJ' plurals do not return gender with token.morph For example: Я предпочитаю ездить на красной машине ( I prefer to drive the red car) Case=Loc|Degr...
open
2024-08-31T07:35:29Z
2024-08-31T07:37:02Z
https://github.com/explosion/spaCy/issues/13610
[]
ColinCazuarius
0
coqui-ai/TTS
deep-learning
2,501
[Bug] Missing Logic for Trained Model Prediction
### Describe the bug I discovered this bug, that exists when you try to use a custom trained model that since `self.model_name` is None in those cases this will raise an error when you call `tts_model.tt some code to recreate the bug: ``` from TTS.api import TTS custom_model = TTS( model_path="/home/ubuntu...
closed
2023-04-11T18:40:02Z
2023-05-12T13:52:38Z
https://github.com/coqui-ai/TTS/issues/2501
[ "bug", "wontfix" ]
VArdulov
3
aiogram/aiogram
asyncio
1,380
Add aiohttp=3.9.x support for aiogram 2.25.x
### aiogram version 2.x ### Problem #9 61.98 ERROR: Cannot install -r requirements.txt (line 1) and aiohttp==3.9.0 because these package versions have conflicting dependencies. #9 61.98 #9 61.98 The conflict is caused by: #9 61.98 The user requested aiohttp==3.9.0 #9 61.98 aiogram 2.25.1 depends on aioh...
closed
2023-12-02T05:58:01Z
2023-12-02T17:36:02Z
https://github.com/aiogram/aiogram/issues/1380
[ "enhancement" ]
DAKExDUCK
2
explosion/spaCy
data-science
12,747
Spacy Matcher does not match if certain keywords are next to matched tokens.
I've found that the spacy matcher doesn't match when certain keywords are next to a matched token. [This video](https://recordit.co/uPUEueT8Yp) can explain it best, but here's a text based description. If words such as "none" or "any" are directly after a matched token, the en_core_web_lg and _sm models seem to not mat...
closed
2023-06-22T22:04:42Z
2023-07-29T00:02:23Z
https://github.com/explosion/spaCy/issues/12747
[ "feat / matcher" ]
newlandj
7
plotly/dash
jupyter
2,654
test dvpc001 failure on CI
The test [`dvpc001`](https://github.com/plotly/dash/blob/97f0fdc8c18188cc7019a5823157f3a9fc71b299/tests/integration/devtools/test_props_check.py#L176C22-L176C22) keeps failing randomly after numerous attempt to fix it was decided to skip it. The stacktrace: ``` collecting ... Fatal Python error: Aborted Current...
open
2023-10-06T15:20:39Z
2024-08-13T19:38:43Z
https://github.com/plotly/dash/issues/2654
[ "bug", "testing", "P2" ]
T4rk1n
0
ultralytics/ultralytics
computer-vision
19,713
dataset conflict in yolov versions
I have a dataset size of 1m table images and labels which i have already downloaded in yolov8 format..i now want to train this in latest yolov11 ...so i need to change the dataset label format in yolov11 or not i got confused.. @glenn-jocher ![Image](https://github.com/user-attachments/assets/464a66c1-c663-40c5-97e5-...
closed
2025-03-15T12:00:15Z
2025-03-15T16:08:12Z
https://github.com/ultralytics/ultralytics/issues/19713
[ "question", "detect" ]
tzktok
4
recommenders-team/recommenders
deep-learning
2,105
[ASK] MIND test dataset doesn't work for run_eval
### Description The following [code](https://github.com/recommenders-team/recommenders/issues/1673#issuecomment-1070252082): ```python label = [0 for i in impr.split()] ``` It is essentially making each news ID in the impression list non-clicked. Instead of modifying the code, I modified the test behaviors f...
closed
2024-05-28T13:43:39Z
2024-06-17T14:57:06Z
https://github.com/recommenders-team/recommenders/issues/2105
[ "help wanted" ]
ubergonmx
3
wkentaro/labelme
deep-learning
704
How to handle number of instances > 255, which cannot be saved as PNG
If the number of instances is bigger than 255,we cannot save the pixel-wise class label as PNG, so please use the npy file ,how do I deal with it?
closed
2020-06-28T12:01:54Z
2020-07-01T17:02:27Z
https://github.com/wkentaro/labelme/issues/704
[]
liburning
1
CorentinJ/Real-Time-Voice-Cloning
deep-learning
843
Is there TensorFlow implementation of vocoder(waveRNN)?
Hi , I want to know that Is there TensorFlow implementation of vocoder(waveRNN)? I ask this because that when I try to change the Pytorch model of waveRNN to tensorflow 2.x version, I succeed and can train it on dataset, but I find that the inference speed is 10 times slow that waveRNN of pytorch.... ### It occurs ...
closed
2021-09-10T07:34:10Z
2021-09-14T20:40:23Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/843
[]
ymzlygw
2
pydantic/pydantic
pydantic
10,681
revalidate_instances conflict with SerializeAsAny
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When using SerializeAsAny + revalidate_instances + layered inheritances, SerializeAsAny is not anymore respected. ### Example Code ```Python from pydantic import BaseModel, SerializeAsAny class commonbase( BaseModel, reva...
closed
2024-10-21T22:09:50Z
2025-01-09T12:35:55Z
https://github.com/pydantic/pydantic/issues/10681
[ "question" ]
cclecle
2
ray-project/ray
data-science
51,124
[Core] RayCheck failed: placement_group_resource_manager_->ReturnBundle(bundle_spec) Status not OK
### What happened + What you expected to happen During the process of remove the PG, the workers using the related bundle will first be terminated, followed by triggering local task scheduling, and finally the deletion of the bundle. This sequence causes the bundle intended for deletion to be reused, leading to rayche...
open
2025-03-06T11:21:48Z
2025-03-21T23:37:11Z
https://github.com/ray-project/ray/issues/51124
[ "bug", "P0", "core", "core-scheduler" ]
Catch-Bull
8
seleniumbase/SeleniumBase
web-scraping
3,246
Long-term support concerns with network interception due to Selenium Wire deprecation
We have several use cases that require request and response interception for UI testing, and we’re considering using SeleniumBase for this purpose. However, I noticed that SeleniumBase's wire mode relies on Selenium Wire, which is deprecated since January 2024. Although network interception is still functional throu...
closed
2024-11-06T09:14:29Z
2024-12-23T21:45:13Z
https://github.com/seleniumbase/SeleniumBase/issues/3246
[ "question", "workaround exists", "feature or fix already exists" ]
pradeepvegesna
3
slackapi/python-slack-sdk
asyncio
1,569
Is it possible to rename Canvas with Python Slack SDK?
Hey, we are using `slack_sdk==3.33.1` And we would like to periodically rename our canvases (this is a sort-of-workaround for sticky headers in Slack chats :D ) I've found that you provide `canvases.edit` API (https://api.slack.com/methods/canvases.edit). But it doesnt allow us to change the name of the canvas as...
closed
2024-09-24T10:36:27Z
2024-09-24T23:13:06Z
https://github.com/slackapi/python-slack-sdk/issues/1569
[ "question", "web-client", "Version: 3x" ]
simonasmulevicius-humbility
1
iterative/dvc
data-science
10,185
push: make sure source files exist before applying changes
In cloud versioning case when we delete our cache and workspace data and try to `dvc push`, it will think that it needs to modify/relink a file and in order to do that will delete it but then fail to create a new one because it will turn out that there is no source for data. We need to add a step that will filter ou...
closed
2023-12-20T04:26:21Z
2023-12-21T05:25:24Z
https://github.com/iterative/dvc/issues/10185
[ "bug" ]
efiop
1
vaexio/vaex
data-science
1,585
[BUG-REPORT] Is conda package up to date?
Hi, when installing vaex using anaconda `conda install -c conda-forge vaex` vaex-core 2.0.3 gets installed. I am fighting with conda remove/install to remove it (ok) and ionstall last version that seems to be able ton conda-forge (4.5.1), but so far, my installation is not 'converging' ```bash conda install -...
closed
2021-09-23T19:32:23Z
2021-09-24T19:25:24Z
https://github.com/vaexio/vaex/issues/1585
[]
yohplala
7
scikit-learn/scikit-learn
data-science
31,051
`PandasAdapter` causes crash or misattributed features
### Describe the bug If all the following hold - Using ColumnTransformer with the output container set to pandas - At least one transformer transforms 1D inputs to 2D outputs (like [DictVectorizer](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html)) - At least one transfo...
open
2025-03-21T22:43:24Z
2025-03-22T19:32:41Z
https://github.com/scikit-learn/scikit-learn/issues/31051
[ "Bug", "Needs Triage" ]
nicolas-bolle
2
SciTools/cartopy
matplotlib
2,011
requesting a re-draw "on limits change" causes infinite loop
### Description I've been working on [EOmaps](https://github.com/raphaelquast/EOmaps) (an interactive layer on top of cartopy I'm developing) and I've noticed that requesting a re-draw of the Agg buffer if the axis-limits change causes an infinite loop for cartopy axes! Somehow the re-draw triggers a strange cas...
open
2022-03-09T12:04:47Z
2022-03-15T14:31:40Z
https://github.com/SciTools/cartopy/issues/2011
[]
raphaelquast
4
google-research/bert
nlp
848
How to run bert classifier pb file
Hi, I am trying to run bert classifier. I have fine tuned the model on my data. I have also converted ckpt files to pb files. Now I want to do predictions using this pb files. Could anyone guide me how can I do it. What changes do I have to make in the code to load pb file instead of the ckpt files. Any help would be ...
closed
2019-09-08T21:34:56Z
2020-02-17T03:06:18Z
https://github.com/google-research/bert/issues/848
[]
anmol4210
1
aimhubio/aim
data-visualization
3,117
PendingRollbackError in Rapid Interaction Logging with aim.run"
## ❓Question I'm integrating aim.run for logging data into my database for a chatbot project, aiming to capture every user interaction. However, I encounter an issue where the speed of interactions outpaces the logging process's ability to store data and close properly. If I initiate a new logging run before the previ...
open
2024-03-13T21:00:06Z
2024-03-13T21:00:06Z
https://github.com/aimhubio/aim/issues/3117
[ "type / question" ]
CSharma02
0
kizniche/Mycodo
automation
407
Mux initialization
Suggestion. Change Mux initialization to the method discussed in this thread: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=141517 Way easier. Take it ez. The tin man
closed
2018-02-14T10:35:58Z
2018-02-16T19:55:47Z
https://github.com/kizniche/Mycodo/issues/407
[]
The-tin-man
3
litestar-org/litestar
asyncio
3,887
Bug: 405: Method Not Allowed when using Websockets with Litestar and Nginx Unit
### Description I believe there may be an issue with how Litestar handles Websocket connections incoming from a client app hosted with Nginx Unit. This problem does not happen with uvicorn, only Nginx Unit. From my typescript react app I initiate the websocket connection: ```typescript const ws = ne...
closed
2024-12-05T18:56:13Z
2025-03-20T15:55:02Z
https://github.com/litestar-org/litestar/issues/3887
[ "Upstream" ]
FixFlare
12
CorentinJ/Real-Time-Voice-Cloning
deep-learning
339
Problem with demo_cli.py
C:\Users\Test\Desktop\Real-Time-Voice-Cloning-master>python demo_cli.py --low_mem Traceback (most recent call last): File "demo_cli.py", line 2, in <module> from utils.argutils import print_args File "C:\Users\Test\Desktop\Real-Time-Voice-Cloning-master\utils\argutils.py", line 2, in <module> import nu...
closed
2020-05-09T18:24:25Z
2020-08-24T04:06:28Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/339
[]
NumpyG
3
pytest-dev/pytest-html
pytest
432
Migrate JavaScript test framework to more popular alternative
We currently use [QUnit](https://qunitjs.com/) for unit testing our JavaScript. I propose that we move to a more modern testing framework ( the top five listed [here](https://codeburst.io/top-5-javascript-testing-frameworks-to-choose-out-of-in-2020-6903ae94461e) seem to pop up a bit ). I would like to add that an...
open
2020-12-20T06:03:00Z
2020-12-20T23:51:44Z
https://github.com/pytest-dev/pytest-html/issues/432
[ "test", "code quality", "next-gen" ]
gnikonorov
1
pyro-ppl/numpyro
numpy
1,540
Memory leak JAXNS sampling
Hello, Mi Swap memory goes up to 30 GBs when running the following code: I'll resume it because of length. I have N number of models (causal bayesian networks) with K variables each. Each model is of the form: (I have code which generates arbitrary number of models, this one is created by hand for sake of the ...
closed
2023-02-24T14:52:34Z
2023-03-05T21:25:14Z
https://github.com/pyro-ppl/numpyro/issues/1540
[ "question" ]
MauricioGS99
1
indico/indico
flask
6,520
Preview to emails from contributions list does not respect roles
**Describe the bug** Previewing an email shows wrong addresses. **To Reproduce** Steps to reproduce the behavior: 1. Go to Contribution list, select contributions 2. Click "email" 3. select role "Speaker" 4. Click "Preview" 5. The "Dear {first_name}" may be showing a co-author, which is wrong 6. Click Submit...
open
2024-09-02T13:28:34Z
2024-09-23T09:39:52Z
https://github.com/indico/indico/issues/6520
[ "bug" ]
JohannesBuchner
4
aiortc/aiortc
asyncio
270
Transport closes in setRemoteDescription (renegotiation) if media and datachannel are bundled
Simply that. Create a bundled session with media and datachannel, renegotiate and transport is closed and never reconnected.
closed
2020-02-18T12:37:25Z
2020-02-18T19:23:30Z
https://github.com/aiortc/aiortc/issues/270
[]
jmillan
1
mwaskom/seaborn
data-visualization
3,663
objects.Norm : Normailize among a group?
# The problem I am trying to achieve an effect where the values within a group is normalized. Consider ```python # Make some sample data import pandas as pd import seaborn.objects as so data = [ # 2020 {'year': "2020", 'category': 'happy'}, {'year': "2020", 'category': 'happy'}, {'year': "2020...
open
2024-03-25T21:14:28Z
2024-03-26T00:22:06Z
https://github.com/mwaskom/seaborn/issues/3663
[]
DNGros
4
replicate/cog
tensorflow
1,564
Disable mirroring input in output
Hi, I noticed that when using the http API, the contents of "input" in the request get echoed back in the response. I'm working on a model that sends a few MB of string data, and I would prefer not to double my network traffic. Is it possible to disable this? (Maybe in cog.yaml? Or as an option in the request?) From...
open
2024-03-06T20:42:37Z
2024-03-06T20:42:37Z
https://github.com/replicate/cog/issues/1564
[]
djkeyes
0
gee-community/geemap
streamlit
1,863
Inconsistent use of gdal
Here https://github.com/gee-community/geemap/blob/9c990baa21d62337ead2c6a6fbd58e0a74038a6f/geemap/common.py#L10794 ```python from osgeo import gdal import rasterio # ... and suppress errors gdal.PushErrorHandler("CPLQuietErrorHandler") ``` Whereas here https://github.com/gee-community/geema...
closed
2023-12-31T17:42:29Z
2024-06-15T04:59:34Z
https://github.com/gee-community/geemap/issues/1863
[ "bug" ]
schwehr
1
activeloopai/deeplake
data-science
2,369
[FEATURE] Allow users to disable tiling when encoding images
## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [x] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? Nope, not for deeplake users! ### If your feature will improve `deeplake` Being able to "disable" the tiling of images when very...
closed
2023-05-22T19:08:42Z
2023-05-23T14:44:08Z
https://github.com/activeloopai/deeplake/issues/2369
[ "enhancement" ]
plstcharles
4
scanapi/scanapi
rest-api
380
Remove Spectrum Badge from README
## Description Remove Spectrum Badge from README. We will not use Spectrum anymore. See #376.
closed
2021-05-27T19:45:22Z
2021-05-27T19:49:46Z
https://github.com/scanapi/scanapi/issues/380
[ "Documentation" ]
camilamaia
0
mars-project/mars
pandas
3,054
[RFC] Make mapper output blocks consistent with num_reducers
# Background When building chunk graph, Mars chunks won't be added to graph if some chunks not used by downstream, because mars build graph back to first. This will make shuffle optimization tricky because some reducer may be lost. For example, we may want to build map-reducer dag dynamiclly based on reducer ordinal. ...
open
2022-05-19T13:17:29Z
2022-05-19T13:33:57Z
https://github.com/mars-project/mars/issues/3054
[]
chaokunyang
0
noirbizarre/flask-restplus
flask
491
Uploading multiple files with swagger UI not working
I have an issue uploading several files through the Swagger UI. I have defined the following argument parser for uploading several files: ```python data_parser = api.parser() data_parser.add_argument('data', type=werkzeug.FileStorage, ...
open
2018-07-11T10:39:08Z
2021-02-19T17:10:31Z
https://github.com/noirbizarre/flask-restplus/issues/491
[]
alvarolopez
4
ultralytics/ultralytics
machine-learning
19,226
yolov8的pt推理时间和engine(fp32)推理时间为什么没有区别
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question 使用engine推理和pt模型推理时间相同,请问怎么解决?下面是推理代码: model = YOLO(r"D:\workspace\model_zero...
closed
2025-02-13T09:12:16Z
2025-02-14T05:27:59Z
https://github.com/ultralytics/ultralytics/issues/19226
[ "question", "detect", "exports" ]
wuchaotao
6
yuka-friends/Windrecorder
streamlit
254
issue with new update?
hello ant! My windrecorder stopped recording around 3am eastern NYC time yesterday 12/2/2024 monday. Just checked now. I rebooted my laptop but no change. Please let me know if this is on your end as well. Thank you!
closed
2024-12-03T05:33:03Z
2024-12-05T04:31:59Z
https://github.com/yuka-friends/Windrecorder/issues/254
[]
morningstar41131411811717116112213
2
deepset-ai/haystack
pytorch
8,947
Add MCP Pipeline Wrapper
https://modelcontextprotocol.io/quickstart/server - Pipeline wrapper similar to what we have in Hayhooks so that the wrapped pipeline follows the MCP standard and can be called as an MCP server
closed
2025-03-03T08:52:43Z
2025-03-24T09:15:34Z
https://github.com/deepset-ai/haystack/issues/8947
[ "P1" ]
julian-risch
1
wagtail/wagtail
django
12,020
Content metrics in page editor - word count and reading time
### Is your proposal related to a problem? <!-- Provide a clear and concise description of what the problem is. For example, "I'm always frustrated when..." --> In the [Content quality checkers](https://github.com/wagtail/wagtail/discussions/11063) discussion the new combined panel showcasing content metri...
closed
2024-06-06T17:01:39Z
2024-07-11T13:58:20Z
https://github.com/wagtail/wagtail/issues/12020
[ "type:Enhancement" ]
albinazs
1
httpie/http-prompt
api
133
Enable to use external editor to make request body
Thanks for this awesome software. I can now make HTTP request very easily. But sometimes, I have to use an editor and other software to make requests with complicated body. I use a simple script like this; ```sh #!/usr/bin/zsh # command name: httpj TMPFILE=$(mktemp --suffix=.json) vim $TMPFILE http "$@" ...
open
2017-09-20T22:51:35Z
2017-09-21T02:39:22Z
https://github.com/httpie/http-prompt/issues/133
[ "enhancement" ]
hamasho
0
modelscope/modelscope
nlp
1,239
grpo训练报错
# 问题描述 多卡不使用vllm时,infer_rank计算报错,num_infer_workers默认值为1 # 错误堆栈 ``` [rank7]: File "/home/tiger/.local/lib/python3.11/site-packages/swift/trainers/rlhf_trainer/grpo_trainer.py", line 48, in on_train_begin [rank7]: self.trainer._prefetch(state.train_dataloader) [rank7]: File "/home/tiger/.local/lib/python3.11/sit...
closed
2025-02-24T08:26:50Z
2025-02-24T08:38:18Z
https://github.com/modelscope/modelscope/issues/1239
[]
MrToy
2
babysor/MockingBird
pytorch
770
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
**A.Summary** ``` pip install -r requirements.txt ``` 之后出现这个问题 **B.Env & To Reproduce** Win 11 **C.Screenshots & Code** ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. spyder ...
closed
2022-10-26T10:31:57Z
2023-07-07T03:19:12Z
https://github.com/babysor/MockingBird/issues/770
[]
alchemypunk
0
pytest-dev/pytest-selenium
pytest
330
INTERNALERROR pytest_selenium.py", line 358, in format_log
INTERNALERROR> File "C:\agents\_work\10\s\venv\Lib\site-packages\pytest_selenium\pytest_selenium.py", line 358, in format_log INTERNALERROR> datetime.utcfromtimestamp(entry["timestamp"] / 1000.0).strftime( INTERNALERROR> ~~~~~^^^^^^^^^^^^^ INTERNALERROR> TypeError: string indices ...
closed
2024-12-26T05:55:12Z
2025-01-31T10:04:49Z
https://github.com/pytest-dev/pytest-selenium/issues/330
[ "bug", "help wanted", "waiting on input" ]
anjanikv
4
jazzband/django-oauth-toolkit
django
1,305
JSON endpoint for auth URL
I would like to render the authorization page on the front end rather than via a Django template. The reason is that I want to pull other information into that page that should logically come from other endpoints rather than being added to the template scope. Anyone doing anything like this currently? I'd prefer no...
open
2023-08-11T12:26:10Z
2025-01-09T19:07:13Z
https://github.com/jazzband/django-oauth-toolkit/issues/1305
[ "question" ]
jhnbyrn
13
aiogram/aiogram
asyncio
730
Task 2
closed
2021-10-12T21:24:43Z
2021-10-12T21:32:03Z
https://github.com/aiogram/aiogram/issues/730
[ "invalid", "3.x" ]
JrooTJunior
0
redis/redis-om-python
pydantic
470
`all_pks` returns only part of complex primary keys
I have the following setup (minimized for simplicity): ```python class Place(JsonModel, ABC): id: str = Field(primary_key=True) class Meta: global_key_prefix = "places" class Country(Place): some_field: int = 1 class Meta: model_key_prefix = "country" class Province(P...
closed
2023-02-02T14:01:58Z
2023-02-12T11:57:56Z
https://github.com/redis/redis-om-python/issues/470
[]
YaraslauZhylko
2
arogozhnikov/einops
numpy
49
[FR] Optional channels
Sometimes, I find myself working lists of tensors in which one tensor has a shape `(b, c)` (for `c` classes) and another tensor has shape `(b,)` (for a single class). My current approach is to pad the tensors that have only one class with an additional channel dimension, use `rearrange` on the list, and then squeeze th...
closed
2020-06-08T04:01:51Z
2020-09-11T06:07:27Z
https://github.com/arogozhnikov/einops/issues/49
[ "feature suggestion" ]
ehknight
5
sktime/sktime
data-science
7,259
[BUG] ConformalIntervals `predict` produces different horizon than `predict_interval`
**Describe the bug** `predict` and `predict_interval` of ConformalIntervals produces forecasts with different indexes. Thus, plotting functionality fails when trying to plot them together. **To Reproduce** ```python from sktime.forecasting.conformal import ConformalIntervals from sktime.forecasting.naive impor...
closed
2024-10-12T10:28:02Z
2024-10-12T10:51:15Z
https://github.com/sktime/sktime/issues/7259
[ "bug", "module:forecasting" ]
benHeid
1
K3D-tools/K3D-jupyter
jupyter
67
camera distance
If one makes a plot with small bbox and then: sets plot.grid_auto_fit=False plot.camera_auto_fit=False then 1. the direct voxel update (e.g p.volxels=b) bring back wrong dynamic calculations related to scene size. 2. detaching and attaching display producess -1,1 bbox again example import k3...
closed
2017-10-07T11:17:25Z
2019-06-12T09:08:22Z
https://github.com/K3D-tools/K3D-jupyter/issues/67
[]
marcinofulus
1
jina-ai/serve
deep-learning
6,025
chore: draft release note v3.20.1
# Release Note This release contains 2 bug fixes and 2 documentation improvements. ## 🐞 Bug Fixes ### Make Gateway load balancer stream results (#6024) [Streaming endpoints](https://docs.jina.ai/concepts/serving/executor/add-endpoints/#streaming-endpoints) in Executors can be deployed behind a Gateway (whe...
closed
2023-08-10T13:51:36Z
2023-08-11T07:58:47Z
https://github.com/jina-ai/serve/issues/6025
[]
alaeddine-13
1
jina-ai/clip-as-service
pytorch
599
Can I use this service load other pre-train models like GPT?
# Description > Can I use this service load other pre-train models like GPT? If I just use this to get sentence vector with fixed length(768), not vocab size, Am I right? I'm using this command to start the server: ```bash bert-serving-start -model_dir GPT_model_checkpoint -num_worker=4 -max_seq_len=25 -gpu_...
open
2020-11-02T08:37:32Z
2020-11-02T08:37:32Z
https://github.com/jina-ai/clip-as-service/issues/599
[]
Ritali
0
babysor/MockingBird
pytorch
452
大家好,请问在打开web后点击录制出现【Uncaught Error】“recStart”未定义...是存在什么问题,应该怎么解决呢?
**Summary[问题简述(一句话)]** A clear and concise description of what the issue is. **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 **Screenshots[截图(如有)]** If applicable, add screenshots to help
open
2022-03-13T00:57:05Z
2022-03-13T00:57:05Z
https://github.com/babysor/MockingBird/issues/452
[]
JJJIANGJIANG
0
openapi-generators/openapi-python-client
fastapi
658
Ignore Content-Type parameters
**Is your feature request related to a problem? Please describe.** RFC2616 allows parameters to content-types, for example `application/json; version=2.3.5` is a valid content type that should be treated like `application/json`. Currently this is not supported by this project. **Describe the solution you'd like**...
closed
2022-08-21T17:38:30Z
2023-08-13T01:32:30Z
https://github.com/openapi-generators/openapi-python-client/issues/658
[ "✨ enhancement" ]
dbanty
1
coqui-ai/TTS
deep-learning
3,554
[Bug] speedy_speech erroring on short inputs
### Describe the bug Something in the way that it passes input into the speedy_speech model (tts_models/en/ljspeech/speedy-speech) is bugged and errors out for short inputs. It wants them to be a specific length. I've only tested this for single-sentence input, I don't know what it does for other types of input. ...
closed
2024-02-01T12:48:42Z
2024-11-10T12:59:44Z
https://github.com/coqui-ai/TTS/issues/3554
[ "bug", "wontfix" ]
jp-x-g
2
pallets-eco/flask-sqlalchemy
sqlalchemy
1,247
IndexError: tuple index out of range
Environment: - Python version: 3.11.2 - Flask-SQLAlchemy version: 3.0.5 - SQLAlchemy version: 2.0.19 ``` class Bans(db.Model): __tablename__ = 'bans' uuid = db.Column(db.String(36), primary_key=True) reason = db.Column(db.String(255), nullable=False) ip = db.Column(db.String(255), nullable=True) use...
closed
2023-08-19T21:48:52Z
2023-09-03T00:57:12Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/1247
[]
0x1618
1
dask/dask
scikit-learn
11,411
min of timestamp in parquet failing: AttributeError: 'Timestamp' object has no attribute 'dtype'
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-10-02T19:22:08Z
2024-10-08T10:40:36Z
https://github.com/dask/dask/issues/11411
[ "dask-expr" ]
raybellwaves
0
CorentinJ/Real-Time-Voice-Cloning
tensorflow
637
Toolbox launches but doesn't work
I execute the demo_toolbox.py and the toolbox launches. I click Browse and pull in a wav file. The toolbox shows the wav file loaded and a mel spectrogram displays. The program then says "Loading the encoder \encoder\saved_models\pretrained.pt but that is where the program just goes to sleep until I exit out. I v...
closed
2021-01-22T21:56:38Z
2021-01-23T00:36:12Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/637
[]
bigdog3604
4
deepspeedai/DeepSpeed
pytorch
6,724
`ZeRO-3 + MP8` Universal Checkpoint
Is it possible to convert a model trained using `ZeRO-3` and `MP=8` to a universal checkpoint? Tracing through the universal checkpointing conversion tool (`ds_to_universal`), the model states remained unmerged, with 8 model parallel shards per each data parallel rank. E.g., with `world_size = 2048`, there are 2048 mo...
open
2024-11-07T17:20:52Z
2025-02-18T01:20:13Z
https://github.com/deepspeedai/DeepSpeed/issues/6724
[]
jeromeku
1
holoviz/panel
matplotlib
7,467
Polars: ValueError("Could not hash object of type function").
I'm on panel==1.5.3 trying to support multiple types of data sources for panel-graphic-walker including polars. See https://github.com/panel-extensions/panel-graphic-walker/pull/22. When I try to combine polars and `pn.cache` I get a `ValueError`. ```python import polars as pl import panel as pn @pn.cache(max_items=...
closed
2024-11-07T03:58:23Z
2024-11-08T10:58:16Z
https://github.com/holoviz/panel/issues/7467
[]
MarcSkovMadsen
1
microsoft/nlp-recipes
nlp
38
Verify licensing of pytorch-pretrained-BERT with CELA
Apache vs. MIT https://github.com/huggingface/pytorch-pretrained-BERT/blob/master/LICENSE
closed
2019-05-03T17:25:31Z
2019-07-05T15:17:10Z
https://github.com/microsoft/nlp-recipes/issues/38
[ "engineering" ]
saidbleik
1
Lightning-AI/pytorch-lightning
pytorch
19,671
Introduce sharded checkpointing for NO_SHARD FSDP.
### Description & Motivation My recent benchmarks of considerably large (yet, still fitting on single H100) model training at scale show that depending show that it can take 30-40s per model save. This overhead becomes increasingly problematic with growing scale nad the frequency of checkpoint saves - e.g for 256 devi...
open
2024-03-19T10:21:05Z
2024-03-20T11:20:03Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19671
[ "feature", "strategy: fsdp" ]
ps-stability
6
docarray/docarray
fastapi
1,787
[pydantic v2] Validation with default value is not working
# Context ```python class MyDocument(BaseDoc): caption: TextDoc MyDocument(caption='A tiger in the jungle') ``` this will fail bc I did not find a way yet to override pydantic validation for BaseDoc many test are skipped because of this example: https://github.com...
closed
2023-09-15T13:01:49Z
2023-09-27T15:59:23Z
https://github.com/docarray/docarray/issues/1787
[ "pydantic-v2" ]
samsja
0
modin-project/modin
data-science
6,677
suggestions on handling out of memory matrix operation on large dataset
One of my task is to compute a matrix transformation on large feature vectors, for example, I have a 20K x 60K size DataFrame `df` and a square matrix 60K x 60K DataFrame `mat_df`, and I will call `df.dot(mat_df)`. Because such large matrix operation cannot work on single machine, I was hoping that distributed datafra...
open
2023-10-24T14:27:26Z
2024-01-08T16:40:08Z
https://github.com/modin-project/modin/issues/6677
[ "question ❓", "External" ]
SiRumCz
11
tqdm/tqdm
pandas
1,118
TqdmWarning: clamping frac to range [0, 1]. How to prevent this ?
``tqdm`` sometimes show this warning, and I wonder how to prevent this: ``` /Library/Python/3.7/site-packages/tqdm/std.py:535: TqdmWarning: clamping frac to range [0, 1]██████████████████████████▊| 99.84615384615518/100 [1:51:16<00:02, 15.16s/it] ``` This is my demo: ```python pbar2 = trange(100) pba...
closed
2021-01-22T05:09:29Z
2021-01-28T04:21:52Z
https://github.com/tqdm/tqdm/issues/1118
[ "duplicate 🗐", "question/docs ‽" ]
JamesZBL
2
ultralytics/ultralytics
python
18,828
Computing mAP@custom iOU threshold
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello, for my use case the ground truth bounding box is somewhat subjective ...
closed
2025-01-22T20:16:17Z
2025-01-23T00:27:48Z
https://github.com/ultralytics/ultralytics/issues/18828
[ "question", "detect" ]
arjunchandra2
3
statsmodels/statsmodels
data-science
9,008
ENH: outlier, influence add looo, jackknife residuals
motivated by https://github.com/statsmodels/statsmodels/issues/9005#issuecomment-1729932721 We don't have explicit looo, jackknife residuals (resid_response). I'm not sure whether we already have all the computation for it, for other statistics. looo residuals look like a useful tool. In the GLM, discrete cas...
open
2023-09-22T15:24:16Z
2023-09-23T19:44:19Z
https://github.com/statsmodels/statsmodels/issues/9008
[ "type-enh", "topic-diagnostic" ]
josef-pkt
2
streamlit/streamlit
machine-learning
10,637
Enum formatting in TextColumn does not work with a styled data frame
### 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 Expected enum value, but after pandas styling...
open
2025-03-04T12:50:49Z
2025-03-09T08:30:57Z
https://github.com/streamlit/streamlit/issues/10637
[ "type:bug", "feature:st.dataframe", "status:confirmed", "priority:P4" ]
FabienLariviere
6