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

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

This release of ART v1.4.1 provides updates to ART 1.4.

Added

  • Added a notebook demonstrating the Imperceptible ASR evasion attack on the DeepSpeech model for speech recognition tasks. (#639)

Changed

  • Changed the detection of Keras type (keras vs. tensorflow.keras) in art.estimators.classification.KerasClassifier to enable customised models inheriting from the Keras base models (#631)

Removed

[None]

Fixed

  • Fixed bug in model-specific estimator for DeepSpeech art.estimators.speech_recognition.PyTorchDeepSpeech to correctly handle the case of batches of samples with identical length including the special case of a batch of a single sample. (#635)
  • Fixed bug in model-specific estimator for DeepSpeech art.estimators.speech_recognition.PyTorchDeepSpeech by adding missing imports (#621)
  • Fixed bug to make all tools of ART accessible using import art (#612)
  • Fixed bug by removing top-level imports of tool-specific dependencies and adapting default values (#613)
  • Fixed wrong progress bar description in art.attacks.evasion.projected_gradient_descent.* from iterations to batches (#611)

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

NewReleases is sending notifications on new releases.