as-ideas / TransformerTTS

🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k stars 227 forks source link

the missing of HiFiGAN model.pt #130

Closed chikiuso closed 2 years ago

chikiuso commented 2 years ago

Good morning, I run through all training process with my own dataset, I run the predict with HiFiGAN vocoder with this setting :

But it turns out to be this message :

May I ask where could I locate the hifigan model.pt? thanks!

Best wishes, Jack

alexvwegen commented 2 years ago

Did you also trained a HiFiGAN model on your own data or just the TTS? If you want to use a pretrained HiFiGAN model, I'd have a look at the HiFiGAN repository => https://github.com/jik876/hifi-gan There are some pretrained models linked that you can use. However from my experience, it's best to train HiFiGAN on your data as well for the best sounding results.

chikiuso commented 2 years ago

thanks for your help :D