java-demo
java-demo copied to clipboard
I am trying to build this demo project on mac, I installed libtorch with brew ``` $ brew install libtorch ``` This installed `libtorch 1.10.0` in `/usr/local/Cellar/libtorch/1.10.0` there was no...
Hi, I have a model JIT-compiled in R torch that loads fine in PyTorch 1.9. However, I can't load it from Java: ``` Exception in thread "main" com.facebook.jni.CppException: open file...
Hi, thanks for the instructive example! I've noticed that the cxx11 ABI libtorch - the one I normally use - does not have a libpytorch_jni.so, so you get the error...
**pytorch**: 1.5 statble **libtorch**: https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.5.0.zip **run command**: ./gradlew run --stacktrace --debug ### stop at: 75% EXECUTING [1m 37s] > :run ### debug infomation: 2020-06-10T13:43:15.052+0800 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Waiting to acquire shared...