Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:45
Show Gist options
  • Save satishgunjal/29b6c6f727640bbb8967fb8944a90dac to your computer and use it in GitHub Desktop.
Save satishgunjal/29b6c6f727640bbb8967fb8944a90dac to your computer and use it in GitHub Desktop.
Test accuracy
test_loss, test_acc = model.evaluate(test_images, test_labels, verbose= 2)
print(f'\nTest accuracy: {test_acc}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment