wenxinxu/resnet-in-tensorflow

Why conv1 in first block is not followed by batch norm and relu

Opened this issue · 0 comments

conv1 = tf.nn.conv2d(input_layer, filter=filter, strides=[1, 1, 1, 1], padding='SAME')

Can you please highlight the necessary section in the paper or in the original implementation.

Thank you