sample-tensorflow-imageclassifier icon indicating copy to clipboard operation
sample-tensorflow-imageclassifier copied to clipboard

TensorFlow Lite

Open IeiuniumLux opened this issue 7 years ago • 1 comments

Can this sample be updated to use tflite file format for TensorFlow Lite (e.g. inceptionv3_slim_2016.tflite) instead of the 2015 inception5h.pb?

IeiuniumLux avatar Feb 17 '18 21:02 IeiuniumLux

you can use this link for converting your model to TF lite model converter https://medium.com/@rdeep/tensorflow-lite-tutorial-easy-implementation-in-android-145443ec3775

VijaySengar avatar Mar 24 '18 07:03 VijaySengar