histogram_1d_gauge

class cockpit.instruments.histogram_1d_gauge(self, fig, gridspec, y_scale='log')[source]

One-dimensional histogram of the individual gradient elements.

This instrument provides a histogram of the gradient element values across all individual gradients in a mini-batch. The histogram shows the distribution for the last tracked iteration only.

Preview

Preview Hist1d Gauge

Requires

This two dimensional histogram instrument requires data from the GradHist1d quantity class.

Parameters