Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchul2 committed Mar 13, 2024
1 parent f5b854c commit f3f1c0d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,7 @@ def expand_reference_info(self, new_largest_label: int) -> None:

@torch.no_grad()
def learn(
self,
batch: List[Dict[str, Any]],
reset_feat: bool = False,
is_cascade: bool = False
self, batch: List[Dict[str, Any]], reset_feat: bool = False, is_cascade: bool = False
) -> Union[None, Tuple[ParameterDict, Tensor]]:
"""Get reference features.
Expand Down

0 comments on commit f3f1c0d

Please sign in to comment.