aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-08-11 11:28:06 +0100
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-08-19 10:23:23 +0100
commit93cdfd80b76a4430714163d97e584744a87911dd (patch)
tree5f8738dafdac18c6a9e0ac3cc3e12551bb120ba1
parentee772778aebcc1919dc78e26da8ad2cafb5d73d6 (diff)
downloadmlia-93cdfd80b76a4430714163d97e584744a87911dd.tar.gz
MLIA-601 Update README after review
- Remove `--layers-to-optimize` option from README as it is no longer available in the CLI. - Add `--evaluate-on` option in README for `mlia optimization` and `mlia performance` commands. - Update tosa_checker link with the correct one. Change-Id: Ifc19d244f3e11c24bfbcfd9838c671c13cf91d39
-rw-r--r--README.md25
1 files changed, 20 insertions, 5 deletions
diff --git a/README.md b/README.md
index d1d5363..513a264 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ pip install mlia[tosa]
TOSA checker resources:
-* Source code: <https://review.mlplatform.org/tosa/tosa_checker>
+* Source code: <https://review.mlplatform.org/admin/repos/tosa/tosa_checker>
* PyPi package <https://pypi.org/project/tosa-checker/>
## Usage
@@ -236,6 +236,15 @@ mlia performance ~/models/mobilenet_v1_1.0_224_quant.tflite \
* --verbose: Produce verbose output (for debugging purposes).
+##### Evaluation options
+
+* --evaluate-on: Backends to use for evaluation.
+ * default: Vela
+ * options:
+ * Vela
+ * Corstone-300
+ * Corstone-310
+
##### optional arguments
* -h/--help: Show the general help document and exit.
@@ -273,9 +282,6 @@ mlia optimization \
* --optimization-target: Target for optimization (for pruning this is sparsity
between (0,1), for clustering this is the number of clusters
(positive integer)) [required].
-* --layers-to-optimize: Name of the layers to optimize (separated by space).
- Example: conv1 conv2 conv3
- * default: every layer
##### Target profile options
@@ -287,6 +293,15 @@ mlia optimization \
* ethos-u55-128
* ethos-u65-512
+##### Evaluation options
+
+* --evaluate-on: Backends to use for evaluation.
+ * default: Vela
+ * options:
+ * Vela
+ * Corstone-300
+ * Corstone-310
+
##### Debug options
* --verbose: Produce verbose output (for debugging purposes).
@@ -357,7 +372,7 @@ Additional useful information:
* [Corstoneā„¢-300](https://developer.arm.com/Processors/Corstone-300)
* [Corstoneā„¢-310](https://developer.arm.com/Processors/Corstone-310)
-* [TOSA Checker](https://review.mlplatform.org/tosa/tosa_checker)
+* [TOSA Checker](https://review.mlplatform.org/admin/repos/tosa/tosa_checker)
## License