BatchEvent

fun BatchEvent(batchIndex: Int, lossValue: Double, metricValue: Double)

Creates BatchEvent from batchIndex, lossValue, metricValue.

Parameters

batchIndex

Batch index.

lossValue

Final value of loss function.

metricValue

Final value of chosen metric.