Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 14:53
Show Gist options
  • Save bartubozkurt/ab81220d0f77acc0547d782fb82871cd to your computer and use it in GitHub Desktop.
Save bartubozkurt/ab81220d0f77acc0547d782fb82871cd to your computer and use it in GitHub Desktop.
fashion_mnist = tf.keras.datasets.fashion_mnist
(train_images, train_labels), (test_images, test_labels) = fashion_mnist.load_data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment