Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:54
Show Gist options
  • Save satishgunjal/ce970f9b4819b2313396ee7addd61609 to your computer and use it in GitHub Desktop.
Save satishgunjal/ce970f9b4819b2313396ee7addd61609 to your computer and use it in GitHub Desktop.
Grab an image from the test dataset.
# Grab an image from the test dataset.
img = test_images[49]
print(img.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment