Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Version 0.8.0

Latest
Compare
Choose a tag to compare
@jonasrauber jonasrauber released this 15 Jan 14:48
· 130 commits to master since this release

New Features

  • value_and_grad is now part of EagerPy and has a much nicer API (works with EagerPy tensors)
  • other improvements and bugfixes

New Attacks

  • added noise attacks
    • L2AdditiveGaussianNoiseAttack
    • L2AdditiveUniformNoiseAttack
    • LinfAdditiveUniformNoiseAttack
    • L2RepeatedAdditiveGaussianNoiseAttack
    • L2RepeatedAdditiveUniformNoiseAttack
    • LinfRepeatedAdditiveUniformNoiseAttack
  • added GaussianBlurAttack
  • added the Brendel-Bethge attack
    • L0BrendelBethgeAttack
    • L1BrendelBethgeAttack
    • L2BrendelBethgeAttack
    • LinfinityBrendelBethgeAttack
  • added DeepFool
    • L2DeepFoolAttack
    • LinfDeepFoolAttack
  • added DatasetAttack