Skip to content

Commit

Permalink
Merge pull request #1742 from ElkanaBaris/patch-2
Browse files Browse the repository at this point in the history
removing unused argument from documentation in abstract_recommender.py
  • Loading branch information
Sherry-XLL authored Apr 19, 2023
2 parents 321bff8 + 4f0291b commit abf69a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recbole/model/abstract_recommender.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def embed_float_fields(self, float_fields):
Args:
float_fields (torch.FloatTensor): The input dense tensor. shape of [batch_size, num_float_field]
embed (bool): Return the embedding of columns or just the columns itself. Defaults to ``True``.
Returns:
torch.FloatTensor: The result embedding tensor of float columns.
Expand Down

0 comments on commit abf69a6

Please sign in to comment.