Skip to content

main.lua print libcudnn.so.5 #78

@kubmin

Description

@kubmin

Hi there,

A few days ago my system crashed, reinstalled everything and got the code running again. However, my previous installation printed (on running main.lua) that it found the cudnn file "libcudnn.so.5" and started training really fast - with great results.

In my new installation this disappeared and training is much slower

th -lcudnn -e "print(cudnn.version)"
gives me
5005

echo $LD_LIBRARY_PATH
gives me
/home/user/torch/install/lib:/usr/local/cuda/lib64/:/home/user/torch/install/lib:

my ~./bashrc
export PATH=/usr/local/cuda/bin/:$PATH; export LD_LIBRARY_PATH=/usr/local/cuda/$ export CUDNN_ROOT=/usr/local/cuda-8.0/lib64/libcudnn.so.5 . /home/user/torch/install/bin/torch-activate

any idea what's going on? - still in that learning curve - much appreciated!
kubmin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions