deep-learning-models icon indicating copy to clipboard operation
deep-learning-models copied to clipboard

Resnet50 conv_block() question.

Open asimay opened this issue 7 years ago • 0 comments

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.

asimay avatar Oct 12 '18 08:10 asimay