Contents

BNNSOptimizerFunctionAdamWWithClipping

An optimizer function that updates parameters according to the AdamW algorithm and optionally clips the gradient by value or by norm.

Declaration

var BNNSOptimizerFunctionAdamWWithClipping: BNNSOptimizerFunction { get }

See Also

AdamW Optimizer Functions