-
### Describe the issue
When running this ONNX net: [attention_splited_shapes](https://github.com/microsoft/onnxruntime/files/13350892/attention_splited_shapes.zip) with optimize_model, the order of t…
-
### System information
- Windows 10
- .net 5.0
- ONNX Runtime installed from nugget
- ONNX Runtime version: 1.5.2
- Microsoft.ML version: 1.5.2
- CPU only
### Issue
Even after disposing the …
-
### What happened?
Vibe crashes when I turn the recognize speakers option on. It works fine otherwise.
### Steps to reproduce
turn on recognize speakers, download model, hit transcribe.
### What O…
-
### Describe the issue
I noticed am trying to optimize my models for WebAssembly ONNX Runtime. I ran some test regarding the Conv operation speed difference between Web and Native ONNX Runtime.
I…
-
Scoring with the exported ONNX model is very slow compared to original Scikit-Learn model:
When doing 294 predictions with the exported ONNX model needs 1.3 secs but with the original Scikit-Learn …
-
### Describe the issue
I am trying to benchmark `vits2.onnx`. The path is correct and the file exists. However, I got the following error:
`RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_E…
-
使用3588的板子,信息如下:
I RKNN: [02:17:34.734] RKNN Runtime Information, librknnrt version: 2.0.0b14 (2d891ba573@2024-05-31T11:36:07)
I RKNN: [02:17:34.734] RKNN Driver Information, version: 0.8.2
W RKNN: …
-
我在使用命令行进行put_along_axis映射,使用了custom_ops,但是onnx的输入和输出发现对不上
这个是我使用的命令行:paddle2onnx --model_dir . --model_filename paddle_put_along_axis.pdmodel --opset_version 16 --save_file put_along_axis.onnx --cust…
-
# Feature Request
Hi everyone!
I would like to know if it is possible to train Neural Network models using Onnx Runtime and export them in ONNX format (only using Onnx runtime, not the jupyter…
-
### Describe the issue
Am converted my onnx to fp16, the size shrinked down, inputs are fp16 dtype in netron.
But using onnxrutnime c++ onnx forward, the speed didn't speedup.
Does I need furth…