Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of customized models #20

Open
DianCh opened this issue Jul 5, 2018 · 1 comment
Open

Support of customized models #20

DianCh opened this issue Jul 5, 2018 · 1 comment

Comments

@DianCh
Copy link

DianCh commented Jul 5, 2018

Hi! Does pytorch-cpp support any conversion from customized models built in pytorch, or does it only support standard models (e.g. vgg, res-net) and your own segmentation models?
Big thanks!

@walktree
Copy link

walktree commented Dec 5, 2018

Yes, customized models are supported by libtorch. Actually, you could build any model since it has same interface as python version, e.g. I just migrated YOLO v3 in cpp api: https://github.com/walktree/libtorch-yolov3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants