TabularTSDataloader {fastai} | R Documentation |
TabularTSDataloader
Description
Transformed 'DataLoader'
Usage
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
)
Arguments
dataset |
data set |
bs |
batch size |
shuffle |
shuffle or not |
after_batch |
after batch |
num_workers |
the number of workers |
verbose |
verbose |
do_setup |
A parameter for if Tabular will run the data through the procs upon initialization |
pin_memory |
pin memory or not |
timeout |
timeout |
batch_size |
batch size |
drop_last |
drop last |
indexed |
indexed |
n |
n |
device |
device name |
Value
None
[Package fastai version 2.2.2 Index]