ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

Save best models for each evaluation metric #751

Open jindrahelcl opened 6 years ago

jindrahelcl commented 6 years ago

Instead of saving the model if the last metric from the configuration achieves a high score, do this for all of the metrics.

Also, provide an option to save models periodically, independently of the achieved score.