Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Created October 16, 2019 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohdsanadzakirizvi/b61b7fe67b1b1938dcb4fe8ae12b8b1e to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/b61b7fe67b1b1938dcb4fe8ae12b8b1e to your computer and use it in GitHub Desktop.
# Display first 5 images
for img in imgs{
plt.imshow(img.reshape(28,28))
plt.show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment