Skip to content

Commit

Permalink
another formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
liopeer committed Jan 10, 2025
1 parent e692963 commit d35cbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightly/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def pool_masked(
integer indices.
num_cls: The number of classes in the possible masks.
Returns:
A tensor of shape :math:`(B, C, N)` or :math:`(C, N)` where :math:`N`
Returns:
A tensor of shape :math:`(B, C, N)` or :math:`(C, N)` where :math:`N`
corresponds to `num_cls`.
"""
if source.dim() == 3:
Expand Down

0 comments on commit d35cbd1

Please sign in to comment.