- deeplearning4j beta 5.0
- CUDA 10.0 (Note: Optional if you are using CPU)
- cuDNN 7.6 (Note: Optional if you are using CPU)
Download Java JDK
here.
(Note: Use Java 8 for full support of DL4J operations)
Check the version of Java using:
java -version
Make sure that 64-Bit version of Java is installed.
Download and install IntelliJ IDEA.
IntelliJ provides a default Maven that is bundled with the installer. Follow these instructions to install Apache Maven.
Follow the instructions below if you plan to use GPU setup.
- Install CUDA and cuDNN
Requirements:- CUDA 10.0
- cuDNN 7.6
CUDA and cuDNN can be downloaded from here and here. Step by step installation guides can be found here.
- Dependencies are needed to be included into Maven project if we wish to use GPU for training. Follow the links below for instructions in details.