ML Bench Application icon

ML Bench 1.7.0.25

370.1 MB / 10+ Downloads / Rating 5.0 - 1 reviews


See previous versions

ML Bench, developed and published by etinum, has released its latest version, 1.7.0.25, on 2023-12-12. This app falls under the Tools category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

ML Bench APK available on this page is compatible with all Android devices that meet the required specifications (Android 8.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.etinum.mlbench

Updated: 1 year ago

Developer Name: etinum

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing ML Bench on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

4 ★, on 2019-07-13
Works but 1 star off, cause it locks up at the comparison screen on my Galaxy Note 4.

4 ★, on 2021-03-18
Not so bad

5 ★, on 2018-12-22
Nice tool

5 ★, on 2018-06-05
Very good

Previous Versions

ML Bench 1.7.0.25
2023-12-12 / 370.1 MB / Android 8.0+

About this app

Machine Learning Benchmark Tool (ML Bench) (AI Benchmark Tool)

Supported models :
- MobileNet v1
- MobileNet v2
- Inception v3
- Resnet v2 50
- SSD Mobilenet v1 (Object Detection)


Supported runtime :
- Tensorflow Lite
- Tensorflow Mobile
- Android NN
- SNPE (for Qualcomm)
- PyTorth
- TVM


How to side load your model :

1. Prepare your model file (supported types are tflite, pytorch, tvm, dlc)

2. On your local machine, create [Model Name] directory

3. Copy your model file to the [Model Name] directory

4. Create a file called meta-data.json in the [Model Name] directory

example of meta-data.json :
{
"xres" : 299,
"yres" : 299,
"depth" : 3,
"input_type" : "float",
"output_type" : "float",
"input_name" : "input:0",
"output_name" : "InceptionV3/Predictions/Reshape_1:0",
"image_mean" : 0,
"image_std" : 0,
"label_offset": 1
}

* you can also set your own label, ground truth and image files
{
...
"labels": "my_labels.txt",
"ground_truth": "my_ground_truth.txt",
"image_path": "my/path/to/images",
...
}

5. push [Model Name] directory to your device using below command

adb push ./[Model Name] /sdcard/Download/MlBenchModels/

New features

Adnroid 12 support

App Permissions

Allows an application to read from external storage.
Allows an application to write to external storage.
Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.