Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created July 27, 2020 12:01
Show Gist options
  • Select an option

  • Save ksdkamesh99/0da467a40e9dd47203f6c2cfe9938fce to your computer and use it in GitHub Desktop.

Select an option

Save ksdkamesh99/0da467a40e9dd47203f6c2cfe9938fce to your computer and use it in GitHub Desktop.
# We need to create a TFLite Converter Object from model we created
converter = tensorflow.lite.TFLiteConverter.from_keras_model(model=model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment