Closed mtuub closed 9 months ago
You're using an fp32 model with RGBH or an fp16 model with RGBS. You need to adjust accordingly.
Mismatch of precision like @mafiosnik777 said. Use RGBS for fp32 and RGBH for fp16. The input will depend on your onnx file, but you can also overwrite it with trtexec by doing --inputIOFormats=fp16:chw --outputIOFormats=fp16:chw
.
Hello, i'm trying to run TRT inference using the minimal config https://github.com/styler00dollar/VSGAN-tensorrt-docker/blob/main/inference_config_minimal.py on the
styler00dollar/vsgan_tensorrt:minimal
docker image, but getting the error before:I also tried to build the minimal docker image, but it fails: