Exporting/converting torchscript model to ONNX #263
Unanswered
DavidJones10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone have any experience exporting/converting any of the pre-trained models or their own models to a format like ONNX? I am trying to deploy a RAVE model on a web application, and while I was waiting for it to train I figured I would see what it would be like to convert it for use in javascript using the percussion.ts pre-trained model. When trying to convert the torchscript file to an ONNX model, I started getting assertion errors that I'm assuming are due to the complex structure of the RAVE model. If anybody has any advice, it would be much appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions