View source: R/vision_augment.R
| RandomResizedCrop | R Documentation | 
Picks a random scaled crop of an image and resize it to 'size'
RandomResizedCrop(
  size,
  min_scale = 0.08,
  ratio = list(0.75, 1.33333333333333),
  resamples = list(2, 0),
  val_xtra = 0.14
)
| size | size | 
| min_scale | minimum scale | 
| ratio | ratio | 
| resamples | resamples | 
| val_xtra | validation xtra | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.