View source on GitHub
|
embedding module: Dynamic Embedding is designed for Large-scale Sparse Weights Training.
class Embedding: A keras style Embedding layer. The Embedding layer acts same like
class FieldWiseEmbedding: An embedding layer, which feature ids are mapped into fields.
class SquashedEmbedding: The SquashedEmbedding layer allow arbirary input shape of feature ids, and get
View source on GitHub