longcw / pytorch2caffe

Convert PyTorch model to Caffemodel
541 stars 151 forks source link

ResNet size issue -> not accepting 224 #22

Open alidiba67 opened 6 years ago

alidiba67 commented 6 years ago

Hi, I want to convert Resnet50 from Pytorch to caffe, but can not do it with original size of 224*224. Have to use smaller size. Do you know what the issue is?

Thanks