-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to export an ONNX with opset version = 13? #459
Comments
The new VAD version was released just now - #2 (comment). |
While the new release is fresh, we are able to export with certain other opsets. |
If this becomes relevant, please open a new issue. |
I would like to downgrade to opset versions lower than 15 because, when deploying the model to Triton, the current Kubernetes setup only supports up to opset 15.This is the error I receive.Thanks | silero_vad | 1 | UNAVAILABLE: Internal: onnx runtime error 1: Load model from /tmp/folderH4ekFf/1/model.onnx failed:/workspace/onnxruntime/onnxruntime/core/graph/model_load_utils.h:47 void onnxruntime::model_load_utils::ValidateOpsetForDomain(const std::unordered_map<std::__cxx11::basic_string<char>, int>&, const onnxruntime::logging::Logger&, bool, const string&, int) ONNX Runtime only *guarantees* support for models stamped with official released onnx opset versions. Opset 16 is |
| | | under development and support for this is limited. The operator schemas and or other functionality may change before next ONNX release and in this case ONNX Runtime will not guarantee backward compatibility. Current official support for domain ai.onnx is till opset 15. | |
15 for Kubernetes and Triton. |
I would like to downgrade to opset versions lower than 15 not necessarily 13.Thanks |
Could you tell me how to get other opset version of the ONNX model @snakers4 ? Thanks |
We added a 16 kHz only ONNX model that was exported with opset 15. |
How to export an ONNX with opset version = 13? Currently, the silero_vad.onnx is opset version = 16.
Could you tell me how to get other opset version of the ONNX model?
Thanks
The text was updated successfully, but these errors were encountered: