GPU/CPU设置
Eclipse Deeplearning4J的硬件设置,包括GPU和CUDA。
用于GPU和CPU的ND4J后端
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-cuda-9.2</artifactId>
<version>1.0.0-beta2</version>
</dependency><dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native</artifactId>
<version>1.0.0-beta2</version>
</dependency>系统架构
<dependency>
...
<artifactId>nd4j-native-platform</artifactId>
...
</dependency>多GPU
CuDNN
CUDA 安装
Last updated
Was this helpful?