MCPcopy Create free account
hub / github.com/HaohanWang/HFC / batch_normalization_layer

Function batch_normalization_layer

scripts/resnet.py:255–272  ·  view source on GitHub ↗

Helper function to do batch normalziation :param input_layer: 4D tensor :param dimension: input_layer.get_shape().as_list()[-1]. The depth of the 4D tensor :return: the 4D tensor after being normalized

(input_layer, dimension)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

conv_bn_relu_layerFunction · 0.85
bn_relu_conv_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected