ShuffleNet_V2_pytorch_caffe icon indicating copy to clipboard operation
ShuffleNet_V2_pytorch_caffe copied to clipboard

I try to convert model from pytorch to caffe but a error occurred:

Open thuBingo opened this issue 5 years ago • 2 comments

Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/caffe/net_spec.py", line 160, in _to_proto _param_names[self.type_name] + '_param'), k, v) KeyError: 'ShuffleChannel'

Have you modified the caffe source code to add a new layer ShuffleChannel?

thuBingo avatar Dec 26 '19 10:12 thuBingo

Yes, that is required.

miaow1988 avatar Dec 31 '19 08:12 miaow1988

Yes, that is required.

Thanks for the codes, well, could you please also make the caffe "ShuffleChannel" implementation cpps public?

JINGTING92 avatar Feb 11 '20 12:02 JINGTING92