NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 372 forks source link

Early Stopping #548

Open abhishek-rawat18 opened 3 years ago

abhishek-rawat18 commented 3 years ago

How to introduce early stopping criterion while using train_eval mode? This would be useful if we can't save many checkpoints due to low memory space, or keep a track of the running code all the time. Any help would be appreciated.