TfmdDL {fastai} | R 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
[Package fastai version 2.2.2 Index]