Skip to content

Instantly share code, notes, and snippets.

@mohammedouahman
Created November 17, 2021 18:47
Show Gist options
  • Save mohammedouahman/d503bba59905e42e6908fd5a96c58951 to your computer and use it in GitHub Desktop.
Save mohammedouahman/d503bba59905e42e6908fd5a96c58951 to your computer and use it in GitHub Desktop.
i = 0
plt.figure(figsize=(6,3))
plt.subplot(1,2,1)
plot_image(i, predictions[i], test_labels, test_images)
plt.subplot(1,2,2)
plot_value_array(i, predictions[i], test_labels)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment