We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9f5e6 commit c94bdb3Copy full SHA for c94bdb3
art/attacks/evasion/pixel_threshold.py
@@ -368,7 +368,6 @@ def __init__(
368
) -> None:
369
"""
370
Create a :class:`.PixelAttack` instance.
371
-
372
:param classifier: A trained classifier.
373
:param th: threshold value of the Pixel/ Threshold attack. th=None indicates finding a minimum threshold.
374
:param es: Indicates whether the attack uses CMAES (0) or DE (1) as Evolutionary Strategy.
0 commit comments