pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

fix: Fix param minShapes for trtexec command

Open kHarshit opened this issue 2 years ago • 0 comments

It should be minShapes, not minShape

  --minShapes=spec            Build with dynamic shapes using a profile with the min shapes provided
  --optShapes=spec            Build with dynamic shapes using a profile with the opt shapes provided
  --maxShapes=spec            Build with dynamic shapes using a profile with the max shapes provided

kHarshit avatar Oct 27 '21 11:10 kHarshit