Kyubyong / expressive_tacotron

Tensorflow Implementation of Expressive Tacotron
197 stars 33 forks source link

How to test the trained model with some real sentence? #4

Open ghost opened 6 years ago

ghost commented 6 years ago

Thanks for your contribution.

I got the good alignment result since 23k steps, image

but I cannot find eval.py, and how can i test the trained model with real sentence i type?

nikitaverbis commented 6 years ago

Hello, @DavidAksnes.

In the file synthesize.py of this repo you will find synthesize() function. I believe it will help.

Added. Also in train.py exists mode="train", change it to mode="eval".