commit | 09de969e9fe5ea9737ee0fbab35853155ffe022b | [log] [tgz] |
---|---|---|
author | Simon Layton <slayton58@gmail.com> | Fri Dec 09 10:29:06 2016 -0500 |
committer | Simon Layton <slayton58@gmail.com> | Fri Dec 09 10:29:06 2016 -0500 |
tree | 81a5243ff33c236220ad4008e8eb4eddc3b203f4 | |
parent | cdb2fb67374ab78171057f28de16c3d1286daa00 [diff] |
Enhancements Add BLAS chooser Move cuDNN detection from Cuda -> FindCuDNN Refactor main C2 libs, should enable no-GPU build (untested)
Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.
Read the installation instructions for installation details.
Caffe2 is released under the BSD 2-Clause license.
git clone https://github.com/caffe2/caffe2 cd caffe2 && mkdir bin cd bin && cmake .. make