onTestBatchEnd
open fun onTestBatchEnd(batch: Int, batchSize: Int, event: BatchEvent?, logs: History)
Content copied to clipboard
Called at the end of a batch during evaluation phase. Also called at the end 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.
event
Metric and loss values for this batch.
logs
training history, containing full information about previous epochs.