Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active March 26, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/783362f5132e9af41493a852b5ef9869 to your computer and use it in GitHub Desktop.
Save JoshVarty/783362f5132e9af41493a852b5ef9869 to your computer and use it in GitHub Desktop.
(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