What is the difference between the .lite and the .tflite formats
问题 What is the difference between the .lite and the .tflite formats (TensorFlow formats)? And if there is no difference, why there are two of them? In addition to the question, it seems that I can't upload my model with the .lite extension file to Firebase ML kit. What might be the reason for that? 回答1: ML Developers first train a TensorFlow model, and then use TOCO to convert it to TensorFlow Lite model. When running the TOCO command, you can specify whatever output name for the converted Lite