Skip to content

Commit bfb6768

Browse files
Update examples/openvino/README.md
Co-authored-by: Daniil Lyakhov <[email protected]>
1 parent 4bb3112 commit bfb6768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openvino/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The python script called `aot_optimize_and_infer.py` allows users to export deep
8888

8989
##### Export a TIMM VGG16 model for the CPU
9090
```bash
91-
python aot_optimize_and_infer.py --export --suite timm --model vgg16 --input_shape [1, 3, 224, 224] --device CPU
91+
python aot_optimize_and_infer.py --export --suite timm --model vgg16 --input_shape "[1, 3, 224, 224]" --device CPU
9292
```
9393

9494
##### Export a Torchvision ResNet50 model for the GPU

0 commit comments

Comments
 (0)