nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

update save best for resume and add save last epoch #65

Closed triwahyuu closed 4 years ago

triwahyuu commented 4 years ago

Type of changes

Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): close #64 ## What is the new behavior? - save `best_metrics` value in checkpoint - get `best_metrics` value from checkpoint for `save_best_metrics` value initialization - add `save_last_epoch` config ## Checklist