Created
September 6, 2018 03:23
-
-
Save liweigu/e890915a504e3be046b0d7d6056c4adc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: java.lang.RuntimeException: ND4J is probably missing dependencies. For more information, please refer to: http://nd4j.org/getstarted.html | |
at org.nd4j.nativeblas.NativeOpsHolder.<init>(NativeOpsHolder.java:68) | |
at org.nd4j.nativeblas.NativeOpsHolder.<clinit>(NativeOpsHolder.java:36) | |
... 35 more | |
Caused by: java.lang.UnsatisfiedLinkError: no jnind4jcpu in java.library.path | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:870) | |
at java.lang.System.loadLibrary(System.java:1122) | |
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1224) | |
at org.bytedeco.javacpp.Loader.load(Loader.java:982) | |
at org.bytedeco.javacpp.Loader.load(Loader.java:881) | |
at org.nd4j.nativeblas.Nd4jCpu.<clinit>(Nd4jCpu.java:10) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:348) | |
at org.bytedeco.javacpp.Loader.load(Loader.java:940) | |
at org.bytedeco.javacpp.Loader.load(Loader.java:881) | |
at org.nd4j.nativeblas.Nd4jCpu$NativeOps.<clinit>(Nd4jCpu.java:1550) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Class.java:264) | |
at org.nd4j.nativeblas.NativeOpsHolder.<init>(NativeOpsHolder.java:46) | |
... 36 more | |
Caused by: java.lang.UnsatisfiedLinkError: /root/.javacpp/cache/nd4j-native-1.0.0-SNAPSHOT-linux-x86_64.jar/org/nd4j/nativeblas/linux-x86_64/libjnind4jcpu.so: libmkldnn.so.0: cannot open shared object file: No such file or directory | |
at java.lang.ClassLoader$NativeLibrary.load(Native Method) | |
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) | |
at java.lang.Runtime.load0(Runtime.java:809) | |
at java.lang.System.load(System.java:1086) | |
at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1204) | |
... 47 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment