forked from yahoo/CaffeOnSpark
-
Notifications
You must be signed in to change notification settings - Fork 0
build
Andy Feng edited this page Feb 18, 2016
·
2 revisions
-
Install caffe prerequists per http://caffe.berkeleyvision.org/installation.html
-
Clone CaffeOnSpark code. CaffeOnSpark/caffe-public/Makefile.config may be adjusted for your enviornment (ex. CPU vs GPU, infiniband or not).
git clone https://github.com/yahoo/CaffeOnSpark.git --recursive
cd CaffeOnSpark/caffe-public/
cp Makefile.config.example Makefile.config
echo "INCLUDE_DIRS += ${JAVA_HOME}/include" >> Makefile.config
cd ..
make build