Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created May 7, 2020 14:18
Show Gist options
  • Save sayakpaul/0004ed8c1d021be5ff4d4c89d34dbb9d to your computer and use it in GitHub Desktop.
Save sayakpaul/0004ed8c1d021be5ff4d4c89d34dbb9d to your computer and use it in GitHub Desktop.
f = open("normal_flower_model.tflite", "wb")
f.write(quantized_tflite_model)
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment