1
model.save("fruits" + ".h5")
print "Model saved"

How can I download this model from google colaboratory?

m00am
  • 5,910
  • 11
  • 53
  • 69
SUMMER LU
  • 21
  • 1
  • 2

1 Answers1

6

Try this.

from google.colab import files
files.download('fruits.h5')
korakot
  • 37,818
  • 16
  • 123
  • 144