Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created August 29, 2021 15:15
Show Gist options
  • Save bartubozkurt/3076baef380ee90fc9b577504555a80c to your computer and use it in GitHub Desktop.
Save bartubozkurt/3076baef380ee90fc9b577504555a80c to your computer and use it in GitHub Desktop.
probability_model = tf.keras.Sequential([model,
tf.keras.layers.Softmax()])
predictions = probability_model.predict(test_images)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment