facebookincubator / fbjni

A library designed to simplify the usage of the Java Native Interface
Apache License 2.0
266 stars 47 forks source link

Can it call the method in torch ? #56

Closed qshian closed 3 years ago

qshian commented 3 years ago

I'm very glad to see such a good project!!! We call a lot of the pytorch model in the java server by rpc api Can I use this to call pytorch's C + + interface directly ? How about the performance at high concurrency? hope some exampels

dreiss commented 3 years ago

PyTorch has Java bindings for loading and running TorchScript models. There's a demo at https://github.com/pytorch/java-demo .