Open Polaris-SDU opened 6 years ago
I see "net = slim.max_pool2d(net, 2, padding='SAME', scope='pool_3')" in the code. Is anybody can tell why? I think it should be net = slim.max_pool2d(net, 2, padding='VALID', scope='pool_3'). Thanks in advance!
@Polaris-SDU They will yield the same result here...
I see "net = slim.max_pool2d(net, 2, padding='SAME', scope='pool_3')" in the code. Is anybody can tell why? I think it should be net = slim.max_pool2d(net, 2, padding='VALID', scope='pool_3'). Thanks in advance!