yahoo / CaffeOnSpark

Distributed deep learning on Hadoop and Spark clusters.
Apache License 2.0
1.27k stars 358 forks source link

Tt cannot find src/main/java/caffe/Caffe.java ,where is Caffe.java? #275

Open benbenyao opened 7 years ago

benbenyao commented 7 years ago

protoc:

 [exec] make[1]: `/root/CaffeOnSpark/caffe-distri'
 [exec] make[1]: *** “src/main/java/caffe/Caffe.java”“../caffe-public/distribute/proto/caffe.proto”。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (proto) on project caffe-distri: An Ant BuildException has occured: exec returned: 2 [ERROR] around Ant part ...... @ 5:84 in /root/CaffeOnSpark/caffe-distri/target/antrun/build-protoc.xml [ERROR] -> [Help 1]

junshi15 commented 7 years ago

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

benbenyao commented 7 years ago

That's my protobuf --version: root@ubuntu001:/etc/ld.so.conf.d# protoc --version libprotoc 2.5.0 And i think, could me use BLVC's caffe?I do this, ln -s /home/alpha/caffe caffe-public,but problm is on。

junshi15 commented 7 years ago

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