From 9097397073133ab4f61da329010839f638978462 Mon Sep 17 00:00:00 2001 From: Ruomei Yan Date: Thu, 26 May 2022 11:39:50 +0100 Subject: Update readme with new contents of --output Change-Id: I00669320303020b1953b3ba505d108b87cb89327 --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 710a279..ac971f8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To get help on a specific command, use: mlia [command] --help ``` -Most commands accept the name of the target profile name as input parameter. +Most commands accept the name of the target profile as input parameter. There are a number of predefined profiles with following attributes: ``` @@ -169,10 +169,9 @@ mlia operators --target-profile ethos-u55-256 ~/models/mobilenet_v1_1.0_224_quan ##### Output options -* --output: Name of the file where the report will be saved. - The report is also displayed the standard output, as plain text. - Valid file extensions (formats) are {.txt,.json,.csv}, - anything else will be formatted as plain text. +* --output: Name of the file where the report will be saved. The report format + is automatically detected based on the file extension. Supported formats are: + csv, json. ##### Optional arguments @@ -212,10 +211,9 @@ mlia performance ~/models/mobilenet_v1_1.0_224_quant.tflite \ ##### Output options -* --output: Name of the file where the report will be saved. - The report is also displayed the standard output, as plain text. - Valid file extensions (formats) are {.txt,.json,.csv}, - anything else will be formatted as plain text. +* --output: Name of the file where the report will be saved. The report format + is automatically detected based on the file extension. Supported formats are: + csv, json. ##### Debug options @@ -323,10 +321,9 @@ mlia all_tests --output ./report.json ~/models/ds_cnn_l.h5 ##### Output options -* --output: Name of the file where the report will be saved. - The report is also displayed the standard output, as plain text. - Valid file extensions (formats) are {.txt,.json,.csv}, - anything else will be formatted as plain text. +* --output: Name of the file where the report will be saved. The report format + is automatically detected based on the file extension. Supported formats are: + csv, json. ##### Debug options -- cgit v1.2.1