auspicious3000 / autovc

AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
https://arxiv.org/abs/1905.05879
MIT License
990 stars 205 forks source link

why no validation? #104

Closed zjuPeco closed 2 years ago

zjuPeco commented 2 years ago

In other deep learning tasks, there is always a validation set. So we can know when to stop the training.

why is there no validation set?

auspicious3000 commented 2 years ago

We intend to make this code as simple as possible. You can easily add your own validation set.

zjuPeco commented 2 years ago

thanks