BatchNormΒΆ
Applies Batch Normalization to the input.
Abstract Signature:
BatchNorm(input: Tensor, running_mean: Tensor, running_var: Tensor, weight: Tensor, bias: Tensor, training: bool = False, momentum: float = 0.1, eps: float = 1e-5)
JAX (Core)
API:
βStrategy: Custom / Partial
NumPy
API:
βStrategy: Custom / Partial
PaxML / Praxis
API:
βStrategy: Custom / Partial