BatchNorm Properties
The BatchNorm type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BetaInitializer |
Initializer for the beta weight.
|
![]() |
BlendTimeConst |
The blend time constant in samples.
|
![]() |
Epsilon |
Small float added to variance to avoid dividing by zero.
|
![]() |
GammaInitializer |
Initializer for the gamma weight.
|
![]() |
Name |
Gets or sets the name of the network layer
(Inherited from LayerConfig.) |
![]() |
NormalizationTimeConstant |
The time constant in samples of the first-order low-pass filter that is used to compute mean/variance statistics for use in inference
|
![]() |
Params |
Gets or sets the parameters.
(Inherited from LayerConfig.) |
![]() |
RunningMeanInitializer |
Initializer for the running mean weight.
|
![]() |
RunningStdInvInitializer |
Initializer for the running standard inv weight.
|
![]() |
Shape |
The input shape for batch norm layer
|
![]() |
Spatial |
Boolean, if yes the input data is spatial (2D). If not, then sets to 1D
|