how to let dnn support a self-made layer

asked 2017-12-16 20:41:25 -0600

hi, everyone I am using dnn to run the shufflenet . However, when i run the program, it always complains that Error parsing text-format caffe.NetParameter: 320:25: Message type "caffe.LayerParameter" has no field named "shuffle_channel_param".

but I do add the declaration of shuffle_channel_param in the caffe.proto. And I have tested the model in caffe framework. I tried to search the caffe.proto in other places, but have no result.

Can anyone point out what happened?

edit retag flag offensive close merge delete