xiaochus / MobileNetV3

A Keras implementation of MobileNetV3.
MIT License
236 stars 83 forks source link

Feat: add checkpoint to save best model. #15

Closed fire717 closed 4 years ago

fire717 commented 4 years ago

Original code only save model at the last, but because of the earlystop, the last model is not the best performance model.