本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:新转移注意(caffe):ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory - Python技术站
新转移注意(caffe):ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory
•
Caffe
赞 (0)
caffe的调试技巧 和 使用split层
上一篇
2023年4月8日
caffe layer注册机制
下一篇
2023年4月8日
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权限