hosa.callbacks.early_stopping.EarlyStoppingAtMinLoss.on_predict_end

EarlyStoppingAtMinLoss.on_predict_end(logs=None)

Called at the end of prediction.

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.