Contents

init(stride:length:)

Creates a window temporal transformer.

Declaration

init(stride: Int, length: Int)

Parameters

  • stride:

    The number of frames between the start of two consecutive windows. Must be greater than 0.

  • length:

    The length of a window in number of frames. Must be greater than 0.