Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 15:30
Show Gist options
  • Save bartubozkurt/71c0e039bb931817a9f234f67bda4e57 to your computer and use it in GitHub Desktop.
Save bartubozkurt/71c0e039bb931817a9f234f67bda4e57 to your computer and use it in GitHub Desktop.
plot_value_array(1, predictions_single[0], test_labels)
_ = plt.xticks(range(10), class_names, rotation=45)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment