I wanna try to train it on multiple datasets with multiple speakers, what changes should I make? Any guides/examples?
Try to use Tacotron GST
Add a speaker embedding layer and append the speaker embedding to the encoder outputs, replicating it over the time dimension. Note that you'll have to change the input dimension of your attention rnn.
We're going to release Multispeaker Tacotron GST: stay tuned!
@rafaelvalle
What mean memory_lengths in decoder? Should I add +1 for speaker embedding?
Also, any eta for this realize? Like week or month?
Maybe I need to train more, or should not to start from single speaker checkpoint, but it produces the same voice with every speaker id.
Add a speaker embedding layer and append the speaker embedding to the encoder outputs, replicating it over the time dimension. Note that you'll have to change the input dimension of your attention rnn.
We're going to release Multispeaker Tacotron GST: stay tuned!
Hi Rafael, @rafaelvalle
Do you have projected timeline when the Tacotron GST will be released? Looking forward to testing it out!
https://github.com/NVIDIA/mellotron
Our mellotron repo uses a Multispeaker Tacotron with GST.
Most helpful comment
Add a speaker embedding layer and append the speaker embedding to the encoder outputs, replicating it over the time dimension. Note that you'll have to change the input dimension of your attention rnn.
We're going to release Multispeaker Tacotron GST: stay tuned!