Contents
init_uniform_norm()
Initialize embeddings according to uniform distribution and normalize so that each row has norm 1.
embedding_table (Tensor) – Tensor of embedding parameters to initialize.
Tensor
Initialized tensor.