Caffe安裝的坑整理

2021-08-28 13:00:08 字數 847 閱讀 6904

怎麼說了,入了深度學習的坑,就要踩一踩才算你入門,這裡我整理了我在安裝學習caffe自己遇到的坑:

仔細檢視了一下 makefile.config 中 cuda_arch 設定未按規定設定:

# cuda architecture setting: going with all of them.

# for cuda < 6.0, comment the *_50 through *_61 lines for compatibility.

# for cuda < 8.0, comment the *_60 and *_61 lines for compatibility.

# for cuda >= 9.0, comment the *_20 and *_21 lines for compatibility.

cuda_arch := -gencode arch=compute_20,code=sm_20 \

-gencode arch=compute_20,code=sm_21 \

-gencode arch=compute_30,code=sm_30 \

-gencode arch=compute_35,code=sm_35 \

-gencode arch=compute_50,code=sm_50 \

-gencode arch=compute_52,code=sm_52 \

-gencode arch=compute_60,code=sm_60 \

-gencode arch=compute_61,code=sm_61 \

-gencode arch=compute_61,code=compute_61

微軟caffe安裝 自己整理

安裝版本 微軟 caffe,不是版 win7 x64 vs2013 cudn7.5 cudnnv5.0 只選擇了python true 此處 cudnn我是放在 此處新增 cuda的目錄 f caffe cudnnv5.1 anaconda2的安裝目錄 e anaconda2 沒有安裝matlab ...

mac安裝caffe(避免踩坑的指令碼)

本人把要踩得坑都踩完了,比如pycaffe和cv2一起import導致protobuf出現錯誤啦 opencv沒被link導致找不到啦,最後終於ok啦 brew install opencv3 with contrib with ffmpeg with tbb with qt5 with pytho...

caffe安裝系列 安裝caffe

部落格新址 作業系統 ubuntu 14.04 gcc g 4.7.x opencv 2.4.11和3.0.0 matlab r2014b a python 2.7 安裝命令如下所示 解壓 tar zxvf glog 0.3.3.tar.gz 切換路徑 cd glog 0.3.3 sudo conf...