Skip to content

Instantly share code, notes, and snippets.

@bharatc9530
Created August 4, 2020 08:42
Show Gist options
  • Save bharatc9530/986f0e17ef8818c5573147531610c515 to your computer and use it in GitHub Desktop.
Save bharatc9530/986f0e17ef8818c5573147531610c515 to your computer and use it in GitHub Desktop.
loss, accuracy = model.evaluate(X_train, y_train, verbose=1)
print('Training Accuracy is {}'.format(accuracy*100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment