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

Rayhane-mamah Tacotron-2 + r9y9 wavenet_vocoder compatibility #201

Open
Alexey322 opened this issue Jun 30, 2020 · 1 comment
Open

Rayhane-mamah Tacotron-2 + r9y9 wavenet_vocoder compatibility #201

Alexey322 opened this issue Jun 30, 2020 · 1 comment

Comments

@Alexey322
Copy link

Alexey322 commented Jun 30, 2020

Hey. I trained the Tacotron 2 synthesizer from Rayhane-mamah, the synthesized spectrograms sound good if you use the griffin limm algorithm. Unfortunately, the vocoder in his repository learns with an error, so I decided to use the r9y9 vocoder. Actually, I have a few questions:

  1. If Tacotron 2 was trained on spectrograms that were obtained from processed audio with preemphasis, is it possible to train r9y9 wavenet on synthesized spectrograms from Tacotron 2? Or do you need to train Tacotron 2 again without preemphasis?

  2. If Tacotron 2 was trained on spectrograms that were obtained from processed audio with mulaw, can they somehow be brought to a raw representation in order to use the checkpoint r9y9 wavenet trained on raw and retrain the network? Or for this, you need to completely retrain Tacotron 2 with other parameters?

  3. How can a vocoder learn to generate audio similar to ground truth if it is trained on gta?

  4. And yet, there was an idea to synthesize a spectrogram with trained Tacotron 2 and bring to it using the griffin limm algorithm, after which you need to prepare the audio in r9y9. How effective will this method be?

Thank!

@zhitiankai
Copy link

Hello, I use Rayhane-mamah Tacotron-2, his vocoder cannot be trained, how do you use r9y9 wavenet_vocoder?

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

2 participants