Changes

Jump to navigation Jump to search
no edit summary
nvcc -V
[[File:nvcc.png]]
 
*5. Downloaded cuDNN:
In order to download cuDNN, ensure you are registered for the NVIDIA Developer Program. Then Go to: NVIDIA cuDNN home page. -> Click Download. -> Complete the short survey and click Submit. -> Accept the Terms and Conditions. A list of available download versions of cuDNN displays. -> Select the cuDNN version you want to install. Chose the tar file.
*6. Install cuDNN: your CUDA directory path is referred to as
/usr/local/cuda/
your cuDNN download path is referred to as
<cudnnpath>
Follow these commands:
a. Navigate to your <cudnnpath> directory containing the cuDNN Tar file.
b. Unzip the cuDNN package.
$ tar -xzvf cudnn-9.0-linux-x64-v7.tgz
c. Copy the following files into the CUDA Toolkit directory.
$ sudo cp cuda/include/cudnn.h /usr/local/cuda/include
$ sudo cp cuda/lib64/libcudnn* /usr/local/cuda/lib64
$ sudo chmod a+r /usr/local/cuda/include/cudnn.h
/usr/local/cuda/lib64/libcudnn*
 
*'''Problem encountered''':
3. <s>If installed correctly, type nvcc- V should verify installation. But currently it returns 'the program nvcc is currently not installed'.</s><br>
==Tensorflow InstallationResource==*(TODO) To install tensorflow, follow this instruction here: https://www.tensorflow.org/install/install_linux#InstallingVirtualenv and install tensorflow with Wei. Specific is below.
197

edits

Navigation menu