Forked from https://www.github.com/BVLC/caffe dev branch in 2015/3/31
Added Batch Normalization, Parametric ReLU, Locally Connected Layer, Normalize Layer.
-
Download third-party libraries from http://pan.baidu.com/s/1qAVPs , and put the 3rdparty folder under the root of caffe-windows.
-
Run ./src/caffe/proto/extract_proto.bat to create caffe.pb.h and caffe.pb.cc.
-
Double click ./build/MSVC/MainBuilder.sln to open the solution in Visual Studio 2012 (only VS2012 supported).
-
Change the compile mode to Release and X64.
-
Change the CUDA include and library path to your own ones.
-
Compile.
TIPS: If you have MKL library, please add the preprocess macro "USE_MKL" defined in the setting of the project.
中文安装说明:http://blog.csdn.net/happynear/article/details/45372231
Just change the Matlab include and library path defined in the settings and compile.