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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -