penguinnnnn/Caffe2Pytorch

Problem when loading the model

Opened this issue · 0 comments

Hello I have encountered problem when I tried to load my prototxt model using CaffeNet. Seems like It has problem when unpacking the shape on input parameters since it has more value than the prepared variable.

these are the insides of the value that will be unpacked
['name', ' "data"'] ['type', ' "Input"'] ['top', ' "data"'] ['input_param { shape', ' { dim', ' 1 dim', ' 3 dim', ' 128 dim', ' 128} }']
This is the prototxt and weight of the model that I tried to convert
SfSNet.zip

Please help me resolve this. Thank you