Skip to content

Instantly share code, notes, and snippets.

@oscar-defelice
Created November 4, 2020 08:30
Show Gist options
  • Save oscar-defelice/01e46693e2a97e3792c47ff8e984dd9f to your computer and use it in GitHub Desktop.
Save oscar-defelice/01e46693e2a97e3792c47ff8e984dd9f to your computer and use it in GitHub Desktop.
#save Keras model
saved_model_path = "modelCNN.h5"
keras_model.save(saved_model_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment