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

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

This release of ART 1.13.1 provides updates to ART 1.13

Added

[None]

Changed

  • Changed PDTP privacy metric to support two comparison: ratio (default) and new difference mode (#1984)
  • Changed default parameters for apply_fit and apply_predict for the Data Augmentation defenses CutMix*, CutOut*, and MixUp* (#1987)

Removed

[None]

Fixed

  • Fixed bug in PixelThreshold attack to support batches of a single sample (#1982)
  • Fixed type error in DPInstaHideTrainer for PyTorchClassifier by casting random noise to correct type (#1987)
  • Added missing classes to union types OBJECT_DETECTOR_TYPE, PYTORCH_ESTIMATOR_TYPE, and TENSORFLOWV2_ESTIMATOR_TYPE (#1999)
  • Fixed audio perturbations going out of clip values in insert_tone_trigger and insert_audio_trigger (#2016)
  • Fixed missing transfer to device in FeatureAdversariesPyTorch to enable running on GPUs (#2021)
  • Fixed missing covnersion to float to support floor() on GPUs in PyTorchClassifier (#2022)
  • Fixed incorrect integer return type in check_and_transform_label_format (#2025)

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

NewReleases is sending notifications on new releases.