appendBatch
fun appendBatch(epochIndex: Int, batchIndex: Int, lossValue: Double, metricValue: Double)
Content copied to clipboard
Appends tracked data from one batch event.
Parameters
epochIndex
Epoch index.
batchIndex
Epoch index.
lossValue
Value of loss function on training dataset.
metricValue
Value of metric function on training dataset.
Appends one BatchTrainingEvent.