nlpyang / PreSumm

code for EMNLP 2019 paper Text Summarization with Pretrained Encoders
MIT License
1.29k stars 465 forks source link

How to save the best model? #250

Closed WSChange closed 8 months ago

WSChange commented 8 months ago

I have trained the model and it save a lot of checkpoint file. How do I distinguish the best model?

WSChange commented 8 months ago

Oh, the readme has given an answer. Just add -test_all. The model will automatically save the best model.