Contents

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.

See Also

Inspecting Embedding Descriptors