Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created August 21, 2019 15:59
Show Gist options
  • Save dipanjanS/807fbfcde664a2e3602c8287e33b58a3 to your computer and use it in GitHub Desktop.
Save dipanjanS/807fbfcde664a2e3602c8287e33b58a3 to your computer and use it in GitHub Desktop.
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