summaryrefslogtreecommitdiff
path: root/docs/use_cases
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2022-02-14 12:50:48 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2022-02-15 16:46:36 +0000
commit31916b62321020b4949474b5d0a84799a27436d0 (patch)
tree517bb0a6b2fdf397ebbb5078e885545454410a32 /docs/use_cases
parent5916952c0fe6167989afa363829fc4e1d053c683 (diff)
downloadml-embedded-evaluation-kit-31916b62321020b4949474b5d0a84799a27436d0.tar.gz
MLECO-2614: Minor documentation updates
* Adding troubleshooting for cloning errors Change-Id: Ib57353900064c68c30ecb2141602081180c50c99 Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'docs/use_cases')
-rw-r--r--docs/use_cases/inference_runner.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/use_cases/inference_runner.md b/docs/use_cases/inference_runner.md
index 2824def..d6e2681 100644
--- a/docs/use_cases/inference_runner.md
+++ b/docs/use_cases/inference_runner.md
@@ -272,7 +272,7 @@ by an external agent. This loading capability also extends to the input data for
This feature depends on these addresses to be specified in target platform's CMake description and, by
default, is available for use on the MPS3 FVP platform.
-> **NOTE**: The application built with this support will not work on the FPGA. This capability is only
+> **Note:**: The application built with this support will not work on the FPGA. This capability is only
> provided for use with the FVP, to make it easier to try different ML workloads without having to build
> the applications with different TFLite files baked into the application statically.
> Also, this feature is not available for `native` target.
@@ -305,7 +305,7 @@ the command below loads a custom model at address `0x90000000`, a custom input f
and when the FVP exits, it dumps a file named `output.bin` with the output tensors consolidated into a
binary blob.
-> **NOTE** The CMake profile for the target should also give an indication of the maximum sizes for
+> **Note:** The CMake profile for the target should also give an indication of the maximum sizes for
> each of the regions. This is also mentioned in the linker scripts for the same target. For MPS3,
> the model size can be a maximum of 32MiB. The IFM and OFM spaces are both reserved as 16MiB sections.
@@ -324,7 +324,7 @@ If the size of the output tensors is unknown before running the FVP, it can be r
parameter to check the size of the output first by looking at the application log. Alternatively, a
size of 16MiB will dump the whole reserved section for the OFM to a file.
-> **NOTE**: When there are multiple input tensors, the application is set up to iterate over all of
+> **Note:**: When there are multiple input tensors, the application is set up to iterate over all of
> them and populate each of them, in sequence, with the required amount of data. The sequence in which
> these tensors are populated is governed by the index assigned to them within the TensorFlow Lite Micro
> framework. So, the input binary blob should be a consolidated file containing data for all the input