mean_gsnr_gauge

class cockpit.instruments.mean_gsnr_gauge(self, fig, gridspec)[source]

Mean GSNR gauge, showing the mean GSNR versus iteration.

The mean GSNR describes the average gradient signal-to-noise-ratio. Recent work used this quantity to study the generalization performances of neural networks, noting “that larger GSNR during training process leads to better generalization performance. The instrument shows the mean GSNR versus iteration, overlayed with an exponentially weighted average.

Preview

Preview MeanGSNR Gauge

Requires

This instrument requires data from the MeanGSNR quantity class.

Parameters