用cmake编译caffe
生活随笔
收集整理的這篇文章主要介紹了
用cmake编译caffe
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
參考:http://blog.csdn.net/cham_3/article/details/53127355
首先說找不到protobuf include 路徑,在CmakeList.txt中,通過set(PROTOBUF_INCLUDE_DIR, “/opt/protobuf/include”)設置。
然后又出現atlas的問題,按下述方式解決
后面還有若干warning,如:
could not find doxygen (doxygen executable)
runtime library [libboost thread-mt.so] in /usr/lib64 may hidden by files…..
之類的,不管他們,編譯可成功
總結
以上是生活随笔為你收集整理的用cmake编译caffe的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Deep Ranking for Per
- 下一篇: ImportError: No modu