- almost all dependence are installed in /usr/local/; contact OP if some packages misssing
sudo yum install cmake3
clone this repo
to CAFFE_ROOT_DIRcd caffe2
make -j16
python -c 'import sys; sys.path.insert(0, "CAFFE_ROOT_DIR/build"); import caffe2 as c2; print c2.__file__'
git check out master
git pull https://github.com/caffe2/caffe2.git master
resolve conflict
git push origin master
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.
Caffe2 research award competition request for proposals
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.
Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.