Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active March 26, 2018 19:33
Embed
What would you like to do?
(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