This release of ART v1.1.1 fixes two bugs in TensorFlowV2Classifier
and KerasClassifier
.
Added
[None]
Changed
[None]
Removed
[None]
Fixed
- Fixed a bug in
TensorFlowV2Classifier
resulting in incorrect loss calculation for loss_gradients except fortensorflow.keras.losses.SparseCategoricalCrossentropy
. (#279) - Fixed a bug in
KerasClassifier
that allowed predicting the model with wrong input data shapes without raising any exceptions. We have now added checks for input data shape or are using the model's predict method where possible. This bug did not affect any classifier evaluated with the correct input data shape expected by the model. (#283)