首页 > 其他 > 详细

新转移注意(caffe):ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory

时间:2016-02-29 12:26:39      阅读:265      评论:0      收藏:0      [点我收藏+]

https://github.com/NVIDIA/DIGITS/issues/8

For this error
ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory

I have executed this command to solve it
sudo ldconfig /usr/local/cuda/lib64

 

新转移注意

1 把caffe中自己添加的不能编译过去的移除掉

2 拷贝一份有用的makefile.config

3 sudo ldconfig /usr/local/cuda/lib64

4 把opencv也拷贝过去吧,安装很方便,而且是3.0的

5 要sudo权限

新转移注意(caffe):ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory

原文:http://www.cnblogs.com/Wanggcong/p/5226787.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!