torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

New version of CUDNN not working? #1106

Open Gaeldrin opened 6 years ago

Gaeldrin commented 6 years ago

Hello,

I've got this error: Found Environment variable CUDNN_PATH = /usr/lib/x86_64-linux-gnu/libcudnn.so.7qlua: .../torch/install/share/lua/5.1/cudnn/ffi.lua:1618: These bindings are for CUDNN 5.x (5005 <= cudnn.version > 6000) , while the loaded CuDNN is version: 7004 Are you using an older or newer version of CuDNN?

Obviously, I've got a version that is too new for the Torch7. Is there any way to upgrade Torch or make some changes to the source to make it work? Or do I have to downgrade both CUDNN and CUDA to older versions (I would really like to avoid that)?

yonihei commented 6 years ago

this issue seems to be related to https://github.com/soumith/cudnn.torch/issues/383