ArcherFMY / AFNet

Code for paper in CVPR2019, 'Attentive Feedback Network for Boundary-aware Salient Object Detection'
MIT License
113 stars 20 forks source link

"caffe.LayerParameter" has no field named "interp_param" #5

Closed sunkyya closed 5 years ago

sunkyya commented 5 years ago

Wrong message: Protobuf : Error parsing text-format caffe.NetParameter: 2095:18: Message type "caffe.LayerParameter" has no field named "interp_param". . at D:\ThirdPartyLibrary\protobuf\src\google\protobuf\text_format.cc Line 296

My enviroment: caffe: happynear/caffe(https://github.com/happynear/caffe-windows) cuda: 9.1 python: 3.5

Should i rebuild caffe from your repo?

ArcherFMY commented 5 years ago

yes.

you can use caffe from this repo or add ‘interp’ layer into your current caffe.

sunkyya commented 5 years ago

@ArcherFMY thx ! i have solved this problem~

GuoQingqing commented 4 years ago

Hi, I have met the problem. How do you solve this problem?