Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Last active August 29, 2021 15:13
Show Gist options
  • Save bartubozkurt/24bcdc75460e66f6f2ece5bdf7012337 to your computer and use it in GitHub Desktop.
Save bartubozkurt/24bcdc75460e66f6f2ece5bdf7012337 to your computer and use it in GitHub Desktop.
test_loss, test_acc = model.evaluate(test_images, test_labels, verbose=2)
print('\nTest accuracy:', test_acc)
'''
313/313 - 0s - loss: 0.3413 - accuracy: 0.8814
Test accuracy: 0.8813999891281128 '''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment