hosa.callbacks.early_stopping.EarlyStoppingAtMinLoss.on_test_end
- EarlyStoppingAtMinLoss.on_test_end(logs=None)
Called at the end of evaluation or validation.
Subclasses should override for any actions to run.
- Parameters
logs – Dict. Currently the output of the last call to on_test_batch_end() is passed to this argument for this method but that may change in the future.