There's more...

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:

  • The DL4J CUDA Maven dependency:
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-cuda-x.x</artifactId>
<version>1.0.0-beta3</version>
</dependency>

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset