dacapo.experiments.training_iteration_stats

Module Contents

Classes

TrainingIterationStats

A class to represent the training iteration statistics.

class dacapo.experiments.training_iteration_stats.TrainingIterationStats

A class to represent the training iteration statistics.

iteration

The iteration that produced these stats.

Type:

int

loss

The loss value of this iteration.

Type:

float

time

The time it took to process this iteration.

Type:

float

iteration: int
loss: float
time: float