build

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Nov 16, 2019. It is now read-only.

Andy Feng edited this page

Feb 18, 2016

ยท 2 revisions

Build CaffeOnSpark

  1. Install caffe prerequists per http://caffe.berkeleyvision.org/installation.html

  2. 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