transform_timemasking | R Documentation |
Apply masking to a spectrogram in the time domain.
transform_timemasking(time_mask_param, iid_masks)
time_mask_param |
(int): maximum possible length of the mask. Indices uniformly sampled from [0, time_mask_param). |
iid_masks |
(bool, optional): whether to apply different masks to each
example/channel in the batch. (Default: |
not implemented yet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.