Skip to content

Instantly share code, notes, and snippets.

@GeorgeSeif
Created October 14, 2019 00:51
Show Gist options
  • Select an option

  • Save GeorgeSeif/c43ee1b80fe6107eb8274fcd73232191 to your computer and use it in GitHub Desktop.

Select an option

Save GeorgeSeif/c43ee1b80fe6107eb8274fcd73232191 to your computer and use it in GitHub Desktop.
test_loss, test_accuracy = model.evaluate(test_images, test_labels, verbose=2)
print('\nTest accuracy = {0:.2f}%'.format(test_accuracy*100.0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment