Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

SegmentationDataLoaders_from_label_func

SegmentationDataLoaders_from_label_func


Description

Create from list of 'fnames' in 'path's with 'label_func'.

Usage

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
)

Arguments

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

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.