What are the benefits if I would train models in tensorflow lite directly compared to if I would train models in tensorflow then convert it to a .tflite model? Would there be a difference in accuracy?
Welcome to the Tensorflow Forum,
Tensorflow Lite is used for inference, which takes the trained model and converts into .tflite model which can be used for prediction on edge/mobile devices.
Thank you!
1 Like