aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuomei Yan <ruomei.yan@arm.com>2022-05-26 11:39:50 +0100
committerDiego Russo <diego.russo@arm.com>2022-06-09 11:44:34 +0100
commit9097397073133ab4f61da329010839f638978462 (patch)
tree77ffebfd58f3ddb549b8a0b1b16db4e98105265a
parent1d41c918f88cacfecf1d12fc593527ff7f3fb435 (diff)
downloadmlia-9097397073133ab4f61da329010839f638978462.tar.gz
Update readme with new contents of --output
Change-Id: I00669320303020b1953b3ba505d108b87cb89327
-rw-r--r--README.md23
1 files 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