tensorrt_demos icon indicating copy to clipboard operation
tensorrt_demos copied to clipboard

Failed to build the TensorRT engine --int8

Open mr-grixa opened this issue 2 years ago • 0 comments

When running

python3 onnx_to_tensorrt.py -m yolov4-416 --int8

An error occurs

[07/12/2023-11:55:50] [TRT] [E] 10: Could not find any implementation for node 002_convolutional.
[07/12/2023-11:55:50] [TRT] [E] 10: [optimizer.cpp::computeCosts::3869] Error Code 10: Internal Error (Could not find any implementation for node 002_convolutional.)
ERROR: failed to build the TensorRT engine!

Hardware: RTX3060. Without --int8 everything works fine. Any idea how to solve it?

mr-grixa avatar Jul 12 '23 09:07 mr-grixa