ART 1.15.1 #2250
beat-buesser
announced in
Announcements
ART 1.15.1
#2250
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release of ART 1.15.1 provides updates to ART 1.15
Added
[None]
Changed
[None]
Removed
[None]
Fixed
from scipy.ndimage.filters import median_filter
withfrom scipy.ndimage import median_filter
(Deprecation Fix in spatial_smoothing.py #2211)AutoProjectedGradientDescent
andAutoConjugateGradient
attacks to be images to support any input shapes (Add support for arbitrary-shaped input in APGD and ACG attacks #2214)AdversarialTrainerTRADESPyTorch
(Adding label check to trades adversarial trainer #2231)PyTorchObjectDetector
andPyTorchYolo
estimators to support non-leaf tensors to retain gradient properties if moved to another device (FIxPytorchObjectDetector
Loss Gradient Bug #2238, Fix PyTorch Object Detection Estimators Missing Gradients Bug #2249)Pillow
to be optional again (Make PIL an optional dependency #2240)art.estimators.certification
(Remove circular dependency in art.estimators.certification #2241)This discussion was created from the release ART 1.15.1.
Beta Was this translation helpful? Give feedback.
All reactions