tensorRT icon indicating copy to clipboard operation
tensorRT copied to clipboard

yolov5 run error:Found unsupported datatype (11) when importing initializer: model.0.conv.total_ops

Open Fannjh opened this issue 3 years ago • 0 comments

hello,I follow the Quick Start,and get yolov5s.onnx from https://github.com/Syencil/mobile-yolov5-pruning-distillation, when run the ./bin/yolov5 raise the error "Found unsupported datatype (11) when importing initializer: model.0.conv.total_ops". I check the onnx export log, "DOUBLE" datatype exists, may be this lead to error, how can i solve this, any help will be appreciated. I use the pytorch1.4 and TensorRT7.1.3.4.

Fannjh avatar Mar 21 '22 03:03 Fannjh