Conv1D..::..Dialation Property

An integer specifying the dilation rate to use for dilated convolution. Currently, specifying any dilation_rate value != 1 is incompatible with specifying any strides value != 1.

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

Syntax


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

Field Value

The dialation.