Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 15:26
Show Gist options
  • Save bartubozkurt/4f37fdeaa9de7283facc2e6f445c5545 to your computer and use it in GitHub Desktop.
Save bartubozkurt/4f37fdeaa9de7283facc2e6f445c5545 to your computer and use it in GitHub Desktop.
# 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