maximumNorm
A float value that, if set, causes the layer to renormalize the selected embedding vectors to have an Lp norm less than this value.
Declaration
var maximumNorm: Float? { get }Discussion
Renormalization occurs in the forward pass only.
A float value that, if set, causes the layer to renormalize the selected embedding vectors to have an Lp norm less than this value.
var maximumNorm: Float? { get }Renormalization occurs in the forward pass only.