cpp-project icon indicating copy to clipboard operation
cpp-project copied to clipboard

libtorch to onnx

Open KongCang opened this issue 1 year ago • 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?

KongCang avatar Mar 30 '23 03:03 KongCang