Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created April 19, 2018 11:12
Show Gist options
  • Save hsmnzaydn/3378f3bf249205d51720484125d8113c to your computer and use it in GitHub Desktop.
Save hsmnzaydn/3378f3bf249205d51720484125d8113c to your computer and use it in GitHub Desktop.
String modelFile= "modelim.lite"
try {
tflite = new Interpreter(loadModelFile(this, modelFile));
} catch (IOException e) {
e.printStackTrace();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment