Skip to content

Instantly share code, notes, and snippets.

@luish
Created February 4, 2020 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luish/1b4e27e383f62e73eac2cb2da1bc0a8c to your computer and use it in GitHub Desktop.
Save luish/1b4e27e383f62e73eac2cb2da1bc0a8c to your computer and use it in GitHub Desktop.
Android: Avoid compressing TensorFlow models
android {
aaptOptions {
noCompress "tflite"
noCompress "lite"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment