class wandb.Histogram
Args
sequence: Input data for histogram.np_histogram: Alternative input of a precomputed histogram.num_bins: Number of bins for the histogram. The default number of bins is 64. The maximum number of bins is 512.
Attributes
bins([float]): Edges of binshistogram([int]): Number of elements falling in each bin.