keithito / tacotron

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

Only want to synthesize 10-word-sentence #310

Closed CassiniHuy closed 4 years ago

CassiniHuy commented 4 years ago

Hi, everyone. I'm going to train a model which only need to gain the ability of speeking numbers. That means that I only need to teach it how to say 10 words(0, 1, 2, 3, 4, 5, 6, 7, 8. 9). I don't know how to modify the parameters that's in hparam.py. But I think that the default parameters are used for much bigger word space, so it seems I need to modify it for a much smaller task. It's kind if someone can help me.

CassiniHuy commented 4 years ago

Just collect more data.