Skip to content

Instantly share code, notes, and snippets.

@Rishit-dagli
Created December 27, 2019 16:32
Show Gist options
  • Save Rishit-dagli/cdf72e087881d67ec1addeeba99bd963 to your computer and use it in GitHub Desktop.
Save Rishit-dagli/cdf72e087881d67ec1addeeba99bd963 to your computer and use it in GitHub Desktop.
mnist = tf.keras.datasets.fashion_mnist
(training_images, training_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