Automatic Speech Recognition
Keras
ONNX
English

Added ONNX Runtime format versions of the original ONNX files

#4
Useful Sensors Inc. org
edited 7 days ago

The ONNX Runtime format offers smaller files than the original ONNX format, so it's helpful to use this approach with some of our web examples, where bandwidth is important.

Thesefiles were created by running these commands on the downloaded ONNX files:

py -m onnxruntime.tools.convert_onnx_models_to_ort .\public\moonshine\tiny\
py -m onnxruntime.tools.convert_onnx_models_to_ort .\public\moonshine\base\
keveman changed pull request status to merged

Sign up or log in to comment