Skip to content

Commit 96d0d76

Browse files
author
Giulio Zizzo
committed
removing repeated docstring for param mask
1 parent 66a64a6 commit 96d0d76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

art/attacks/evasion/projected_gradient_descent/projected_gradient_descent_tensorflow_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,6 @@ def _generate_batch(
239239
perturbed.
240240
:param eps: Maximum perturbation that the attacker can introduce.
241241
:param eps_step: Attack step size (input variation) at each iteration.
242-
:param mask: An array with a mask broadcastable to input `x` defining where to apply adversarial perturbations.
243-
Shape needs to be broadcastable to the shape of x and can also be of the same shape as `x`. Any
244-
features for which the mask is zero will not be adversarially perturbed.
245242
:return: Adversarial examples.
246243
"""
247244
adv_x = x

0 commit comments

Comments
 (0)