fatchord / WaveRNN

WaveRNN Vocoder + TTS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use pretrained models with different hparams settings?

opened this issue · comments

Hi, @fatchord
For example, can I train tacotron with the pretrained model, and change mu-law, voc_mode, or batch size? or do I have to stick to the original settings?

or for example, train tacotron using pretrained with original settings, then train wavernn from scratch using (voc_mode= 'RAW') and with a different batch size? or do I have to stick to original settings too?

thanks.