shuffling_experiments
shuffling_experiments copied to clipboard
TensorFlow shuffle buffer visualizations
Changed hues to reflect the number of unique classes. Seems like both hue=0 and hue=255 look red. Restricted upper-bound of hue to 200 (violet) to differentiate the two.
Truncate to the largest even power of 2 to get a square image
New `normalize` function takes any generally linear numpy array and returns a version suitable for visualization. Also use `if __name__ == '__main__'` so that this can be used as a...