github Trusted-AI/adversarial-robustness-toolbox 1.3.1
ART 1.3.1

latest releases: 1.20.1, 1.20.0, 1.19.2...
5 years ago

This release of ART 1.3.1 provides updates to ART 1.3.0.

Added

[None]

Changed

  • Changed the method fit of the deep-learning classifiers KerasClassifier, TensorFlowClassifier, TensorFlowV2Classifier, PyTorchClassifier, and MXClassifier in art.estimators.classification to support index labels in addition to one-hot-encoded labels. (#479)
  • Changed the preprocessing defence art.defences.preprocessing.Mp3Compression to support input in format np.float32 in addition to np.int16 and updated related notebooks. (#482)

Removed

[None]

Fixed

  • Fixed art.attacks.evasion.DeepFool to correctly apply the over-shoot step, previously the over-shoot vector was alwasy zero independent of epsilon. (#476)
  • Fixed method set_params for attacks with multiple framework-specific implementations (art.attacks.evasion.AdversarialPatch, and art.attacks.evasion.ProjectedGradientDescent) to set attributes correctly and updated related notebooks, previously these set attributes would have been ignored by the attack. (#481)

Don't miss a new adversarial-robustness-toolbox release

NewReleases is sending notifications on new releases.