deep-learning-models
deep-learning-models copied to clipboard
Resnet50 conv_block() question.
https://github.com/fchollet/deep-learning-models/blob/master/resnet50.py#L119
where is this defined? can you show me please? as I read the paper, the h(x) should be original input, or 1x1 conv output, if it is BatchNormed, will impact the input.