November 2019
Intermediate to advanced
304 pages
8h 40m
English
We can further optimize the training throughput by configuring cuDNN into CUDA devices. We can run a training instance in Spark without CUDA/cuDNN installed on every node. To gain optimal performance with cuDNN support, we can add the DL4J CUDA dependency. For that, the following components must be added and made available:
<dependency> <groupId>org.deeplearning4j</groupId> <artifactId>deeplearning4j-cuda-x.x</artifactId> <version>1.0.0-beta3</version> </dependency>