BatchNorm..::..Epsilon Property

Small float added to variance to avoid dividing by zero.

Namespace:  SiaNet.Model.Layers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


[JsonIgnoreAttribute]
public float Epsilon { get; set; }
<JsonIgnoreAttribute> _
Public Property Epsilon As Single
	Get
	Set
[JsonIgnoreAttribute]
public:
property float^ Epsilon {
	float^ get ();
	void set (float^ value);
}

Field Value

The epsilon.