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 013fb8d commit 5b6daabCopy full SHA for 5b6daab
art/attacks/poisoning/gradient_matching_attack.py
@@ -17,6 +17,7 @@
17
# SOFTWARE.
18
"""
19
This module implements Gradient Matching clean-label attacks (a.k.a. Witches' Brew) on Neural Networks.
20
+
21
| Paper link: https://arxiv.org/abs/2009.02276
22
23
from __future__ import absolute_import, division, print_function, unicode_literals
0 commit comments