You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to split tacotron2 model for three onnx model. convert the encoder of t2 to onnx model1, convert the attention + decoder of t2(autoregressive part, don't include 'for' or 'while' code) to onnx model2, convert post-net of t2 to onnx model3.
Hello, thank you very much for the work, I just have a question. How can I convert the Tacotron 2 model to onnx?
The text was updated successfully, but these errors were encountered: