ART 1.9.1
This release of ART 1.9.1 provides updates to ART 1.9.
Added
- Added support for TensorFlow 1.15 as backend in
KerasClassifier.compute_loss. (#1466) - Added support for input range [0, 1] in
art.defences.preprocessor.VideoCompression*. (#1470)
Changed
[None]
Removed
[None]
Fixed
- Fixed bug in
art.utils.load_nurseryfor loading nursery dataset with argumentraw=True. (#1460) - Fixed import of
matplotlibto keep it an optional dependency. (#1467) - Fixed bug to allow preprocessing defences to be applied in
PyTorchGoturn.predictby adding back missing sample dimension. (#1470) - Fixed bug in
PyTorchClassifier.get_activationsto also apply preprocessing if argumentframework=True. This fix likely changes the results obtained withBullseyePolytopeAttackPyTorch, the main attack usingframework=True. (#1471)