appendBatch

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

Appends tracked data from one batch event.

Parameters

epochIndex

Epoch index.

batchIndex

Epoch index.

lossValue

Value of loss function on training dataset.

metricValues

Value of metric function on training dataset.

fun appendBatch(batchTrainingEvent: BatchTrainingEvent)

Appends one BatchTrainingEvent.