transform_compute_deltas | R Documentation |
Compute delta coefficients of a tensor, usually a spectrogram.
transform_compute_deltas(win_length = 5, mode = "replicate")
win_length |
(int): The window length used for computing delta. (Default: |
mode |
(str): Mode parameter passed to padding. (Default: |
forward param: specgram (Tensor): Tensor of audio of dimension (..., freq, time).
See functional_compute_deltas for more details.
Tensor: Tensor of deltas of dimension (..., freq, time).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.