View source: R/vision_augment.R
mask_tensor | R Documentation |
Mask elements of 'x' with 'neutral' with probability '1-p'
mask_tensor(x, p = 0.5, neutral = 0, batch = FALSE)
x |
tensor |
p |
probability |
neutral |
neutral |
batch |
batch |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.