caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

where is the model.pb.h?

Open Shuwrood-SSW opened this issue 6 years ago • 1 comments

it is used in the model.cc, but I can't find it, thanks.

Shuwrood-SSW avatar Apr 19 '18 11:04 Shuwrood-SSW

Hi,

The model.pb.h header is generated by ProtoBuf compiler which is part of the Make process. If you did run make already, could you share the output of that after running make clean?

leovandriel avatar May 21 '18 22:05 leovandriel