[Pytorch] Create CPP presets for other Pytorch versions #1115
Replies: 2 comments 19 replies
-
I just found the documentation: |
Beta Was this translation helpful? Give feedback.
-
It should work more or less automatically with 1.8.x. You'll need to change the version in the |
Beta Was this translation helpful? Give feedback.
-
Hello I am developing an application that is able to load pre-trained Pytorch models and execute inference with them.
I want to try Javacpp to load Pytorch in Java. I have seen the Javacpp-presets for Pytorch but I assume that they are only available
for Pytorch 1.9.0. Is there any help I can use to try to create the presets for previous versions?
Thank you @saudet for pointing this repo in other forum.
Regards,
Carlos
Beta Was this translation helpful? Give feedback.
All reactions