AttributeError: Specified FP16 but not supported on platform

I encountered this error when I exported faster-rcnn.


fp32 is success. But fp16 is failed.

Seems that the gpu inside your host PC does not support fp16. See more in Support Matrix :: NVIDIA Deep Learning TensorRT Documentation and CUDA GPUs - Compute Capability | NVIDIA Developer