TrojanXu / yolov5-tensorrt

A tensorrt implementation of yolov5: https://github.com/ultralytics/yolov5
Apache License 2.0
190 stars 46 forks source link

RuntimeError: Exporting the operator silu to ONNX opset version 11 is not supported. how to add silu operator? #47

Open xxy90 opened 3 years ago

aojue1109 commented 3 years ago

is it solved? I need your help

zhiqwang commented 3 years ago

Seems the easiest way is to update your pytorch to 1.8.1, which should support this conversion.

aojue1109 commented 3 years ago

Seems the easiest way is to update your pytorch to 1.8.1, which should support this conversion.

thanks! update pytorch to 1.8.1 solved