From be54c625bbec3b0c5927c772053951c06e336ae2 Mon Sep 17 00:00:00 2001 From: George Gekov Date: Tue, 6 Jul 2021 12:02:26 +0100 Subject: MLECO-2036: Fix Vela3 documentation references & update Vela .ini configuration Signed-off-by: George Gekov Change-Id: I92b9ab60974ad266246994deae5833f7f374633d --- docs/sections/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sections/building.md') diff --git a/docs/sections/building.md b/docs/sections/building.md index 96af70d..63f8d53 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -672,11 +672,11 @@ vela \ .tflite ``` -The Vela folder contains the following: +The Vela command contains the following: - `--accelerator-config`: Specifies the accelerator configuration to use between `ethos-u55-256`, `ethos-u55-128`, `ethos-u55-64`, and `ethos-u55-32`. -- `--block-config-limit`: Limits the block config search space. Use `zero` for unlimited search space. +- `--optimise`: Sets the optimisation strategy to Performance or Size. The Size strategy results in a model minimising the SRAM usage whereas the Performance strategy optimises the neural network for maximal perforamance. Note that if using the Performance strategy, you can also pass the `--arena-cache-size` option to Vela. - `--config`: Specifies the path to the Vela configuration file. The format of the file is a Python ConfigParser `.ini` file. An example can be found in the `dependencies` folder [default_vela.ini](../../scripts/vela/default_vela.ini). - `--memory-mode`: Selects the memory mode to use as specified in the Vela configuration file. -- cgit v1.2.1