Skip to content

Commit

Permalink
Merge pull request #2460 from yamamura-k/main
Browse files Browse the repository at this point in the history
Implement Rescaling-ACG, which is a improved version of ACG attack.
  • Loading branch information
beat-buesser authored Oct 7, 2024
2 parents 1207d0a + 5411f45 commit 7983374
Show file tree
Hide file tree
Showing 4 changed files with 837 additions and 0 deletions.
1 change: 1 addition & 0 deletions art/attacks/evasion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from art.attacks.evasion.auto_attack import AutoAttack
from art.attacks.evasion.auto_projected_gradient_descent import AutoProjectedGradientDescent
from art.attacks.evasion.auto_conjugate_gradient import AutoConjugateGradient
from art.attacks.evasion.rescaling_auto_conjugate_gradient import RescalingAutoConjugateGradient

if importlib.util.find_spec("numba") is not None:
from art.attacks.evasion.brendel_bethge import BrendelBethgeAttack
Expand Down
Loading

0 comments on commit 7983374

Please sign in to comment.