netrack / keras-metrics

Metrics for Keras. DEPRECATED since Keras 2.3.0
MIT License
165 stars 23 forks source link

I can save the model when recall reaches max by code? #42

Open BachTuan975 opened 5 years ago

BachTuan975 commented 5 years ago

I can save the model when recall reaches max by code checkpoint = ModelCheckpoint (WEIGHTS_FINAL, save_weights_only = True, monitor = 'val_binary_recall', verbose = 1, save_best_only = True, mode = 'max')

ybubnov commented 5 years ago

@BachTuan975, could you, please, give a little bit more context? I don't quite understand the issue.