Skip to content

ART 1.10.1

Choose a tag to compare

@beat-buesser beat-buesser released this 22 Apr 11:11
· 3109 commits to main since this release

This release of ART 1.10.1 provides updates to ART 1.10.

Added

[None]

Changed

  • Changed AdversarialTrainerMadryPGD.fit to support arguments nb_epochs and batch_size (#1612)
  • Changed GradientMatchingAttack to add support for models with undefined input shape by abstracting the shape information from the input data (#1624)
  • Changed PyTorchObjectDetector to support inputs with number of channels other than 1 and 3 (#1633)

Removed

[None]

Fixed

  • Fixed incorrect handling of true regression labels in attribute inference attacks (#1598)
  • Fixed AdversarialPatchPyTorch.apply_patch to correctly check if mask is None (#1607)