Create a dataloaders from a given `dblock`
ImageDataLoaders_from_dblock(
dblock,
source,
path = ".",
bs = 64,
val_bs = NULL,
shuffle_train = TRUE,
device = NULL,
...
)
dblock
source folder
The folder where to work
batch size
The batch size for the validation DataLoader (defaults to bs)
If we shuffle the training DataLoader or not
device name
additional parameters to pass
None