Can I use pretrained models with different hparams settings?
Opened this issue · 0 comments
Deleted user commented
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.