Caffe2Pytorch icon indicating copy to clipboard operation
Caffe2Pytorch copied to clipboard

Problem when loading the model

Open RichardoTiono opened this issue 5 years ago • 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

RichardoTiono avatar Jan 07 '20 08:01 RichardoTiono