Conv3D..::..Dialation Property

A tuple of 3 integers, specifying the dilation rate to use for dilated convolution. Can be a single integer to specify the same value for all spatial dimensions. Currently, specifying any dilation_rate value != 1 is incompatible with specifying any stride value != 1.

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

Syntax


[JsonIgnoreAttribute]
public Tuple<int, int, int> Dialation { get; set; }
<JsonIgnoreAttribute> _
Public Property Dialation As Tuple(Of Integer, Integer, Integer)
	Get
	Set
[JsonIgnoreAttribute]
public:
property Tuple<int^, int^, int^>^ Dialation {
	Tuple<int^, int^, int^>^ get ();
	void set (Tuple<int^, int^, int^>^ value);
}

Field Value

The dialation.