weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

Caffe builds successfully but not ssd-caffe! #910

Open pjspillai opened 6 years ago

pjspillai commented 6 years ago

System configuration

Issue summary

When I tried building the original BVLC/caffe it worked. But SSD with Caffe doesn't build!

Steps to reproduce

Git cloned the SSD caffe repository:

  1. git clone https://github.com/weiliu89/caffe.git
  2. mv caffe SSD
  3. cd SSD
  4. git checkout ssd
  5. cd $SSD
  6. git remote add caffe https://github.com/BVLC/caffe.git
  7. git fetch caffe
  8. git merge -X theirs caffe/master
  9. make all -j12

Error Log

I am getting a protoc error

src/caffe/proto/caffe.proto:376:37: Field number 41 has already been used in "caffe.SolverParameter" by field "eval_type". src/caffe/proto/caffe.proto:386:29: Field number 42 has already been used in "caffe.SolverParameter" by field "ap_version".

ashwinnair14 commented 6 years ago

Did u find a solution ? I also was unable to compile it with cuda 9