ttanzhiqiang/onnx_tensorrt_project

libtorch to onnx

KongCang opened this issue · 0 comments

is there a demo to convert libtorch nn::Module trained model to onnx model? python can convert it by torch.onnx.export, but in libtorch c++ can not export it. can you help me to solve this isssue?