Skip to main content
Log in

Python module

lp_norm

Layer Normalization layer.

LPLayerNorm

class max.pipelines.nn.norm.lp_norm.LPLayerNorm(weight: Weight, bias: Weight | None = None, eps: float = 1e-06)

Layer normalization block.

bias

bias*: Weight | None* = None

eps

eps*: float* = 1e-06

weight

weight*: Weight*