有两种方式安装caffe:
第一种,安装预编译的Caffe:
直接使用如下 apt install 命令安装即可:
对于仅CPU版本:sudo apt install caffe-cpu
对于CUDA版本:sudo apt install caffe-cuda
第二种,从源代码安装Caffe:
第二种从源码安装比较坑,会遇到protobuf等一系列问题。
推荐参考网址:https://www.cnblogs.com/hgl0417/p/12114955.html
有两种方式安装caffe:
直接使用如下 apt install 命令安装即可:
对于仅CPU版本:sudo apt install caffe-cpu
对于CUDA版本:sudo apt install caffe-cuda
第二种从源码安装比较坑,会遇到protobuf等一系列问题。
推荐参考网址:https://www.cnblogs.com/hgl0417/p/12114955.html