models.modules.Norm#
- class Norm(bias: bool = False)[source]#
Bases:
LayerGen
Batch Normalization layer generator
Uses
torch.nn.BatchNorm2d
module.- Parameters:
bias (bool, optional) – If True, adds a learnable bias. Defaults to False.
Methods
Initializes and returns the network layer