Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created February 10, 2018 15:35
Show Gist options
  • Select an option

  • Save NMZivkovic/ccb96c2a8055de2788aba8f1dc4e5b31 to your computer and use it in GitHub Desktop.

Select an option

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