Skip to content

Commit

Permalink
Fix a typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jihwan Eom <[email protected]>
  • Loading branch information
sovrasov and JihwanEom authored Mar 15, 2023
1 parent 56d22b9 commit 04ecb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otx/mpa/modules/models/heads/semisl_multilabel_cls_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def loss(self, logits, gt_label, features):
return losses

def forward_train_with_last_layers(self, x, gt_label, final_cls_layer, final_emb_layer):
"""Forwards multilabel semi-ls head and losses
"""Forwards multilabel semi-sl head and losses
Args:
x (dict): dict(labeled_weak. labeled_strong, unlabeled_weak, unlabeled_strong) or NxC input features.
Expand Down

0 comments on commit 04ecb43

Please sign in to comment.