Backends
Hardware setup for Eclipse Deeplearning4j, including GPUs and CUDA.
ND4J backends for GPUs and CPUs
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-cuda-10.2</artifactId>
<version>1.0.0-beta6</version>
</dependency><dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>1.0.0-beta6</version>
</dependency>Building for Multiple Operating Systems
CuDNN
CUDA Installation
Last updated
Was this helpful?