Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

test using text file #79

Open ghost opened 7 years ago

ghost commented 7 years ago

How can I run the model and generate voice from certain text file?

AzamRabiee commented 7 years ago

customize load_eval_data() function in prepro.py with your text file.