Guest User

Untitled

a guest
Feb 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Exception in thread "main" java.lang.ExceptionInInitializerError
  2. at org.deeplearning4j.nn.conf.NeuralNetConfiguration$Builder.seed(NeuralNetConfiguration.java:777)
  3. at org.deeplearning4j.examples.feedforward.mnist.MLPMnistSingleLayerExample.main(MLPMnistSingleLayerExample.java:62)
  4. Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  5. at org.nd4j.linalg.factory.Nd4j.initWithBackend(Nd4j.java:6212)
  6. at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:6087)
  7. at org.nd4j.linalg.factory.Nd4j.<clinit>(Nd4j.java:201)
  8. ... 2 more
  9. Caused by: java.lang.reflect.InvocationTargetException
  10. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  11. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  12. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  13. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  14. at org.nd4j.linalg.factory.Nd4j.initWithBackend(Nd4j.java:6188)
  15. ... 4 more
  16. Caused by: java.lang.ExceptionInInitializerError
  17. at org.nd4j.linalg.jcublas.JCublasNDArrayFactory.<init>(JCublasNDArrayFactory.java:86)
  18. ... 9 more
  19. Caused by: java.lang.RuntimeException: No CUDA devices were found in system
  20. at org.nd4j.jita.conf.Configuration.updateDevice(Configuration.java:389)
  21. at org.nd4j.jita.conf.CudaEnvironment.notifyConfigurationApplied(CudaEnvironment.java:62)
  22. at org.nd4j.jita.allocator.impl.AtomicAllocator.applyConfiguration(AtomicAllocator.java:141)
  23. at org.nd4j.jita.allocator.impl.AtomicAllocator.<init>(AtomicAllocator.java:126)
  24. at org.nd4j.jita.allocator.impl.AtomicAllocator.<clinit>(AtomicAllocator.java:74)
  25. ... 10 more
Add Comment
Please, Sign In to add comment