diff --git a/README.md b/README.md index 75c1b7cd..ed39b95d 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ python demo_trt.py For multi-batch, ``` - trtexec --onnx= --explicitBatch --shapes=input:Xx3xHxW --optShapes=input:Xx3xHxW --maxShapes=input:Xx3xHxW --minShape=input:1x3xHxW --saveEngine= --fp16 + trtexec --onnx= --explicitBatch --shapes=input:Xx3xHxW --optShapes=input:Xx3xHxW --maxShapes=input:Xx3xHxW --minShapes=input:1x3xHxW --saveEngine= --fp16 ``` Note :The maxShapes could not be larger than model original shape.