From acd02323eb51f141e63681801b7aaf93ca98d72a Mon Sep 17 00:00:00 2001 From: Ledion Daja Date: Wed, 18 May 2022 12:18:23 +0200 Subject: Update documentation with new path of Vela INI config file Change-Id: I1dabf8f675fa47fc9096393a29810fc430e006dc --- applications/trustzone_inference/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/trustzone_inference/README.md b/applications/trustzone_inference/README.md index 32a7264..447b3eb 100644 --- a/applications/trustzone_inference/README.md +++ b/applications/trustzone_inference/README.md @@ -27,12 +27,12 @@ https://github.com/ARM-software/ML-zoo.git The model is converted using vela (v2.0.1) ``` -vela --cascading=True --config vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite +vela --cascading=True --config Arm/vela.ini --system-config=Ethos_U55_High_End_Embedded --memory-mode=Shared_Sram --accelerator-config=ethos-u55-128 --block-config-limit=0 ML-zoo/models/image_classification/mobilenet_v2_1.0_224/tflite_uint8/mobilenet_v2_1.0_224_quantized_1_default_1.tflite ``` Where the vela.ini is fetched from the vela git repository: ``` -wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/vela.ini +wget https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/ethosu/config_files/Arm/vela.ini ``` Then the compiled model representation has been converted to a header file using xxd. -- cgit v1.2.1