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

Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.

Results 12 cpp-project issues
Sort by recently updated
recently updated
newest added

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...

weights 转onnx c++ 例子有吗