I have generated a .tflite model based on a trained model, I would like to test that the tfilte model gives the same results as the original model.
Giving both the same test data and obtaining the same result.
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.
First you'll need to compile the schema with flatbuffer. The output will be a folder called tflite . Then you can load the model and get the tensor you want.
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.
I have answered this question here.
And you can read this TensorFlow lite official guide for detailed information.
You can also use Netron to visualize your model. It allows you to load your .tflite file directly and inspect your model architecture and model weights.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With