model.save("fruits" + ".h5") print "Model saved"
How can I download this model from google colaboratory?
Try this.
from google.colab import files files.download('fruits.h5')