ART 1.15.1
This release of ART 1.15.1 provides updates to ART 1.15
Added
[None]
Changed
[None]
Removed
[None]
Fixed
- Fixed deprecation warning by replacing the import statement
from scipy.ndimage.filters import median_filter
withfrom scipy.ndimage import median_filter
(#2211) - Fixed bug limiting input shapes in
AutoProjectedGradientDescent
andAutoConjugateGradient
attacks to be images to support any input shapes (#2214) - Fixed missing support for index-labels in
AdversarialTrainerTRADESPyTorch
(#2231) - Fix bug in
PyTorchObjectDetector
andPyTorchYolo
estimators to support non-leaf tensors to retain gradient properties if moved to another device (#2238, #2249) - Fixed unintended required dependency
Pillow
to be optional again (#2240) - Fixed circular dependencies in
art.estimators.certification
(#2241)