Last active
March 26, 2018 19:33
-
-
Save JoshVarty/783362f5132e9af41493a852b5ef9869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(train_images, train_labels, test_images, test_labels, mean_image) = cifar_data_loader.load_data() | |
print(mean_image.shape) #32x32x3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment