-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Runtest Error #86
Comments
try this |
@danielanojan @leeesangwon I check the code file, it did not have the 'cudnn_deconv_layer.hpp' file.While in my computer's caffe, the 'cudnn_deconv_layer.hpp' appeared. Can you help me out. |
When i Make runtest the libcudart.so error occurs
.build_release/tools/caffe: error while loading shared libraries: libcudart.so.9.0: cannot open shared object file: No such file or directory
make: *** [runtest] Error 127
(workspace) [anojan@localhost PSPNET-cudnn5]$ source $HOME/.bashrc
(workspace) [anojan@localhost PSPNET-cudnn5]$ vi $HOME/.bashrc
(workspace) [anojan@localhost PSPNET-cudnn5]$ source $HOME/.bashrc
(workspace) [anojan@localhost PSPNET-cudnn5]$ sudo make runtest -j8
.build_release/tools/caffe
and i solved using
sudo LD_LIBRARY_PATH=/home/anojan/workspace/cuda_install/lib64make runtest
once i use it i get libmatio.so error which is different lib folder(/usr/local/lib)
i tried adding LD_LIBRARY_PATHS in .bashrc but i still get the error
how to solve this?
The text was updated successfully, but these errors were encountered: