| commit | dac78727fb0762ac390bac2a68a270c5a0b5a0fa | [log] [tgz] |
|---|---|---|
| author | Simon Layton <slayton58@gmail.com> | Fri Dec 16 07:57:40 2016 -0500 |
| committer | Simon Layton <slayton58@gmail.com> | Fri Dec 16 08:00:47 2016 -0500 |
| tree | 4cce6fba564c1a6f1b6bdc56f9fd0e4b67f1652a | |
| parent | 0154db83c059ccee5a0bf7141ab58a601d662716 [diff] |
Add missing file
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