Open BachTuan975 opened 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')
@BachTuan975, could you, please, give a little bit more context? I don't quite understand the issue.
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')