Skip to content

Commit bdb59c1

Browse files
author
Daria Tikhonovich
committed
up todo
1 parent 88597ef commit bdb59c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rectools/models/nn/transformers/context_net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ def forward(self, seqs: torch.Tensor, batch: tp.Dict[str, torch.Tensor]) -> torc
7777

7878
@property
7979
def out_dim(self) -> int:
80-
"""Return categorical item embedding output dimension."""
80+
"""Return output dimension."""
8181
return self.embedding_bag.embedding_dim

0 commit comments

Comments
 (0)