Tomiinek / Multilingual_Text_to_Speech

An implementation of Tacotron 2 that supports multilingual experiments with parameter-sharing, code-switching, and voice cloning.
MIT License
826 stars 157 forks source link

Continue training with an exiting checkpoint but with new speaker id #67

Closed vince62s closed 2 years ago

vince62s commented 2 years ago

Hi @Tomiinek Before I dive in the code, can you tell me if this use case is handled ? does the checkpoint handle new speaker id on continued training ?

thanks.

vince62s commented 2 years ago

answering myself: impossible with current code.

Tomiinek commented 2 years ago

You are right, it does not.