Created
November 17, 2021 18:07
-
-
Save mohammedouahman/f8227b147c1bd6bdfde982fcabcc32d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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