How did you convert the model to ONNX? #531
Replies: 4 comments 1 reply
|
Converting of the model now a little bit tricky because of the progress of torch project. Now you can export JIT model to ONNX file, using code: |
|
@adamnsandle Could you share your onnx export script please? I appreciate it |
|
For all of you that want to export silero-vad v4 to onnx, or even to executorch, or to RKNN, please have a look at You can also find the PyTorch source code for silero-vad v4, which can load the weights directly from silero_vad.jit v4 |

Uh oh!
There was an error while loading. Please reload this page.
This is out of curiosity and to learn from others. I don't need your source code.
How did you convert your model from PyTorch to ONNX?
Did you use torch.onnx.export or torch.onnx.dynamo_export?
Did you have to adjust your model code to make it exportable to ONNX?
All reactions