commit | 2610d628131cbbbb8471ebc0429f4885c601b42f | [log] [tgz] |
---|---|---|
author | Simon Layton <slayton58@gmail.com> | Tue Dec 06 13:06:16 2016 -0500 |
committer | Simon Layton <slayton58@gmail.com> | Tue Dec 13 09:29:01 2016 -0500 |
tree | 8be9b35936594d31a82784199219a1a5f6a5da4a | |
parent | 52f09fe2c9b8246fb379610c0e46ab6af41088ef [diff] |
Build Python libs
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