Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.32 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.32 KB

Installation

dependence

  1. almost all dependence are installed in /usr/local/; contact OP if some packages misssing
  2. sudo yum install cmake3

clone & install

  1. clone this repo to CAFFE_ROOT_DIR
  2. cd caffe2
  3. make -j16
  4. python -c 'import sys; sys.path.insert(0, "CAFFE_ROOT_DIR/build"); import caffe2 as c2; print c2.__file__'

merge caffe2/caffe (if necessary)

  1. git check out master
  2. git pull https://github.com/caffe2/caffe2.git master
  3. resolve conflict
  4. git push origin master

Caffe2

License TravisCI Build Status Appveyor Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

News and Events

Caffe2 research award competition request for proposals

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.

License

Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.

Further Resources on Caffe2.ai