Kyubyong / expressive_tacotron

Tensorflow Implementation of Expressive Tacotron
197 stars 33 forks source link

Fixed synthesize, added checkpoint load path argument #3

Closed reidsanders closed 6 years ago

reidsanders commented 6 years ago

Synthesize didn't work unless the refs, texts, and batch were all the same length. Fixed by batching and padding. Also made it slightly more convenient to load from checkpoint in synthesize and train.