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
long2ice/fastapi-cache
fastapi
283
Caching not convertible to JSON eg. image/png response type
Would it be possible to cache images with byte response type? If so how? with a custom encoder? eg with image_tile -> bytes: `@router.get("/{cog_name}/{z}/{x}/{y}") async def get_cog_tile(cog_name: str, z: int, x: int, y: int, colormap: str = 'terrain') -> Response: ... headers = {"Content-Encoding": "ide...
open
2023-08-23T14:35:54Z
2023-09-06T10:24:06Z
https://github.com/long2ice/fastapi-cache/issues/283
[]
Martenz
3
ets-labs/python-dependency-injector
flask
801
dont works with py 3.12
and very slow perfomance
closed
2024-05-27T18:38:27Z
2024-09-10T13:14:38Z
https://github.com/ets-labs/python-dependency-injector/issues/801
[ "enhancement" ]
jdfoxito
4
babysor/MockingBird
deep-learning
1,014
aidatatang_200zh 这个数据集可以给一个连接下载地址吗,谢谢
aidatatang_200zh 这个数据集可以给一个连接下载地址吗,谢谢
open
2024-12-03T09:47:35Z
2024-12-03T09:47:35Z
https://github.com/babysor/MockingBird/issues/1014
[]
jxaujunjun
0
TencentARC/GFPGAN
pytorch
342
huggingface: Runtime error
Are you aware that you're huggingface demo is down? ![Screenshot 2023-02-20 115436](https://user-images.githubusercontent.com/46252377/220164338-391c0069-55bd-4c16-b2fc-1794a3840a54.png)
open
2023-02-20T16:55:13Z
2023-02-20T16:55:13Z
https://github.com/TencentARC/GFPGAN/issues/342
[]
AlecMcCutcheon
0
comfyanonymous/ComfyUI
pytorch
7,220
I want to enable ComfyUI_Sonic, but it stops at SONICTLoader and I get the following error:
### Your question I've been searching on YouTube and the web but I can't find a solution. Can someone give me some advice? ### Logs ```powershell Adding extra search path checkpoints G:\StabilityMatrix\Models\StableDiffusion Adding extra search path vae G:\StabilityMatrix\Models\VAE Adding extra search path loras G:...
closed
2025-03-13T10:45:01Z
2025-03-13T23:15:30Z
https://github.com/comfyanonymous/ComfyUI/issues/7220
[ "User Support", "Custom Nodes Bug" ]
ant1193
6
piskvorky/gensim
machine-learning
2,822
HDP model parameters K and T mismatch.
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
open
2020-05-03T21:12:52Z
2020-05-12T16:46:30Z
https://github.com/piskvorky/gensim/issues/2822
[]
MaksimMMI
4
OFA-Sys/Chinese-CLIP
nlp
130
请问制作长词条有什么好建议?
1. 词条包含近50个字,有什么处理建议,我加了\,。类似的标号 2. 多大数据量finetune才会有效果? 3. 5000对finetune需要多大的迭代数? @yangapku
open
2023-06-05T09:31:13Z
2024-12-18T06:24:18Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/130
[]
Huang9495
3
kubeflow/katib
scikit-learn
1,673
[PaddlePaddle Hackathon] 94 Implement AutoDL for PaddlePaddle based on KubeFlow Katib
(This is a task ISSUE for PaddlePaddle Hackathon, for more details, see [PaddlePaddle Hackathon](https://www.paddlepaddle.org.cn/PaddleHackathon)) 【Task Specification】 - Title:Implement AutoDL for PaddlePaddle based on KubeFlow Katib - Tag:Framework,C++,Python,Hyper-Parameter Tuning - Difficulty:Medium - Detai...
closed
2021-09-23T09:14:19Z
2022-03-02T11:58:49Z
https://github.com/kubeflow/katib/issues/1673
[ "lifecycle/stale", "PaddlePaddle Hackathon" ]
tizhou86
4
babysor/MockingBird
deep-learning
708
tag 0.0.1 和最新版, 选择不同合成器模型,总会在不同的参数上出现 size mismatch, 导致语音合成失败
错误信息: size mismatch for encoder.embedding.weight: copying a param with shape torch.Size([70, 512]) from checkpoint, the shape in current model is torch.Size([75, 512]). 请问 1)这个是什么原因导致的呢? 是编码器和合成器不匹配? 2),这个有办法从代码层面调整么? 3)这个问题怎样解决呢?
open
2022-08-15T10:38:08Z
2023-02-02T17:27:33Z
https://github.com/babysor/MockingBird/issues/708
[]
xiaoguazh
2
Layout-Parser/layout-parser
computer-vision
109
`lp.Layout.__eq__` will return true even if the lengths of two inputs are different
closed
2022-01-05T15:52:30Z
2022-04-02T20:05:05Z
https://github.com/Layout-Parser/layout-parser/issues/109
[ "bug" ]
lolipopshock
0
rthalley/dnspython
asyncio
152
AttributeError: 'GenericRdata' object has no attribute 'address'
It works in normal script but raises AttributeError: 'GenericRdata' object has no attribute 'address' when into an executable: def dnsquery(qname='google.com', servers= ['8.8.8.8']): __import dns.resolver __output = [] __server = dns.resolver.Resolver() __server.nameservers = servers # specify name server list __serv...
closed
2016-05-11T09:31:52Z
2016-05-11T17:10:13Z
https://github.com/rthalley/dnspython/issues/152
[]
thimoonxy
1
pallets-eco/flask-wtf
flask
194
CSRF as a separate package
I was wondering if we would be opening to breaking out CSRF into its own package. To give you context into why someone would want this: I am looking exclusively for a CSRF solution at the moment. Those which I found were either too single minded (wouldn't catch people missing CSRF fields in tests) or did too much/made...
closed
2015-08-18T00:10:55Z
2021-05-28T01:04:00Z
https://github.com/pallets-eco/flask-wtf/issues/194
[]
twolfson
2
iterative/dvc
machine-learning
10,225
Exclude files from checksum computation
When a I set a folder as a dependency in the dvc.yaml, I cannot ignore ```__pycache__``` and folder like that inside the main folder even if I add ```**/__pycache__``` in the ```.dvcignore``` Is it a bug or a wanted behavior? Is there a way to exclude these files when ```dvc repro``` compute hash to update ```dv...
closed
2024-01-09T14:17:25Z
2024-01-09T16:03:49Z
https://github.com/iterative/dvc/issues/10225
[]
Guillaume-oso
1
plotly/dash
data-visualization
2,609
polars seems incompatible with long callbacks
**Describe your context** dash app with python 3.11.4 deployed on AWS EC2 instance ``` dash[diskcache] 2.11.1 polars 0.18.11 ``` **Describe the bug** When running long callbacks in dash with polars, they run infinitely & don't get collected - I imagine it's something to do with polars parallelism & multit...
open
2023-08-01T16:28:17Z
2024-08-13T19:36:12Z
https://github.com/plotly/dash/issues/2609
[ "bug", "P3" ]
liammcknight95
3
automl/auto-sklearn
scikit-learn
1,383
[Doc] Accessible data reduction parameters
Should document features introduces in #1250
closed
2022-02-01T14:29:37Z
2022-02-03T08:36:41Z
https://github.com/automl/auto-sklearn/issues/1383
[ "documentation" ]
eddiebergman
1
JaidedAI/EasyOCR
machine-learning
668
unable to detect simple texts from parts of a ship image
I just took a simple image from the internet for parts of the ship and I tried to extract the part names from the image. It was just able to extract the ship name which was on the ship itself and the naming of the parts was not detected at all.
closed
2022-02-16T05:38:06Z
2022-08-25T10:51:53Z
https://github.com/JaidedAI/EasyOCR/issues/668
[]
Jalmoru
1
xinntao/Real-ESRGAN
pytorch
680
there is a possibility to clear text from images
can you do this? Or do you know of anything I can do?
open
2023-08-23T21:18:10Z
2023-10-30T23:52:59Z
https://github.com/xinntao/Real-ESRGAN/issues/680
[]
manotroll
2
PrefectHQ/prefect
automation
16,645
Retrieve Code From Storage Docs Update
### Describe the current behavior The retrieve code from "git based storage" section includes a section with the option to use Gitlab as the git code storage. This includes a portion covering the token permissions required from Gitlab to place in the Prefect Block: "_In your repository in the GitLab UI, select Setti...
open
2025-01-08T16:38:24Z
2025-01-10T16:09:05Z
https://github.com/PrefectHQ/prefect/issues/16645
[ "docs" ]
prefecttyree
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
399
Configuration Error: Missing or Invalid Key
#361 the issue is exactly as 361. I have gone through the readme file and run the main file where I have updated my data in data_folder currently encountered the following error. linkedIn_auto_jobs_applier_with_AI git:(main) py main.py Configuration error: Missing or invalid key 'experienceLev...
closed
2024-09-18T06:07:14Z
2024-09-25T14:14:16Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/399
[]
deshneni-akhil
2
hatchet-dev/hatchet
fastapi
1,216
WorkflowRunUpdateReplayWithResponse with a workflow run ID that doesn't exist returns a 200
It should return an appropriate status code.
open
2025-01-24T02:02:17Z
2025-01-28T13:20:47Z
https://github.com/hatchet-dev/hatchet/issues/1216
[ "good first issue" ]
reillyse
2
jina-ai/serve
deep-learning
5,823
How to Implement Single Machine Multi Process to Improve Concurrency
How to Implement Single Machine Multi Process to Improve Concurrency? f = Flow(port=12345).add(uses=FooExec, replicas=3).add(uses=BarExec, replicas=2) <replicas> don't work!!!
closed
2023-04-24T08:42:21Z
2023-06-10T08:48:03Z
https://github.com/jina-ai/serve/issues/5823
[]
yuanjie-ai
5
benbusby/whoogle-search
flask
896
[BUG] Images/Videos not loading on Firefox but Works on Chrome
**Describe the bug** Images/Videos not loading for me on Firefox **To Reproduce** Steps to reproduce the behavior: 1. Just search anything on Firefox 2. Firefox has UBlockOrigin Installed but I don't think it is causing any issues. **Deployment Method** - Docker **Version of Whoogle Search** - Just updat...
closed
2022-12-03T07:40:53Z
2023-01-02T17:50:18Z
https://github.com/benbusby/whoogle-search/issues/896
[ "bug" ]
ghost
4
pennersr/django-allauth
django
3,119
Has anyone been able to run it with Cassandra? Or at least Oauth2_Provider?
Hi there! So, did anyone a workaround it to use in Cassandra? At least Oauth2_Provider since it does the hard part of authenticating every request? It is just useful for Sql databases?
closed
2022-06-25T00:47:48Z
2022-12-12T00:29:09Z
https://github.com/pennersr/django-allauth/issues/3119
[]
Gittinhub
3
ultralytics/ultralytics
machine-learning
19,473
Questions about target tracking
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi, how do you evaluate the accuracy of target tracking after using the curr...
open
2025-02-28T07:38:27Z
2025-03-03T13:47:45Z
https://github.com/ultralytics/ultralytics/issues/19473
[ "question", "track" ]
WHK1229
7
mouredev/Hello-Python
fastapi
176
网络赌博被黑无法提款的解决方法
随着网络时代的进步,很多人开始在网络上设置各种游戏,以各种高盈利的游戏吸引人进去,但是你们不知道的是,每个游戏都会有后台程序可以操控,意思很简单,吃大陪小,还有就是大小通吃。每天被骗的人不少,通常平台方不给出歀的借口:你的账号异常登录、网站维护、端口维护、系统自动抽查审核、风控审核、账号异常等等,各种理由就是不给你出款甚至冻结。只要半天不到的,就想办法及时处理,只要方法得当追回的可能性很大的。出黑咨询微:lcly479扣:191124423 摘要:网赌赢钱后,遭拒取款的情况不少见。本文从账户审核、账户活动、规则遵守、客服沟通四个方面,详细阐述了网赌赢钱遭拒取款的解决方法。希望能为赌客朋友提供一些有用的指导。 请问网络上赌...
closed
2024-11-06T06:44:40Z
2024-11-28T13:34:25Z
https://github.com/mouredev/Hello-Python/issues/176
[]
lcly479
0
samuelcolvin/watchfiles
asyncio
15
Issue with broken links
Hi, I was just testing Watchgod as an alternative to Watchdog when I ran into this bug which I'm not sure if it's intended behaviour, but I find important to report. The program returns an error whenever it comes across broken links: `error walking file system: FileNotFoundError [Errno 2] No such file or direct...
closed
2018-06-04T18:26:51Z
2021-05-18T19:03:11Z
https://github.com/samuelcolvin/watchfiles/issues/15
[]
raphaelsalomao3
4
RomelTorres/alpha_vantage
pandas
283
Async support for fundamental data
It looks like fundamental data support was recently added to the synchronous version but not the the async version. Any chance we can add async support for fundamental data as well?
closed
2021-01-11T03:56:07Z
2021-11-19T18:46:10Z
https://github.com/RomelTorres/alpha_vantage/issues/283
[ "enhancement" ]
SoAG
2
trevorstephens/gplearn
scikit-learn
276
normalization for input?
Is it necessary to do normalization for input using Genetic Programming implemented by gplearn? Will the predictive accuracy be improved by doing this? Is Genetic Programming a tree model? It seems there is no need to do normalization tree model.
closed
2022-08-19T15:42:53Z
2022-08-20T06:13:53Z
https://github.com/trevorstephens/gplearn/issues/276
[]
AmosJoseph
1
pydantic/FastUI
fastapi
375
Bug: Internal Server Error (500) in `/table/cities`
When I visit https://fastui-demo.onrender.com/table/cities to view the FastUI table, I encounter the following error message: ``` Request Error Internal Server Error (500) ``` Although I can see the table results initially, the page redirects me to the homepage while keeping the URL in the browser's address ba...
open
2025-01-14T09:09:11Z
2025-01-16T14:27:30Z
https://github.com/pydantic/FastUI/issues/375
[]
1chooo
2
charlesq34/pointnet
tensorflow
47
Data Availabilty
Great work! I'm excited to try this out. I'm having an issue fetching the data, the connection has been timing out today and yesterday for `wget https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip` It does not seem like https://shapenet.cs.stanford.edu/ is available from a browser either. Are th...
closed
2017-09-21T13:58:33Z
2017-09-23T16:55:13Z
https://github.com/charlesq34/pointnet/issues/47
[]
bradasteiner
1
custom-components/pyscript
jupyter
550
state_trigger and unavailable entities
```python @state_trigger("float(sensor.temperature) > 10") @state_active("sensor.temperature != 'unavailable'") def function_1(**kwargs): pass ``` Imagine `sensor.temperature` goes unavailable (which is a regular thing for me). You expect `function_1` not to trigger due to the `state_active` condition. But i...
open
2023-12-01T11:34:23Z
2023-12-01T11:34:23Z
https://github.com/custom-components/pyscript/issues/550
[]
ALERTua
0
google/trax
numpy
1,744
Trax.data API explained -> Open in Colab errors
### Description In the README, following the first link to [trax.data API explained](https://github.com/google/trax/blob/master/trax/examples/trax_data_Explained.ipynb) : When clicking on "Open in Colab" produces: ![image](https://user-images.githubusercontent.com/9282281/163831855-060fc725-fb18-476b-8eb0-01e...
open
2022-04-18T15:32:13Z
2022-07-14T08:26:41Z
https://github.com/google/trax/issues/1744
[]
ras44
1
plotly/dash
dash
3,198
Typing error in pycharm and dash 3.0
> Sorry, I meant the `custom_spinner` in the `dcc.Loading` Here's what it looks like for me in Pycharm: > > > **DMC or DBC componets:** > ![Image](https://github.com/user-attachments/assets/2abddb39-f60a-40a4-bb1a-4b1193c531fb) > > ![Image](https://github.com/user-attachments/assets/171620dc-c005-457f-a338-0f0628f...
open
2025-03-06T19:10:04Z
2025-03-06T20:51:24Z
https://github.com/plotly/dash/issues/3198
[ "bug", "P1" ]
T4rk1n
0
babysor/MockingBird
deep-learning
652
作者大神,软件载入模型时只发出了两声杂音,望回复,感谢!
用的b站视频里的百度云资源,载入模型后只有两声杂音,根据issues #37修改了还是出现问题,本人小白是您的粉丝,希望作者大神提供方法解决烦恼,万分感谢! ![bec30f1c9c4f604fa0d763ac7239a02](https://user-images.githubusercontent.com/109057031/179414119-e710db4a-9110-4bca-a977-9d40ed13c1c4.png)
open
2022-07-17T16:41:31Z
2022-07-18T06:50:07Z
https://github.com/babysor/MockingBird/issues/652
[]
showtime12345
1
jupyterlab/jupyter-ai
jupyter
840
Inconsistent experience with respect to non-installed third-party packages
## Description On a fresh install there are no Open AI models listed any more; this is similar for Anthropic. This tripped many users: - https://github.com/jupyterlab/jupyter-ai/issues/803 - https://github.com/jupyterlab/jupyter-ai/issues/721 - https://github.com/jupyterlab/jupyter-ai/issues/746 - https://github...
open
2024-06-19T14:34:23Z
2025-02-07T23:24:00Z
https://github.com/jupyterlab/jupyter-ai/issues/840
[ "bug" ]
krassowski
7
twopirllc/pandas-ta
pandas
765
Attribute error when I remove a specific group from dataframe
**Which version are you running? The lastest version is on Github. Pip is for major releases.** The latest from pip **Do you have _TA Lib_ also installed in your environment?** No **Have you tried the _development_ version? Did it resolve the issue?** No **Describe the bug** So i have a df with some groups...
closed
2024-02-13T21:57:23Z
2024-02-14T14:56:03Z
https://github.com/twopirllc/pandas-ta/issues/765
[ "bug" ]
Chuck321123
2
schemathesis/schemathesis
pytest
2,713
[BUG] "ignored_auth" check causes SSLError exception when verify is set to False in the case
### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x] I am using the latest version of Schemathesis ### ...
closed
2025-01-30T13:31:42Z
2025-02-03T10:07:30Z
https://github.com/schemathesis/schemathesis/issues/2713
[ "Type: Bug", "Status: Needs Triage" ]
lugi0
5
tfranzel/drf-spectacular
rest-api
1,386
Token-based authentication not prefixing Token as part of Authorization header
**Describe the bug** Token-based authentication with required prefix "Token" **To Reproduce** 1) Click Authorize button 2) Enter tokenAuth (apiKey) Value and click Authorize 3) Close Available authorizations pop-up 4) Open any endpoint with a GET that requires TokenAuth 5) Try It Out 6) Execute Snippets show the probl...
open
2025-03-02T21:38:52Z
2025-03-04T11:54:38Z
https://github.com/tfranzel/drf-spectacular/issues/1386
[]
lombaardcj
3
keras-team/keras
machine-learning
21,069
keras.Model.fit fails running disctributed training with TF backend and MirroredStrategy
Hello for quite a while I have tried to train my Model with keras3 and the TF backend (TF2.18) using distributed training and the MirroredStrategy. Not being able to run the training with Model.fit successfully, I turned to try this with one of the examples of the keras documentation. The train examples run fine under...
open
2025-03-19T16:58:31Z
2025-03-20T09:44:53Z
https://github.com/keras-team/keras/issues/21069
[ "type:Bug" ]
roebel
1
anselal/antminer-monitor
dash
128
Add Slack notifications
Slack notifications are very easy to implement, it's like 10 lines of code. This poll shows that most users prefer it over telegram https://twitter.com/AntminerMonitor/status/1046817977709080576
open
2018-10-04T07:09:01Z
2018-10-05T13:01:38Z
https://github.com/anselal/antminer-monitor/issues/128
[ ":star: feature request" ]
anselal
0
wkentaro/labelme
computer-vision
546
label changing issue after converting the json file
Suppose the first image has cat, dog, and people classes, and the second image has cat and people classes, after using the labelme_json_to_dataset command to convert the json file, the people in second image will have the same labeling color as dog in first image? That means the converted label image will be wrong? Cou...
closed
2020-01-10T19:14:55Z
2020-01-15T20:02:32Z
https://github.com/wkentaro/labelme/issues/546
[]
fishman2008
1
tortoise/tortoise-orm
asyncio
1,364
`update_or_create` doesn't seem to work properly
**Describe the bug** When using `update_or_create` I get the following error: ``` 2023-04-02 14:54:01,767 - asyncio - ERROR - Resetting connection with an active transaction <asyncpg.connection.Connection object at 0x000001C0FF9BDEE0> Exception in thread Thread-1: Traceback (most recent call last): File "C:\U...
closed
2023-04-02T15:25:03Z
2023-04-02T23:13:04Z
https://github.com/tortoise/tortoise-orm/issues/1364
[]
divadsn
1
zappa/Zappa
django
1,058
Will Zappa still be working with AWS State Changes?
" Hello, You are receiving this message because we identified that your account created or updated or invoked Lambda functions on or after July 1, 2021. AWS Lambda is extending the capability to track the current state of a function through its lifecycle to all functions [1]. With this change, you may need to up...
closed
2021-10-15T15:56:00Z
2022-02-09T02:27:25Z
https://github.com/zappa/Zappa/issues/1058
[]
lightmagic1
6
widgetti/solara
flask
524
Add .query (query string) to router and deprecate .search
According to https://developer.mozilla.org/en-US/docs/Web/API/Location the .search **includes** the ? which Solara does not. If we change this, it will be a breaking change because people may already depend on this behaviour. I suggest we keep `.search` but remove it from the docs (soft deprecation / or maybe inclu...
open
2024-02-26T15:50:14Z
2024-04-19T11:26:56Z
https://github.com/widgetti/solara/issues/524
[ "bug", "good first issue" ]
maartenbreddels
3
InstaPy/InstaPy
automation
6,153
RuntimeError: Error, unable to determine correct filename for 64bit macos
As the title says I am encountering the RuntimeError: RuntimeError: Error, unable to determine correct filename for 64bit macos. I have tried different solutions found online. For instance, changing the line 321 in webdriver.py. Any help is much appreciated, thank you!
open
2021-04-15T11:16:07Z
2021-11-22T00:15:25Z
https://github.com/InstaPy/InstaPy/issues/6153
[]
itssmaxy
12
coqui-ai/TTS
deep-learning
3,745
[Bug] Anyway to run this as docker-compose ?
### Describe the bug Anyway to run this as docker-compose ? ### To Reproduce docker-compose up ### Expected behavior N/A ### Logs ```shell N/A ``` ### Environment ```shell N/A ``` ### Additional context N/A
closed
2024-05-16T23:08:26Z
2024-07-27T06:33:40Z
https://github.com/coqui-ai/TTS/issues/3745
[ "bug", "wontfix" ]
PeterTucker
4
pallets-eco/flask-sqlalchemy
flask
360
SQLALCHEMY_BINDS parameter is not respected
closed
2015-12-07T17:50:54Z
2020-12-05T21:31:13Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/360
[]
deepanshumehndiratta
1
aminalaee/sqladmin
fastapi
504
Pagination not taking the search query into account
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When on a list page, if you preform a search query, the number of results and pages does not change according to the actual results returne...
closed
2023-05-25T10:19:28Z
2023-05-29T08:26:23Z
https://github.com/aminalaee/sqladmin/issues/504
[ "good first issue", "help wanted" ]
antbz
1
thunlp/OpenPrompt
nlp
45
P-Tuning template has not been adapted to new version ?
**Does the P-Tuning template seem to still use the old format?** ![image](https://user-images.githubusercontent.com/26213546/140937254-453f5e99-4d48-4465-9295-05e391d90bf5.png)
closed
2021-11-09T13:59:38Z
2021-12-09T08:03:08Z
https://github.com/thunlp/OpenPrompt/issues/45
[]
Doragd
4
miguelgrinberg/Flask-SocketIO
flask
1,487
Can't fix error “RuntimeError: You need to use the gevent-websocket server.” and “OSError: write error”
**Your question** I am writing a website for Flask. I use a bunch of uWSGI + NGINX + Flask-Socketio. I use gevent as an asynchronous module. **How can I fix the error in the logs?** I tried different configurations and also removed the async_mode='gevent' from the socketio initialization. wsgi.py file: ``...
closed
2021-02-23T13:58:19Z
2021-02-24T20:03:50Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1487
[ "question" ]
Yasha261998
2
vitalik/django-ninja
django
1,198
[BUG] Self-Referencing Schemas are Broken
Self-referencing schemas seem to be broken when following the [Django Ninja documentation](https://django-ninja.dev/guides/response/#self-referencing-schemes), producing incorrect and unusable OpenAPI schema and endpoints. For example, using the following models: ```python class SelfReferenceModel(models.Model): ...
open
2024-06-19T01:44:25Z
2024-06-25T20:34:09Z
https://github.com/vitalik/django-ninja/issues/1198
[]
akkim2
1
tensorlayer/TensorLayer
tensorflow
184
Maybe an introduction mistake in layers.py
in 1222 line, ` use_cudnn_on_gpu : an optional string from: "NHWC", "NCHW". Defaults to "NHWC". data_format : an optional bool. Defaults to True.` should be: use_cudnn_on_gpu: An optional bool. Defaults to True. data_format: An optional string from: "NHWC", "NCHW", 默认为"NHWC"
closed
2017-08-01T03:46:09Z
2017-08-01T19:32:04Z
https://github.com/tensorlayer/TensorLayer/issues/184
[]
lishiyuwhu
1
Nemo2011/bilibili-api
api
326
[需求] 关于用户订阅
https://github.com/Nemo2011/bilibili-api/blob/7fa46a5f8bf51d9d5cd21c71bff2ca37c56d508c/bilibili_api/user.py#L196-L226 这部分用的还是没封装的请求 以及缺少筛选参数 ![image](https://github.com/Nemo2011/bilibili-api/assets/78744121/4e7941a0-d5bd-4cc0-bd79-377f7f1e2ad6) 挖坑待填
closed
2023-06-06T15:18:23Z
2023-06-08T14:47:38Z
https://github.com/Nemo2011/bilibili-api/issues/326
[ "need" ]
z0z0r4
1
ipython/ipython
data-science
14,227
Please revert #14190 as it breaks jupyter/qtconsole
The #14190 was merged without any deprecation and packages `jupyter/qtconsole` is broke now because of this line: https://github.com/jupyter/qtconsole/blob/2accd52e7af226bc857a89099260e55c5740efe1/qtconsole/jupyter_widget.py#L17 This change break also upstream package like [`napari`](https://github.com/napari/napar...
closed
2023-10-30T10:36:18Z
2023-10-31T09:22:30Z
https://github.com/ipython/ipython/issues/14227
[]
Czaki
1
ageitgey/face_recognition
machine-learning
980
[SOLVED] dlib install failure
* face_recognition version: 1.2.3 * Python version: 3.7.3 * Operating System: Debian 10.1 ### Description i'm trying to install face_recognition using pip3 the install fail during dlib compilation ### What I Did `# apt-get update` (ok) `# apt-get install build-essential cmake` (ok) `# apt-get ins...
closed
2019-11-16T09:06:38Z
2019-11-20T12:21:15Z
https://github.com/ageitgey/face_recognition/issues/980
[]
Sparviero-Sughero
4
RobertCraigie/prisma-client-py
asyncio
965
prisma.errors.FieldNotFoundError Error when creating item with nested item.
<!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log...
open
2024-05-29T12:45:28Z
2024-09-11T18:46:11Z
https://github.com/RobertCraigie/prisma-client-py/issues/965
[]
Bewinxed
1
slackapi/python-slack-sdk
asyncio
1,200
Model to_dict doesn't handle tuple sequences
The type contract for `StaticSelectElement` specifies: ``` options: Optional[Sequence[Union[dict, slack_sdk.models.blocks.basic_components.Option]]] = None ``` which is how I've encountered the problem, but the issue itself seems to be generic based on how `to_dict_compatible` is implemented. Given the following...
closed
2022-04-27T09:34:56Z
2022-05-03T21:30:08Z
https://github.com/slackapi/python-slack-sdk/issues/1200
[ "bug", "web-client", "Version: 3x" ]
kezabelle
1
flasgger/flasgger
flask
494
How disable redirect in post requests?
When i check this code in cmd - all works `curl -X POST "http://localhost:5555/login" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"email\": \"admin\", \"password\": \"admin\"}"` But when i check it from browser - its catch redirect and output is incorrect. How disallow redirect for it? ...
open
2021-09-13T18:17:15Z
2021-09-13T18:17:15Z
https://github.com/flasgger/flasgger/issues/494
[]
ahvahsky2008
0
ranaroussi/yfinance
pandas
2,210
Keep getting Failed to resolve 'fc.yahoo.com' or BTC-BTC or BTC-USD possibly delisted; no price data found
### Describe bug Get the following error when requesting historical data for BTC-USD (also tried BTC and BTC-BTC): D:\Documents\BTC>python "Test YFinance.py" 0.2.51 Failed to get ticker 'BTC-BTC' reason: HTTPSConnectionPool(host='fc.yahoo.com', port=443): Max retries exceeded with url: / (Caused by NameResolution...
closed
2025-01-07T02:46:29Z
2025-02-21T21:26:16Z
https://github.com/ranaroussi/yfinance/issues/2210
[]
ronsonntag54
2
developmentseed/lonboard
data-visualization
281
Better visualization defaults
See e.g. https://github.com/developmentseed/lonboard/issues/275. Not sure how much I want to try for "perfect defaults". Maybe `viz` should have "smart" defaults, but not direct layer constructors?
closed
2023-12-01T22:11:51Z
2024-02-26T22:41:02Z
https://github.com/developmentseed/lonboard/issues/281
[]
kylebarron
0
schemathesis/schemathesis
pytest
2,142
[FEATURE] Add a __main__.py to schemathesis.cli
### Is your feature request related to a problem? Please describe In some enterprise environments there is a list of allowed executables. In such an environment the easiest (and sometimes the only) way to use schemathesis is by executing the `schemathesis.cli` module with python -m. However, this is currently not po...
closed
2024-04-22T15:50:43Z
2024-05-05T18:12:23Z
https://github.com/schemathesis/schemathesis/issues/2142
[ "Priority: Medium", "Type: Feature", "UX: Usability", "Component: CLI" ]
mardukbp
5
iterative/dvc
machine-learning
10,025
Add support for kaggle datasets as a remote storage
Currently kaggle has an API for creating and updating datasets and models using [kaggle-api](https://github.com/Kaggle/kaggle-api). It gives more than 100GB of private datasets for each user and unlimited storage for public ones. I think it would be extremely useful to be supported.
closed
2023-10-16T13:57:44Z
2024-03-25T11:21:56Z
https://github.com/iterative/dvc/issues/10025
[]
Muhammad-Abdelsattar
3
vastsa/FileCodeBox
fastapi
168
阻止搜索引擎索引
有时候 用户并不想公开快递柜,所以需要阻止搜索引擎索引。 建议在后台管理添加开关,创建一个 robots.txt Disallow: /
closed
2024-05-29T13:41:17Z
2024-07-07T07:55:14Z
https://github.com/vastsa/FileCodeBox/issues/168
[]
mobeicanyue
1
supabase/supabase-py
flask
300
Attempting to get a table of data using rpc in python fails
**Describe the bug** Attempting to get a table of data using rpc in python fails **To Reproduce** 1. Create a simple database function like below: ``` create or replace function add_planet(name text) returns TABLE(INTERVAL_DATETIME timestamp, DUID text) language plpgsql as $$ begin return query select ...
closed
2022-11-02T07:59:32Z
2022-11-03T00:37:11Z
https://github.com/supabase/supabase-py/issues/300
[]
nick-gorman
1
akfamily/akshare
data-science
5,643
AKShare 接口问题报告 | AKShare Interface Issue Report index_zh_a_hist_min_em 指数接口识别成 股票接口
![Image](https://github.com/user-attachments/assets/898c1502-0351-403a-ba88-d95be8b3edd3)
closed
2025-02-17T03:31:35Z
2025-02-17T07:04:02Z
https://github.com/akfamily/akshare/issues/5643
[ "bug" ]
fweiger
0
Gozargah/Marzban
api
1,009
محدود کردن ادمین ها دیگه
سلام اگه میشه یه محدودبت برای ادمین ها گذاشت خوب میشه محدودیت بصوریت تعداد ساخت یا مصرف ترافیکی
closed
2024-05-25T14:50:44Z
2024-07-16T08:55:10Z
https://github.com/Gozargah/Marzban/issues/1009
[ "Bug" ]
ahwazi12
0
keras-team/keras
pytorch
20,949
Conv3DTranspose issue with torch backend padding arguments (padding=same) and output_padding=1) lead to a Torch output_padding (1) that is greater than strides (1).
I ended up with the following issue https://github.com/keras-team/keras-core/issues/774 Currently a warning is given but what is the solution or workaround? ValueError: Exception encountered when calling Conv3DTranspose.call(). The padding arguments (padding=same) and output_padding=1) lead to a Torch output_paddin...
open
2025-02-23T21:50:11Z
2025-03-06T17:22:28Z
https://github.com/keras-team/keras/issues/20949
[ "stat:contributions welcome", "type:Bug", "backend:torch" ]
pure-rgb
3
autogluon/autogluon
scikit-learn
3,924
Request: Implement Feature Importance Explainability for Time-Series Module
### Summary: The AutoGluon time-series module has proven to be a powerful tool for forecasting tasks. However, one area that could significantly enhance its utility is the inclusion of feature importance explainability in terms of both global training as well as inclusion as covariates, akin to what is currently avail...
closed
2024-02-15T16:00:13Z
2024-04-09T16:41:52Z
https://github.com/autogluon/autogluon/issues/3924
[ "enhancement", "module: timeseries" ]
kristinakupf
3
mlfoundations/open_clip
computer-vision
480
Dataloader stuck
Hi, I'm trying to train a pretrained CLIP on a subset of iNat21 (8K classes, ~2.1M images). I created a sharded webdataset with 324 1GB shards (2,149,509 examples). I'm using single-node multi-gpu training: ```sh torchrun --nproc_per_node 4 -m training.main \ --dataset-type webdataset \ --train-data '/local/s...
closed
2023-04-04T04:55:00Z
2023-04-04T17:00:29Z
https://github.com/mlfoundations/open_clip/issues/480
[]
samuelstevens
6
mljar/mljar-supervised
scikit-learn
604
RandomForest Criterion Error
Hello, I have question for running Random Forest and Extra Trees in AutoML. Random Forest and Extra Tree got same error, which is: The 'criterion' parameter of RandomForestRegressor must be a str among {'squared_error', 'poisson', 'absolute_error', 'friedman_mse'}. Got 'mse' instead. But actually, I set my metric t...
closed
2023-01-19T01:17:48Z
2023-01-20T00:05:47Z
https://github.com/mljar/mljar-supervised/issues/604
[]
Le2Seungyoon
2
LAION-AI/Open-Assistant
python
3,165
Resolve issue with ShareGPT_vicuna_unfiltered
In SFT-8 branch we use HF dataset `gozfarb/ShareGPT_Vicuna_unfiltered`. However gozfarb's account has been nuked from HF including all datasets, so this dataset can no longer be used by anyone who doesn't have it cached
open
2023-05-14T21:08:19Z
2023-06-02T19:10:01Z
https://github.com/LAION-AI/Open-Assistant/issues/3165
[ "ml", "data" ]
olliestanley
5
pydantic/pydantic-settings
pydantic
374
`parser.formatter_class` use is inconsistent (or just undocumented?)
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Using `CliSettingsSource(Model, root_parser=parser)`, as [documented](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#integrating-with-existing-parsers), works for the main model description, but it (weirdly) doesn't apply to ...
closed
2024-08-30T22:30:54Z
2024-09-07T17:08:25Z
https://github.com/pydantic/pydantic-settings/issues/374
[ "unconfirmed" ]
martinherrerias
2
zappa/Zappa
django
511
[Migrated] Failed to manage IAM roles on AWS-China
Originally from: https://github.com/Miserlou/Zappa/issues/1338 by [camuschen](https://github.com/camuschen) Hello, I've used aws-china, want to deploy the app by zappa. And I tested with a fullAdmin access account. Any possible to add a suffix for aws-china region? <img width="749" alt="2018-01-04 5 51 44" src="htt...
closed
2021-02-20T09:43:43Z
2024-04-13T16:36:48Z
https://github.com/zappa/Zappa/issues/511
[ "aws", "no-activity", "auto-closed" ]
jneves
2
flairNLP/flair
nlp
3,464
[Feature]: Adding xLSTM
### Problem statement As part of this issue following improvements will be added: * Expand `LanguageModel` and `LanguageModelTrainer` that it can use xLSTM (sLSTM and mLSTM) * Allow subtoken tokenization fo LM training ### Solution The new officially [xLSTM](https://github.com/NX-AI/xlstm) library just dropped. ...
open
2024-06-04T09:15:46Z
2024-06-04T09:15:46Z
https://github.com/flairNLP/flair/issues/3464
[ "feature" ]
HallerPatrick
0
ansible/awx
django
15,315
Allow vault credentials in the inventory source because ansible-inventory supports prompting.
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-07-01T13:54:50Z
2025-02-24T14:58:50Z
https://github.com/ansible/awx/issues/15315
[ "type:enhancement", "component:api", "component:ui", "community" ]
PulsatingQuasar
0
piskvorky/gensim
data-science
2,895
LdaMallet eta parameter
Hi! Thanks for this great package! I have noticed that when using LdaMallet there is no option to adjust the eta parameter, which by default is 0.01 (in mallet train-topics). Is there any plan to add this option? Thanks! C
closed
2020-07-24T13:12:25Z
2020-07-24T13:36:53Z
https://github.com/piskvorky/gensim/issues/2895
[]
cbravo93
1
man-group/arctic
pandas
87
xfailed tests in integration/tickstore/test_toplevel.py
There are 4 xfailed tests in integration/tickstore/test_toplevel.py Because the tests previously were not running, its unknown if they ever worked. Either the tests need to be fixed, or the code they are testing need to be fixed. @jamesblackburn can you either assign someone to this (ideally whoever originally wrote...
closed
2016-01-05T20:12:36Z
2017-05-18T10:16:35Z
https://github.com/man-group/arctic/issues/87
[]
bmoscon
2
explosion/spaCy
deep-learning
13,614
Running into problems while using spaCy LLM.
Hi, community! So, I have been trying to implement spaCy's LLM along with OpenAI's gpt-4.0-turbo model but running into some trouble. For more context, below is the config.cfg file ``` [paths] train = null dev = null [system] gpu_allocator = null [nlp] lang = "en" pipeline = ["llm"] [components] [...
open
2024-09-02T13:56:17Z
2024-11-10T08:07:01Z
https://github.com/explosion/spaCy/issues/13614
[]
PrithaSarkar
1
slackapi/bolt-python
fastapi
729
Calling another app from my app's code
Hi, Is it possible to call another app from my app's code in response to an incoming message? Example- I'd like my app to call the JIRA app and perform an action. Pseudo- ``` @app.message(re.compile("(new API)")) def say_auto_response(say, context): req = context['matches'][0] say(f"@Jira do xyz")...
closed
2022-09-30T00:09:14Z
2022-10-31T16:13:57Z
https://github.com/slackapi/bolt-python/issues/729
[ "question", "auto-triage-stale" ]
dmellonielet
4
jpadilla/django-rest-framework-jwt
django
28
"Invalid payload" error if user_id is 0
When trying to make a call to a restricted resource as the user with user_id 0, you get an "Invalid payload" error. This seems to be caused by the following code in authentication.py: ``` if user_id: user = User.objects.get(pk=user_id, is_active=True) else: msg = 'Invalid paylo...
closed
2014-08-12T09:36:35Z
2014-08-27T19:03:28Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/28
[]
jorisvddonk
2
Lightning-AI/LitServe
api
405
Asynchronous Task Processing in Agentic Workflows
## 🚀 Feature Support for Asynchronous Task Processing in Agentic Workflows. Provide functionality for asynchronous task management, enabling clients to submit tasks that require extended processing time (e.g., > 60 seconds) and receive responses in an asynchronous manner. This includes mechanisms for queuing tas...
open
2025-01-09T08:26:52Z
2025-01-09T14:19:16Z
https://github.com/Lightning-AI/LitServe/issues/405
[ "enhancement" ]
rakro101
2
Miksus/rocketry
pydantic
227
Conditions: cron "0/20 * * * *" is not same as "*/20 * * * *"
**Describe the bug** "0/20 * * * *" cron pattern launches my tasks hourly while "*/20 * * * *" launches tasks every 20 minutes There is a screenshot of my log stats from heroku for 0/20 * * * * pattern ![image](https://github.com/Miksus/rocketry/assets/72129830/62fcd631-d5fd-4f34-8a05-b1000313a913) there is o...
closed
2023-11-15T13:57:31Z
2023-12-14T09:32:03Z
https://github.com/Miksus/rocketry/issues/227
[ "bug" ]
nikitazavadsky
2
huggingface/datasets
computer-vision
7,066
One subset per file in repo ?
Right now we consider all the files of a dataset to be the same data, e.g. ``` single_subset_dataset/ ├── train0.jsonl ├── train1.jsonl └── train2.jsonl ``` but in cases like this, each file is actually a different subset of the dataset and should be loaded separately ``` many_subsets_dataset/ ├── animals.jso...
open
2024-07-23T12:43:59Z
2024-07-23T12:43:59Z
https://github.com/huggingface/datasets/issues/7066
[]
lhoestq
0
babysor/MockingBird
deep-learning
434
训练过程中报错
> {| Epoch: 1/1 (400/52340) | Loss: 0.4498 | 0.55 steps/s | Step: 27k | }Traceback (most recent call last): File "D:\Users\Jerry\Documents\Jerry\MockingBird-main\synthesizer_train.py", line 37, in <module> train(**vars(args)) File "D:\Users\Jerry\Documents\Jerry\MockingBird-main\synthesizer\train.py", line 2...
closed
2022-03-07T13:02:35Z
2022-03-08T00:15:36Z
https://github.com/babysor/MockingBird/issues/434
[]
JerryZRF
1
Yorko/mlcourse.ai
pandas
615
RF cons - unclear statement about correlated features
"If a dataset contains groups of correlated features with similar importance for predicted classes, then the preference will be given to smaller groups." - shalle be reformulated and linked to [this work](http://rnowling.github.io/machine/learning/2015/08/11/random-forest-correlation-bias.html).
closed
2019-09-13T19:16:21Z
2019-09-27T14:48:58Z
https://github.com/Yorko/mlcourse.ai/issues/615
[]
Yorko
1
ets-labs/python-dependency-injector
asyncio
301
Usage of containers.override decorator
Hi, I think in previous versions is was possible to do something like: ```python containers.override(BaseContainer): class OverrideContainer: .... ``` Afterwards ```python c = BaseContainer() ``` would contain all the overrides. However, the typing now complains that `containers.override` wants a Contai...
closed
2020-10-16T08:16:24Z
2020-10-25T01:06:32Z
https://github.com/ets-labs/python-dependency-injector/issues/301
[ "bug", "question", "docs" ]
JarnoRFB
9
cchen156/Learning-to-See-in-the-Dark
tensorflow
127
Why do I use test_Sony.py to output images with horizontal stripes?
![checkpoint](https://github.com/cchen156/Learning-to-See-in-the-Dark/assets/150570266/7e0a7754-18e4-451e-a19e-1d379ffe864a) ![final image](https://github.com/cchen156/Learning-to-See-in-the-Dark/assets/150570266/8cccadad-6f56-44e4-b5ca-975af80895b0)
open
2024-06-07T18:22:34Z
2025-01-06T13:11:18Z
https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/127
[]
HanZm521
2
fastapi/sqlmodel
fastapi
232
How to select specific columns from database table?
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2022-02-01T10:13:47Z
2024-11-24T14:29:41Z
https://github.com/fastapi/sqlmodel/issues/232
[ "question" ]
christianholland
8
pyg-team/pytorch_geometric
deep-learning
9,985
Collate error when running `Batch.from_data_list()` in `forward()` method of model
### 🐛 Describe the bug I am trying to create graphs within the `forward()` method of my model using CNN decoder embeddings, but I am getting the following error: ``` W0127 17:36:14.565000 549981 site-packages/torch/_dynamo/variables/tensor.py:776] [28/0] Graph break from `Tensor.item()`, consider setting: W0127 17:3...
open
2025-01-28T01:04:45Z
2025-01-28T13:58:57Z
https://github.com/pyg-team/pytorch_geometric/issues/9985
[ "bug" ]
eurunuela
0
scrapy/scrapy
python
6,642
Remove Splash from "Selecting dynamically-loaded content"
https://docs.scrapy.org/en/latest/topics/dynamic-content.html#pre-rendering-javascript suggests Splash and scrapy-splash, and says that a headless browser should be used if Splash is missing some features needed by the user. Nowadays Splash has other problems so it may make sense to stop recommending it there.
closed
2025-01-31T07:08:39Z
2025-03-07T09:58:04Z
https://github.com/scrapy/scrapy/issues/6642
[ "docs", "discuss", "cleanup" ]
wRAR
2
PaddlePaddle/models
computer-vision
4,820
请问为什么这么写auc会是0.5呀
两种写法,第一种auc正常,可以训练到0.9+;第二种auc自始自终都是0.5,求解原因啊 第一种(auc正常): binary_predict = fluid.layers.fc( input=fc3, size=2, act="softmax", param_attr=fluid.ParamAttr(initializer=fluid.initializer.Normal( scale=1 / math.sqrt(fc3.shape[1]))), ) cost = ...
closed
2020-08-27T12:48:05Z
2020-08-28T10:50:40Z
https://github.com/PaddlePaddle/models/issues/4820
[]
starsblinking
4
ray-project/ray
deep-learning
51,217
[Data] Filter operation changes schema of dataset
### What happened + What you expected to happen I have a dataset read from parquet with mixed column types. Some columns are strings and some are `dictionary<values=string, indices=int32, ordered=0>`. If I apply a filter to the dataset (even a trivial one that returns True for all rows), the columns that were `dictio...
open
2025-03-10T16:48:59Z
2025-03-10T22:24:30Z
https://github.com/ray-project/ray/issues/51217
[ "bug", "triage", "data" ]
tkbartel
0
ipython/ipython
data-science
14,237
Sphinx directive is broken without pickleshare
IPython 8.17.0 dropped `pickleshare` as a requirement (https://github.com/ipython/ipython/pull/14217). This apparently caused the IPython Sphinx directive to break with cryptic errors after upgrading: ```bash UsageError: %bookmark -d: Can't delete bookmark 'ipy_savedir' UsageError: %bookmark -d: Can't delete bookm...
open
2023-11-06T23:08:26Z
2023-11-06T23:08:26Z
https://github.com/ipython/ipython/issues/14237
[]
dionhaefner
0
sktime/sktime
data-science
7,317
[BUG] AutoARIMA covariate array size off by one
**Describe the bug** Training and predicting an AutoARIMA model using no covariates works as expected, but adding a covariate leads to the following error on prediction: `ValueError: X array dims (n_rows) != n_periods. Received n_rows=4 and n_periods=3` where `n_rows` is consistently 1 greater than `n_periods` (even w...
open
2024-10-21T12:01:13Z
2024-12-30T16:03:29Z
https://github.com/sktime/sktime/issues/7317
[ "bug", "module:forecasting" ]
LegoFed3
10
modelscope/data-juicer
data-visualization
144
[enhancement] auto erase downloaded models for unit test
For unittest, remove corresponding downloaded hf models after an OP is tested automatically
closed
2023-12-20T06:45:32Z
2024-01-04T08:48:14Z
https://github.com/modelscope/data-juicer/issues/144
[ "enhancement" ]
HYLcool
0
ivy-llc/ivy
tensorflow
28,813
[Feature Request]: OSS-Fuzz Integration
Hello! I have integrated a few open-sourced projects into OSS-Fuzz, a program sponsored by Google to provide continuous fuzz-testing of impactful open-sourced projects, and am wondering if ivy's maintainers would approve me undertaking the work to develop a harness to fuzz-test this library and integrate it into OSS...
open
2024-09-03T05:05:23Z
2024-09-03T05:05:23Z
https://github.com/ivy-llc/ivy/issues/28813
[ "Feature Request" ]
capuanob
0
tfranzel/drf-spectacular
rest-api
1,048
[Question] Get spectacular to use custom pagination class defined in the settings
**Describe the bug** I have a this custom pagination class: ``` from rest_framework import pagination from rest_framework.response import Response class CustomPagination(pagination.PageNumberPagination): def get_paginated_response(self, data): return Response( { "cou...
closed
2023-08-03T10:29:18Z
2023-08-06T10:32:42Z
https://github.com/tfranzel/drf-spectacular/issues/1048
[]
arsanysamuel
2
JaidedAI/EasyOCR
machine-learning
504
Overlapping boxes do not merge - Solution proposal
When two boxes following each other overlap, they are not merged by easyocr currently. Example: ![overlapping boxes example](https://i.imgur.com/Ml8P0HZ.png) _currently_ ![overlapping boxes example](https://i.imgur.com/jROSKfL.png) _the proposed fix_ Currently, to decide if two boxes following each other should...
closed
2021-08-02T14:39:43Z
2021-10-06T08:30:52Z
https://github.com/JaidedAI/EasyOCR/issues/504
[]
Fran-chor
3
sinaptik-ai/pandas-ai
data-science
661
[Tests] `test_save_chart_non_default_dir()` keeps failing
### System Info ### Context * PandasAI — latest (87dd966) * Platform — Windows-based (Windows 11) * Python — v3.11.4 ### 🐛 Describe the bug ### Description I've noticed one of test case keeps failing when i run tests for `TestSmartDataframe` case. Exactly at this assert [statement](https://github.com/gv...
closed
2023-10-19T20:55:03Z
2023-10-20T14:03:56Z
https://github.com/sinaptik-ai/pandas-ai/issues/661
[ "bug" ]
nautics889
3
pytorch/pytorch
numpy
149,857
SDPA (`EFFICIENT_ATTENTION`) slower than manual attention
### 🐛 Describe the bug I am running into an odd issue where SDPA efficient attention results in slower end to end training times compared to compiled manual attention implementation. For the dummy MWE below, I am observing the following on a single A100 GPU. | Attention | Est. Runtime (tqdm) | Memory Usage | |------...
open
2025-03-24T15:12:21Z
2025-03-24T18:54:57Z
https://github.com/pytorch/pytorch/issues/149857
[ "oncall: pt2" ]
abdulfatir
0