Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created February 10, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/ccb96c2a8055de2788aba8f1dc4e5b31 to your computer and use it in GitHub Desktop.
Save NMZivkovic/ccb96c2a8055de2788aba8f1dc4e5b31 to your computer and use it in GitHub Desktop.
# Evaluate the model
scores = model.evaluate(test_x, encoding_test_y)
print("\nAccuracy: %.2f%%" % (scores[1]*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment