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 7f1fce6 commit 438cb5cCopy full SHA for 438cb5c
art/attacks/poisoning/gradient_matching_attack.py
@@ -151,8 +151,8 @@ def __initialize_poison_tensorflow(
151
152
:param x_trigger: A list of samples to use as triggers.
153
:param y_trigger: A list of target classes to classify the triggers into.
154
- :param x_train: A list of training data to poison a portion of.
155
- :param y_train: A list of labels for x_train.
+ :param x_poison: A list of training data to poison a portion of.
+ :param y_poison: A list of true labels for x_poison.
156
"""
157
# pylint: disable=no-name-in-module
158
from tensorflow.keras import backend as K
0 commit comments