Show_batch
show_batch(
dls,
b = NULL,
max_n = 9,
ctxs = NULL,
figsize = c(6, 6),
show = TRUE,
unique = FALSE,
dpi = 120,
...
)
dataloader object
defaults to one_batch
maximum images
ctxs parameter
figure size
show or not
unique images
dots per inch
additional arguments to pass
None
if (FALSE) {
dls %>% show_batch()
}