Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rahulxie/trojanzoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul authored and Rahul committed Jun 5, 2022
2 parents be34d52 + a73cc6f commit 79d7d2c
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 79d7d2c

Please sign in to comment.