machine learning - Why batch normalization over channels only in CNN -
i wondering, if in convolutional neural networks batch normalization should applied respect every pixel separately, or should take mean of pixels respect each channel?
i saw in description of tensorflow's tf.layers.batch_normalization suggested perform bn respect channels, if recall correctly, have used other approach results.
wiki
Comments
Post a Comment