aboutsummaryrefslogtreecommitdiff
path: root/OPTIONS.md
diff options
context:
space:
mode:
Diffstat (limited to 'OPTIONS.md')
-rw-r--r--OPTIONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/OPTIONS.md b/OPTIONS.md
index 1293f17d..dbd18694 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -123,8 +123,8 @@ vela network.tflite --cascading False
### Force Block Config
-Force a specific block configuration in the format HxWxC, where H, W, and C are
-positive integers specifying height, width, and channels (depth), respectively.
+Force a specific block configuration in the format WxHxC, where W, H and C are
+positive integers specifying width, height and channels (depth), respectively.
The default behaviour is Vela searching for an optimal block configuration. An
exception will be raised if the chosen block configuration is incompatible.
**Type: String**