norm_apply_denorm {fastai} | R Documentation |
Norm_apply_denorm
Description
Normalize 'x' with 'nrm', then apply 'f', then denormalize
Usage
norm_apply_denorm(x, f, nrm)
Arguments
x |
tensor |
f |
function |
nrm |
nrm |
Value
None
[Package fastai version 2.2.2 Index]