hosa.callbacks.early_stopping.EarlyStoppingAtMinLoss.on_predict_begin
- EarlyStoppingAtMinLoss.on_predict_begin(logs=None)
Called at the beginning 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.