Last active
November 12, 2017 19:36
-
-
Save vmalyi/45b841173bec5eb473292d6f68217f58 to your computer and use it in GitHub Desktop.
Run or Walk (Part 4): Import Keras Neural Network to iOS app with Core ML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# save model's weights to disk | |
model.save_weights("model_weights.h5") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment