How can I compare size of tensor flow model and tensor flow lite model ?
Are there any functions for this or a python module available ?
Like tensor flow model is 10MB and after conversion tflite model is 1MB ?
How can I compare size of tensor flow model and tensor flow lite model ?
Are there any functions for this or a python module available ?
Like tensor flow model is 10MB and after conversion tflite model is 1MB ?
I have not really understood the question. Do you mean if there is a way to calculate the generated size of tflite file from the original TensorFlow model?
No No !
Ah… what I mean is a simple thing.
What is the size of tensor flow model ?
and What is the size of tflite model ?
Personally I am not aware of this.
Do you mean RAM/Number of Params?