You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
Hello there. First of all thank you guys for developing CaffeOnSpark. It is a great step in the right direction.
I was able to build CaffeOnSpark successfully:
[INFO] caffe ............................................. SUCCESS [0.001s]
[INFO] caffe-distri ...................................... SUCCESS [1:57.821s]
[INFO] caffe-grid ........................................ SUCCESS [3:05.423s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:03.547s
[INFO] Finished at: Sat Apr 23 21:36:26 UTC 2016
[INFO] Final Memory: 55M/396M
The Issue:
However, an error follows it installation stops. Is this something that I should worry about ?
jar -xvf caffe-grid/target/caffe-grid-0.1-SNAPSHOT-jar-with-dependencies.jar META-INF/native/linux64/liblmdbjni.so
inflated: META-INF/native/linux64/liblmdbjni.so
mv META-INF/native/linux64/liblmdbjni.so /home/cc/CaffeOnSpark/caffe-distri/distribute/lib
cp -r /home/cc/CaffeOnSpark/caffe-public/python/caffe /home/cc/CaffeOnSpark/caffe-grid/src/main/python/
cd /home/cc/CaffeOnSpark/caffe-grid/src/main/python/; zip -r caffeonsparkpythonapi *; mv caffeonsparkpythonapi.zip /home/cc/CaffeOnSpark/caffe-grid/target/;cd /home/cc/CaffeOnSpark
/bin/sh: 1: zip: not found
mv: cannot stat ‘caffeonsparkpythonapi.zip’: No such file or directory
Thanks !
The text was updated successfully, but these errors were encountered:
Hello there. First of all thank you guys for developing CaffeOnSpark. It is a great step in the right direction.
I was able to build CaffeOnSpark successfully:
The Issue:
However, an error follows it installation stops. Is this something that I should worry about ?
Thanks !
The text was updated successfully, but these errors were encountered: