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 51b78df commit 4d6f9c1Copy full SHA for 4d6f9c1
art/defences/trainer/adversarial_trainer_trades.py
@@ -57,7 +57,8 @@ def __init__(
57
Create an :class:`.AdversarialTrainerTRADES` instance.
58
59
:param classifier: Model to train adversarially.
60
- :param eps: Maximum perturbation that the attacker can introduce.
+ :param attack: attack to use for data augmentation in adversarial training
61
+ :param beta: The scaling factor controlling tradeoff between clean loss and adversarial loss
62
"""
63
self._attack = attack
64
self._beta = beta
0 commit comments