Title : Caffe (Visual Studio15+CUDA8+cuDNN5+python3.5)
Author : SURFZJY
Logo : True

[TITLE]

Procedure

   C:\Projects> git clone https://github.com/BVLC/caffe.git
  • Edit C:\Projects\caffe\scripts\build_win.cmd:

    • comment line 116 to line 137 (add "::" in the begin of the line)
    • change line 8 and line 73 "set WITH_NINJA=1" to "set WITH_NINJA=0"
  • Executing the following commands in a cmd prompt

    C:\Projects> cd caffe
    
    C:\Projects\caffe> git checkout windows
    
    C:\Projects\caffe> scripts\build_win.cmd
    

Using the Python interface

  • add the C:\Projects\caffe\python folder to your python path
  • copy the C:\Projects\caffe\python\caffe folder to your site_packages folder.