Contents

dilationRateInY

The amount by which the weights tensor expands in the y-direction.

Declaration

var dilationRateInY: Int { get set }

Discussion

The weights tensor is dilated by inserting dilationRateInY-1 zeros between consecutive values in y-dimension. Dilated weights tensor width is (dilationRateInY-1)*kernelHeight+1. Default value is 1.