Skip to content

ART 1.15.1

Compare
Choose a tag to compare
@beat-buesser beat-buesser released this 20 Aug 22:36
· 752 commits to main since this release

This release of ART 1.15.1 provides updates to ART 1.15

Added

[None]

Changed

[None]

Removed

[None]

Fixed

  • Fixed deprecation warning by replacing the import statement from scipy.ndimage.filters import median_filter with from scipy.ndimage import median_filter (#2211)
  • Fixed bug limiting input shapes in AutoProjectedGradientDescent and AutoConjugateGradient attacks to be images to support any input shapes (#2214)
  • Fixed missing support for index-labels in AdversarialTrainerTRADESPyTorch (#2231)
  • Fix bug in PyTorchObjectDetector and PyTorchYolo estimators to support non-leaf tensors to retain gradient properties if moved to another device (#2238, #2249)
  • Fixed unintended required dependency Pillow to be optional again (#2240)
  • Fixed circular dependencies in art.estimators.certification (#2241)