pytorch / cppdocs

PyTorch C++ API Documentation
https://pytorch.org/cppdocs
206 stars 33 forks source link

Compile with tensorRT error? #11

Open Edwardmark opened 4 years ago

Edwardmark commented 4 years ago

Hi, I want to deploy a detection model with TensoRT to accelerate the backbone and use libtorch to do detection(maily reshape and decode boxes) and nms, but how to compiler them together? When I try to compiler them, many redefined class error appears. Please help me out. Thanks. A minimal makefile example is appreciated. Thanks.