TfmdDL | R Documentation |
Transformed 'DataLoader'
TfmdDL( dataset, bs = 64, 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, after_batch = NULL, ... )
dataset |
dataset |
bs |
batch size |
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 |
int, n |
device |
device |
after_batch |
after_batch |
... |
additional arguments to pass |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.