Skip to content

Commit

Permalink
Update deep_inspect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph authored May 26, 2022
1 parent 2924c32 commit 22059ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def __init__(self, defense_remask_epoch: int = 20, defense_remask_lr=0.01,
def optimize_mark(self, label: int, **kwargs) -> tuple[torch.Tensor, float]:
r"""
Args:
**kwargs:
label (int): The class label to optimize.
**kwargs: Any keyword argument (unused).
Returns:
(torch.Tensor, torch.Tensor):
Expand Down

0 comments on commit 22059ba

Please sign in to comment.