MCPcopy Create free account
hub / github.com/XLechter/PCAN / conv2d_transpose

Function conv2d_transpose

tf_util.py:188–264  ·  view source on GitHub ↗

2D convolution transpose with non-linear operation. Args: inputs: 4-D tensor variable BxHxWxC num_output_channels: int kernel_size: a list of 2 ints scope: string stride: a list of 2 ints padding: 'SAME' or 'VALID' use_xavier: bool, use xavier_initializer if true

(inputs,
                     num_output_channels,
                     kernel_size,
                     scope,
                     stride=[1, 1],
                     padding='SAME',
                     use_xavier=True,
                     stddev=1e-3,
                     weight_decay=None,
                     activation_fn=tf.nn.relu,
                     bn=False,
                     bn_decay=None,
                     is_training=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

get_deconv_dimFunction · 0.85
_variable_on_cpuFunction · 0.85
batch_norm_for_conv2dFunction · 0.85

Tested by

no test coverage detected