-
### Describe the issue
Hello onnx team!
I'm trying to inference BEVDet model converted to onnx. I'm able to export it to onnx but then I'm trying to inference it in python it produce:
```
Trace…
-
### 🐛 Describe the bug
1. I export my custom module (which is a simple wrapper around `torch.nn.MultiheadAttention`) into `.onnx` using the following code:
```python
import numpy as np
import onnx
im…
-
### 🐛 Describe the bug
```python
import onnx
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_name = "microsoft/Phi-3.5-mini-instruct" # Slice error
model = Auto…
-
__Steps to reproduce__
```
conda create -n romp python=3.10
conda activate romp
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
pip install simpl…
-
git clone https://github.com/neonbjb/tortoise-tts.git
cd tortoise-tts
python -m pip install -r ./requirements.txt
python setup.py install
I PUT THIS AND GET:
I THINK PIP SAYS:
1479/1479
…
-
### Feature request
I wonder if the task text-classification can to be supported in the ONNX export for clip? Ich want to use the openai/clip-vit-large-path14 model for zero-shot image classification…
-
### Reproducing code example:
Unable to compile on ARMv7
### NumPy/Python version information:
Numpy 1.21.2
Python 3.8.10
### Error message:
```
root@homeassistant:~# cat /etc…
-
Dear Author,
Firstly, I would like to express my appreciation for your excellent work on Sagenet. It's a fantastic tool that has been very helpful. However, I've encountered a couple of issues whil…
-
**Describe the bug**
I am not able to install lazypredict. I have a Macbook with the "new" M1 chip and faced some issues regarding the new chip with some other packages in the past. Here it seems to …
-
**Is your feature request related to a problem? Please describe.**
After I exported some model to ONNX format, I call onnxruntime.InferenceSession([onnx_file_path]) to check it works fine.
However, …