Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # install `cudann`
  2. ```bash
  3. CUDA_FOLDER=/usr/local/cuda-9.2
  4. tar -C ${CUDA_FOLDER}/ -xzv --strip-component=1 -f cudnn-9.2-linux-x64-v7.4.2.24.tgz cuda/include cuda/lib64
  5. chmod a+r ${CUDA_FOLDER}/include/cudnn.h ${CUDA_FOLDER}/lib64/libcudnn*
  6. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement