Skip to content

Commit

Permalink
Rename input_fake_clamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzweilin committed Sep 28, 2023
1 parent 884fb48 commit 0975372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mart/configs/attack/composer/rect_patch_additive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
pert_rect_perspective_transform,
pert_mask,
additive,
fake_clamp,
input_fake_clamp,
]

functions:
Expand All @@ -21,5 +21,5 @@ functions:
order: 3
additive:
order: 4
fake_clamp:
input_fake_clamp:
order: 5
4 changes: 2 additions & 2 deletions mart/configs/attack/composer/rect_patch_overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
pert_rect_pad,
pert_rect_perspective_transform,
overlay,
fake_clamp,
input_fake_clamp,
]

functions:
Expand All @@ -21,5 +21,5 @@ functions:
order: 3
overlay:
order: 4
fake_clamp:
input_fake_clamp:
order: 5

0 comments on commit 0975372

Please sign in to comment.