Jun Shi

Results 115 comments of Jun Shi

Looks like your program could not find lmdbjni.so, either you did not have it or you did not set the LD_LIBRARY_PATH properly.

You can use "-test" or "-feature" to generate the prediction or probability. Please refer to the Wiki page for details, e.g. https://github.com/yahoo/CaffeOnSpark/wiki/GetStarted_EC2

check your opencv version. I think the current CaffeOnSpark only supports openCV 2.5. You may have a newer version.

sorry, I think opencv 2.4 is what CaffeOnSpark supports. There are API changes between 2.4 and 3.2, hence the new openCV is not supported.

https://github.com/yahoo/CaffeOnSpark/blob/master/caffe-distri/src/main/cpp/util/rdma_sync.cpp https://github.com/yahoo/CaffeOnSpark/blob/master/caffe-distri/src/main/cpp/util/socket_sync.cpp https://github.com/yahoo/CaffeOnSpark/blob/master/caffe-distri/src/main/cpp/util/socket_sync_cpu.cpp look for on_gradients_ready() and on_start()

CaffeOnSpark worked on OSX in the early days, not sure if it still does since we don't have such a use case, it has not been tested in OSX anymore....

I don't remember the exact version, but it was pre-Sierra, either Yosemite or El Capitan.

That's a generated file by protoc. It sounds like you had problems with protobuf.

no, using BVLC caffe won't work. caffe-public is based on BVLC caffe, but with modifications.