noggin.logger.LiveMetric.add_datapoint

LiveMetric.add_datapoint(value: numbers.Real, weighting: numbers.Real = 1.0)[source]

Record a batch-level measurement of the metric.

Parameters:
value : Real

The recorded value.

weighting : Real

The weight with which this recorded value will contribute to the epoch-level mean.