Skip to content

ART 1.9.1

Choose a tag to compare

@beat-buesser beat-buesser released this 07 Jan 13:51
· 3683 commits to main since this release

This release of ART 1.9.1 provides updates to ART 1.9.

Added

  • Added support for TensorFlow 1.15 as backend in KerasClassifier.compute_loss. (#1466)
  • Added support for input range [0, 1] in art.defences.preprocessor.VideoCompression*. (#1470)

Changed

[None]

Removed

[None]

Fixed

  • Fixed bug in art.utils.load_nursery for loading nursery dataset with argument raw=True. (#1460)
  • Fixed import of matplotlib to keep it an optional dependency. (#1467)
  • Fixed bug to allow preprocessing defences to be applied in PyTorchGoturn.predict by adding back missing sample dimension. (#1470)
  • Fixed bug in PyTorchClassifier.get_activations to also apply preprocessing if argument framework=True. This fix likely changes the results obtained with BullseyePolytopeAttackPyTorch, the main attack using framework=True. (#1471)