keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.96k stars 957 forks source link

Retrain model with own data based on pre-model? #174

Closed ben-8878 closed 6 years ago

ben-8878 commented 6 years ago

I want to know whether i can train model with own data based on pre-model? if it is, how to set the parameter and where to set the parameter?

navidnadery commented 6 years ago

First of all convert your data labels to ARPABET or Latin letters. Place the pre-trained model in logs-tacotron directory. Now continue training using -- restor_step. good luck

ben-8878 commented 6 years ago

@navidnadery thank you very much