Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

TabularTSDataloader

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

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.