TabularTSDataloader
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 )
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 |
None
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.