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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
axnsan12/drf-yasg | django | 808 | Swagger-ui version doesn't match version referenced in package.json | # Bug Report
## Description
The `swagger-ui-dist` version referenced in `package.json` doesn't match the version displayed in the web interface. I was able to confirm this both locally and in your [live-demo](https://drf-yasg-demo.herokuapp.com/), see attached image bellow:

request_response = requests.get("https://google.com")
print("--Curl Cffi Cookie--")
t... | closed | 2024-09-13T09:52:31Z | 2024-09-24T06:49:57Z | https://github.com/lexiforest/curl_cffi/issues/381 | [
"bug"
] | SSujitX | 1 |
microsoft/unilm | nlp | 1,355 | TensorRT for TrOCR | **TensorRT for TrOCR**
I convert TrOCR Pytorch to ONNX and try to inference with `TensorrtExecutionProvider` but it stuck and can't get the result.
Anyone optimize TrOCR can help me with issue. Are there other solutions to optimize TrOCR ???
Thanks for your attention and your help <3
| closed | 2023-11-06T09:23:55Z | 2024-02-23T23:31:12Z | https://github.com/microsoft/unilm/issues/1355 | [] | vu0607 | 1 |
huggingface/pytorch-image-models | pytorch | 1,790 | [FEATURE] Add the new pretrained OpenCLIP models | - https://huggingface.co/laion/CLIP-ViT-L-14-DataComp.XL-s13B-b90K
- https://huggingface.co/laion ...
| closed | 2023-04-30T11:06:19Z | 2023-10-14T00:09:49Z | https://github.com/huggingface/pytorch-image-models/issues/1790 | [
"enhancement"
] | NightMachinery | 4 |
elliotgao2/gain | asyncio | 7 | Parse multiple item from each page. | ```python
class Post(Item):
title = Css('.entry-title')
content = Css('.entry-content')
```
If a page has multiple item mathed the defined item model, Gain should have ability of parsing all of theme. I have an idea:
```python
class Post(Item):
__base_html__ = Css('.entry')
title = Css('.e... | closed | 2017-06-06T02:19:16Z | 2017-12-20T01:22:39Z | https://github.com/elliotgao2/gain/issues/7 | [
"enhancement"
] | elliotgao2 | 0 |
freqtrade/freqtrade | python | 10,852 | Need param in config to disable MinMaxScaler for FreqAI | [https://github.com/dmlc/xgboost/issues/357](https://github.com/dmlc/xgboost/issues/357)
[https://datascience.stackexchange.com/questions/60950/is-it-necessary-to-normalize-data-for-xgboost](https://datascience.stackexchange.com/questions/60950/is-it-necessary-to-normalize-data-for-xgboost)
I suggest there is a param ... | closed | 2024-10-28T15:41:28Z | 2024-10-28T18:52:01Z | https://github.com/freqtrade/freqtrade/issues/10852 | [
"Question",
"Strategy assistance",
"freqAI"
] | ductrantrong | 3 |
pytorch/pytorch | python | 149,534 | Addind RoPE to pytorch core | The RoPE python code is being copied and pasted over and over in multiple pytorch org repos. I propose we move the RoPE operation to pytorch core (e.g. under nn.functional) and also add a RotaryPositionalEmbeddings module. Some examples of code duplication:
pytorch/ao:
- https://github.com/pytorch/ao/blob/64bcf4c25755... | open | 2025-03-19T17:42:47Z | 2025-03-24T15:54:10Z | https://github.com/pytorch/pytorch/issues/149534 | [
"module: nn",
"triaged",
"enhancement",
"needs design"
] | manuelcandales | 2 |
aiortc/aiortc | asyncio | 410 | The start button click on page load does not work on nginx | I want the streaming to start as soon as the page loads, I wrote this small function
```
// This starts the start button by default
window.onload = function(){
document.getElementById('start').click();
}
```
When I run on the localhost, it works well. But when I use a reverse proxy like `Nginx`, the video st... | closed | 2020-08-26T17:25:56Z | 2020-08-27T08:54:51Z | https://github.com/aiortc/aiortc/issues/410 | [
"invalid"
] | raghavendrajain | 2 |
charlesq34/pointnet | tensorflow | 50 | Sem Seg: Reason for reducing xyz values by xyz_min in `indoor3d_util` for data preprocessing | Why do we reduce the xyz values by xyz_min during data pre-processing for Semantic Segmentation? The following link points to the lines I am referring to:
https://github.com/charlesq34/pointnet/blob/master/sem_seg/indoor3d_util.py#L52-L62
There is a note in the method which states:
> the points are shifted bef... | closed | 2017-10-16T11:04:45Z | 2017-11-30T22:36:48Z | https://github.com/charlesq34/pointnet/issues/50 | [] | mgooty | 2 |
inducer/pudb | pytest | 369 | The "o" key for "view output" should probably just be disabled during remote/telnet debugging | Env:
- SecureCRT 7.2.3 (work on local host)
- Python 3.6
- Ubuntu 18.04 (remote Linux)
- Windows 10 (local host)
```
# -*- coding: utf-8 -*-
from multiprocessing import Process
import os
from pudb.remote import set_trace
def info(title):
print(title)
set_trace()
print('module name:', __name... | open | 2019-12-05T15:31:21Z | 2019-12-06T05:30:30Z | https://github.com/inducer/pudb/issues/369 | [] | Honghe | 3 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,372 | Custom texts not working for "Provide Identity" question template | ### What version of GlobaLeaks are you using?
4.10.17
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows
### Describe the issue
Using the custom texts, I've updated the translation of the dutch: "Alternative contact method"
Currently: Alt... | closed | 2023-03-02T10:31:40Z | 2023-03-05T10:36:47Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3372 | [
"T: Bug",
"F: Internationalization"
] | TjebbeVQ | 1 |
robotframework/robotframework | automation | 5,093 | is Generate Random String method supports generating arabic letters | can I use "Generate Random String" method under string library to generate arabic text and how I can do that? | open | 2024-03-25T10:43:40Z | 2024-03-26T13:30:41Z | https://github.com/robotframework/robotframework/issues/5093 | [] | walaa-akram | 2 |
albumentations-team/albumentations | machine-learning | 1,684 | [Documentation] Don't state `ToGray` would apply a conditional inversion | ## Documentation request
I think the documentation of the `ToGray` transform is wrong in stating that it would invert the image if its mean is greater than 127. It does not appear to do so, and the code looks like plain conversions via `cv2`, without a conditional inversion.
| closed | 2024-04-24T08:52:00Z | 2024-04-25T02:19:06Z | https://github.com/albumentations-team/albumentations/issues/1684 | [
"good first issue",
"documentation"
] | ghost | 1 |
s3rius/FastAPI-template | asyncio | 3 | Translations | Translate README.md in the template in English. | closed | 2020-11-14T09:11:07Z | 2020-11-15T13:07:31Z | https://github.com/s3rius/FastAPI-template/issues/3 | [] | s3rius | 1 |
alteryx/featuretools | scikit-learn | 2,415 | Remove numpy restriction in featuretools[spark] install when possible | In PR #2414, numpy was restricted to `<1.24.0` when installing the `featuretools[spark]` requirements due to an incompatibility between `pyspark` and `numpy==1.24.0` (likely due to pysparks' use of numpy aliases in which were removed in 1.24.0). Once pyspark is updated to work with numpy 1.24.0 we should remove the up... | closed | 2022-12-19T14:58:32Z | 2024-05-10T15:05:01Z | https://github.com/alteryx/featuretools/issues/2415 | [] | thehomebrewnerd | 1 |
python-visualization/folium | data-visualization | 2,028 | Allow GeoJSON to be used with Custom Pane | **Is your feature request related to a problem? Please describe.**
I can assign a folium marker to a custom pane as in the example below:
```
import folium
from folium.map import CustomPane
m = folium.Map(location=[51.5074, -0.1278], zoom_start=10)
custom_pane = CustomPane(name='custom_pane', z_index=1000,pointer... | closed | 2024-11-07T22:47:10Z | 2025-01-05T20:29:56Z | https://github.com/python-visualization/folium/issues/2028 | [] | lukefullard | 9 |
pydantic/pydantic-core | pydantic | 1,534 | inline-snapshot does not support pypy | It is possible to run the tests, but the problem is to use `pytest --inline-snapshot=fix` or other options which need access to the ast-nodes.
This is a problem if you want to build pydantic-core with pypy and you have to build and test inline-snapshot also https://github.com/15r10nk/inline-snapshot/issues/132#issue... | closed | 2024-11-08T08:22:09Z | 2024-11-13T15:26:27Z | https://github.com/pydantic/pydantic-core/issues/1534 | [] | 15r10nk | 2 |
comfyanonymous/ComfyUI | pytorch | 6,996 | comfyui运行到SAM加载器时报错,加载模型为sam_vit_b_01ec64.pth,设备模式Prefer GPU ,请问如何解决? |
`
# ComfyUI Error Report
## Error Details
- **Node ID:** 310
- **Node Type:** SAMLoader
- **Exception Type:** RuntimeError
- **Exception Message:** PytorchStreamReader failed reading zip archive: failed finding central directory
## Stack Trace
```
File "E:\AI\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 327, in exec... | closed | 2025-02-27T13:08:33Z | 2025-02-28T16:57:11Z | https://github.com/comfyanonymous/ComfyUI/issues/6996 | [] | anyelize0 | 1 |
explosion/spaCy | machine-learning | 13,111 | Pre-trained coreference pipeline incompatible with spaCy > 3.4 | Dear spaCy team,
We are currently in the process of upgrading our workflows to spaCy 3.7x, part of which is spacy-experimental.
A few weeks ago you already fixed the hard constraint in spacy-experimental such that it can be installed with 3.7x, thanks a lot 🥂
However, it turns out, the pre-trained model for core... | closed | 2023-11-06T15:34:44Z | 2024-02-25T00:02:42Z | https://github.com/explosion/spaCy/issues/13111 | [
"feat / coref",
"experimental"
] | Fohlen | 5 |
LibreTranslate/LibreTranslate | api | 712 | Container reports unhealthy while starting | Whenever LibreTranslate on docker starts *(or restarts)* the container reports that it is unhealthy, and it can't be reached over the web. This causes any healthchecker system to report that the service isn't working and, if implemented, cause a loop where it tries to restart it.
This can be potentially/partially fi... | open | 2024-12-03T19:22:01Z | 2025-01-18T07:03:12Z | https://github.com/LibreTranslate/LibreTranslate/issues/712 | [
"enhancement"
] | ggtylerr | 4 |
aiortc/aiortc | asyncio | 494 | Videoclient tcp-socket connection error. | Hello,
this is my third issue, the two before were very helpful!
Now everything is working on localhost, I think, because I dont need to start a websocket on localhost.
But when i try to use my root server, to connect two clients from different networks, i always get an error.
Can you help me?
**Error:**
... | closed | 2021-03-04T08:24:15Z | 2022-03-14T08:59:04Z | https://github.com/aiortc/aiortc/issues/494 | [
"question"
] | madebylo | 1 |
davidsandberg/facenet | tensorflow | 864 | can the train.softmax.py only be used for generating embedding or can we do the prediction also | Hi all,
I have built a face recognition. The process is as follows:
1) Used mtcnn_align.py to align my own images.
2) trained a classifier using classifier.py, in this I used the pretrained model weights to generate the embeddings.
3) recognize the face---- use weight of pretrained model to generate the embedding... | open | 2018-09-06T04:03:33Z | 2018-09-06T04:03:33Z | https://github.com/davidsandberg/facenet/issues/864 | [] | priyakansal | 0 |
babysor/MockingBird | deep-learning | 412 | 训练到39k还没有saved_models正常吗 | 用的是aidatatang_200zh
{| Epoch: 1/1 (9228/10207) | Loss: 0.4928 | 0.69 steps/s | Step: 39k | }
saved_models文件夹也没有新建,自己新建了一个,用了别人训练好的,但是效果不好。就继续训练。训练了一晚上文件夹还是空的
SV2TTS文件夹25.5 GB (27,449,503,629 字节)
aidatatang_200zh文件夹32.5 GB (34,988,358,844 字节) | closed | 2022-03-02T00:22:29Z | 2022-03-02T06:44:24Z | https://github.com/babysor/MockingBird/issues/412 | [] | JerryZRF | 7 |
Allen7D/mini-shop-server | sqlalchemy | 85 | raise BadRequest("Failed to decode JSON object: {0}".format(e)) | `req_body = request.get_json() if request.get_json() else {}`
这里报错(我是在小程序端调用)
`raise BadRequest("Failed to decode JSON object: {0}".format(e))`
那行加了try···except···后log输出
` "path": {},
"query": {},
"body": {}
`
可能是request没有获得参数? | closed | 2020-05-07T05:35:02Z | 2020-05-07T12:17:17Z | https://github.com/Allen7D/mini-shop-server/issues/85 | [] | DonkeXu | 1 |
ageitgey/face_recognition | python | 616 | The face_recognition.face_encoding function cause CPU 100% and system halted - Raspberry pi | * face_recognition version: 1.2.3
* Python version: 2.7
* Operating System: Raspbian Stretch
* Device: Raspberry Pi 3 Model B
### Description
I am trying to use face_recognition model on raspberry pi. I follow the instruction step by step, but I could not run the "facerec_on_raspberry_pi.py". It seem like whe... | open | 2018-09-04T01:34:47Z | 2019-06-08T06:33:38Z | https://github.com/ageitgey/face_recognition/issues/616 | [] | xyG67 | 1 |
openapi-generators/openapi-python-client | rest-api | 963 | body type mismatch | **Describe the bug**
In the `_get_kwargs` generated method, the body is determined as File type (because the format in my swagger definition is `binary`), but it tries to access its `.to_dict` attribute (because body_type is considered as data due to the content type `application/x-www-form-urlencoded`), which does no... | open | 2024-02-15T08:45:44Z | 2024-02-15T08:45:44Z | https://github.com/openapi-generators/openapi-python-client/issues/963 | [] | Leemur89 | 0 |
dmlc/gluon-cv | computer-vision | 858 | DeepLab and PSPNet produces nans during inference time | Hi,
I have succesfully managed to train FCN for semantic segmentation on my custom dataset. When I change the class that I am using to any other segmentation network (so PSP, DeepLabv3 or DeepLabV3Plus) the training logs looks fine (loss decreasing) but what I noticed is that the network always predicts "nan".
I... | closed | 2019-07-11T13:54:01Z | 2020-07-14T09:43:37Z | https://github.com/dmlc/gluon-cv/issues/858 | [] | cygerts | 3 |
ultralytics/yolov5 | machine-learning | 12,879 | Fire detection project | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
@glenn-jocher
I am working on a project to detect fire using YOLOv5&YOLOv8 models. The ... | closed | 2024-04-03T14:36:48Z | 2024-05-14T00:21:15Z | https://github.com/ultralytics/yolov5/issues/12879 | [
"question",
"Stale"
] | Cho-Hong-Seok | 2 |
gradio-app/gradio | data-visualization | 10,178 | Color selection is buggy in gr.ImageEditor (Fine in 5.6.0, but buggy in 5.7.0) | ### Describe the bug
The `ImageEditor` component's `Brush` color selection is not working properly. The following sample is `5.7.0`, but I have also confirmed the same bug in `5.8.0`.
When the bug occurs, I can only draw in black.
There are no changes to the ImageEditor component itself, so is it possible that a cha... | open | 2024-12-11T10:49:46Z | 2025-01-10T17:42:21Z | https://github.com/gradio-app/gradio/issues/10178 | [
"bug",
"Regression",
"🖼️ ImageEditor"
] | John6666cat | 1 |
deeppavlov/DeepPavlov | nlp | 1,341 | Upgrading Tensorflow to 1.15.4 in tf.txt | **What problem are we trying to solve?**:
```
There are many security risks around TensorFlow version 1.15.2. These issues have been fixed in version 1.15.4 and newer versions. Newer versions have also been optimized better than 1.15.2.
```
**How can we solve it?**:
```
Upgrading the TensorFlow to 1.15.4 in the... | closed | 2020-11-13T22:49:37Z | 2021-01-22T19:30:46Z | https://github.com/deeppavlov/DeepPavlov/issues/1341 | [
"enhancement"
] | Rajmehta123 | 12 |
dsdanielpark/Bard-API | nlp | 247 | Exception: SNlM0e value not found in response. Check __Secure-1PSID value. | import bardapi
from bardapi import BardCookies
cookie_dict = {
"_Secure_1PSID" : "dwg6d8WgDhQ3HyxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxTPWBZevFDnmxGkQMQ",
"_Secure_1PSIDTS" : "sidts-CjEBPVxjSiEbxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxUJikHdi0bl1BS1y-kcgqBtEAA",
"_Secure_1PSIDCC" : "ACA-OxOACryanisxxxxxxxxxxxxxxxxxx... | closed | 2023-12-11T13:24:23Z | 2023-12-11T13:37:24Z | https://github.com/dsdanielpark/Bard-API/issues/247 | [] | M16051997 | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 758 | Model Files Not Found | I tried to create the project and got rid of basically every problem except a Model Files not found problem! It goes as follows:
Arguments:
datasets_root: None
enc_models_dir: encoder\saved_models
syn_models_dir: synthesizer\saved_models
voc_models_dir: vocoder\saved_models
cpu: ... | closed | 2021-05-15T01:01:31Z | 2022-06-02T21:18:16Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/758 | [] | TKTSWalker | 4 |
mwaskom/seaborn | pandas | 3,186 | Objects interface raises if faceting on partially-crossed row and column | In the objects interface, one can facet two variables using rows and columns. When the faceted categories are not fully crossed, it raises:
```python
import seaborn as sns
import seaborn.objects as so
penguins = sns.load_dataset("penguins")
(
so.Plot(penguins.dropna(), x="sex", y="bill_depth_mm")
.add(... | closed | 2022-12-15T11:48:59Z | 2022-12-24T17:02:37Z | https://github.com/mwaskom/seaborn/issues/3186 | [
"bug"
] | MaozGelbart | 0 |
davidsandberg/facenet | computer-vision | 470 | mtcnn alignment of grey+alpha (2 channels) images | I currently skip those images.
`
if img.ndim<2 or img.shape[-1] == 2:
print('Unable to align "%s", ndim %s, shape %s' % (image_path, img.ndim, img.shape))
text_file.write('%s\n' % (output_filename))
contin... | closed | 2017-09-27T03:07:55Z | 2018-04-04T20:25:21Z | https://github.com/davidsandberg/facenet/issues/470 | [] | heyfluke | 0 |
JaidedAI/EasyOCR | machine-learning | 965 | ONNX conversation | Hi community i am new to onnx world but i don't know how to do to onnx the easyocr library takes around 3 minutes to run in my jetson nano and also get stuck so i came to onnx but don't know how to use it and no guide are available can Anyone please help | open | 2023-03-15T10:41:39Z | 2023-03-15T10:46:01Z | https://github.com/JaidedAI/EasyOCR/issues/965 | [] | ghost | 0 |
ivy-llc/ivy | pytorch | 28,655 | `__getnewargs__` | closed | 2024-03-21T11:52:10Z | 2024-03-21T12:01:39Z | https://github.com/ivy-llc/ivy/issues/28655 | [] | Ishticode | 0 | |
saulpw/visidata | pandas | 1,492 | [zip] ValueError: Attempt to use ZIP archive that was already closed | **Small description**
When opening an inner file from within a zip, I get the attached error.
**Expected result**
To be able to open an embedded file like previous
**Actual result with screenshot**
```python
Traceback (most recent call last):
File "/Users/geekscrapy/envs3/envs/py37/lib/python3.7/site-pac... | closed | 2022-08-25T08:14:27Z | 2022-09-09T05:14:00Z | https://github.com/saulpw/visidata/issues/1492 | [
"bug",
"fixed"
] | geekscrapy | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 855 | Impossible to pass 200 epoch | I'm running the model and every time it happen the same, when I reach epoch 200 it stops creating checkpoints but nothing is shown in Terminal. I've tried to use ¨--model cycle_gan --epoch_count 200 --continue_train¨ but nothing happens. I tried "nvidia-smi" too and I always get this message after the driver and proces... | open | 2019-11-22T11:31:02Z | 2019-11-22T23:13:21Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/855 | [] | Davigi | 1 |
sgl-project/sglang | pytorch | 3,797 | [Bug] SGLang Tool Calling for Qwen2.5 models returns empty ChatCompletionMessage content | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | open | 2025-02-24T01:41:21Z | 2025-03-06T15:59:33Z | https://github.com/sgl-project/sglang/issues/3797 | [] | Superskyyy | 8 |
healthchecks/healthchecks | django | 948 | Support 12 hour time | Would it be possible to support 12 hour time (AM/PM) too instead of just 24 hour time? | closed | 2024-01-26T04:52:53Z | 2024-03-15T10:49:06Z | https://github.com/healthchecks/healthchecks/issues/948 | [] | LunarTwilight | 2 |
aleju/imgaug | deep-learning | 817 | Script takes over one hour to install through pycharm on 224GB 24CPUs DSVM | Looks like the script is bad or buggy takes an enormous amount of time to install yet unfixed | open | 2022-04-22T15:45:33Z | 2022-04-22T15:48:38Z | https://github.com/aleju/imgaug/issues/817 | [] | ffsEveryNameIsTaken | 1 |
freqtrade/freqtrade | python | 10,941 | Downloading trade data fails on specific time ranges | ## Describe your environment
Tested on two environments:
* Operating system: Windows
* Python Version: 3.11.4
* CCXT version: 4.4.24
* Freqtrade Version: 2024.10
and
* Operating system: freqtradeorg/freqtrade:2024.9_freqairl docker image on windows
* Python Version: 3.12.6
* CCXT version: 4.4.6
*... | closed | 2024-11-15T21:27:15Z | 2024-11-16T17:15:35Z | https://github.com/freqtrade/freqtrade/issues/10941 | [
"Data download"
] | biiiipy | 3 |
coqui-ai/TTS | python | 3,055 | [Bug] Index error in `maximum_path_numpy` with DelighfulTTS | ### Describe the bug
I am running into index issues in the `maximum_path_numpy` function (from `TTS/tts/utils/helpers.py`) when trying to run the LJSpeech Delightful TTS recipe.
### To Reproduce
I am running the following command:
```CUDA_VISIBLE_DEVICES=0 python recipes/ljspeech/delightful_tts/train_delightful_t... | closed | 2023-10-11T11:23:14Z | 2023-10-11T11:35:27Z | https://github.com/coqui-ai/TTS/issues/3055 | [
"bug"
] | rlenain | 0 |
aimhubio/aim | data-visualization | 2,488 | Does Aim support concurrent runs with the same remote tracking server | ## ❓Question
Based on AIM document,
run = Run(repo=tracking_uri)
this is fine with one run.
does AIM support multiple concurrent runs with the same tracking_url ? I could not find it in documentation.
In MLFlow, there is run = MLFlowClient.create_run(), and then for each k, v pair, you can call mlflow.lo... | open | 2023-01-20T03:49:12Z | 2023-02-03T07:33:12Z | https://github.com/aimhubio/aim/issues/2488 | [
"type / question"
] | chesterxgchen | 5 |
tensorly/tensorly | numpy | 47 | Support generic ndarray interface | Hi all, nice project here.
I'd like to ask some questions about generalizing these algorithms to other classes that support the numpy.ndarray interface like [dask array](https://dask.pydata.org/en/latest/array.html), [sparse arrays](http://sparse.pydata.org/en/latest/), or [cupy/chainer gpu arrays](https://cupy.ch... | closed | 2018-04-19T11:35:11Z | 2019-04-16T12:56:27Z | https://github.com/tensorly/tensorly/issues/47 | [] | mrocklin | 6 |
TencentARC/GFPGAN | deep-learning | 329 | please set recompute_scale_factor=True | Because my notebook contains only a 2GB RAM graphics card Nvidia, I switched to the Intel graphics.
The execution of python3 inference_gfpgan.py
I now get the following warning:
`envs/GFPGAN/lib/python3.8/site-packages/torch/nn/functional.py:3502: UserWarning: The default behavior for interpolate/upsample with f... | closed | 2023-01-31T09:50:25Z | 2023-02-08T08:31:35Z | https://github.com/TencentARC/GFPGAN/issues/329 | [] | joe-eis | 6 |
numba/numba | numpy | 9,844 | Problems after compiling to EXE with pyinstaller and numba/llvmlite v0.61.0rc1/v0.44.0rc1 within CPython v3.13 | I use the combo numba/llvmlite v0.61.0rc1/v0.44.0rc1 within CPython v3.13.
After I compiled a script to EXE with pyinstaller I received the following error:
`ModuleNotFoundError: No module named 'numba.core.types.old_scalars'`
... then ...
`ModuleNotFoundError: No module named 'numba.core.datamodel.old_models'... | closed | 2024-12-13T13:21:33Z | 2025-02-02T09:46:51Z | https://github.com/numba/numba/issues/9844 | [
"question",
"more info needed"
] | Alpengreis | 13 |
errbotio/errbot | automation | 1,469 | ERRBOT crash after flooded command DM. | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [X] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | open | 2020-10-22T19:05:28Z | 2020-12-19T06:36:04Z | https://github.com/errbotio/errbot/issues/1469 | [
"type: bug",
"backend: IRC"
] | Rixxan | 0 |
huggingface/peft | pytorch | 1,703 | OOM error while QLoRA+Deepspeed fine tuning of Llama3-70B model on 4xA100-40GB gpus | ### System Info
```
OS Ubuntu
GPUS 4XA100-40GB
Python 3.10.14
accelerate 0.29.3
bitsandbytes 0.43.1
deepspeed 0.14.2
peft 0.10.0
transformers 4.40.1
trl ... | closed | 2024-05-02T07:16:08Z | 2024-06-09T15:03:36Z | https://github.com/huggingface/peft/issues/1703 | [] | hrushikesh198 | 3 |
davidsandberg/facenet | computer-vision | 772 | Taking a long time to converge while trying to train the model on custom image | Hi,
I am trying to train the model on a custom data set (1 class, 3 images). It takes almost 52 minutes (14 epochs with 1000 batches per epoch) to converge. Also, unable to change the number of batches per epoch from 1000. Any suggestions?
I am working on Acer Predator Helios 300 laptop that contains, Nvidia GTX... | open | 2018-05-30T08:11:35Z | 2018-05-30T08:28:30Z | https://github.com/davidsandberg/facenet/issues/772 | [] | RajkiranVeldur | 0 |
deepspeedai/DeepSpeed | machine-learning | 5,595 | [REQUEST] Supporting custom generation loop (outlines, LMQL, guidance) in DeepSpeedHybridEngine | **Is your feature request related to a problem? Please describe.**
Currently, `DeepSpeedHybridEngine.generate` internally calls `self._generate` to run inference loop, which is intialized as the module's `generate` method (usually it's `transformers.PreTrainedModel.generate`):
https://github.com/microsoft/DeepSpeed... | closed | 2024-05-31T17:18:41Z | 2024-11-01T22:48:41Z | https://github.com/deepspeedai/DeepSpeed/issues/5595 | [
"enhancement"
] | Atry | 3 |
autogluon/autogluon | scikit-learn | 4,018 | Autogluon `space` causing issues? Code is from Tutorial and it errs | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-03-30T04:24:58Z | 2024-04-05T19:32:41Z | https://github.com/autogluon/autogluon/issues/4018 | [
"bug",
"module: tabular"
] | edric-raharjo | 2 |
ets-labs/python-dependency-injector | flask | 411 | Inject dependency into a class attr | Hello,
Sorry if this question already has been answered somewhere but I went through the doc extensively and couldn't find anything.
I would like to inject a dependency for a class attribute, but couldn't find any way of doing it.
Something similar from python-inject:
```
class User(object):
cache = i... | closed | 2021-02-27T12:50:07Z | 2021-03-02T17:20:54Z | https://github.com/ets-labs/python-dependency-injector/issues/411 | [
"feature"
] | brunopereira27 | 6 |
sinaptik-ai/pandas-ai | data-visualization | 1,418 | FileNotFoundError: [Errno 2] No such file or directory: '/Users/cindy/Documents/AI/jiaoxing/jiaoxing/.venv/lib/python3.11/site-packages/pandasai/pipelines/chat/dataframe.csv' | ### System Info
python3.11/ macos 13.2.1/ pandasai later
------------------
After uploading the excel data and querying for a while,
this problem always occurs in the end: FileNotFoundError: [Errno 2] No such file or directory: '/Users/cindy/Documents/AI/jiaoxing/jiaoxing/.venv/lib/python3.11/site-packages/pandasai... | closed | 2024-10-30T03:04:46Z | 2025-02-05T16:00:14Z | https://github.com/sinaptik-ai/pandas-ai/issues/1418 | [
"bug"
] | bjpenck | 4 |
apache/airflow | machine-learning | 47,549 | Status of testing Providers that were prepared on March 09, 2025 | ### Body
I have a kind request for all the contributors to the latest provider packages release.
Could you please help us to test the RC versions of the providers?
The guidelines on how to test providers can be found in
[Verify providers by contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE... | closed | 2025-03-09T15:16:35Z | 2025-03-14T09:34:20Z | https://github.com/apache/airflow/issues/47549 | [
"area:providers",
"kind:meta",
"testing status"
] | eladkal | 15 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 853 | Why cycle loss use L1 loss? | I wonder why cycleloss use L1 lossfunction. I'm new in CV. I think maybe people almost like to use MSE or something else. Did you try to change the cycle loss to other loss function? If you try, is it the best? Just want to know why,thank you | closed | 2019-11-21T07:59:43Z | 2022-10-04T20:47:27Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/853 | [] | ziqihuang233 | 3 |
ITCoders/Human-detection-and-Tracking | numpy | 23 | Runnning it realtime | How do i run this code in realtime camera stream using opencv? | closed | 2017-07-15T12:04:30Z | 2017-08-22T14:15:28Z | https://github.com/ITCoders/Human-detection-and-Tracking/issues/23 | [
"question"
] | Zumbalamambo | 4 |
tflearn/tflearn | tensorflow | 939 | Unable to import tflearn in Google DataLab | Hi,
I am unable to import tflearn in Google DataLab.
I did !pip install tflearn in a DataLab/Jupyter cell, which worked OK. But "Import tflearn" gives "ImportError: No module named 'tflearn'"
Can anyone help?
Thanks
| open | 2017-10-20T05:05:39Z | 2017-10-20T05:05:39Z | https://github.com/tflearn/tflearn/issues/939 | [] | DMESBear | 0 |
fastapi/sqlmodel | sqlalchemy | 527 | Translating between models for the Multiple Models pattern, to store private data | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2023-01-09T11:57:48Z | 2023-01-09T19:17:16Z | https://github.com/fastapi/sqlmodel/issues/527 | [
"question"
] | nward | 2 |
flasgger/flasgger | flask | 366 | Servers Section not working with openapi 3.*.* version | When switching to OpenApi 3.0.2, it is not possible to use servers section inside specification.
https://swagger.io/docs/specification/api-host-and-base-path/
> In OpenAPI 3.0, you use the servers array to specify one or more base URLs for your API. servers replaces the host, basePath and schemes keywords used in ... | closed | 2020-02-20T09:54:05Z | 2021-01-25T18:24:42Z | https://github.com/flasgger/flasgger/issues/366 | [] | aleksvidak | 5 |
dfki-ric/pytransform3d | matplotlib | 303 | Provide functions to write numerically stable code and avoid pitfalls | * Rotation matrix
* [x] `matrix_requires_renormalization` - check if rotation matrix needs renormalization (#304)
* Euler angles
* [x] `norm_euler` - maps Euler angles to unique interval (#304)
* [x] `euler_near_gimbal_lock` - checks if angles are close to gimbal lock singularity
* [x] `assert_eule... | closed | 2024-10-19T18:04:47Z | 2024-10-25T20:01:59Z | https://github.com/dfki-ric/pytransform3d/issues/303 | [] | AlexanderFabisch | 1 |
roboflow/supervision | deep-learning | 1,395 | Results differ when using cv2 vs pillow | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
From [this comment](https://github.com/roboflow/supervision/issues/1038#issuecomment-2018147877), I understand supervision doesn't change channel order, an... | closed | 2024-07-22T23:13:29Z | 2024-08-06T07:24:25Z | https://github.com/roboflow/supervision/issues/1395 | [
"bug"
] | robmarkcole | 9 |
pytorch/vision | machine-learning | 8,593 | prioritize batching for torchvision::nms | ### 🚀 The feature
Implement batched nms!
### Motivation, pitch
My motivation to create this issue was this warning:
```
[W BatchedFallback.cpp:84] Warning: There is a performance drop because we have not yet implemented the batching rule for torchvision::nms. Please file us an issue on GitHub so that we can pri... | open | 2024-08-14T23:45:25Z | 2024-12-03T17:40:43Z | https://github.com/pytorch/vision/issues/8593 | [] | RishiMalhotra920 | 5 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 216 | ModuleNotFoundError: No module named 'scrapegraphai.graphs'; 'scrapegraphai' is not a package | I have pip installed with no error reported. in both virtual and source environments.
When I try to run if fails...
```
Exception has occurred: ModuleNotFoundError
No module named 'scrapegraphai.graphs'; 'scrapegraphai' is not a package
AttributeError: partially initialized module 'scrapegraphai' has no attribut... | closed | 2024-05-10T23:59:12Z | 2024-05-12T10:12:17Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/216 | [] | Bandit253 | 9 |
dropbox/PyHive | sqlalchemy | 355 | Incompability with Teradata SQL package | I'm trying to make connections to both databases Teradata and Hive, but when I start the Hive connection and then try to start Teradata connection program crashes.
```python
from pyhive import hive
import teradatasql
h_conn = hive.Connection(host='hive_ip')
t_conn = teradatasql.connect(host='tera_ip', user='us... | open | 2020-07-30T03:06:17Z | 2020-07-30T03:07:09Z | https://github.com/dropbox/PyHive/issues/355 | [] | DXcarlos | 0 |
danimtb/dasshio | dash | 72 | Repository not found by Hass.io | When i add the repo to my add-on-store, nothing happen.
In the system tab i get this errors:
19-04-09 18:45:38 ERROR (MainThread) [hassio.addons.git] Can't clone https://github.com/danimtb/ repository: Cmd('git') failed due to: exit code(128)
cmdline: git clone --depth=1 --recursive --shallow-submodules -v https:/... | closed | 2019-04-09T18:56:40Z | 2019-04-14T15:55:21Z | https://github.com/danimtb/dasshio/issues/72 | [
"bug"
] | LucaBopf | 1 |
exaloop/codon | numpy | 537 | Error: no member named 'ExecutorSymbolDef' in namespace 'llvm::orc' | ```
$ mkdir build ; cd build ; cmake -G Ninja .. ; ninja
...
[262/376] Building CXX object CMakeFiles/codon_test.dir/test/cir/instr.cpp.o
/usr/home/yonas/git/make-cd/files/codon/build/codon_rules.cpp:883:32: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return ast<SuiteStmt>(LOC, move(... | closed | 2024-02-04T07:07:36Z | 2024-11-10T19:14:15Z | https://github.com/exaloop/codon/issues/537 | [] | yonas | 3 |
praw-dev/praw | api | 1,636 | praw 7.1.1 no longer works with Python 3.6: module 'asyncio' has no attribute 'get_running_loop' | **Describe the bug**
Using praw 7.1.1 with Python 3.6 fails with `module 'asyncio' has no attribute 'get_running_loop'`, even though 3.6 is a supported version according to `setup.py`.
Downgrading to 7.1.0 resolves the issue, however the following message is displayed when the `praw.Reddit` object is created: `Ve... | closed | 2021-02-03T11:41:02Z | 2021-02-03T20:33:52Z | https://github.com/praw-dev/praw/issues/1636 | [
"Bug",
"Critical"
] | globau | 3 |
praw-dev/praw | api | 1,895 | "accurate" number of comments | ### Describe the solution you'd like
In the PRAW documentation ([https://praw.readthedocs.io/en/stable/tutorials/comments.html]), I noticed the following sentence.
> Finally, note that the value of submission.num_comments may not match up 100% with the number of comments extracted via PRAW. This discrepancy is nor... | closed | 2022-08-24T05:38:43Z | 2022-08-29T14:36:19Z | https://github.com/praw-dev/praw/issues/1895 | [] | quantdev05 | 4 |
developmentseed/lonboard | data-visualization | 418 | Update examples to assign CRS on geodataframe | closed | 2024-03-13T23:41:45Z | 2024-03-15T16:55:07Z | https://github.com/developmentseed/lonboard/issues/418 | [] | kylebarron | 0 | |
mwaskom/seaborn | matplotlib | 3,092 | PairGrid subplot axis label not showing | I want to get the same xlabel and ylabel in all subplots, not just in the outer ones.
Over the past few days I tried to follow several posts all over stack overflow without success. I believe something might have changed over the years due to updates so this is why the code I'm getting no longer works. It's either thi... | closed | 2022-10-18T07:54:39Z | 2022-10-18T10:38:28Z | https://github.com/mwaskom/seaborn/issues/3092 | [] | luzclasil | 1 |
Lightning-AI/LitServe | api | 355 | GET Request | <!--
⚠️ BEFORE SUBMITTING, READ:
We're excited for your request! However, here are things we are not interested in:
- Decorators.
- Doing the same thing in multiple ways.
- Adding more layers of abstraction... tree-depth should be 1 at most.
- Features that over-engineer or complicate the code internals... | closed | 2024-11-06T15:51:50Z | 2024-11-07T18:01:26Z | https://github.com/Lightning-AI/LitServe/issues/355 | [
"enhancement"
] | gururaser | 5 |
aminalaee/sqladmin | asyncio | 840 | Add an ability to add forms into actions | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to be able to ask the admin panel user for a string when they chose to use an actions. in my specific case, it will be used to let the admin send the message to the user se... | closed | 2024-10-19T12:57:18Z | 2024-10-24T09:11:49Z | https://github.com/aminalaee/sqladmin/issues/840 | [] | badger-py | 1 |
koxudaxi/fastapi-code-generator | fastapi | 405 | Impossible to install package with python3.10 | When installing have this error:
`Collecting ruamel.yaml.clib>=0.2.7
Using cached ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB)
Requirement already satisfied: exceptiongroup>=1.0.2 in /home/cbarnier/.local/lib/python3.10/site-packages (from anyio... | open | 2024-01-30T15:40:52Z | 2024-04-18T13:39:09Z | https://github.com/koxudaxi/fastapi-code-generator/issues/405 | [] | CamilleBarnier | 1 |
custom-components/pyscript | jupyter | 504 | Setup failed after HA 2023.8.2 and HA 2023.8.1 have been released | Since the august Update from yesterday evening .8.1 and 1 hour ago the .8.2 there is an event error during booting.
I bet this might be caused by the new feature or event handler I had seen on a yt channel afterwards. There has been some changes around the event element if I remember right.
Raspberry Pi3 with 1... | closed | 2023-08-03T13:49:19Z | 2023-08-03T17:59:17Z | https://github.com/custom-components/pyscript/issues/504 | [] | typxxi | 5 |
huggingface/transformers | tensorflow | 36,022 | Transformers are untraceable with FX after 4.38 | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-6.8.0-1020-gcp-x86_64-with-glibc2.39
- Python version: 3.12.3
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.4.5
- Accelerate version: not installed
- Accelerate config: not found
- PyTorch version (GPU?): 2.6.0a0+df5bbc09d1.nv24.12 (True)
... | closed | 2025-02-03T20:43:11Z | 2025-03-14T11:29:58Z | https://github.com/huggingface/transformers/issues/36022 | [
"bug"
] | Li357 | 7 |
jschneier/django-storages | django | 626 | overwrite ignored when writing file to S3 | When writing to a file to S3, in chunks, with the same name, the `file_overwrite = False` option is ignored. Is this the desired behaviour?
```
Django version: 2.0.3
django-storages version: 1.6.6
```
```python
class UploadStorage(S3Boto3Storage):
location = 'uploads'
file_overwrite = False
stora... | closed | 2018-10-31T20:00:07Z | 2024-04-30T02:27:38Z | https://github.com/jschneier/django-storages/issues/626 | [
"bug",
"s3boto"
] | holmberd | 0 |
2noise/ChatTTS | python | 187 | RuntimeError: FFT_INVALID_DESCRIPTOR with Intel Arc GPU | Encounter this issue while infering with Intel Arc 770.
pip install torch==2.1.0.post2 torchvision==0.16.0.post2 torchaudio==2.1.0.post2 intel-extension-for-pytorch==2.1.30+xpu oneccl_bind_pt==2.1.300+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
File ~/ChatTTS/venv/lib/py... | closed | 2024-06-02T01:16:51Z | 2024-07-21T04:01:44Z | https://github.com/2noise/ChatTTS/issues/187 | [
"stale"
] | 771991673 | 4 |
oegedijk/explainerdashboard | plotly | 116 | detailed summary type does not work: Callback error updating interaction-summary-graph | in explainerdashboard version 0.34
when using the detailed summary type on the XGBRegressionExplainer
i get the following error (in dash):
Callback error updating interaction-summary-graph-60.figure, interaction-summary-index-col-60.style
17:56:37
Callback error updating interaction-summary-graph-60.figure,
... | closed | 2021-05-03T16:27:13Z | 2021-05-16T15:17:27Z | https://github.com/oegedijk/explainerdashboard/issues/116 | [] | hugocool | 6 |
dunossauro/fastapi-do-zero | pydantic | 195 | Ajustar os códigos 400 para 403 nas aulas onde isso está errado | Exemplo de código da aula 06
```python
@app.put('/users/{user_id}', response_model=UserPublic)
def update_user(
user_id: int,
user: UserSchema,
session: Session = Depends(get_session),
current_user: User = Depends(get_current_user),
):
if current_user.id != user_id:
raise HTTPExc... | closed | 2024-07-10T01:36:52Z | 2024-07-10T23:39:02Z | https://github.com/dunossauro/fastapi-do-zero/issues/195 | [] | dunossauro | 0 |
ray-project/ray | pytorch | 51,080 | [core] Split raylet cython file into multiple files | ### Description
Our raylet cython file is a giant: https://github.com/ray-project/ray/blob/master/python/ray/_raylet.pyx, which spans for over 5K LOC.
Two issues:
- (minor) the file is too big, and hard to manage (i.e. add new code, delete old code, and glance over)
- (major) a single file is compiled in single threa... | open | 2025-03-05T00:51:32Z | 2025-03-17T17:37:17Z | https://github.com/ray-project/ray/issues/51080 | [
"good-first-issue",
"enhancement",
"P2",
"core",
"help-wanted"
] | dentiny | 2 |
LibrePhotos/librephotos | django | 564 | "My albums" page blank | I run librephotos on docker and have the latest pull.
When I go to "my albums" I'm redirected to a completely white page and get this on the backend log:

If I go to /shared/fromme/photos/ I don't se... | closed | 2022-07-22T20:38:52Z | 2022-07-23T13:12:34Z | https://github.com/LibrePhotos/librephotos/issues/564 | [
"bug"
] | RandomHacks-Git | 1 |
onnx/onnxmltools | scikit-learn | 536 | RuntimeError: Unsupported: ONNX export of convolution for kernel of unknown shape. | **Question**
When I tried to convert a pth file to onnx, I met this error: **RuntimeError: Unsupported: ONNX export of convolution for kernel of unknown shape.**
**Further information**
File "C:\ProgramData\Anaconda3\envs\project\lib\site-packages\torch\onnx\utils.py", line 729, in _export
dynamic_axes=dynamic_ax... | open | 2022-03-24T18:48:38Z | 2022-06-22T15:24:35Z | https://github.com/onnx/onnxmltools/issues/536 | [] | ghost | 1 |
zappa/Zappa | flask | 1,062 | [Question] Is there a way to set the API Gateway stage on AWS different from the 'stage name' in the config? | I have 3 stages... dev, staging, and prod. But I would like each of the three API Gateway endpoints to have a single API Gateway stage name of 'api' so that my app is accessible at '/api' on all three instead of '/dev', '/staging', and '/prod'.
I know about custom domains but this doesn't work for me because I share... | closed | 2021-10-25T17:22:31Z | 2024-04-13T20:12:11Z | https://github.com/zappa/Zappa/issues/1062 | [
"no-activity",
"auto-closed"
] | dsmurrell | 5 |
huggingface/transformers | machine-learning | 36,204 | Request to add DEIM object detector | ### Model description
DEIM is a SOTA real-time object detector based on DETR architecture and even beat the recent D-FINE on checkpoints that were not pretrained on object365. DEIM accelerates the convergence by improving the quantity and quality of matching with Dense O2O (one to-one) and MAL (Matchability-Aware Loss... | open | 2025-02-14T19:37:40Z | 2025-02-15T12:26:59Z | https://github.com/huggingface/transformers/issues/36204 | [
"New model",
"Vision",
"contributions-welcome"
] | tcourat | 1 |
ultralytics/ultralytics | machine-learning | 19,493 | How to handle cascade yolo models? | ### 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
I have three series yolo11 models. First method is track and others are pred... | open | 2025-03-02T16:04:40Z | 2025-03-07T04:35:46Z | https://github.com/ultralytics/ultralytics/issues/19493 | [
"question",
"track",
"detect"
] | erfansafaie | 4 |
jupyter/nbgrader | jupyter | 949 | nbgrader as a service? | Is it possible to user nbgrader as a service instead of requiring the entire infrastructure, eg, filesystem layout, database, etc?
The workflow I'm looking for is something more akin to:
* Generate instructor source file via a local instance of nbgrader/jupyter
* Generating a student version via `NbGraderAPI.assig... | open | 2018-04-30T18:55:53Z | 2018-05-03T22:26:23Z | https://github.com/jupyter/nbgrader/issues/949 | [
"enhancement"
] | geoff-va | 2 |
ultralytics/ultralytics | pytorch | 19,279 | Parsing and Interpreting Yolov11 segmentation After converting to tflite | ### 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, I trained a Yolov11 model to identify a single class of of objects. When... | open | 2025-02-17T09:51:18Z | 2025-02-28T00:01:28Z | https://github.com/ultralytics/ultralytics/issues/19279 | [
"question",
"segment",
"exports"
] | onyeka | 19 |
streamlit/streamlit | data-science | 10,027 | Add a parameter to `st.html` to define a wrapper tag | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
`st.html` can accept a file path to conveniently load HTML from files. However, it is common to load CSS whic... | open | 2024-12-16T07:13:00Z | 2024-12-17T10:21:38Z | https://github.com/streamlit/streamlit/issues/10027 | [
"type:enhancement",
"feature:st.html"
] | sfc-gh-dmatthews | 2 |
hankcs/HanLP | nlp | 1,291 | jpype调用错误 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](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 | 2019-10-07T10:01:07Z | 2020-01-01T10:48:35Z | https://github.com/hankcs/HanLP/issues/1291 | [
"ignored"
] | MingxuanLiu | 11 |
Johnserf-Seed/TikTokDownload | api | 137 | Accounts creator? | Hi,
I am looking for a tool that can create valid tiktok accounts via Emails.
Telegram me at: https://t.me/JosecLee
Thank you,
pr41s3r | open | 2022-04-18T21:25:49Z | 2022-04-18T21:25:50Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/137 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | h4ck1th4rd | 0 |
numba/numba | numpy | 9,812 | numba 0.61.0rc1 fails on macOS 12 | ## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.html).
- [x] I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'pyth... | closed | 2024-11-26T18:35:12Z | 2024-12-05T10:03:45Z | https://github.com/numba/numba/issues/9812 | [
"question"
] | LucaMarconato | 10 |
holoviz/panel | matplotlib | 7,598 | panel compile not working on windows | panel version 1.5.1
python 3.12
windows 10
On windows 10 the command to check if "esbuild" is intalled failed
the following script:
```python
import subprocess as sbp
print(sbp.run(["esbuild", "--version"], capture_output=True, shell=True)) # OK
print(sbp.run(["esbuild.cmd", "--version"], capture_output=True)) # ... | closed | 2025-01-07T09:48:23Z | 2025-01-17T16:03:34Z | https://github.com/holoviz/panel/issues/7598 | [] | xavArtley | 0 |
graphql-python/graphene-django | django | 1,206 | add description to convert_onetoone_field_to_djangomodel | file: graphene_django/converter.py
line:201
old code:
```py
return Field(_type, required=not null)
```
i wanna:
```py
return Field(_type, description=getattr(model._meta, 'verbose_name', model._meta.label), required=not null)
```
| open | 2021-05-31T02:06:27Z | 2021-05-31T02:06:27Z | https://github.com/graphql-python/graphene-django/issues/1206 | [
"✨enhancement"
] | ChouBaoDxs | 0 |
keras-team/keras | pytorch | 20,479 | [bug] TextVectorization + Sequential model doesn't work | Tensorflow version:
`2.19.0-dev20241108`
Keras version:
`3.7.0.dev2024111103`
Installation command: `pip install --pre tf-nightly`
Reproducing code:
```
import numpy as np
import tensorflow as tf
def get_text_vec_model(train_samples):
from tensorflow.keras.layers import TextVectorization
... | closed | 2024-11-11T11:00:56Z | 2024-11-11T17:51:23Z | https://github.com/keras-team/keras/issues/20479 | [
"type:Bug"
] | WeichenXu123 | 3 |
robinhood/faust | asyncio | 538 | Table changelog serialization issue | I used inmemory tables. I set up the app to use 'raw' codecs for keys and values. I explicitly declared an app.Table with 'raw' serialization. Everything works well till I restart the worker. On startup it tryes to recover the table from the kafka, but uses json codec and has a crush (with json codec everything works w... | open | 2020-03-03T04:14:20Z | 2020-03-03T04:14:20Z | https://github.com/robinhood/faust/issues/538 | [] | romikforest | 0 |
ray-project/ray | tensorflow | 51,391 | [cgraph] Support CompiledDAGRef.ready() | ### Description
Currently:
1. ray.get() can only be called once per CompiledDAGRef.
2. ray.wait() is not supported.
In some use cases, it is desirable to check if a CompiledDAGRef is ready. For example, with this support, vLLM scheduling would be able to do A if a ref is ready and do B otherwise. The new capa... | open | 2025-03-15T01:45:30Z | 2025-03-17T15:37:23Z | https://github.com/ray-project/ray/issues/51391 | [
"enhancement",
"core",
"compiled-graphs"
] | ruisearch42 | 0 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 829 | Language/Country selection | I have a general question on the [Search Graph](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/types.html#searchgraph). How would one go trying to select a country of search?
I understand in package `googlesearch-python`, one can do:
```python
from googlesearch import search
search("Google", region="us"... | closed | 2024-11-24T15:04:39Z | 2025-01-21T20:16:57Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/829 | [
"enhancement"
] | silgon | 2 |
xinntao/Real-ESRGAN | pytorch | 76 | no vulkan device/invalid gpu device | 非常感谢您的项目
Portable版提示
“no vulkan device
invalid gpu device”
图形设置已经手动选择高性能
AMD Raedon核显+2060
禁用独显或核显均可正常工作
请问能否在不禁用的情况下正常调用2060,再次感谢 | open | 2021-09-12T02:04:35Z | 2022-01-03T06:05:54Z | https://github.com/xinntao/Real-ESRGAN/issues/76 | [] | ransxd | 3 |
autogluon/autogluon | data-science | 4,500 | [tabular] Add GPU unit tests | Add unit tests in Tabular to test GPU support.
- [ ] Follow-up #4495, add unit test for limiting `num_gpus`: `test_resource_constraints`
Add GPU tests for:
- [ ] NeuralNetTorch
- [ ] NeuralNetFastAI
- [ ] FT-Transformer
- [ ] LightGBM
- [ ] XGBoost
- [ ] CatBoost
- [ ] MultimodalModel | open | 2024-09-27T20:34:05Z | 2024-11-25T22:47:16Z | https://github.com/autogluon/autogluon/issues/4500 | [
"enhancement",
"module: tabular",
"resource: GPU"
] | Innixma | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.