tensorflow-resnet icon indicating copy to clipboard operation
tensorflow-resnet copied to clipboard

block function in resnet.py

Open ljbthu opened this issue 8 years ago • 1 comments

I think that there is a small mistake when defining the 'bottleneck' structure in the block function . In your code, three 1x1 conv layers ('a', 'b', 'c') are used to constitute the 'bottleneck' block. I believe you forgot c['ksize'] = 3 when defining layer 'b'.

ljbthu avatar Nov 11 '17 12:11 ljbthu

I think so. c['ksize'] should be definited 3 here.

liyongze avatar Apr 23 '19 06:04 liyongze