from keras.models import load_model # 导入模型保存工具 import matplotlib.pyplot as plt # 导入Matplotlib库 model = load_model('../my_dog_cnn.h5')# 载入刚才保存的模型