model.save("fruits" + ".h5")
print "Model saved"
如何从谷歌合作实验室下载此模型?
试试这个。
from google.colab import files
files.download('fruits.h5')