Skip to content

Instantly share code, notes, and snippets.

@mjbhobe
Created August 15, 2018 19:09
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 mjbhobe/5106fb3c73fdcc90311c0695344fdca0 to your computer and use it in GitHub Desktop.
Save mjbhobe/5106fb3c73fdcc90311c0695344fdca0 to your computer and use it in GitHub Desktop.
test_loss, test_accuracy = kr_base_model.evaluate(test_data, test_labels_cat, batch_size=batch_size)
print('Test loss: %8.4f accuracy: %.3f' % (test_loss, test_accuracy))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment