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_nursery
for loading nursery dataset with argumentraw=True
. (#1460) - Fixed import of
matplotlib
to keep it an optional dependency. (#1467) - Fixed bug to allow preprocessing defences to be applied in
PyTorchGoturn.predict
by adding back missing sample dimension. (#1470) - Fixed bug in
PyTorchClassifier.get_activations
to also apply preprocessing if argumentframework=True
. This fix likely changes the results obtained withBullseyePolytopeAttackPyTorch
, the main attack usingframework=True
. (#1471)