Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created October 8, 2020 18:52
Show Gist options
  • Save pranjalAI/787b3cb27c42d909287bfffd9301c7ca to your computer and use it in GitHub Desktop.
Save pranjalAI/787b3cb27c42d909287bfffd9301c7ca to your computer and use it in GitHub Desktop.
# 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