How to Reduce size of Tflite model or Download and set it programmatically?
问题 Okay so in my app i am trying to implement face recognition using face net model which is converted to tflite averaging at about 93 MB approximately, however this model eventually increases size of my apk. so i am trying to find alternate ways to deal with this Firstly i can think of is to compress it in some way and then uncompress when app is installed Another way is that i should upload that model to server and after being downloaded get it loaded in my application. However i do not seem