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
andapply_predict
for the Data Augmentation defensesCutMix*
,CutOut*
, andMixUp*
(#1987)
Removed
[None]
Fixed
- Fixed bug in
PixelThreshold
attack to support batches of a single sample (#1982) - Fixed type error in
DPInstaHideTrainer
forPyTorchClassifier
by 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_trigger
andinsert_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)