View source: R/callbacks_data.R
PartialDL | R Documentation |
Select randomly partial quantity of data at each epoch
PartialDL(
dataset = NULL,
bs = NULL,
partial_n = 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 |
partial_n |
partial_n |
shuffle |
shuffle |
num_workers |
num_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.