niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Windows Installation

This is not the original Caffe Readme but an installation guide for windows version.

Want to run first before build by yourself?

You can download the windows x64 standalone package and run directly on MNIST dataset.

Prerequisites

You may need the followings to build the code:

Build Steps

Currently it can be built by VS2012 for x64 flatform only. This is because the dependencies mentioned above is cross-compiled to support x64 only. If you want to build on 32bit windows, you need to rebuild your own 3rd-party libraries.

Train MNIST dataset

Tips

Known Issues

Bug Report