Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Early stopping only works when save_checkpoint set True #189

Open
Nokimann opened this issue Nov 19, 2020 · 1 comment
Open

Early stopping only works when save_checkpoint set True #189

Nokimann opened this issue Nov 19, 2020 · 1 comment

Comments

@Nokimann
Copy link

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)

@chc273
Copy link
Contributor

chc273 commented Nov 19, 2020

You can use keras early stop callback

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants