onEpochBegin

open fun onEpochBegin(epoch: Int, logs: TrainingHistory)

Called at the start of an epoch during training phase.

Parameters

epoch

index of epoch.

logs

training history, containing full information about previous epochs.