Created
October 8, 2020 18:52
-
-
Save pranjalAI/787b3cb27c42d909287bfffd9301c7ca to your computer and use it in GitHub Desktop.
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 the model. | |
with open('model.tflite', 'wb') as f: | |
f.write(tflite_model) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment