Transformed `DataLoader`
TabularTSDataloader(
dataset,
bs = 16,
shuffle = FALSE,
after_batch = NULL,
num_workers = 0,
verbose = FALSE,
do_setup = TRUE,
pin_memory = FALSE,
timeout = 0,
batch_size = NULL,
drop_last = FALSE,
indexed = NULL,
n = NULL,
device = NULL
)
data set
batch size
shuffle or not
after batch
the number of workers
verbose
A parameter for if Tabular will run the data through the procs upon initialization
pin memory or not
timeout
batch size
drop last
indexed
n
device name
None