onEpochEnd

open override fun onEpochEnd(epoch: Int, event: EpochTrainingEvent, logs: TrainingHistory)

Called at the end of an epoch during training phase.

Parameters

epoch

index of epoch.

event

metric results for this training epoch, and for the validation epoch if validation is performed.

logs

training history, containing full information about previous epochs.