Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created November 17, 2019 12:16
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 NMZivkovic/8a5d9b8fa7340371482abee89cb6a939 to your computer and use it in GitHub Desktop.
Save NMZivkovic/8a5d9b8fa7340371482abee89cb6a939 to your computer and use it in GitHub Desktop.
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