TrainingHistory
class TrainingHistory
Content copied to clipboard
Contains all recorded batch events as a list of BatchTrainingEvent objects and epoch events as a list of EpochTrainingEvent objects.
NOTE: Used to record BatchTrainingEvent and EpochTrainingEvent during training phase.
Constructors
TrainingHistory
Link copied to clipboard
fun TrainingHistory()
Content copied to clipboard
Functions
appendBatch
Link copied to clipboard
Appends one BatchTrainingEvent.
appendEpoch
Link copied to clipboard
Appends one EpochTrainingEvent.
eventsByEpoch
Link copied to clipboard
Returns all BatchTrainingEvent of the specific epoch.
lastBatchEvent
Link copied to clipboard
Returns last BatchTrainingEvent
lastEpochEvent
Link copied to clipboard
Returns last EpochTrainingEvent.