Skip to content

Instantly share code, notes, and snippets.

@fujiyuu75
Created November 3, 2019 10:56
Show Gist options
  • Save fujiyuu75/92c6a7064b28d7627608bca392695220 to your computer and use it in GitHub Desktop.
Save fujiyuu75/92c6a7064b28d7627608bca392695220 to your computer and use it in GitHub Desktop.
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