keithito / tacotron

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

Validation while training #297

Open alchemi5t opened 4 years ago

alchemi5t commented 4 years ago

I was wondering why this pipeline didn't have an evaluation function to get validation loss to check for overfitting. Or is it there and did i miss it?