TfmdDL: TfmdDL

View source: R/vision_core.R

TfmdDLR Documentation

TfmdDL

Description

Transformed 'DataLoader'

Usage

TfmdDL(
  dataset,
  bs = 64,
  shuffle = FALSE,
  num_workers = NULL,
  verbose = FALSE,
  do_setup = TRUE,
  pin_memory = FALSE,
  timeout = 0,
  batch_size = NULL,
  drop_last = FALSE,
  indexed = NULL,
  n = NULL,
  device = NULL,
  after_batch = NULL,
  ...
)

Arguments

dataset

dataset

bs

batch size

shuffle

shuffle

num_workers

number of workers

verbose

verbose

do_setup

do setup

pin_memory

pin memory

timeout

timeout

batch_size

batch size

drop_last

drop last

indexed

indexed

n

int, n

device

device

after_batch

after_batch

...

additional arguments to pass

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.