Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created October 8, 2020 18:48
Show Gist options
  • Save pranjalAI/e96cba6d8a9ae61a115caae02d131137 to your computer and use it in GitHub Desktop.
Save pranjalAI/e96cba6d8a9ae61a115caae02d131137 to your computer and use it in GitHub Desktop.
# Convert the model.
converter = tf.lite.TFLiteConverter.from_keras_model(model)
tflite_model = converter.convert()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment