Closed Yeongtae closed 6 years ago
Have you checked https://github.com/r9y9/wavenet_vocoder#online-tts-demo? Let me know if it doesn't work.
It seems to be not 100K.
This is because I trained the model multiple times from step 0. Approx 300k * 4 > 1000k..
Hello, pardon me intruding here :)
@Yeongtae you don't seem to be rescaling T2 output mels to [0, 1] @r9y9's demo shows how to do that correctly. I'm out of here :)
I'm closing this. Feel free to reopen if the problem persists.
@r9y9 Thanks
@r9y9 Using above link, I could get bellow pretrained model.
I have run synthesize.py using the pretrained model at the above image. But I could get a noisy wav file.
0817.zip
The wavs with prefix 'wav-' are generated by using https://github.com/Rayhane-mamah/Tacotron-2 with your pretrained model A wav with prefix '20180510_' is generated by using above pretrained model.
Please check above link.