-
Notifications
You must be signed in to change notification settings - Fork 915
Open
Description
Is it expected that the EarlyStopping callback’s behavior depends on the display_every option, i.e. that
early_stopping = dde.callbacks.EarlyStopping(min_delta=1e-3, patience=10)
model.train(iterations=100, display_every=10, callbacks=[early_stopping])
and
early_stopping = dde.callbacks.EarlyStopping(min_delta=1e-3, patience=10)
model.train(iterations=100, display_every=100, callbacks=[early_stopping])
work differently?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels