Run test_run() every time that saves a checkpoint and not in the epochs end.
Currently, we save checkpoints without audio samples for each one. In this way, we cannot evaluate the models correctly. My suggestion is to run test_run() every time that we save a checkpoint.
Hi @Edresson, If you are accepting contributions, I wanted to check if I can help with implementing this feature request if not done already. I am looking to start with open source development and thought coqui would be a great platform. Please let me know. I am open to working on other feature requests as well.
Hi @pranavpawar3 , contributions are always welcome on all Coqui repositories. Feel free to contribute :). @erogol This feature is not already implemented and is it welcome, right?
Yep not implemented yet. Feel free to shoot a PR
Thanks @Edresson @erogol, I will try to make a PR soon! I shall write here if I have any questions.