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 moreHow do you convert Pb model to Tflite?
Conversion to TFLITE:
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 moreWhat is a TFLite model?
TensorFlow Lite is Google’s machine learning framework to deploy machine learning models on multiple devices and surfaces such as mobile (iOS and Android), desktops and other edge devices.
Read more