Skip to content

Section 4.4 End-to-End Speech Synthesis #169

@freedomtowin

Description

@freedomtowin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions