barronalex / Tacotron

Implementation of Google's Tacotron in TensorFlow
236 stars 80 forks source link

Check if checkpoint file exists. #16

Closed syoyo closed 7 years ago

syoyo commented 7 years ago

This PR simply checks if a latest checkpoint file exists.

syoyo commented 7 years ago

Thanks!

jpdz commented 7 years ago

Hi, I got good results after training. However when I tried to do the test, the result is not so good even when I use the training samples as the test input. I am a little confused. Thank you very much.