Skip to content

Instantly share code, notes, and snippets.

@Taekyoon
Created August 10, 2020 00:54
Show Gist options
  • Save Taekyoon/a9e5904ae0e7a52921ac231589d9eb8a to your computer and use it in GitHub Desktop.
Save Taekyoon/a9e5904ae0e7a52921ac231589d9eb8a to your computer and use it in GitHub Desktop.
cls_model.load_weights(checkpoint_path)
results = cls_model.evaluate(test_data_sents, test_data_labels, batch_size=1024)
print("test loss, test acc: ", results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment