broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

Correct naming for ResNet101. #34

Closed hgaiser closed 6 years ago

hgaiser commented 6 years ago

Consistency is hard to find in the original ResNet implementation... Apparently the ResNet101 architecture defines stage 3 blocks as res3a_..., res3b1_..., res3b2_..., res3b3_..., whereas we had res3a_..., res3b_..., res3c_..., res3c_.... This PR changes our naming to match the one from https://github.com/KaimingHe/deep-residual-networks/blob/master/prototxt/ResNet-101-deploy.prototxt .