Created
August 21, 2019 15:59
-
-
Save dipanjanS/807fbfcde664a2e3602c8287e33b58a3 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
with tf.device('/cpu:0'): | |
resnet_ft_model4 = keras.models.load_model('resnet_finetune_full_models/resnet50_finetune_full_seti_epoch_497.h5') | |
evaluate_model_results(resnet_ft_model4, 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