Skip to content

Releases: spencerwooo/torchattack

v1.2.1

24 Dec 03:32
f545f96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Dec 08:02
3399362
Compare
Choose a tag to compare

What's Changed

Potential Breaking Changes

In v1.2.0, the create_attack method accepts extra arguments to be passed onto the attack class as keyword arguments, instead of the original attack_args argument.

Full Changelog: v1.0.4...v1.2.0

v1.1.0

09 Dec 05:52
5f5400b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

04 Dec 06:47
03c221f
Compare
Choose a tag to compare

What's Changed

  • [New Attack] Dispersion Reduction (DR) Attack by @spencerwooo in #21
  • [New Attack] Learning Transferable Adversarial Perturbations (LTP) by @spencerwooo in #22
  • Use hook_cfg for hooks and add VGG16 tests by @spencerwooo in #23
  • AttackModel.from_pretrained() implement exact functional transform from torchvision

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Nov 11:41
a42f80c
Compare
Choose a tag to compare

What's Changed

  • Fix backward compatibility with Python 3.10

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Nov 13:23
218c462
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Nov 05:29
6e3838d
Compare
Choose a tag to compare

What's Changed

  • create_attack() method for creating an attack by its name.
  • AttackModel.from_pretrained() method support specifying model source with prefix timm/ or tv/.
  • Full unit testing for all attack methods.
  • Docs in README updated.
  • Version number pinned for recommended installation.

Weights of generative attacks

26 Nov 06:44
6e3838d
Compare
Choose a tag to compare
v1.0-weights

AttackModel support `timm/` and `tv/` prefix

v1.0.0

22 Nov 07:35
c2a2d81
Compare
Choose a tag to compare

What's Changed

  • DIFGSM fix input_diversity transform probability by @simone-dotolo in #15
  • SSA DCT transform and num_spectrum not applied by @CHAOYUHONG in #13
  • [New Attack] VDC Attack (Virtual Dense Connection) by @spencerwooo in #18
  • Refactor for separate evaluation module by @spencerwooo in #19
  • create_attack() and AttackModel.from_pretrained() helpers
  • Full unit testing for most attacks

New Contributors

Full Changelog: v0.7.0...v1.0.0

v0.7.0

18 Sep 07:26
28e5a72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0