Skip to content

Instantly share code, notes, and snippets.

@bharatc9530
Created August 4, 2020 08:44
Show Gist options
  • Save bharatc9530/70362fe0c0862686bc7f46d4ecfa1007 to your computer and use it in GitHub Desktop.
Save bharatc9530/70362fe0c0862686bc7f46d4ecfa1007 to your computer and use it in GitHub Desktop.
loss, accuracy = model.evaluate(X_test,y_test)
print('Testing Accuracy is {} '.format(accuracy*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment