fatchord / WaveRNN

WaveRNN Vocoder + TTS

Home Page:https://fatchord.github.io/model_outputs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tacotron to Onnx

manuel3265 opened this issue · comments

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

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.