Skip to content

Instantly share code, notes, and snippets.

@deerishi
Created October 30, 2015 03:33
Show Gist options
  • Save deerishi/52095e167bc315ef42e0 to your computer and use it in GitHub Desktop.
Save deerishi/52095e167bc315ef42e0 to your computer and use it in GitHub Desktop.
error
at org.nd4j.linalg.util.ArrayUtil.toNDArray(ArrayUtil.java:116)
at org.canova.image.loader.ImageLoader.asRowVector(ImageLoader.java:100)
at org.canova.image.recordreader.BaseImageRecordReader.next(BaseImageRecordReader.java:244)
at org.canova.cli.vectorization.ImageVectorizationEngine.execute(ImageVectorizationEngine.java:44)
at org.canova.cli.subcommands.Vectorize.execute(Vectorize.java:287)
at org.canova.cli.driver.CommandLineInterfaceDriver.doMain(CommandLineInterfaceDriver.java:56)
at org.canova.cli.driver.CommandLineInterfaceDriver.main(CommandLineInterfaceDriver.java:79)
Caused by: java.lang.RuntimeException: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4501)
at org.nd4j.linalg.factory.Nd4j.<clinit>(Nd4j.java:140)
... 7 more
Caused by: org.nd4j.linalg.factory.Nd4jBackend$NoAvailableBackendException
at org.nd4j.linalg.factory.Nd4jBackend.load(Nd4jBackend.java:148)
at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:4498)
... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment