Documentation for noggin.utils

create_plot(metrics, Sequence[str], …) Create matplotlib figure/axes, and a live-plotter, which publishes “live” training/testing metric data, at a batch and epoch level, to the figure.
plot_logger(logger, plot_batches, …) Plots the data recorded by a LiveLogger instance.
save_metrics(path, pathlib.Path], liveplot, …) Save live-plot metrics to a numpy zipped-archive (.npz).
load_metrics(path, pathlib.Path]) Load noggin metrics from a numpy archive.