keithito / tacotron

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

How do tacotron partition training set and test set? #328

Open AeolusZane opened 4 years ago

AeolusZane commented 4 years ago

i found that all the .wav files are used to train. is there no test set?

fathimad11 commented 4 years ago

I also have the same doubt..