ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

Inconsistencies with the original implementation #24

Open zijunwei opened 7 years ago

zijunwei commented 7 years ago

Correct me if I'm wrong: the model declared here is different from the original Caffe model from the author

The shortcut layer in this model is added with a non-identity convolution layer but the original model is just using the value in the previous layer.