RoundtTble commited on
Commit
b6a8249
1 Parent(s): c02a81c

Change model to FP16

Browse files
Files changed (1) hide show
  1. Makefile +2 -1
Makefile CHANGED
@@ -19,7 +19,8 @@ trt:
19
  "trtexec --onnx=onnx/model.onnx --saveEngine=$(MODEL_PATH)/model.plan \
20
  --minShapes=input:1x3x560x560 \
21
  --optShapes=input:2x3x560x560 \
22
- --maxShapes=input:8x3x560x560"
 
23
 
24
 
25
  triton:
 
19
  "trtexec --onnx=onnx/model.onnx --saveEngine=$(MODEL_PATH)/model.plan \
20
  --minShapes=input:1x3x560x560 \
21
  --optShapes=input:2x3x560x560 \
22
+ --maxShapes=input:8x3x560x560 \
23
+ --fp16"
24
 
25
 
26
  triton: