espnet2.enh.layers.dcunet.BatchNorm
Less than 1 minute
espnet2.enh.layers.dcunet.BatchNorm
class espnet2.enh.layers.dcunet.BatchNorm(num_features: int, eps: float = 1e-05, momentum: float = 0.1, affine: bool = True, track_running_stats: bool = True, device=None, dtype=None)
Bases: _BatchNorm
Initializes internal Module state, shared by both nn.Module and ScriptModule.