noggin.plotter.LivePlot.test_metrics

LivePlot.test_metrics

The batch and epoch data for each test-metric.

Returns:
OrderedDict[str, Dict[str, numpy.ndarray]]

The structure of the resulting dictionary is:

'<metric-name>' -> {"batch_data":   array,
                    "epoch_data":   array,
                    "epoch_domain": array,
                    ...}