Created
August 29, 2021 15:26
-
-
Save bartubozkurt/4f37fdeaa9de7283facc2e6f445c5545 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Grab an image from the test dataset. | |
img = test_images[1] | |
print(img.shape) | |
# (28, 28) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment