Skip to content

Instantly share code, notes, and snippets.

@rafalpronko
Created February 11, 2019 05:47
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 rafalpronko/ac2547db3fbf4d6b55b26051744bfa2d to your computer and use it in GitHub Desktop.
Save rafalpronko/ac2547db3fbf4d6b55b26051744bfa2d to your computer and use it in GitHub Desktop.
# Load the data set
fashion_mnist = keras.datasets.fashion_mnist
#split to test and train
(train_images_tf, train_labels_tf), (test_images_tf, test_labels_tf) = fashion_mnist.load_data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment