SegmentationDataLoaders_from_label_func | R Documentation |
Create from list of 'fnames' in 'path's with 'label_func'.
SegmentationDataLoaders_from_label_func(
path,
fnames,
label_func,
valid_pct = 0.2,
seed = NULL,
codes = NULL,
item_tfms = NULL,
batch_tfms = NULL,
bs = 64,
val_bs = NULL,
shuffle_train = TRUE,
device = NULL
)
path |
path |
fnames |
file names |
label_func |
label function |
valid_pct |
validation percentage |
seed |
seed |
codes |
codes |
item_tfms |
item transformations |
batch_tfms |
batch transformations |
bs |
batch size |
val_bs |
validation batch size |
shuffle_train |
shuffle train |
device |
device name |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.