ART 1.13.1
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_fitandapply_predictfor the Data Augmentation defensesCutMix*,CutOut*, andMixUp*(#1987)
Removed
[None]
Fixed
- Fixed bug in
PixelThresholdattack to support batches of a single sample (#1982) - Fixed type error in
DPInstaHideTrainerforPyTorchClassifierby casting random noise to correct type (#1987) - Added missing classes to union types
OBJECT_DETECTOR_TYPE,PYTORCH_ESTIMATOR_TYPE, andTENSORFLOWV2_ESTIMATOR_TYPE(#1999) - Fixed audio perturbations going out of clip values in
insert_tone_triggerandinsert_audio_trigger(#2016) - Fixed missing transfer to device in
FeatureAdversariesPyTorchto 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)