最佳答案
I would like to use batch normalization in TensorFlow. I found the related C++ source code in core/ops/nn_ops.cc
. However, I did not find it documented on tensorflow.org.
BN has different semantics in MLP and CNN, so I am not sure what exactly this BN does.
I did not find a method called MovingMoments
either.