Skip to content

Instantly share code, notes, and snippets.

@Shubhamai
Created April 21, 2020 08:46
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 Shubhamai/cd44d0536cca7cb0ae4800a50f7075d8 to your computer and use it in GitHub Desktop.
Save Shubhamai/cd44d0536cca7cb0ae4800a50f7075d8 to your computer and use it in GitHub Desktop.
model.save('model.h5') # Saving Modle Weights with Architectues
model.save_weights('weights.h5') # Just Saving Model Weights
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment