-
`torch.sym_not` does not belong to the `torch.ops.[...]` namespace so we need to have a convention for registering the `sym` ops.
This is a part of the sym support in ONNX. We additionally need to …
-
How do I save the model trained with the example as a pt file or something else and convert it to an onnx model。
(请问如何将用示例训练好的模型保存为pt文件或者其他,并且转换为onnx模型??)
-
As the title mentioned, one of the strength of yolov9 is the relatively high accuracy with smaller size and faster speed, a great tool for embedded devices. I think it would be a nice feature for this…
-
Does anyone have a ready script for exporting a model to tensorrt?
-
### 🐛 Describe the bug
torch.onnx.export gives the following RuntimeError:
> RuntimeError: The serialized model is larger than the 2GiB limit imposed by the protobuf library. Therefore the output …
-
### Describe the issue
We have successfully built ONNX Runtime Python wheels targeting the RISC-V architecture, using both the cross-compilation process outlined in the documentation and an emulated …
-
Hi,
I'm trying to run the midasV2_onnx_monocularDepthEstimation example.
When getting to `export_to_onnx`, it fails to query ADB devices because ADB is not running on my machine. My host is a Windo…
-
Hi,
I run the script below, and the outputs from both models are not the same.
```python
# Text recognition
import torch
from PIL import Image
from torchvision import transforms as T
import…
-
when i run this code, i got the warning
import torch
import onnx
parseq = load_from_checkpoint('pretrained=parseq').eval()
parseq.refine_iters = 0
parseq.decode_ar = False
image = torch.ra…
-
### What happened?
For the give IR
```mlir
#map = affine_map ()>
#map1 = affine_map (d0, d1, d2, d3)>
#map2 = affine_map ()>
#map3 = affine_map (s0 floordiv 12)>
module {
ml_program.global…