Last active
August 29, 2021 15:13
-
-
Save bartubozkurt/24bcdc75460e66f6f2ece5bdf7012337 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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