ART 1.3.1
This release of ART 1.3.1 provides updates to ART 1.3.0.
Added
[None]
Changed
- Changed the method
fitof the deep-learning classifiersKerasClassifier,TensorFlowClassifier,TensorFlowV2Classifier,PyTorchClassifier, andMXClassifierinart.estimators.classificationto support index labels in addition to one-hot-encoded labels. (#479) - Changed the preprocessing defence
art.defences.preprocessing.Mp3Compressionto support input in formatnp.float32in addition tonp.int16and updated related notebooks. (#482)
Removed
[None]
Fixed
- Fixed
art.attacks.evasion.DeepFoolto correctly apply the over-shoot step, previously the over-shoot vector was alwasy zero independent ofepsilon. (#476) - Fixed method
set_paramsfor attacks with multiple framework-specific implementations (art.attacks.evasion.AdversarialPatch, andart.attacks.evasion.ProjectedGradientDescent) to set attributes correctly and updated related notebooks, previously these set attributes would have been ignored by the attack. (#481)