cpp-project
cpp-project copied to clipboard
libtorch to onnx
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?