Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 15:22
Show Gist options
  • Save bartubozkurt/b79030371ba5e65a2dfce40702c835ea to your computer and use it in GitHub Desktop.
Save bartubozkurt/b79030371ba5e65a2dfce40702c835ea to your computer and use it in GitHub Desktop.
i = 12
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