|
|
|
|
|
by itake
1114 days ago
|
|
(feel free to correct me if I am wrong), but my main gripe against mobile ML frameworks (Android too) is they require the app to embed the ML model with the app (as opposed to the OS storing the model like a shared library). People with limited storage on low-end device don't have enough memory to store the apps. |
|
Another thing to consider is that you don't have to embed the model in your app; at least in CoreML you can download (and update) the model weights over the network.