pub fn random_cutout(t: &Tensor, sz: i64) -> Tensor
Expand description

Applies cutout: randomly remove some square areas in the original images. https://arxiv.org/abs/1708.04552