CUDA:11.1
TensorRT:7.2.1.6
CUDNN:8.0
At first I use trtexec to convert a onnx model to trt file with the flag "--fp16", then I serialized the trt file and create engine and context, the output is mismatched with the "--fp32" model infer results and the final result is wrong too, what is the right way to use the "--fp16" mode in trt ?
Looking forward to reply.
CUDA:11.1
TensorRT:7.2.1.6
CUDNN:8.0
At first I use trtexec to convert a onnx model to trt file with the flag "--fp16", then I serialized the trt file and create engine and context, the output is mismatched with the "--fp32" model infer results and the final result is wrong too, what is the right way to use the "--fp16" mode in trt ?
Looking forward to reply.