S-DCNet
S-DCNet copied to clipboard
convert model to tensorrt
Hi,
Last time I have successfully run this code. Just curious if u have tried on convert it to tensorrt using torch2trt. Coz i have tried but encounter an error seems like due to weight of this model. But i am not sure about that. Have u tried on this? Thank you.
Hi, No, I have not tried to convert pytorch -> tensorrt. Another possible option is to try pytorch -> ONNX -> tensorrt conversion.
ok. Thank you for response. I will find way.