Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created August 21, 2019 15:57
Show Gist options
  • Select an option

  • Save dipanjanS/f8774e924aa446986d8590d708fed5d5 to your computer and use it in GitHub Desktop.

Select an option

Save dipanjanS/f8774e924aa446986d8590d708fed5d5 to your computer and use it in GitHub Desktop.
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