Tensorflow Convert pb file to TFLITE using python
问题 I'm new with working on Tensorflow. I have a model saved after training as pb file, I want to use tensorflow mobile and it's important to work with TFLITE file. The problem is most of the examples I found after googling for converters are command on terminal or cmd. Can you please share me an example of converting to tflite files using python code? Thanks 回答1: You can convert to tflite directly in python directly. You have to freeze the graph and use toco_convert. It needs the input and