Skip to content

Instantly share code, notes, and snippets.

@Blaizzy
Last active February 13, 2019 23:27
Show Gist options
  • Select an option

  • Save Blaizzy/e7d539cfb73e3c048278d2b70ac0f21d to your computer and use it in GitHub Desktop.

Select an option

Save Blaizzy/e7d539cfb73e3c048278d2b70ac0f21d to your computer and use it in GitHub Desktop.
from keras.datasets import mnist
(train_images, train_labels),(test_images, test_labels) = mnist.load_data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment