Run an inference using tflite_runtime
Read moreHow do you convert to Tflite model?
Convert a TensorFlow 1. x model using tf.
Read moreHow do you use a TFLite model?
Running a TensorFlow Lite model involves a few simple steps:
Read moreHow do you evaluate a TFLite model?
You may use TensorFlow Lite Python interpreter to test your tflite model. It allows you to feed input data in python shell and read the output directly like you are just using a normal tensorflow model.
Read more