tensorflow-resnet
tensorflow-resnet copied to clipboard
Inconsistencies with the original implementation
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.