org.apache.mxnet.javaapi
This Param Object is specifically used for BatchNorm_v1
Input data to batch normalization
gamma array
beta array
Epsilon to prevent div 0
Fix gamma while training
Momentum for moving average
Output All,normal mean and var
Whether use global moving statistics instead of local batch-norm. This will force change batch-norm into a scale shift operator.
This Param Object is specifically used for BatchNorm_v1