tianzq

Results 1 comments of tianzq

I had similar error. My CUDA is 8.0 and Cudnn is 5.1. I found that I didn't add the path to the env. export PATH=/usr/local/cuda-8.0/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH After adding the...