Skip to content

Instantly share code, notes, and snippets.

@merishnaSuwal
Created November 9, 2020 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merishnaSuwal/98fec427972cc35b1accad334346ce24 to your computer and use it in GitHub Desktop.
Save merishnaSuwal/98fec427972cc35b1accad334346ce24 to your computer and use it in GitHub Desktop.
# Save the trained model
model.save('saved_model.h5')
# Load the model
model = keras.models.load_model('saved_model.h5')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment