TensorFlow Lite converter
www.tensorflow.org › lite › convertNov 05, 2021 · If you have checkpoints, then first convert it to a Frozen GraphDef file and then use this API as shown here. Note: The following sections assume you've both installed TensorFlow 2.x and trained models in TensorFlow 2.x. Convert a SavedModel (recommended) The following example shows how to convert a SavedModel into a TensorFlow Lite model.