Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show_batch

Show_batch


Description

Show_batch

Usage

show_batch(
  dls,
  b = NULL,
  max_n = 9,
  ctxs = NULL,
  figsize = c(6, 6),
  show = TRUE,
  unique = FALSE,
  dpi = 120,
  ...
)

Arguments

dls

dataloader object

b

defaults to one_batch

max_n

maximum images

ctxs

ctxs parameter

figsize

figure size

show

show or not

unique

unique images

dpi

dots per inch

...

additional arguments to pass

Value

None

Examples

## Not run: 

dls %>% show_batch()


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.