RandomAlt5554
RandomAlt5554

Reputation: 1

ND4J NoAvailableBackendException despite following all documentation steps

I have an annoying issue with ND4J while attempting to implement deeplearning4j into a project. As the title already says, it is a NoAvailableBackendException. I am getting this error with maven, the full pom.xml is here. The stacktrace is here.

The only thing I can think of that might have an effect is the fact that I am attempting to run this on a minecraft server. I do not quite know how to account for this or how to solve this issue if this is the cause.

I have attempted to use the maven import for nd4j;

        <dependency>
            <groupId>org.nd4j</groupId>
            <artifactId>nd4j-native-platform</artifactId>
            <version>${dl4j-master.version}</version>
        </dependency>

In my IDE this does not give any errors, and it correctly packages.

I have the NoAvailableBackendException when using the packaged jar. I have followed all the troubleshooting steps the documentation offers:

I have also attempted to use a different version of nd4j (and of course matching it with deeplearning4j-core). Also to no avail.

Any help is highly appreciated.

Upvotes: 0

Views: 175

Answers (0)

Related Questions