Convert a TensorFlow 2. x model using tf. lite. TFLiteConverter .
Read moreHow do you convert a frozen inference to a Tflite graph?
To convert the frozen graph to Tensorflow Lite we need to run it through the Tensorflow Lite Converter . It converts the model into an optimized FlatBuffer format that runs efficiently on Tensorflow Lite. If things ran successfully, you should now see a third file in the /tmp/tflite directory called detect. tflite.27 Oca 2020
Read more