build
Navigation Menu
{{ message }}
This repository was archived by the owner on Nov 16, 2019. It is now read-only.
yahoo / CaffeOnSpark Public archive
- Notifications You must be signed in to change notification settings
- Fork 353
Andy Feng edited this page
Feb 18, 2016ยท 2 revisions
Build CaffeOnSpark
-
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
Clone this wiki locally