massquantity / LibRecommender

Versatile End-to-End Recommender System
https://librecommender.readthedocs.io/
MIT License
366 stars 65 forks source link

Request for Option to Save Best Model During Training #461

Open amine-boukriba opened 6 months ago

amine-boukriba commented 6 months ago

Thank you for providing this wonderful library! It features cutting-edge models and an easy-to-use interface. However, I'm encountering an issue: is there a way to save the best model during training? I've noticed that it currently saves the model from the last epoch trained, rather than the one with the best evaluation loss. I've searched extensively throughout the library but couldn't find any parameter to modify this behaviour. Thanks for your assistance.

massquantity commented 6 months ago

Hi, unfortunately, this feature is not supported. We will consider adding it.