We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5ce0e commit 9881ff0Copy full SHA for 9881ff0
merlin/models/torch/inputs/embedding.py
@@ -47,7 +47,7 @@ class EmbeddingTable(nn.Module, Selectable):
47
Args:
48
dim (Union[int, DimFn]): The dimension for the embedding table.
49
schema (Optional[Union[ColumnSchema, Schema]]): The schema for the embedding table.
50
- combiner (Optional[Combiner]): The combiner used to combine the embeddings.
+ seq_combiner (Optional[Combiner]): The combiner used to combine the embeddings.
51
"""
52
53
has_combiner: Final[bool] = False
0 commit comments