resnet-imagenet-caffe icon indicating copy to clipboard operation
resnet-imagenet-caffe copied to clipboard

The resnet18 deploy.prototxt is actually resnet50

Open springishere opened this issue 6 years ago • 4 comments

I don't think resnet18 has layers like res2a_branch2c, that's in resnet50.

springishere avatar Nov 21 '17 00:11 springishere

feel free to create a pull request

On Mon, Nov 20, 2017 at 4:24 PM, fye881 [email protected] wrote:

I don't think resnet18 has layers like res2a_branch2c, that's in resnet50.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yihui-he/resnet-imagenet-caffe/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AJkBS4nEz9JA_TKVJgTBWjsDV91oWDUlks5s4hhBgaJpZM4QlGh- .

-- Best, Yihui He yihui-he.github.io

ethanhe42 avatar Nov 21 '17 00:11 ethanhe42

sorry I don't understand, a pull request will solve the problem? I am looking for a resnet18 prototxt that can be loaded in caffe. This one can be loaded but does not look like resnet18

springishere avatar Nov 21 '17 00:11 springishere

It seems that the residual block in resnet18 is wrong. And residual block in resnet18 consists of two 3*3 kernel size conv.

zorrocai avatar Dec 29 '17 02:12 zorrocai

@fye881 Did you find Resent 18 prototxt and caffemodel?

prashant-puri avatar Apr 21 '18 10:04 prashant-puri