-
I'm running bed ready on Octo4a with my smartphone, unable to pass installation because stuck at OpenCV
error code here:
`Downloading opencv-python-headless-4.6.0.66.tar.gz (90.3 MB)
Installin…
-
### 🐛 Describe the bug
# the bug description
When I use the tensor shape like this (batch_size, seq_len, embedding_size) and i put the batch_size, seq_len in dynamic_axes to generate onnx model, I c…
-
### Issue with current documentation:
Some doc chapters start with one or two mottos, like https://numpy.org/doc/stable/user/c-info.python-as-glue.html.
This is distracting. The more so as the c…
-
**Describe the bug**
Failed to run `64.onnx` whereas there was no issue on `32.onnx`. The only difference was the default keras dtype of the model which were float64 and float32 respectively. Here is…
-
### Describe the issue
When trying to quantize a Yolov8 model (exported with `yolo export model=yolov8x.pt format=onnx`) with `onnxruntime`, I get the following error:
```
$ python quantize.py yo…
Jamil updated
3 months ago
-
Greetings !
I'm attempting to install the package, and I ran into the following error :
LOG
```log
Using version ^1.9.0 for datumaro
Updating dependencies
Resolving dependencies... (…
-
I'm trying to export an encoder for ASR model from onnx to rknn.
There is my code:
```
import os
import traceback
import time
import sys
import numpy as np
import cv2
from rknn.api import RKN…
-
### Describe the issue
Hi,
I was trying to statically quantize [this Coqui VITS model](https://github.com/coqui-ai/TTS/blob/e5fb0d96279af9dc620add6c2e69992c8abd7f24/TTS/.models.json#L143) that I h…
-
These days I was reading articles explanning differences between the several derivations of Python world (http://www.toptal.com/python/why-are-there-so-many-pythons, for example) and one of these proj…
-
I used onnx package load my llm model directly successfully in my ubuntu x86 platform.
`model = onnx.load("Qwen_models/Qwen-7B-onnx/qwen_model.onnx")
for node in model.graph.node:
print(node.…