BatchTrainingEvent

fun BatchTrainingEvent(epochIndex: Int, batchIndex: Int, lossValue: Double, metricValue: Double)

Creates BatchTrainingEvent from epochIndex, batchIndex, lossValue, metricValue.

Parameters

epochIndex

Batch index.

batchIndex

Batch index.

lossValue

Final value of loss function.

metricValue

Final value of chosen metric.