leovandriel/caffe2_cpp_tutorial

where is the model.pb.h?

Opened this issue · 1 comments

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

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?