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

Function batch_norm_template

tf_util.py:512–531  ·  view source on GitHub ↗

Batch normalization on convolutional maps and beyond... Ref.: http://stackoverflow.com/questions/33949786/how-could-i-use-batch-normalization-in-tensorflow Args: inputs: Tensor, k-D input ... x C could be BC or BHWC or BDHWC is_training: boolean tf.Varialbe, true indicat

(inputs, is_training, scope, moments_dims_unused, bn_decay, data_format='NHWC')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

batch_norm_for_fcFunction · 0.85
batch_norm_for_conv1dFunction · 0.85
batch_norm_for_conv2dFunction · 0.85
batch_norm_for_conv3dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected