Created
October 8, 2020 18:48
-
-
Save pranjalAI/e96cba6d8a9ae61a115caae02d131137 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
# 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