Created
August 21, 2019 15:53
-
-
Save dipanjanS/3e82023926d7b217ffc4054c04f7a9b0 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
vgg19_partial_ft_model3 = keras.models.load_model('vgg19_finetune_partial_models/vgg19_finetune_partial_seti_epoch_99.h5') | |
evaluate_model_results(vgg19_partial_ft_model3, test_data_X, test_data_y, | |
class_label_mapping, class_labels) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment