Skip to content

Adversarial Library v0.2.0

Compare
Choose a tag to compare
@jeromerony jeromerony released this 15 May 02:16
· 10 commits to main since this release
  • Add several segmentation attacks in the adv_lib.attacks.segmentation module: DAG, ASMA, PDGD, PDPGD and ALMA prox
  • Fix save method for adv_lib.utils.visdom_logger.VisdomLogger
  • Improve pytorch<1.9 compatibility
  • Allow tensor ε for PGD
  • Several minor improvements for FAB, DDN and FMN
  • Minor performance improvements using torch.amax instead of torch.max(dim=1).values
  • Fix FGA and VFGA best index selection
  • Improve README