2018年8月5日 星期日

windows上的無痛(?)caffe安裝

因為之前已經安裝過 tensorflow 了,所以變得很輕鬆,參 https://github.com/BVLC/caffe/tree/windows


  1. 先裝個 cmake (參 https://cmake.org/)
  2. git clone https://github.com/BVLC/caffe.git
  3. cd caffe
  4. git checkout windows
  5. 設定檔 build_win.cmd 中 set WITH_NINJA=0
  6. scripts\build_win.cmd
  7. pip install cmake ninja numpy scipy protobuf==3.1.0 six scikit-image pyyaml pydotplus graphviz
  8. copy the C:\Projects\caffe\python\caffe folder to your site_packages folder.(C:\Users\[你的名字]\AppData\Local\Programs\Python\Python35\Lib\site-packages)

沒有留言:

張貼留言