View source: R/callbacks_data.R
| WeightedDL | R Documentation | 
Transformed 'DataLoader'
WeightedDL(
  dataset = NULL,
  bs = NULL,
  wgts = NULL,
  shuffle = FALSE,
  num_workers = NULL,
  verbose = FALSE,
  do_setup = TRUE,
  pin_memory = FALSE,
  timeout = 0,
  batch_size = NULL,
  drop_last = FALSE,
  indexed = NULL,
  n = NULL,
  device = NULL,
  persistent_workers = FALSE
)
dataset | 
 dataset  | 
bs | 
 bs  | 
wgts | 
 weights  | 
shuffle | 
 shuffle  | 
num_workers | 
 number of workers  | 
verbose | 
 verbose  | 
do_setup | 
 do_setup  | 
pin_memory | 
 pin_memory  | 
timeout | 
 timeout  | 
batch_size | 
 batch_size  | 
drop_last | 
 drop_last  | 
indexed | 
 indexed  | 
n | 
 n  | 
device | 
 device  | 
persistent_workers | 
 persistent_workers  | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.