Created
August 21, 2019 15:57
-
-
Save dipanjanS/f8774e924aa446986d8590d708fed5d5 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_full_ft_model1 = keras.models.load_model('vgg19_finetune_full_models/vgg19_finetune_full_seti.h5') | |
| evaluate_model_results(vgg19_full_ft_model1, 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