We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So it seems that if you train the vcoder on the predicted mel-spectrograms of the text-to-wave model (Tacotron2) you get better results, right?
Using this: https://github.com/jik876/hifi-gan
The mel dataset creator, returns the following
(mel.squeeze(), audio.squeeze(0), filename, mel_loss.squeeze())
In the training it looks as follows:
x, y, _, y_mel = batch
But if not fine-tuning, then x and y_mel are the same. Where can I look in the paper to better understand this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So it seems that if you train the vcoder on the predicted mel-spectrograms of the text-to-wave model (Tacotron2) you get better results, right?
Using this:
https://github.com/jik876/hifi-gan
The mel dataset creator, returns the following
In the training it looks as follows:
But if not fine-tuning, then x and y_mel are the same. Where can I look in the paper to better understand this?
The text was updated successfully, but these errors were encountered: