Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Created December 9, 2019 21:21
Show Gist options
  • Save nbortolotti/b72d770944e528b9c39f3afeeb293b39 to your computer and use it in GitHub Desktop.
Save nbortolotti/b72d770944e528b9c39f3afeeb293b39 to your computer and use it in GitHub Desktop.
#converting to tflite from keras
converter = tf.lite.TFLiteConverter.from_keras_model(model)
tflite_model = converter.convert()
open ("iris_lite.tflite" , "wb") .write(tflite_model)
@ousaghro
Copy link

i test this but give my one error thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment