RandTransform {fastai}R Documentation

RandTransform

Description

A transform that before_call its state at each '__call__'

Usage

RandTransform(p = 1, nm = NULL, before_call = NULL, ...)

Arguments

p

probability

nm

nm

before_call

before call

...

additional arguments to pass

Value

None


[Package fastai version 2.2.2 Index]