MCPcopy Create free account
hub / github.com/PanJinquan/tensorflow_models_learning / conv2d_same

Function conv2d_same

slim/nets/resnet_utils.py:77–122  ·  view source on GitHub ↗

Strided 2-D convolution with 'SAME' padding. When stride > 1, then we do explicit zero-padding, followed by conv2d with 'VALID' padding. Note that net = conv2d_same(inputs, num_outputs, 3, stride=stride) is equivalent to net = slim.conv2d(inputs, num_outputs, 3, stride=1, padd

(inputs, num_outputs, kernel_size, stride, rate=1, scope=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected