aboutsummaryrefslogtreecommitdiff
path: root/tests/ModelAccuracyTool-Armnn/README.md
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-07-25 14:54:39 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-07-26 12:23:44 +0000
commit23700bb441c064dddc5327be37dcf88b541bf652 (patch)
tree8309785d18875928f84faeeb7c46c7f0b35b38c6 /tests/ModelAccuracyTool-Armnn/README.md
parentac60d28414041774d7a4c8b6b5c4b0991712ef0f (diff)
downloadarmnn-23700bb441c064dddc5327be37dcf88b541bf652.tar.gz
Fix ModelAccuracyTool and ImageTensorGenerator's command line option typo
Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: Id753fa1ea7a0aabc95b319cb78492f4220b701a4
Diffstat (limited to 'tests/ModelAccuracyTool-Armnn/README.md')
-rw-r--r--tests/ModelAccuracyTool-Armnn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ModelAccuracyTool-Armnn/README.md b/tests/ModelAccuracyTool-Armnn/README.md
index 454590212a..7a29bc8aa5 100644
--- a/tests/ModelAccuracyTool-Armnn/README.md
+++ b/tests/ModelAccuracyTool-Armnn/README.md
@@ -21,7 +21,7 @@ To build ModelAccuracyTool, pass the following options to Cmake:
| -d | --data-dir | Path to directory containing the ImageNet test data |
| -p | --model-output-labels | Path to model output labels file.
| -v | --validation-labels-path | Path to ImageNet Validation Label file
-| -l | --data-layout ] | Data layout. Supported value: NHWC, NCHW. Default: NHCW
+| -l | --data-layout ] | Data layout. Supported value: NHWC, NCHW. Default: NHWC
| -c | --compute | Which device to run layers on by default. Possible choices: CpuRef, CpuAcc, GpuAcc. Default: CpuAcc, CpuRef |
| -r | --validation-range | The range of the images to be evaluated. Specified in the form <begin index>:<end index>. The index starts at 1 and the range is inclusive. By default the evaluation will be performed on all images. |
| -b | --blacklist-path | Path to a blacklist file where each line denotes the index of an image to be excluded from evaluation. |