-
-
Save geekprogramming/d6220523b890065770a0c4b1caf30b8c 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
Exception in thread "main" java.lang.ExceptionInInitializerError | |
at com.ftu.data.LPData.forceNumericalStability(LPData.java:88) | |
at com.ftu.cnn.ConvolutionalNetRun.main(ConvolutionalNetRun.java:24) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.intellij.uiDesigner.snapShooter.SnapShooter.main(SnapShooter.java:59) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) | |
Caused by: java.lang.RuntimeException: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html | |
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4718) | |
at org.nd4j.linalg.factory.Nd4j.<clinit>(Nd4j.java:148) | |
... 12 more | |
Caused by: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException: Please ensure that you have an nd4j backend on your classpath. Please see: http://nd4j.org/getstarted.html | |
at org.nd4j.linalg.factory.Nd4jBackend.load(Nd4jBackend.java:170) | |
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4715) | |
... 13 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment