RandTransform {fastai} | R Documentation |
A transform that before_call its state at each '__call__'
RandTransform(p = 1, nm = NULL, before_call = NULL, ...)
p |
probability |
nm |
nm |
before_call |
before call |
... |
additional arguments to pass |
None