cuDNN
Using the NVIDIA cuDNN library with DL4J.
Using Deeplearning4j with cuDNN
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-cuda-9.2</artifactId>
<version>1.0.0-beta6</version>
</dependency><dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-cuda-10.0</artifactId>
<version>1.0.0-beta6</version>
</dependency><dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-cuda-10.1</artifactId>
<version>1.0.0-beta6</version>
</dependency>Last updated
Was this helpful?