首页 > 技术文章 > ubuntu16.04:caffe安装的那些坑

gaosheng12138 2018-03-23 21:34 原文

安装指导:https://blog.csdn.net/yhaolpz/article/details/71375762

遇到的问题:

一、cannot find file libcudart.so.7.5

方法:将libcudart.so.8.0复制并重命名为libcudart.so.7.5(路径相同)

二、failed to create cublas handle:CUBLAS_STATUS_NOTINITIALIZED

在root环境下执行!!!

(root跟sudo是不一样的,具体看知乎

三、在caffe的路径下import caffe报错:

(1)No module named caffe

方法:https://blog.csdn.net/u010417185/article/details/53559107

(2)No module named google.protobuf.internal

 

方法:pip install protobuf

 

推荐阅读