Skip to content
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

Section 4.4 End-to-End Speech Synthesis #169

Open
freedomtowin opened this issue Aug 6, 2024 · 0 comments
Open

Section 4.4 End-to-End Speech Synthesis #169

freedomtowin opened this issue Aug 6, 2024 · 0 comments

Comments

@freedomtowin
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant