-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to inference using MelGAN given a tacotron mel spec output? #46
Comments
upload sound samples? |
@CookiePPP Please set the volume into lowest... I don't want to hurt your ears... |
Do you have the code you used to feed the tacotron outputs into melgan uploaded somewhere? |
@CookiePPP The process are kind like below: First i get the mel spec output from tacotron, using like
Then i unsqueeze and transpose the mel result to feed into MelGAN.
|
Where does this line come from? This repo is designed to inferface with NVIDIA/Tacotron. |
@CookiePPP I see. I use mozilla tts instead. |
@CookiePPP I would like to know that whether could we use tacotron gta output to train melgan |
@tsungruihon
and replace 0.5 and +2 with the values that move the spectrogram between -12 and 2.
Note sure, I'm busy today so I can't really help you there. |
@CookiePPP Really appreciated. Thanks a lot. |
I face the same problem Did you find a solution? |
Please visit https://github.com/mozilla/TTS |
When i trained melgan with original wav's mel spec, the result went well.
But when i tried to feed tacotron mel spec output into trained melgan model, the sound just all bee. Would you mind sharing some advice? thanks a lot. @seungwonpark
The text was updated successfully, but these errors were encountered: