Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:38
Show Gist options
  • Save satishgunjal/5bddf14bb43bcffd711d91e9291c5a43 to your computer and use it in GitHub Desktop.
Save satishgunjal/5bddf14bb43bcffd711d91e9291c5a43 to your computer and use it in GitHub Desktop.
plot image
plt.figure()
plt.imshow(train_images[0])
plt.colorbar()
plt.grid(False)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment