Contents
init_KGE_uniform()
Initialize embeddings according to symmetric uniform distribution.
embedding_table (Tensor) – Tensor of embedding parameters to initialize.
Tensor
b (float) – Positive boundary of distribution support. Default: 1.0.
float
divide_by_embedding_size (bool) – Rescale distribution support by 1/row_size. Default: True.
bool
Initialized tensor.