added google/benchmark and tidied up Cuda build
5 files changed
tree: 236defb079ca68e61455578d791f8bd95f33ec99
  1. caffe/
  2. caffe2/
  3. cmake/
  4. third_party/
  5. .Doxyfile
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. build.py
  10. build_android.py
  11. build_android_prepare.py
  12. CMakeLists.txt
  13. Makefile
  14. README.md
README.md

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.

License and Citation

Caffe2 is released under the BSD 2-Clause license.

Building Caffe2

Build Status

git clone https://github.com/caffe2/caffe2
cd caffe2 && mkdir bin
cd bin && cmake ..
make