BatchNorm1d — PyTorch 1.10.1 documentation
pytorch.org › docs › stableBecause the Batch Normalization is done over the C dimension, computing statistics on (N, L) slices, it’s common terminology to call this Temporal Batch Normalization. Parameters num_features – C C from an expected input of size (N, C, L) (N,C,L) or L L from input of size (N, L) (N,L) eps – a value added to the denominator for numerical stability.