Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-shuyan committed Mar 4, 2024
1 parent a717632 commit 8376e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def main():
help='cutmix probability')
#weight perturbation
parser.add_argument('--filter', default=None, type=str,
help='filter with adv or entropy.')
help='AWP if we want to adopt weight peturbation during watermark injection.')
parser.add_argument('--select_portion', default=0, type=float,
help='choose top select_portion samples according to adv/entropy loss')

Expand Down

0 comments on commit 8376e9b

Please sign in to comment.