Added .travis.yaml
1 file changed
tree: 15ebfa8cc300580ea9d43581f2865f9d10f0e4d0
  1. caffe/
  2. caffe2/
  3. cmake/
  4. docs/
  5. third_party/
  6. .Doxyfile
  7. .gitignore
  8. .gitmodules
  9. .travis.yaml
  10. build.py
  11. build_android.py
  12. build_android_prepare.py
  13. CMakeLists.txt
  14. LICENSE
  15. Makefile
  16. 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.

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