org.apache.mxnet.javaapi
This Param Object is specifically used for Embedding
The input array to the embedding operator.
The embedding weight matrix.
Vocabulary size of the input indices.
Dimension of the embedding vectors.
Data type of weight.
Compute row sparse gradient in the backward calculation. If set to True, the grad's storage type is row_sparse.
This Param Object is specifically used for Embedding