hosa.callbacks.early_stopping.EarlyStoppingAtMinLoss.on_test_begin

EarlyStoppingAtMinLoss.on_test_begin(logs=None)

Called at the beginning of evaluation or validation.

Subclasses should override for any actions to run.

Parameters

logs – Dict. Currently no data is passed to this argument for this method but that may change in the future.