SeungjunNah / DeepDeblur_release

Deep Multi-scale CNN for Dynamic Scene Deblurring
686 stars 143 forks source link

segmentation Fault with Cudnn #32

Closed surajitsaikia27 closed 4 years ago

surajitsaikia27 commented 6 years ago

While i am trying to run the demo I am getting this error.

Found Environment variable CUDNN_PATH = /usr/local/cuda/lib64/libcudnn.so.5Segmentation fault (core dumped)

SeungjunNah commented 6 years ago

I'm not sure about the cause. Which cudnn version did you use? Torch7 uses cudnn 5.1 by default. You can switch to newer versions by the following command:

cd torch/extra/cudnn
git checkout R7   # R6 if your cudnn version is 6
luarocks make
SeungjunNah commented 4 years ago

PyTorch version now available here: https://github.com/SeungjunNah/DeepDeblur-PyTorch