LayerNorm
scalation.modeling.forecasting.neuralforecasting.LayerNorm
The LayerNorm
class will, in computing the output, normalize by subtracting the mean and dividing by the standard deviation.
Value parameters
- atransform
-
whether to apply an affine transformation to standard normalization
- eps
-
the small value to prevent division by zero
Attributes
- See also
-
pytorch.org/docs/stable/generated/torch.nn.LayerNorm.html#torch.nn.LayerNorm
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article