Created by: LihangLiu
batch_norm have two accessible params "bias" and "scale", as well as two hidden params "mean" and "var". Current code won't copy the "mean" and "var".