From 718277eaece76902c4950f18d428907b39a18ef1 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Fri, 10 Feb 2023 13:12:57 +0000 Subject: MLIA-769 Add "pretty names" for targets / backends - Provide "pretty names" to print information for targets and backends. - Use 'target_config' instead of 'target' if a target profile is used. - Fix minor issue in output regarding the output directory. Change-Id: Ib38231f30b4d609a0d1e8f9c52b2fb547c69cb6a --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 37ba6fc..1abe0d0 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ mlia check ~/models/mobilenet_v1_1.0_224_quant.tflite \ mlia check ~/models/ds_cnn_large_fully_quantized_int8.tflite \ --target-profile ethos-u65-512 \ --performance \ - --backend "Vela" \ - --backend "Corstone-300" + --backend "vela" \ + --backend "corstone-300" # Get help and further information mlia check --help -- cgit v1.2.1