Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 15:29
Show Gist options
  • Save bartubozkurt/58af959c7240a5a0d0c813eda91e8eae to your computer and use it in GitHub Desktop.
Save bartubozkurt/58af959c7240a5a0d0c813eda91e8eae to your computer and use it in GitHub Desktop.
predictions_single = probability_model.predict(img)
print(predictions_single
'''
[[8.8914348e-05 1.3264636e-13 9.9108773e-01 1.2658383e-10 8.1463791e-03
1.6905785e-08 6.7695131e-04 2.7492119e-17 5.1699739e-10 7.1339325e-17]]
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment