BatchTrainingEvent

fun BatchTrainingEvent(epochIndex: Int, batchIndex: Int, lossValue: Double, metricValues: List<Double>)

Creates BatchTrainingEvent from epochIndex, batchIndex, lossValue, metricValues.

Parameters

epochIndex

Batch index.

batchIndex

Batch index.

lossValue

Final value of loss function.

metricValues

Final value of chosen metric.