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
wagtail/wagtail
django
12,588
Add Wagtail prefix to non-taggit settings
### Is your proposal related to a problem? All of our settings are prefixed with `WAGTAIL_` except for two Wagtail specific tagging settings. * [`TAG_SPACES_ALLOWED`](https://docs.wagtail.org/en/stable/reference/settings.html#tag-spaces-allowed) * [`TAG_LIMIT`](https://docs.wagtail.org/en/stable/reference/settings.ht...
closed
2024-11-16T05:38:42Z
2025-02-04T10:49:52Z
https://github.com/wagtail/wagtail/issues/12588
[ "type:Enhancement", "component:Tagging" ]
aayushman-singh
11
ansible/ansible
python
84,062
yum module should have option to list updates without "--show-duplicates" argument
### Summary I am trying to get the list of packages that has the update available and it should only list the latest available package version. ``` - name: Use the Yum module to get a list of installed packages yum: list: updates ``` because this runs `yum list --show-duplicates <package>` in the backe...
closed
2024-10-07T14:44:49Z
2024-10-22T13:00:08Z
https://github.com/ansible/ansible/issues/84062
[ "module", "feature" ]
mehulgogri-hpe
2
predict-idlab/plotly-resampler
data-visualization
329
[BUG] Support for plotly 6? (TypeError)
**Describe the bug** :crayon: Plotly 6.0.0 RC0 is now available from pypi as a prerelease version but causes some issues. **Reproducing the bug** :mag: ```python from plotly_resampler import FigureResampler, FigureWidgetResampler import plotly.graph_objects as go fig = FigureWidgetResampler(go.Figure()) ...
closed
2024-12-16T19:15:24Z
2025-02-19T09:32:11Z
https://github.com/predict-idlab/plotly-resampler/issues/329
[ "bug" ]
auxym
1
biolab/orange3
data-visualization
6,228
Change Refresh in MDS widget to Delay
**What's your use case?** We used the Refresh option with MDS for educational purposes to show that MDS performs optimization and is an embedding method. The points moved in every step of optimization, and one could see the convergence to the final solution. Not that this is too enlightening or required, but it was ...
closed
2022-11-29T13:52:56Z
2023-01-20T17:01:26Z
https://github.com/biolab/orange3/issues/6228
[ "wish", "meal" ]
BlazZupan
1
deepfakes/faceswap
machine-learning
408
Sort.py issue: ModuleNotFoundError: No module named 'lib.cli'
## Expected behavior Launch the sort.py tool and do some sorting on folders ## Actual behavior sort.py doesn't launch, instead I get an error where the "lib.cli" module is not found: I type this: python .\sort.py and get this: Traceback (most recent call last): File ".\sort.py", line 11, in <module>...
closed
2018-05-24T15:01:57Z
2018-05-24T19:40:33Z
https://github.com/deepfakes/faceswap/issues/408
[]
deepfaceswap12345
4
modelscope/modelscope
nlp
901
安装audio报错
pip install modelscope[audio] -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html 报错: File "<string>", line 38, in finalize_options AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' [end of output] note: This error originates from a subprocess, and is likel...
closed
2024-07-04T06:08:29Z
2024-08-11T01:58:33Z
https://github.com/modelscope/modelscope/issues/901
[ "Stale" ]
maydayxx
3
encode/httpx
asyncio
3,411
Zstandard data is incomplete on HEAD requests
Tried to do a HEAD request with a server answering with `zstd` encoding by default but since the content is empty `ZStandardDecoder` is raising `DecodingError("Zstandard data is incomplete")` when calling `flush()`. Tried to fix the problem by adding a check if `ret` is empty: ```python def flush(self) -> by...
closed
2024-11-22T09:32:39Z
2024-11-22T11:42:53Z
https://github.com/encode/httpx/issues/3411
[]
AlexMili
0
dunossauro/fastapi-do-zero
sqlalchemy
100
Sugestação sobre aula 2
Duno você acha que é valido colocar um hyperlink desse site [iana](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) quando estava comentando sobre o status code na aula 2? ![screenshot_2024-02-26_09-19-58](https://github.com/dunossauro/fastapi-do-zero/assets/67877311/0cea1616-75cb-4130-bfa4-...
closed
2024-02-26T12:22:05Z
2024-02-28T20:39:35Z
https://github.com/dunossauro/fastapi-do-zero/issues/100
[]
azmovi
1
ray-project/ray
machine-learning
50,961
[Feedback] Feedback for ray + uv
Hello everyone! As of [Ray 2.43.0](https://github.com/ray-project/ray/releases/tag/ray-2.43.0), we have launched a new integration with `uv run` that we are super excited to share with you all. This will serve as the main Github issue to track any issues or feedback that ya'll might have while using this. Please shar...
open
2025-02-27T21:33:22Z
2025-03-21T17:54:50Z
https://github.com/ray-project/ray/issues/50961
[]
cszhu
17
vitalik/django-ninja
rest-api
870
[BUG] Enum choices
v 1.0b2 <img width="1527" alt="SCR-20231003-jssq" src="https://github.com/vitalik/django-ninja/assets/95222/7298a46d-7274-4a4e-befa-0a34874695b4"> <img width="1154" alt="SCR-20231003-jsyd" src="https://github.com/vitalik/django-ninja/assets/95222/3d6f5927-24e1-4fbf-99e4-ee00c339e607">
closed
2023-10-03T07:39:34Z
2023-10-18T15:15:40Z
https://github.com/vitalik/django-ninja/issues/870
[ "bug", "v1" ]
vitalik
0
agronholm/anyio
asyncio
608
On CPython, `TLSListener.handle_handshake_error` on asyncio logs `"NoneType: None"` instead of the error
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is still present in the latest release ### AnyIO version 5f208ee84b2321e773ccc4e8ed2fbb7ca921c5a9 ### Python version CPython 3.11.5 ### What happened?...
closed
2023-08-30T06:21:49Z
2023-08-30T08:53:14Z
https://github.com/agronholm/anyio/issues/608
[ "bug" ]
gschaffner
0
onnx/onnx
machine-learning
6,432
export T5 model to onnx
# Bug Report hello i am using https://huggingface.co/Ahmad/parsT5-base model i want toe xport it to onnx using "python -m transformers.onnx --model="Ahmad/parsT5-base" onnx/" but i get this error: ``` /usr/local/lib/python3.10/dist-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python e...
closed
2024-10-08T21:08:39Z
2024-10-08T21:51:41Z
https://github.com/onnx/onnx/issues/6432
[]
arefekh
1
Miserlou/Zappa
django
2,155
message about python-dateutil<2.7.0 appearing
the message: (python-dateutil 2.8.1 (c:\users\\*****\site-packages), Requirement.parse('python-dateutil<2.7.0'), {'zappa'}) appears in several places I use python-dateutil==2.8.1 and everything works fine and I use a lot of zappa functionality. can the requirement be upgraded to newer version of python-dateutil...
open
2020-08-19T19:42:49Z
2020-11-26T14:45:42Z
https://github.com/Miserlou/Zappa/issues/2155
[]
akobig
2
JoeanAmier/TikTokDownloader
api
121
UnicodeEncodeError: 'latin-1' codec can't encode character
请输入作品链接: 3.82 Qkc:/ b@a.nd 10/27 闪电姐,为了你我愿意关注河野华 # 少女前线2追放 https://v.douyin.com/i8pWN5MU/ 复制此链接,打开Dou音搜索,直接观看视频! Traceback (most recent call last): File "main.py", line 343, in <module> File "main.py", line 321, in run File "main.py", line 217, in main_menu File "main.py", line 286, in compatible File...
closed
2023-12-29T03:08:44Z
2023-12-29T06:49:33Z
https://github.com/JoeanAmier/TikTokDownloader/issues/121
[]
kongye-su
1
CTFd/CTFd
flask
1,814
Markdown quotes don't render right
I don't know why but for some reason things like ``` > quote ``` don't seem to render right when they should.
closed
2021-02-27T15:58:05Z
2021-03-16T20:31:55Z
https://github.com/CTFd/CTFd/issues/1814
[ "completed" ]
ColdHeat
0
521xueweihan/HelloGitHub
python
2,389
推荐项目:PDF.js
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/mozilla/pdf.js <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:JS <!--请用...
open
2022-10-02T06:00:05Z
2022-10-25T00:38:42Z
https://github.com/521xueweihan/HelloGitHub/issues/2389
[ "JavaScript 项目" ]
XYZscratcher
0
ivy-llc/ivy
tensorflow
27,935
Fix Ivy Failing Test: paddle - elementwise.add
closed
2024-01-17T06:06:57Z
2024-01-18T09:52:07Z
https://github.com/ivy-llc/ivy/issues/27935
[ "Sub Task" ]
MuhammadNizamani
0
deezer/spleeter
tensorflow
673
[Bug] Spleeter only processes the first minute of audio
- [x] I didn't find a similar issue already open. - [x] I read the documentation (README AND Wiki) - [x] I have installed FFMpeg - [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others) ## Description When trying to separate the music using any ...
closed
2021-10-30T16:18:56Z
2022-07-31T18:40:19Z
https://github.com/deezer/spleeter/issues/673
[ "bug", "invalid" ]
LoboMetalurgico
5
dsdanielpark/Bard-API
api
54
cannot import
When trying to import the package, I got the following error ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168 please advice which urllib3 to use
closed
2023-06-05T16:35:38Z
2023-06-07T12:14:48Z
https://github.com/dsdanielpark/Bard-API/issues/54
[]
todo
2
koxudaxi/datamodel-code-generator
pydantic
1,456
Generates model containing name confusion with imported module
**Describe the bug** Code is generated that resembles: ```python from datetime import date class ActivityBase(BaseModel): date: Optional[date] = Field( None, description="The date the Activity was performed (as a ISO-8601 date)" ) ``` `date: Optional[date]` is a recursive reference that cra...
closed
2023-07-27T01:49:37Z
2025-02-27T17:59:17Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1456
[ "bug", "help wanted" ]
syntaxaire
5
psf/black
python
4,205
`black` ignores file in current folder if current folder is `git` workspace and (parent of) current folder is a symbolic link
**Describe the bug** `black` incorrectly ignores a file in the current folder **To Reproduce** ``` (.venv) C:\>dir 12/21/2023 10:19 AM <JUNCTION> Code [C:\ws] ... 02/02/2024 08:33 AM <DIR> ws (.venv) C:\>cd Code (.venv) C:\Code>mkdir Bug (.venv) C:\Code>cd Bug (.venv) C:\...
closed
2024-02-02T07:43:13Z
2024-02-15T07:19:47Z
https://github.com/psf/black/issues/4205
[ "T: bug", "C: file collection" ]
bersbersbers
5
widgetti/solara
flask
498
What's the best way to control a component lifecycle?
I have more experience developing UI using Vue and when using solara I miss controlling the lifecycle of a component. Sometimes I want to trigger a component callback or some other action once on init/on mounted for example and I'm not completely sure how to do this using solara components. For this cases the best ...
closed
2024-02-09T12:17:54Z
2024-02-12T23:38:59Z
https://github.com/widgetti/solara/issues/498
[]
itepifanio
2
deepset-ai/haystack
machine-learning
8,352
Deprecate `Pipeline` init argument `debug_path` as it's unused
`debug_path` is completely unused and a remnant of a debugging approach inherited from Haystack 1. We should mark it for deprecation and remove it.
closed
2024-09-11T09:16:10Z
2024-09-13T08:03:30Z
https://github.com/deepset-ai/haystack/issues/8352
[ "breaking change", "P2" ]
silvanocerza
0
wger-project/wger
django
1,792
Invalid token error when registering account
## Steps to Reproduce <!-- Please include as many steps to reproduce so that we can replicate the problem. --> 1. ... I clicked register new account 2. ... I filled in all fields 3. ... clicked 'submit' or whatever it is 4. Error screen **Expected results:** <!-- what did you expect to see? --> next step in verific...
closed
2024-10-13T21:47:22Z
2024-11-09T16:33:23Z
https://github.com/wger-project/wger/issues/1792
[]
Afnyc252
2
jupyterlab/jupyter-ai
jupyter
950
FIM support for inline code completion
Just to ensure that FIM is on the radar at jupyter-ai I leave this comment here. FIM ([Fill-in-the-Middle](https://medium.com/@SymeCloud/what-is-fim-and-why-does-it-matter-in-llm-based-ai-53f33385585b), [Fill-in-the-Middle](https://codeium.com/blog/why-code-completion-needs-fill-in-the-middle)) is to my knowledge a ...
open
2024-08-12T16:54:27Z
2024-08-14T11:03:06Z
https://github.com/jupyterlab/jupyter-ai/issues/950
[ "enhancement" ]
jhgoebbert
4
lepture/authlib
flask
629
Quoting (URL-encoding) Base authentication username / password is incorrect
**Describe the bug** Version `1.3.0` introduces a change in the encoding of the Basic Authentication header (commit d2d1f494e625b7ee9c64f70165bd6d5faf28fe21). In the comment to the commit you're mentioning this RFC section: https://datatracker.ietf.org/doc/html/rfc6749#section-2.3.1, but I think that rather this one...
closed
2024-02-21T21:34:50Z
2024-08-26T08:14:40Z
https://github.com/lepture/authlib/issues/629
[ "bug" ]
igielski
7
allenai/allennlp
pytorch
5,376
what time you can sovle 'python code to configure experiments' can load a saved model
closed
2021-08-24T12:27:34Z
2021-09-07T16:09:43Z
https://github.com/allenai/allennlp/issues/5376
[ "question", "stale" ]
dugudongfangshuo
2
chatanywhere/GPT_API_free
api
21
wrong api key
after I run code in the [demo](https://github.com/chatanywhere/GPT_API_free/blob/main/demo.py) , the error pop up (False, 'OpenAI API 异常: HTTP code 401 from API (wrong api key\n)'), my setting are ```python openai.api_key = "sk-0PfcSdT723UR44igwVxvEWvLoZJgi0FJyZWy0WCCATp5ka2a" openai.api_base = "https://api.chatanyw...
closed
2023-05-26T03:44:39Z
2023-06-01T04:24:43Z
https://github.com/chatanywhere/GPT_API_free/issues/21
[]
nickyi1990
1
hankcs/HanLP
nlp
740
关于resize(65536 * 32)的数字大小问题
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2018-01-10T11:31:17Z
2018-01-22T03:57:47Z
https://github.com/hankcs/HanLP/issues/740
[ "question" ]
jimmy-walker
5
davidsandberg/facenet
computer-vision
1,049
Rotated image learning method
I would like to classify the kind of flowers into facenet. When testing, when a 180 rotated image comes in How can I improve my accuracy? Should the dataset be rotated when training? Or compare the vector feature to the 180 rotated flower picture.
open
2019-07-09T05:08:24Z
2019-07-09T05:08:24Z
https://github.com/davidsandberg/facenet/issues/1049
[]
ljhll0942
0
netbox-community/netbox
django
18,213
ASN Range search does not work
### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version v4.1.7 ### Python Version 3.10 ### Steps to Reproduce 1. Go to IPAM -> ASN Ranges 2. Add new range, give it a name, do not add description, save 3. Try to search range by name either using using quick search field or by using IPAM -> ...
closed
2024-12-12T04:09:33Z
2025-03-13T03:10:02Z
https://github.com/netbox-community/netbox/issues/18213
[ "type: bug", "status: accepted", "severity: low" ]
dmulyalin
0
graphistry/pygraphistry
pandas
234
[FEA] RDF/sparql support - neptune, ...
**Is your feature request related to a problem? Please describe.** Neptune and other DBs support rdf/sparql, it'd be great to enable one-liners fo them! **Describe the solution you'd like** Integration with a store-rich lib like https://github.com/RDFLib/rdflib , esp. if Arrow-friendly, and explicit plugins fo...
open
2021-05-05T18:32:07Z
2023-05-22T20:55:29Z
https://github.com/graphistry/pygraphistry/issues/234
[ "enhancement", "help wanted" ]
lmeyerov
3
521xueweihan/HelloGitHub
python
2,142
【开源自荐】music-dl - 音乐搜索下载器
## 项目推荐 - 项目地址:[https://github.com/guanguans/music-dl](https://github.com/guanguans/music-dl) - 类别:PHP - 项目后续更新计划: - 项目描述: - 命令行音乐搜索下载器。 - 支持 QQ 音乐、网易云音乐、酷狗音乐。 - 推荐理由:支持多个平台(QQ 音乐、网易云音乐、酷狗音乐)的音乐搜索下载。 - 示例代码:无 - 截图: ![usage](https://user-images.githubusercontent.com/22309277/160237106-4993ce8...
closed
2022-03-26T11:24:21Z
2022-04-26T07:27:10Z
https://github.com/521xueweihan/HelloGitHub/issues/2142
[ "PHP 项目" ]
guanguans
1
deepfakes/faceswap
machine-learning
543
Install went fine, extraction fine, training no errors but no feedback either.
(i answered all of the items in the post outline form below, but i just condensed to paragraph) Hey, thanks for the awesome program (cool gui as well) I came from openswap, and this gui is great cant wait to delve into the alignments file operations and maintenance options. (even though ill probably use the console,...
closed
2018-12-09T05:34:49Z
2019-01-09T20:01:16Z
https://github.com/deepfakes/faceswap/issues/543
[]
IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd
2
Neoteroi/BlackSheep
asyncio
486
Mounting applications
```python import uvicorn from blacksheep import Application parent = Application() @parent.router.get("/") def parent_home(): return "Hello, from the parent app" child = Application() @child.router.get("/") def child_home(): return "Hello, from the child app" # Note: when mounting a...
closed
2024-02-28T11:56:24Z
2024-03-11T07:47:13Z
https://github.com/Neoteroi/BlackSheep/issues/486
[]
lbsx
4
xinntao/Real-ESRGAN
pytorch
334
Output video is different duration than input video.
Tried with 2 different videos from 2 different sources. Tried 23.98 as well as 23.976 from mediainfo. The video seems to run fine, but the audio is way out sync. The output is 1 minute shorter than the 26 minute input video.
open
2022-05-21T15:37:23Z
2022-08-19T02:08:29Z
https://github.com/xinntao/Real-ESRGAN/issues/334
[]
fallon33
2
polarsource/polar
fastapi
5,179
Type 'Polar' is missing the following properties from type 'Polar': advertisements, #private
### Description I'm working with nuxt, I have installed better-auth and polar.sh necessary libs. And when I configure my auth instance like this : ```ts import { betterAuth } from 'better-auth' import { prismaAdapter } from 'better-auth/adapters/prisma' import { PrismaClient } from '@prisma/client' import { Polar } fr...
closed
2025-03-06T07:11:38Z
2025-03-06T10:58:14Z
https://github.com/polarsource/polar/issues/5179
[ "bug" ]
nethriis
8
sktime/sktime
scikit-learn
7,146
[ENH] Improving verbosity on tests on `check_estimator`
This issue is being opened to track possible improvements or changes that can be made to help users debug tests when implementing estimators. As `check_estimator` is the primary tool to verify if estimators are being properly. Improving logging/printing on what tests are being executed, memory management, and others...
open
2024-09-21T16:16:47Z
2024-09-22T07:04:17Z
https://github.com/sktime/sktime/issues/7146
[ "enhancement", "module:plotting&utilities" ]
julian-fong
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
564
[BUG]: Company specific answer messages saved in answers.json
### Describe the bug Messages tailored to a specific company that may include that company's name get saved in answers.json and reused with different companies they shouldn't be used with. ### Steps to reproduce _No response_ ### Expected behavior Messages catering to a specific company should not be saved in Ans...
closed
2024-10-19T01:54:50Z
2024-10-22T23:38:49Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/564
[ "bug" ]
sloganking
1
open-mmlab/mmdetection
pytorch
11,686
./tools/dist_test.sh evaluation value is all zero
**I am performing object detection using Cascade R-CNN. I have already trained the model, but when I try to evaluate it using test data, the result is consistently zero.** My code: `!./tools/dist_test.sh configs/cascade_rcnn/cascade-rcnn_x101-64x4d_fpn_1x_coco.py checkpoints/cascade_rcnn_x101_64x4d_fpn_1x_coco_2020...
closed
2024-05-07T04:32:20Z
2024-07-19T13:30:36Z
https://github.com/open-mmlab/mmdetection/issues/11686
[]
fathur-rs
4
yuka-friends/Windrecorder
streamlit
111
feat: 支持使用AI对数据库内容做归纳总结以及查询
效果是这样的: ![image](https://github.com/yuka-friends/Windrecorder/assets/49773825/f4b7ef91-bd04-4449-8d8d-db09c4cabefa) 体验: https://app.shokichan.com/c/tg/bookshelf_in_storageroom?anchor=49c40b9c-51ef-4d6c-bcc6-dcf453a16574 有了AI之后,或许会更强大? 这种功能应该也有人实现过了(~抄一遍就好~ 如果没有相关计划的话我倒是可以试试,但是可能会烂尾
open
2024-01-31T09:17:55Z
2024-01-31T12:26:25Z
https://github.com/yuka-friends/Windrecorder/issues/111
[]
welann
2
tensorflow/tensor2tensor
machine-learning
1,829
What is the relation of tensor2tensor version and tensorflow version?
How to know the corresponding tensorflow version for each tensor2tensor version? Thank you!
closed
2020-07-09T08:13:05Z
2020-07-09T08:15:41Z
https://github.com/tensorflow/tensor2tensor/issues/1829
[]
guotong1988
1
OFA-Sys/Chinese-CLIP
nlp
293
使用RN50预训练模型和flick30k后得到的权重文件特别大
如题,官方提供的clip_cn_rn50.pt大小约300M,我训练完后得到的权重文件约900M,是因为保存时同时包含encode_image和encode_text模块吗?
open
2024-04-12T09:12:15Z
2024-04-23T01:51:42Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/293
[]
TC120
2
miguelgrinberg/Flask-SocketIO
flask
1,395
flask-socket.io keep's running background task
Question: flask-socket.io keep's background task ( socketio.start_background_task ) running even after the client has left or disconnected. Is there some way to immediately close a background tasks after some on has left?
closed
2020-10-17T16:56:17Z
2020-10-23T21:25:45Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1395
[ "question" ]
yusuf8ahmed
12
JaidedAI/EasyOCR
deep-learning
1,009
Error(s) in loading state_dict for DataParallel:
``` Missing key(s) in state_dict: "module.FeatureExtraction.ConvNet.0.weight", "module.FeatureExtraction.ConvNet.0.bias", "module.FeatureExtraction.ConvNet.3.weight", "module.FeatureExtraction.ConvNet.3.bias", "module.FeatureExtraction.ConvNet.6.weight", "module.FeatureExtraction.ConvNet.6.bias", "module.FeatureExtrac...
open
2023-05-08T10:32:37Z
2023-05-08T10:36:29Z
https://github.com/JaidedAI/EasyOCR/issues/1009
[]
NeoDhirendra
0
oegedijk/explainerdashboard
plotly
143
Unable to deactivate the additivity_check
Versions : shap 0.39, python 3.6.8, explainerdashboard 0.3.6.2 Hello ! I'm trying to build an usual dashboard, something like: ```python X_test = my_X_data() y_test = my_y_data() model = my_xgboost_model() model["XGB"].best_estimator_.get_booster().feature_names = features_name explainer = RegressionExplainer...
closed
2021-09-06T08:31:36Z
2021-12-23T15:28:34Z
https://github.com/oegedijk/explainerdashboard/issues/143
[]
Simon-Free
2
microsoft/unilm
nlp
1,654
[Differential Transformer] How is it visualized?
Hello, @YTianZHU . I read the Differential Transformer paper and found it very interesting. Thank you so much for your work. I was wondering how you visualized the attention scores in Figure 1: ![Image](https://github.com/user-attachments/assets/acb34f1d-b885-4fc6-a7df-f6ffdfece286) Since there are a lot of attention...
closed
2024-11-17T11:40:01Z
2024-12-02T08:55:41Z
https://github.com/microsoft/unilm/issues/1654
[]
yjoonjang
3
lexiforest/curl_cffi
web-scraping
295
[BUG] Duplicate GET parameters are dropped when the params kwargs is used
Using curl_cffi 0.6.2 Easier to explain with an example. ``` >>> from curl_cffi import requests >>> requests.get("http://localhost:8000/?a=1&a=2", params=dict(b=3)) <Response [200]> ``` On the web server we receive `GET /?a=2&b=3` (INCORRECT, missing first "a" parameter) If using normal requests 2.31.0:...
closed
2024-04-14T13:52:21Z
2024-04-15T05:29:58Z
https://github.com/lexiforest/curl_cffi/issues/295
[ "bug" ]
emv33
1
jwkvam/bowtie
plotly
33
make commands preprocess arguments
for example for the drop down component function `do_options` can provide a nicer interface to the user.
closed
2016-11-08T20:47:14Z
2016-12-02T19:39:54Z
https://github.com/jwkvam/bowtie/issues/33
[]
jwkvam
1
pydantic/logfire
fastapi
476
Is there a way to log images so they are displayed when looking at logged data?
### Question I have a base64 encoded image I would love to pass into my logs and have it displayed, perhaps as a thumbnail that can be clicked on to show the full image, when looking at my logs. I'd imagine logging images using something like this: ``` span.set_attribute("input_image", {base64_encoded_image}) ...
open
2024-10-04T17:21:22Z
2024-10-04T19:36:29Z
https://github.com/pydantic/logfire/issues/476
[ "Question" ]
ohmeow
1
sinaptik-ai/pandas-ai
data-science
1,358
Ollama models are not working with Loca;LLM
### System Info python=3.11.7 ### 🐛 Describe the bug from pandasai.llm.local_llm import LocalLLM llm = LocalLLM(api_base="http://localhost:11434/v1", model="llama3") db = Agent(scm_vc, config={"llm": llm}) not working
closed
2024-09-05T09:41:54Z
2025-03-14T17:06:51Z
https://github.com/sinaptik-ai/pandas-ai/issues/1358
[ "bug" ]
anilmadishetty2498
5
suitenumerique/docs
django
238
Add edit roles "anyone with the link"
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** I can only add roles to people by inviting them one by one. Sometimes my doc is not that sensitive. **Describe the solution you'd like** I'd like to enable edit for people who have the link. **Des...
closed
2024-09-09T07:12:03Z
2024-10-23T09:20:34Z
https://github.com/suitenumerique/docs/issues/238
[ "feature" ]
virgile-dev
2
pydantic/pydantic
pydantic
10,679
Better document Pydantic dataclasses configuration
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I reviewed the documentation, and Pydantic currently offers two methods for passing the Dataclass configuration: - Apply the config to the dataclass decorator as a dictionary. - Pass a `ConfigDict` to the dataclass decorator. In bot...
closed
2024-10-21T19:46:46Z
2025-01-03T16:36:42Z
https://github.com/pydantic/pydantic/issues/10679
[ "bug V2" ]
RajatRajdeep
3
deezer/spleeter
tensorflow
394
[Bug] Various Errors using Spleeter Seperate with custom model.
<!-- PLEASE READ THIS CAREFULLY : - Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed - First check FAQ from wiki to see if your problem is not already known --> ## Description I was originally having another [issue](https://github.c...
open
2020-05-23T22:01:47Z
2024-01-04T00:30:54Z
https://github.com/deezer/spleeter/issues/394
[ "bug", "invalid" ]
JavaShipped
16
deepset-ai/haystack
pytorch
9,017
Add run_async for `AzureOpenAITextEmbedder`
We should be able to reuse the implementation when it is made for `OpenAITextEmbedder`
open
2025-03-11T11:07:32Z
2025-03-21T08:59:04Z
https://github.com/deepset-ai/haystack/issues/9017
[ "Contributions wanted!", "P2" ]
sjrl
0
stitchfix/hamilton
numpy
84
Show pyspark dataframe support
**Is your feature request related to a problem? Please describe.** A common question we get, is does Hamilton support spark dataframes? The answer is yes, but it's not ideal at the moment, and we don't have a vanilla example to point to. It's not ideal because joins are a bit of a pain -- you need to know the index...
closed
2022-03-10T07:53:38Z
2023-02-26T17:05:23Z
https://github.com/stitchfix/hamilton/issues/84
[ "documentation", "enhancement", "pyspark" ]
skrawcz
1
IvanIsCoding/ResuLLMe
streamlit
5
Add template to Overleaf
To help people manually edit their resumes
open
2023-04-12T23:48:21Z
2023-04-12T23:48:21Z
https://github.com/IvanIsCoding/ResuLLMe/issues/5
[ "good first issue" ]
IvanIsCoding
0
tflearn/tflearn
data-science
319
Verify image input channels for 'image_preloader'
The code is here: ``` # -*- coding: utf-8 -*- from __future__ import division, print_function, absolute_import ''' Coding Just for Fun Created by burness on 16/8/30. ''' import tflearn from tflearn.layers.estimator import regression from tflearn.data_utils import build_image_dataset_from_dir import os from config im...
closed
2016-08-31T14:52:22Z
2016-09-03T18:18:22Z
https://github.com/tflearn/tflearn/issues/319
[ "contributions welcome" ]
burness
4
sanic-org/sanic
asyncio
2,534
Inconsistent access logs
There is inconsistent behavior when starting from CLI and from script in how access logs perform. This is related to `--access-log` always returning a boolean and not a `None` value. By default, access logs should only be displayed when running in DEBUG unless otherwise specified. Ref: https://github.com/sanic-or...
closed
2022-08-22T10:34:46Z
2022-09-18T14:17:25Z
https://github.com/sanic-org/sanic/issues/2534
[]
ahopkins
0
Anjok07/ultimatevocalremovergui
pytorch
1,362
App crashes whenever inference is at 90%
On Mac OS Montery, M1 Pro, 2021 Macbook Pro. App crashes whenever inference is at 90%, regardless of the model or audio source
open
2024-05-21T22:46:32Z
2024-12-20T04:08:20Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1362
[]
jothtaylor
2
akfamily/akshare
data-science
5,823
AKShare 接口问题报告
stock_zh_a_hist_min_em 接口无法正常取数, stock_zh_a_hist_min_em_df = ak.stock_zh_a_hist_min_em(symbol="000001", start_date="2024-03-07 09:30:00", end_date="2024-03-07 15:00:00", period="1", adjust="") 直接返回错误,KeyError: '000001'
closed
2025-03-10T06:37:08Z
2025-03-10T11:42:11Z
https://github.com/akfamily/akshare/issues/5823
[ "bug" ]
ninthheaven3
6
tflearn/tflearn
tensorflow
926
predicting binary sums with rnns
I would like some help with setting up the recurrent neural network for predicting binary sums. I have this... ``` import tflearn import numpy as np import random def get_binary(number): b = bin(number) b = b[2:] # remove 0b # i reverse it so i can keep passing numbers into the rnn b = b[::-1...
open
2017-10-07T12:26:23Z
2017-10-07T12:26:23Z
https://github.com/tflearn/tflearn/issues/926
[]
ericbot
0
browser-use/browser-use
python
708
'BrowserContext' object has no attribute 'get_state'
### Bug Description I am using playwright and browser-use for my project. For the login part I am using playwright and then for the other actions I am using the browser use agent ### Reproduction Steps 1. Install browser-use 2. paste the following code 3. run ### Code Sample ```python from langchain_openai imp...
closed
2025-02-13T10:38:02Z
2025-02-15T15:23:47Z
https://github.com/browser-use/browser-use/issues/708
[ "bug" ]
Dinesh-mn-20
1
minivision-ai/photo2cartoon
computer-vision
49
判别器相关
作者,您好,您的工作做的非常棒,给了我很多启发。我想请问设置两个分别在layer=5和layer=7的判别器的用意是什么呢?另外这个参数的设置是否有什么经验可循?
closed
2020-11-04T02:56:43Z
2020-11-19T07:38:21Z
https://github.com/minivision-ai/photo2cartoon/issues/49
[]
itomorrower08
3
proplot-dev/proplot
data-visualization
279
Assigning projections with projection dict. in subplots method
### Description Drawing custom subplot layout (one axis with Cartopy Proj, others with Cartesian) breaks with new version of proplot (> 0.6) ### Steps to reproduce Notebook to show where it breaks: https://colab.research.google.com/drive/1jlXYQTflOHVE-QxkEho7PFxfl8OyLZ13?usp=sharing **Expected behavior**:...
closed
2021-09-10T17:03:20Z
2021-09-10T21:06:06Z
https://github.com/proplot-dev/proplot/issues/279
[ "bug" ]
dopplerchase
1
errbotio/errbot
automation
1,047
Groupchat error message when trying to send a message to a Hipchat room
### I am... * [x] Reporting a bug(?) * [x] Requesting help writing plugins(?) ### I am running... * Errbot version: 5.0.1 * OS version: Ubuntu 16.04.2 * Python version: 3.6.1 * Using a virtual environment: yes ### Issue description We've developed a plugin to remind our remote team about a weekly com...
closed
2017-06-29T17:12:20Z
2019-01-05T16:32:32Z
https://github.com/errbotio/errbot/issues/1047
[]
eykd
2
exaloop/codon
numpy
371
How do I install Codon Jupyter plugin
``` > codon jupyter Jupyter support not included. Please install Codon Jupyter plugin. ``` I didn't even know a plugin system was available.
closed
2023-04-30T19:56:46Z
2024-11-10T06:06:51Z
https://github.com/exaloop/codon/issues/371
[]
NoelJacob
9
stanford-oval/storm
nlp
263
[BUG]
Co-Storm at Stanford appears to face several challenges that impact its performance and user experience. Here’s a summary of the key issues: 1. Performance Challenges • Slowness and Bugs: Users have reported slow response times and bugs due to Co-Storm’s ambitious design, which attempts to synthesize organized, ...
closed
2024-12-01T14:33:14Z
2024-12-01T17:51:00Z
https://github.com/stanford-oval/storm/issues/263
[]
amraz-k
1
aleju/imgaug
deep-learning
839
ImportError: cannot import name 'QhullError' from 'scipy.spatial' (/opt/conda/lib/python3.10/site-packages/scipy/spatial/__init__.py)
# i got this error on kaggle ## this is my code : ``` import os import random import fnmatch import datetime import pickle import numpy as np np.set_printoptions(formatter={'float_kind':lambda x: "%.4f" % x}) import pandas as pd pd.set_option('display.width', 300) pd.set_option('display.float_format...
closed
2023-07-19T13:42:35Z
2023-09-06T10:06:30Z
https://github.com/aleju/imgaug/issues/839
[]
khengyun
3
labmlai/annotated_deep_learning_paper_implementations
machine-learning
197
Implement new models/architectures:
I want to implement new Architecture
closed
2023-07-11T16:08:49Z
2024-03-02T08:57:59Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/197
[]
Adesoji1
0
onnx/onnx
deep-learning
5,886
exporting pytorch to onnx fails, instead of an error, prints infinite number calculations
# Bug Report When exporting a model to onnx using this code: torch.onnx.export(self.track_wrapper, (im_patches, self.train_feat, self.target_labels, self.train_ltrb), "new_full_implicit_batch1t.onnx", verbose=False, export_params=Tr...
closed
2024-01-31T22:42:51Z
2024-02-01T17:31:27Z
https://github.com/onnx/onnx/issues/5886
[ "bug" ]
ninono12345
1
tortoise/tortoise-orm
asyncio
1,290
MinValueValidator does not work on DecimalField
**Describe the bug** MinValueValidator and MaxValueValidator are affected by this and reject decimal fields. **To Reproduce** ```py class Model: # The following will immediately be rejected example1 = fields.DecimalField(max_digits=12, decimal_places=3, validators=(MinValueValidator(Decimal("0.00")),)) ...
closed
2022-11-16T13:45:00Z
2022-11-17T12:45:14Z
https://github.com/tortoise/tortoise-orm/issues/1290
[]
jleclanche
3
erdewit/ib_insync
asyncio
306
Market Data Disconnect with 0.9.62 on Ubuntu Linux 18.04
I've recently developed and deployed a stock trading app based on this wonderful framework. (Thanks Ewald!!) After a bit of testing locally on my Mac I deployed to the Google Cloud on Ubuntu 18.04 Linux. I set up a Gnome Desktop and TWS and installed all the supporting libraries in my server in including the latest p...
closed
2020-10-23T14:54:55Z
2020-10-25T13:02:36Z
https://github.com/erdewit/ib_insync/issues/306
[]
wardster-ai
1
unionai-oss/pandera
pandas
1,455
When used as the bound of a TypeVar, a DataFrameModel is not recognized by MyPy as a valid type
**Describe the bug** When used as the bound of a TypeVar, a DataFrameModel is not recognized by MyPy as a valid type. This may be more of a MyPy issue. - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera. - [ ] (optional) I h...
open
2024-01-07T03:49:30Z
2024-01-07T03:49:30Z
https://github.com/unionai-oss/pandera/issues/1455
[ "bug" ]
madkopp
0
tfranzel/drf-spectacular
rest-api
448
Integration with drf-rw-serializers
**Describe the bug** Hello, first of all, thanks for your work. This library is being very useful for one of the projects I'm working on. One of the projects I work on, we make extensive use of `drf-rw-serializers`. This means that `serializer_class` is not defined in the Views, and instead, `write_serializer_cl...
closed
2021-07-01T22:50:37Z
2021-10-17T12:30:27Z
https://github.com/tfranzel/drf-spectacular/issues/448
[]
luzfcb
4
allenai/allennlp
pytorch
5,440
Coreference resolution on Litbank Coref dataset
How can we use the allennlp coref training module on [litbank dataset](https://github.com/dbamman/litbank/tree/master/coref/conll) with conll files?
closed
2021-10-20T05:09:24Z
2021-11-03T16:09:40Z
https://github.com/allenai/allennlp/issues/5440
[ "question", "stale" ]
aakashb95
3
FujiwaraChoki/MoneyPrinter
automation
209
[BUG]
**Describe the bug** Main.py exits out with the code : ModuleNotFoundError: No module named 'g4f' **To Reproduce** 1. CD into Backend 2. Run Python main.py **Expected behavior** The script would run normally **Desktop** - OS: Windows - Python Version 3.12.2 **Additional context** Full logs; C:\U...
closed
2024-02-12T15:50:11Z
2024-02-12T18:03:09Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/209
[]
takuruk1
5
lonePatient/awesome-pretrained-chinese-nlp-models
nlp
2
有类似CLIP这样文字-图片的中文模型吗
closed
2021-08-13T22:03:16Z
2022-11-08T06:35:00Z
https://github.com/lonePatient/awesome-pretrained-chinese-nlp-models/issues/2
[]
troilus-canva
6
tensorflow/tensor2tensor
deep-learning
990
tensorflow_model_server not responding correctly
### Description I have trained the translate_encs_wmt32k_rev problem and now am trying to use the tensorflow_model_server to serve it. I have installed it locally and I also am using the docker image but both have the same results. I am trying to use gPRC and REST APIs but neither of them work. I start the server t...
closed
2018-08-13T20:09:52Z
2018-08-13T21:28:15Z
https://github.com/tensorflow/tensor2tensor/issues/990
[]
kockahonza
1
keras-team/keras
tensorflow
20,698
The default setting for aggregation='mean' in Variable and Optimizer is incorrect.
The default policy of using aggregation='mean' is incorrect and should be set to none. In distributed contexts, backends handle gradient reductions and variable updates, making the mean aggregation unnecessary. Using aggregation='mean' disrupts optimizer moment estimates. For reference, in keras==2.15.0, the default po...
closed
2024-12-28T16:34:24Z
2024-12-31T04:22:19Z
https://github.com/keras-team/keras/issues/20698
[]
aschk45
0
serengil/deepface
machine-learning
926
Can a base64 image be parsed by deepface
Hi, Rather than specifying an img_path to a jpg image, is it possible to send a base64 encoded image to Deepface for analysis instead? Any help would be much appreciated.
closed
2023-12-20T16:10:10Z
2023-12-20T16:11:41Z
https://github.com/serengil/deepface/issues/926
[ "question" ]
medichops1
1
PaddlePaddle/models
nlp
4,906
将两个用同一预训练网络的模型放在不同线程预测报错
我训了两个图像分类网络(6分类网络和1000分类网络),骨架网络都是用的ResNet200_vd,我将这两个网络分别放在不同线程运行, 单独运行的时候都没问题,两个线程同时运行就会报错: ![图片](https://user-images.githubusercontent.com/57475881/95972808-785fab00-0e45-11eb-8f23-0c32a3829fc3.png) ![图片](https://user-images.githubusercontent.com/57475881/95972882-90372f00-0e45-11eb-9cc0-98f27069e14c.png) 两个模型用的...
open
2020-10-14T09:50:58Z
2024-02-26T05:10:00Z
https://github.com/PaddlePaddle/models/issues/4906
[]
Derek-Kun
5
microsoft/RD-Agent
automation
418
JSONDecodeError during Code Execution (before executing agent-written code)
## 🐛 Bug Description Facing the following error for every code execution stage when the `general_model` is used to implement a paper: ``` --------------Execution feedback:--------------- Execution error: Extra data: line 2 column 1 (char 77) Traceback: Traceback (most recent call last): File "/mnt/d/TechStuff/RD-...
closed
2024-10-09T17:08:00Z
2024-11-25T09:14:14Z
https://github.com/microsoft/RD-Agent/issues/418
[ "bug" ]
tezansahu
1
seleniumbase/SeleniumBase
web-scraping
3,003
If specifying an invalid `by`, fail fast, rather than after trying to find an element
### If specifying an invalid `by`, fail fast, rather than after trying to find an element ---- These are the valid `by` options: "css selector", "link text", "partial link text", "name", "xpath", "id", "tag name", and "class name". By default, SeleniumBase autodetects between "css selector" and "xpath" if the ...
closed
2024-08-06T16:02:31Z
2024-08-07T03:43:14Z
https://github.com/seleniumbase/SeleniumBase/issues/3003
[ "enhancement" ]
mdmintz
1
Kanaries/pygwalker
plotly
18
[Feat] Integrate VegaFusion to move transforms out of the browser
Hi 👋 , Congrats on the pygwalker release. I'm the maintainer of [VegaFusion](https://vegafusion.io/), which is an open source project that provides server-side scaling for Vega visualizations by automatically extracting Vega transforms and evaluating them on the server. This makes it possible to scale many Vega/Veg...
open
2023-02-21T16:17:11Z
2023-03-01T08:25:21Z
https://github.com/Kanaries/pygwalker/issues/18
[]
jonmmease
0
littlecodersh/ItChat
api
659
process_login_info error
login.py:147 core.s.get(core.loginInfo['url'], headers=headers, allow_redirects=False) 没有fun等参数 导致返回结果为空,xml解析报错 ![image](https://user-images.githubusercontent.com/7494629/39975976-0ab341e2-5764-11e8-8063-91c1afaa0031.png) ``` Traceback (most recent call last): File "C:/Users/Administrator/PycharmProjects/Luck...
closed
2018-05-14T02:50:07Z
2018-05-14T03:11:44Z
https://github.com/littlecodersh/ItChat/issues/659
[]
Qiu800820
1
deepinsight/insightface
pytorch
2,694
请问有PyTorch模型么?
问题1: 请问针对这两个模型能力,您有训练好的PyTorch格式的模型么? 问题2: 官网中提供的[InsightFace_Pytorch](https://github.com/TreB1eN/InsightFace_Pytorch),能完全替代这两个模型么?
open
2024-11-22T08:32:03Z
2024-11-22T08:32:03Z
https://github.com/deepinsight/insightface/issues/2694
[]
gongjl
0
psf/requests
python
6,542
Cookies with `Secure` are not sent for `localhost` via unencrypted `http`
See the title, `Secure` cookies are not sent in requests to `localhost` if those requests are not encrypted. There should probably be an exception for `localhost` (as there is in browsers, as well) to aid in developing servers. ## Expected Result The cookies should be sent with the request. ## Actual Result ...
closed
2023-09-30T19:50:23Z
2024-09-09T15:54:34Z
https://github.com/psf/requests/issues/6542
[]
42triangles
2
plotly/dash
plotly
3,141
component typing id as dict and datetime for Date pickers in Dash 3.0rc1
Hi, I tried to update to dash 3.0rc1, and what I noticed is that some typehints are too strict. What I found: - `id`s are typed as `typing.Optional[str]`, omitting dict ids - dates in datepickers are typed as `typing.Optional[str]`, but we use `datetime.date`s without problem, not sure if `date`s working is intended o...
open
2025-01-29T15:46:02Z
2025-03-18T13:41:54Z
https://github.com/plotly/dash/issues/3141
[ "P1", "dash-3.0" ]
tlauli
5
aimhubio/aim
tensorflow
2,550
AimLogger closes its run after training ends, causing any subsequent logging after testing to hang in an infinite loop
https://github.com/aimhubio/aim/blob/0dbcf41834cb6fe928aa93b547d98f1ba58874a3/aim/sdk/adapters/pytorch_lightning.py#L140-L143 Typically in Lightning loggers, the `finalize()` callback does not explicitly close or "finish" any runs, as that is left to the user to explicitly do. However, in Aim's Lightning logger, its `...
open
2023-02-26T03:12:25Z
2023-03-06T16:27:29Z
https://github.com/aimhubio/aim/issues/2550
[ "type / bug", "area / integrations" ]
tesfaldet
13
microsoft/hummingbird
scikit-learn
33
Fix the doc style based on google code style
[link](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)
closed
2020-04-26T06:15:41Z
2020-05-01T00:35:25Z
https://github.com/microsoft/hummingbird/issues/33
[]
interesaaat
1
flairNLP/flair
pytorch
2,938
All predictions are <unk>
I'm running the code from https://medium.com/thecyphy/training-custom-ner-model-using-flair-df1f9ea9c762 for NER on a custom dataset, and I find that no matter how I change the learning rate, every prediction is unk, and the f1-score is 0.0 on every epoch. I'm thinking there must be something wrong with the formatting ...
closed
2022-09-11T03:02:28Z
2023-03-30T10:40:49Z
https://github.com/flairNLP/flair/issues/2938
[ "question", "wontfix" ]
ModeEric
4
psf/black
python
4,151
INTERNAL ERROR: Black produced invalid code: f-string: expecting '}'
**Describe the bug** Internal crash **To Reproduce** Run the code down below For example, take this code: ```python File "src/black/__init__.py", line 1476, in assert_equivalent File "src/black/parsing.py", line 140, in parse_ast email = "test@example.com" query_params = UsersRequestBuilder.Users...
closed
2024-01-12T09:09:07Z
2024-01-12T15:52:47Z
https://github.com/psf/black/issues/4151
[ "T: bug" ]
max-wittig
7
autogluon/autogluon
computer-vision
4,553
[Tabular] Add Support for Loading Excel Files
We might want to add support for excel format here: https://github.com/autogluon/autogluon/blob/a2ad006bf12f9cde018d17c17eade192e6c69859/common/src/autogluon/common/loaders/load_pd.py#L20 For more details, we may discuss offline. @Innixma @AnirudhDagar
open
2024-10-17T20:29:18Z
2024-11-11T15:59:42Z
https://github.com/autogluon/autogluon/issues/4553
[ "enhancement", "module: tabular", "module: common" ]
FANGAreNotGnu
3
reloadware/reloadium
django
15
Issues with exceptions
**Describe the bug** Reloadium does not handle correctly methods that raise exceptions. **To Reproduce** Steps to reproduce the behavior: 1. Create a module with the following content ```python def bar(): raise Exception('Some exception') def foo(): try: bar() except Exception as ...
closed
2022-05-23T04:40:48Z
2022-05-25T16:55:17Z
https://github.com/reloadware/reloadium/issues/15
[]
BusHero
1
biolab/orange3
numpy
6,712
Radar Chart
Extending the parallel coordinates visualization to include radar charts could be useful in some instances. I have a data set where the relationships between variables is roughly a ring (like a ring species), and a radar chart would be a more natural fit for this than parallel coordinates (although repeating the first...
open
2024-01-23T18:36:07Z
2024-01-26T08:12:10Z
https://github.com/biolab/orange3/issues/6712
[]
belg4mit
0
ray-project/ray
machine-learning
50,883
[Serve] Ray Serve APIs for users to define when the Ray Serve applications are ready to serve requests
### Description It'd be useful for the Ray Serve API to allow users to configure settings such as custom timeouts for when applications are ready to serve requests. ### Use case This would be useful for scenarios such as: https://github.com/ray-project/enhancements/pull/58#discussion_r1968439611, where a large numbe...
open
2025-02-25T03:39:23Z
2025-02-25T17:29:47Z
https://github.com/ray-project/ray/issues/50883
[ "enhancement", "triage", "serve" ]
ryanaoleary
0
modelscope/modelscope
nlp
739
IndexError: index 2 is out of bounds for axis 0 with size 2
In Windows10, when I trained the DCT-Net model, I got the following error: 2024-01-24 17:06:39.367662: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cublas64_100.dll 2024-01-24 17:06:52,521 - modelscope - INFO - Iter: 0, d_loss: 0.5868567228317261, g_loss: 0.24602...
closed
2024-01-25T10:04:54Z
2024-05-29T01:51:12Z
https://github.com/modelscope/modelscope/issues/739
[ "Stale" ]
WestbrookZero
3
huggingface/peft
pytorch
1,650
Backward compatibility on saved config.
### Feature request Model trained on newer peft should be available on older version when possible. ### Motivation We found model trained on peft 0.10 cannot be loaded with older peft due to unknown entry `layer_replication` in adapter config json. This entry is never used by us so it's probably just the default va...
closed
2024-04-13T23:20:11Z
2024-06-17T15:03:38Z
https://github.com/huggingface/peft/issues/1650
[]
xkszltl
5
iperov/DeepFaceLab
deep-learning
5,688
3) cut video (drop video on me)
usage: main.py videoed cut-video [-h] --input-file INPUT_FILE [--from-time FROM_TIME] [--to-time TO_TIME] [--audio-track-id AUDIO_TRACK_ID] [--bitrate BITRATE] main.py videoed cut-video: error: argument --input-file: ...
open
2023-06-18T20:34:10Z
2023-06-18T20:34:10Z
https://github.com/iperov/DeepFaceLab/issues/5688
[]
nirajansolta
0