keithito / tacotron

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

Question about transfer learning #208

Open DongKeon opened 6 years ago

DongKeon commented 6 years ago

Thank you for providing the open source :)

I would like to train with own dataset(English).

Is it possible to use transfer learning on the pre-trained model(LJ-dataset)?

I hope you can help me thank you.

keithito commented 6 years ago

Yes, that should be possible. Someone was able to train an Obama model with only 1.6 hours of data by fine-tuning the model trained on LJ Speech: https://github.com/keithito/tacotron/issues/10#issuecomment-343015698