onTestBatchBegin

open fun onTestBatchBegin(batch: Int, batchSize: Int, logs: History)

Called at the beginning of a batch during evaluation phase. Also called at the beginning of a validation batch during validation phase, if validation data is provided.

Parameters

batch

the batch number

batchSize

Number of samples in the current batch.

logs

training history, containing full information about previous epochs.