Anh

Results 69 comments of Anh

Testing with the latest release (`v3.0`) gave me the same result. `max_duration_ms` setting does not work in Offline scenario.

@arjunsuresh Thank you for the information. I will look into the workaround you suggested. I see there is a `AbortTest()` in loadgen. Do you think this function will work in...

> Just that on a benchmarking system it cannot be used with a timer as then it can interfere with the performance results in Offline/Server scenarios. Can you explain this...

Thank you for the explanation. We will try to implement the `AbortTest()` function. I will close this issue.

We did try to implement `AbortTest()` (tracked in https://github.com/mlcommons/mobile_app_open/issues/749) but it did not work as expected. When calling `AbortTest()`, the app just hangs forever and `StartTest()` never finished. For reference,...

* https://github.com/mlcommons/mobile_app_open/pull/892

I added this to the release note: ```md ## Supported OSs The MLPerf Mobile app supports Android 11 (API level 30) and above, as well as iOS 13.1 or later....

> tell the users about downloading resources (models and settings) * Implemented in https://github.com/mlcommons/mobile_app_open/pull/985