Skip to content

Commit

Permalink
Recommend Caffe v0.12 in the docs
Browse files Browse the repository at this point in the history
v0.13 isn't usable until cuDNNv3 is released
  • Loading branch information
lukeyeager committed Jul 24, 2015
1 parent 9ff246e commit a99c9d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/InstallCaffe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ To use Caffe in DIGITS, you must use [NVIDIA's fork](https://github.com/NVIDIA/c

To enable multi-GPU training, install version [`0.12`](https://github.com/NVIDIA/caffe/tree/caffe-0.12).

To take advantage of the performance gains in cuDNN v3, install version [`0.13`](https://github.com/NVIDIA/caffe/tree/caffe-0.13).

## Grab the source

% cd $HOME
% git clone --branch caffe-0.13 https://github.com/NVIDIA/caffe.git
% git clone --branch caffe-0.12 https://github.com/NVIDIA/caffe.git

Set an environment variable so DIGITS knows where Caffe is installed (optional):

Expand Down

0 comments on commit a99c9d1

Please sign in to comment.