View source: R/image_loaders.R
ImageDataLoaders_from_dblock | R Documentation |
Create a dataloaders from a given 'dblock'
ImageDataLoaders_from_dblock(
dblock,
source,
path = ".",
bs = 64,
val_bs = NULL,
shuffle_train = TRUE,
device = NULL,
...
)
dblock |
dblock |
source |
source folder |
path |
The folder where to work |
bs |
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 name |
... |
additional parameters to pass |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.