functional_mask_along_axis_iid | R Documentation |
Apply a mask along axis
. Mask will be applied from indices [v_0, v_0 + v)
, where
v
is sampled from uniform (0, mask_param)
, and v_0
from uniform(0, max_v - v)
.
functional_mask_along_axis_iid(specgrams, mask_param, mask_value, axis)
specgrams |
(Tensor): Real spectrograms (batch, channel, freq, time) |
mask_param |
(int): Number of columns to be masked will be uniformly sampled from |
mask_value |
(float): Value to assign to the masked columns |
axis |
(int): Axis to apply masking on (3 -> frequency, 4 -> time) |
tensor
: Masked spectrograms of dimensions (batch, channel, freq, time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.