early_stopping
early_stopping
¶
Resumable early stopping callback.
ResumableEarlyStopping
¶
Bases: EarlyStopping
EarlyStopping that ignores checkpoint state, always using config values.
Lightning restores early-stopping counters from the checkpoint, so a run that already stopped once could never be resumed past that point. Dropping the restored state lets resumed runs restart early stopping from the configured values.