Nokimann opened this issue 4 years ago · 1 comments
The early stoping works if
model.train(save_checkpoint=True, patience=1)
The early stopping doesn't work if
model.train(save_checkpoint=False, patience=1)
You can use keras early stop callback