Anh
Anh
I spent more time to resolve the issue but could not success. Without the permission `MANAGE_EXTERNAL_STORAGE` the app can only read media files (`*.jpg`) but not other file types like...
I am moving the discussion from https://github.com/mlcommons/mobile_app_open/issues/727#issuecomment-1608830898 to this issue for better tracking. > With the `all file permission` we used currently, it cannot be published to the Play Store....
Noted that if the local path in `tasks.pbtxt` is a directory. All files in that directory must be renamed to have a media file type extension. For example, in the...
~https://github.com/mlcommons/mobile_app_open/tree/submission-v.40~ Update (2024-02-06): There is a typo in the branch name, so I created a new one here: https://github.com/mlcommons/mobile_app_open/tree/submission-v4.0
In my testing, `AbortTest()` did not work as expected. When calling `AbortTest()`, the app just hangs forever and `StartTest()` never finished. The issue was discussed in https://github.com/mlcommons/mobile_app/issues/289, but there was...
@RSMNYS From the paper https://arxiv.org/abs/2404.10518 > for benchmarks on the Apple Neural Engine (conducted on an iPhone 13 with iOS 16.6.1, CoreMLTools 7.1, and Xcode 15.0.1 for profiling), PyTorch models...
> Maybe we can use "real" calibration data to check if quantized int8 models could meet accuracy thresholds. I will try to do that.
https://github.com/mlcommons/submissions_mobile_app_v4.0/issues/2
- [x] Set up a CI workflow to build and deploy APK to Play Store (@anhappdev) https://github.com/mlcommons/mobile_app_open/pull/864
Related: * https://github.com/mlcommons/mobile_app_open/issues/727