Skip to content

ART 1.11.1

Choose a tag to compare

@beat-buesser beat-buesser released this 06 Sep 10:11
· 2539 commits to main since this release

This release of ART 1.11.1 provides updates to ART 1.11.

Added

[None]

Changed

[None]

Removed

[None]

Fixed

  • Fixed unecessary check for targeted attacks in AdversarialPatch and delegated check to framework-specific implementations (#1768)
  • Fixed missing transfer to device in AdversarialPatchPyTorch.apply_patch() (#1771)
  • Fix redundant call to detach().cpu().numpy() in PyTorchClassifier.predict() (#1785)
  • Fixed art.utils.random_sphere() for norm=1 to sample uniformly in the L1 ball (#1802)
  • Fixed PyTorch detach() call on Numpy arrays in PyTorchRegressor (#1824)
  • Fixed probability check for multi-dimensional arrays + out of bounds error in binning in the pointwise differential training privacy metric PDTP (#1825)
  • Fixed learning rate decay in ElasticNet evasion attack (#1833)