Created
November 17, 2019 12:16
-
-
Save NMZivkovic/8a5d9b8fa7340371482abee89cb6a939 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loss, accuracy = resnet.evaluate(data_loader.test_batches, steps = validation_steps) | |
print("--------ResNet---------") | |
print("Loss: {:.2f}".format(loss)) | |
print("Accuracy: {:.2f}".format(accuracy)) | |
print("---------------------------") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment