CaffeOnSpark
CaffeOnSpark copied to clipboard
CaffeOnSpark as maven package
Since multiple users have faced build problems, it might be better to offer CoS as maven package, similar to lmdbjni.
We need to nail down a list of supported OS. Any input?
The build error from my scenario is misunderstanding on https://github.com/yahoo/CaffeOnSpark/wiki/build
- Install caffe prerequists per http://caffe.berkeleyvision.org/installation.html I even install caffe not only the caffe prerequists
- Clone CaffeOnSpark code git clone https://github.com/yahoo/CaffeOnSpark.git --recursive another careless is to forget clone with --recursive
My setup OS is linux mint 17.2 similar with ubuntu version. The most popular server maybe CetOS.
Hello,
I would like to point out that the build problems are because the host systems do not have maven
installed. I am not sure if CaffeOnSpark
installs it for you during any stage. I faced build errors everytime I try to set up a cluster.
An added step, sudo apt-get maven
before make build
will ensure a clean build, hopefully for everyone.
Thanks, Arun
Hello anfeng,
Another suggestion is the maven package can be compiled separately as Server which contain no GPU and Client which used for compute task by GPU/CPU