TabularTSDataloader: TabularTSDataloader

View source: R/time_series_tabular.R

TabularTSDataloaderR 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


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