Hacker News new | ask | show | jobs
by ackbar03 2447 days ago
Could you provide a link or resources how to run pytorch models from c++?
1 comments

https://pytorch.org/cppdocs/ This is a brief description of the API. It worked fine for us even for complex models.