I have added the shuffle layer into caffe, and run 'make all' successfully.
And I have trained the model with shuffle layer successfully.
But when I run the test code in C++, there is an error 'Error parsing text-format caffe.NetParameter: 109:25: Message type "caffe.LayerParameter" has no field named "shuffle_channel_param". I have already added it in caffe.proto, why this problem still exists?
Thanks a lot.