midas-research / dlkp

A deep learning library for identifying keyphrases from text
MIT License
25 stars 3 forks source link

Save the best_model #18

Open debanjanbhucs opened 2 years ago

debanjanbhucs commented 2 years ago

While training a model it does not saves the best model in a separate directory. It would be nice to save the best model under a best_model directory under the outputs directory by default and the users should also be able to point to a directory of their choice.