Package org.jetbrains.kotlinx.dl.api.core.history
Types
BatchEvent
Link copied to clipboard
BatchTrainingEvent
Link copied to clipboard
One record in TrainingHistory objects containing tracked data from one batch in the specific epoch.
EpochTrainingEvent
Link copied to clipboard
One record in TrainingHistory objects containing tracked data from one epoch.
History
Link copied to clipboard
class History
Content copied to clipboard
Contains all recorded batch events as a list of BatchEvent objects.
TrainingHistory
Link copied to clipboard
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.