-
pipe = OmniGenPipeline.from_pretrained("Shitao/OmniGen-v1")
not support
device_map=auto.....acclrate
4-bit........bitsandbytes
-
I found from onnxruntime-directml==1.15, mask outputs are diffrent and incorrect between directml and onnxruntime.
I used detectron2 Mask r-cnn.
In python onnxruntime-directml==1.14.1 is ok, and in…
-
Creating an issue, that I have reproduced with the SharkRT fork (not yet with main, but its pretty close).
Repro steps :
Build setup
```
git clone git@github.com:nod-ai/SRT.git
cd SRT
git c…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
I downloaded the pre-training model to see the effect of the model. Instead of generating flist file, I directly tested it, and the following error occurred:
python test.py --checkpoints ./checkpo…
-
@falibabaei
i managed to train a model by setting 3 classes and using one hot encoding on the targets.
![image](https://github.com/user-attachments/assets/35a44a5e-8f40-46a8-9732-d09b70ad9360)
…
-
I'm tried to convert model to coreML
firs tI tried it in terminal using this code
and generate two encoder and decoder files
```
import torch
from PIL import Image
from torchvision import tran…
X901 updated
4 months ago
-
Hey, thanks so much for your great work and for releasing all your resources publicly.
I was interested in reproducing table 6 in your paper:
To reproduce the CLIP-ViT-H-14 and PickScore mode…
-
### Description of the bug | 错误描述
(data) (base) randy@3080Ti:/mnt/projects/settings$ magic-pdf -p small_ocr.pdf
2024-09-04 00:07:47.984 | INFO | magic_pdf.libs.pdf_check:detect_invalid_chars:5…
-
### Question
我在运行cli.py文件进行推理时,出现以下错误:
`Traceback (most recent call last):
File "/root/miniconda3/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globa…