commit | e9f1222408808f6887f2cc3b2fbd94dee52463c6 | [log] [tgz] |
---|---|---|
author | Simon Layton <slayton58@gmail.com> | Thu Dec 08 08:40:29 2016 -0500 |
committer | Simon Layton <slayton58@gmail.com> | Tue Dec 13 09:29:01 2016 -0500 |
tree | 25cd0f80935b8767ce551840dddc2b962857394a | |
parent | c05ff206b6a11f13c4b06d9c4f39b38f2cd2e836 [diff] |
Compiling most of the project Now compiles all CPU + GPU code, tests + binaries with deps
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