CollabDataLoaders_from_dblock {fastai} | R Documentation |
CollabDataLoaders_from_dblock
Description
Create a dataloaders from a given 'dblock'
Usage
CollabDataLoaders_from_dblock(
dblock,
source,
path = ".",
bs = 64,
val_bs = NULL,
shuffle_train = TRUE,
device = NULL
)
Arguments
dblock |
dblock |
source |
source |
path |
The folder where to work |
bs |
The batch size |
val_bs |
The batch size for the validation DataLoader (defaults to bs) |
shuffle_train |
If we shuffle the training DataLoader or not |
device |
device |
Value
None
[Package fastai version 2.2.2 Index]