mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
596 B
596 B
Caffe2
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.
License and Citation
Caffe2 is released under the BSD 2-Clause license.
Building Caffe2
git clone https://github.com/caffe2/caffe2
cd caffe2 && mkdir bin
cd bin && cmake ..
make