neodroidvision.utilities.tf_utilities.tf_bb.add_hist_image_summary¶
- neodroidvision.utilities.tf_utilities.tf_bb.add_hist_image_summary(values, bins, name)[source]¶
Adds a tf.summary.image for a histogram plot of the values.
Plots the histogram of values and creates a tf image summary.
Args: values: a 1-D float32 tensor containing the values. bins: bin edges which will be directly passed to numpy.histogram. name: name for the image summary.