Skip to content
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

Tacotron to Onnx #243

Open
manuel3265 opened this issue May 9, 2022 · 1 comment
Open

Tacotron to Onnx #243

manuel3265 opened this issue May 9, 2022 · 1 comment

Comments

@manuel3265
Copy link

Hello, thank you very much for the work, I just have a question. How can I convert the Tacotron 2 model to onnx?

@wqt2019
Copy link

wqt2019 commented May 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants