Skip to content

Instantly share code, notes, and snippets.

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