AvgSmoothLoss {fastai} | R Documentation |
AvgSmoothLoss
Description
Smooth average of the losses (exponentially weighted with 'beta')
Usage
AvgSmoothLoss(beta = 0.98)
Arguments
beta |
beta, defaults to 0.98 |
Value
Loss object
[Package fastai version 2.2.2 Index]