Skip to content

Commit 52cbb5f

Browse files
Update
Co-authored-by: Beat Buesser <[email protected]>
1 parent c94bdb3 commit 52cbb5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/attacks/evasion/pixel_threshold.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ def __init__(
448448
) -> None:
449449
"""
450450
Create a :class:`.PixelThreshold` instance.
451-
452451
:param classifier: A trained classifier.
453452
:param th: threshold value of the Pixel/ Threshold attack. th=None indicates finding a minimum threshold.
454453
:param es: Indicates whether the attack uses CMAES (0) or DE (1) as Evolutionary Strategy.

0 commit comments

Comments
 (0)