Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
  • Loading branch information
beat-buesser committed Dec 27, 2023
1 parent bc8a15f commit 501ad92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/attacks/evasion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Carlini and Wagner ASR Attack
:members:
:special-members:

Composite Adversarial Attack - PyTorch
--------------------------------------
.. autoclass:: CompositeAdversarialAttackPyTorch
:members:
:special-members:

Decision Tree Attack
--------------------
.. autoclass:: DecisionTreeAttack
Expand Down
18 changes: 18 additions & 0 deletions docs/modules/defences/trainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ Adversarial Training Madry PGD
:members:
:special-members:

Adversarial Training Adversarial Weight Perturbation (AWP) - PyTorch
--------------------------------------------------------------------
.. autoclass:: AdversarialTrainerAWPPyTorch
:members:
:special-members:

Adversarial Training Oracle Aligned Adversarial Training (OAAT) - PyTorch
-------------------------------------------------------------------------
.. autoclass:: AdversarialTrainerOAATPyTorch
:members:
:special-members:

Adversarial Training TRADES - PyTorch
-------------------------------------
.. autoclass:: AdversarialTrainerTRADESPyTorch
:members:
:special-members:

Base Class Adversarial Training Fast is Better than Free
--------------------------------------------------------
.. autoclass:: AdversarialTrainerFBF
Expand Down

0 comments on commit 501ad92

Please sign in to comment.