Skip to content

Commit c381971

Browse files
Adding and checking import statement for new typing based on last review
Signed-off-by: Nicholas Audric Adriel <[email protected]>
1 parent 29ab40c commit c381971

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

art/attacks/poisoning/one_pixel_shortcut_attack.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ class OnePixelShortcutAttack(PoisoningAttackBlackBox):
3434
for each class by maximizing a mean-minus-variance objective over that class's
3535
images. The found pixel coordinate and color are applied to all images of the class
3636
(labels remain unchanged). Reference: Wu et al. (ICLR 2023).
37-
<<<<<<< HEAD
38-
39-
=======
4037
41-
>>>>>>> 4461f324a (Update the one-pixel shortcut attack and its unit tests based on review)
4238
| Paper link: https://arxiv.org/abs/2205.12141
4339
"""
4440

0 commit comments

Comments
 (0)