commit | b9599c7464dde326e997027850c757967e0fb838 | [log] [tgz] |
---|---|---|
author | Simon Layton <slayton58@gmail.com> | Thu Dec 08 13:23:04 2016 -0500 |
committer | Simon Layton <slayton58@gmail.com> | Tue Dec 13 09:29:01 2016 -0500 |
tree | 6f81b72c5c61416bb82908563eb7ea02382e9d4c | |
parent | e9f1222408808f6887f2cc3b2fbd94dee52463c6 [diff] |
Compiling entire project Can run CIFAR10 Python example!
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