Skip to content

Commit 9881ff0

Browse files
committed
Rename to seq_combiner
1 parent ef5ce0e commit 9881ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merlin/models/torch/inputs/embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class EmbeddingTable(nn.Module, Selectable):
4747
Args:
4848
dim (Union[int, DimFn]): The dimension for the embedding table.
4949
schema (Optional[Union[ColumnSchema, Schema]]): The schema for the embedding table.
50-
combiner (Optional[Combiner]): The combiner used to combine the embeddings.
50+
seq_combiner (Optional[Combiner]): The combiner used to combine the embeddings.
5151
"""
5252

5353
has_combiner: Final[bool] = False

0 commit comments

Comments
 (0)