Hello : I have 2 questions
first :-I see that package support only some devices ,which are expensive ones ,do it support those only ?
second : I see it compile app for each device ,how to deploy app in this case ,it mean I will deploy apk for each mobile version ,which is not practical
@taha_fawzy_anwar For your second question, as far as I understand, the apk doesn’t change, the only thing that changes is the compilation process, so what happens is we have like the graph captured for the model we’re using for the application, then when you download and use the app, the model only gets compiled and deployed on your device during the usage of the app.
1 Like
you mean compile for each device on install?
I’m not an expert on this, so I’m not sure when exactly is it compiled, but one thing might be that when you run the app, the model is requested and downloaded and then compiled and cached somehow on your device, and then it is loaded to your memory whenever you use the app.
1 Like