A `DataLoader` that goes throught the item in the order given by `sort_func`
SortedDL(
dataset,
sort_func = NULL,
res = NULL,
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
)
dataset
sort_func
res
bs
shuffle
num_workers
verbose
do_setup
pin_memory
timeout
batch_size
drop_last
indexed
n
device
None