From 93cdfd80b76a4430714163d97e584744a87911dd Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Thu, 11 Aug 2022 11:28:06 +0100 Subject: 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 --- README.md | 25 ++++++++++++++++++++----- 1 file 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: +* Source code: * PyPi package ## 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 -- cgit v1.2.1