Custom storage of weights in tflite model

Hi,

I want know how can I change the way weights are stored in tflite model. I want to replace the storage with a custom storage method. Need help.

Thank You

Hi @Archith, Generally the tensorflow Lite model weights are saved in the FlatBuffers format, you can change the flatbuffer file as per your requirement. please refer to this document to know how to make changes in the flate buffer file.