lua - how to fix this cudnn and torch error -


i run torch ./test.sh,and error these:

found environment variable cudnn_path = /usr/local/cuda-8.0/lib64/libcudnn.so.6 /home/whj/torch/install/bin/luajit: /home/whj/torch/install/share/lua/5.1/cudnn/ffi.lua:1618: these bindings cudnn 5.x (5005 <= cudnn.version > 6000) , while loaded cudnn version: 6020   using older or newer version of cudnn? 

my cuda 8.0 , move libcudnn.so.6 folder, how can fix error above. @ beginning, reports error couldn't find libcudnn.so.6, no such file etc, , add export cudnn_path="/usr/local/cuda-8.0/lib64/libcudnn.so.6$cudnn_path" in /.bashrc , reboot, change error above.

i got reason-- cuda-8.0 can't fit cudnn.so.6


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -