Skip to content

Commit

Permalink
move SMoGPrototypes docstring to correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteEbner committed Oct 18, 2024
1 parent d4fc1bf commit 166a46a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lightly/models/modules/heads.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,14 @@ def __init__(


class SMoGPrototypes(nn.Module):
"""SMoG prototypes module for synchronous momentum grouping.
"""SMoG prototypes module for synchronous momentum grouping.
Args:
group_features:
Tensor containing the group features.
beta:
Beta parameter for momentum updating.
"""
Args:
group_features:
Tensor containing the group features.
beta:
Beta parameter for momentum updating.
"""

def __init__(
self,
Expand Down

0 comments on commit 166a46a

Please sign in to comment.