modify code style

add_depthwiseConv_op_gpu
root 7 years ago
parent 7e95793bc6
commit 7a0f3fdd8d

@ -43,6 +43,7 @@ class IteratorGradientSignAttack(Attack):
This attack was originally implemented by Alexey Kurakin(Google Brain).
Paper link: https://arxiv.org/pdf/1607.02533.pdf
"""
def _apply(self, image_label, epsilons=100, steps=10):
"""
Apply the iterative gradient sign attack.

Loading…
Cancel
Save