yolo-tensorrt icon indicating copy to clipboard operation
yolo-tensorrt copied to clipboard

error building TensorRT Engine

Open rpaaron opened this issue 4 years ago • 0 comments

When running ./yolo-trt, I receive:

Building the TensorRT Engine...
ERROR: ../rtSafe/cuda/cutensorReformat.cpp (352) - cuTensor Error in executeCutensor: 18 (Internal cuTensor reformat failed)
ERROR: ../rtSafe/cuda/cutensorReformat.cpp (352) - cuTensor Error in executeCutensor: 18 (Internal cuTensor reformat failed)

Weights file from https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights CUDA 11.0.3 TensorRT 7.2.1.6 Within docker nvidia runtime. Quadro K4200

rpaaron avatar Jul 04 '21 23:07 rpaaron