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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -