when ever i try to convert my TensorFlow lite model from .tflite to .h model the file size before conversion is 1.9mb and after conversion its 11.5mb and I need to deploy it on esp32 but I don't know what am gonna to do that since the file size is 11.5mb and esp32 storage size is 4mb.
is there any other way to convert without increasing the size ?