Backends
Hardware setup for Eclipse Deeplearning4j, including GPUs and CUDA.
ND4J backends for GPUs and CPUs
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-cuda-11.2</artifactId>
<version>1.0.0-M1.1</version>
</dependency><dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>1.0.0-M1.1</version>
</dependency>Building for Multiple Operating Systems
Bundling multiple Backends
CuDNN
CUDA Installation
Troubleshooting
Nd4jBackend$NoAvailableBackendException
You haven't configured any ND4J Backend
You have a jar file that doesn't contain a backend for your platform.
You have a jar file that doesn't contain service loader files.
Last updated
Was this helpful?