Skip to content

Instantly share code, notes, and snippets.

@hadifar
Last active December 6, 2018 07:11
Show Gist options
  • Select an option

  • Save hadifar/4b750dad6bddf0ff0023f23a962cb478 to your computer and use it in GitHub Desktop.

Select an option

Save hadifar/4b750dad6bddf0ff0023f23a962cb478 to your computer and use it in GitHub Desktop.
evaluation = model.evaluate(x_test, y_test, batch_size=512)
print('Accuracy:', evaluation[1], 'Loss:', evaluation[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment