ART 1.10.2
This release of ART 1.10.2 provides updates to ART 1.10.
Added
[None]
Changed
- Changed
PyTorchClassifierto use a new optimizer when cloned withclone_for_refitting(#1580) - Changed class names of
art.estimators.gan.*andart.estimators.generator.*to follow naming convention (#1655) - Changed
Mp3CompressionPyTorchandPyTorchDeepSpeechto add support for samples in 2D non-object arrays (#1680, #1702) - Changed file name
python_object_detector.pytopytorch_object_detector.pyto follow naming convention (#1687) - Changed
CarliniLInfMethodby adding argument forbatch_size(#1699).
Removed
[None]
Fixed
- Fixed required dependency on TensorFlow (#1655)
- Fixed bug in
ImperceptibleASRPyTorchby adding missing.detach().cpu()and.cpu()calls (#1677) - Fixed bug in
art.estimators.certification.randomized_smoothingestimators to correctly apply Gaussian noise (#1678) - Fixed bug in
GaussianNoisethe post-processing defence to keep number of dimensions constant during normalisation (#1684) - Fixed bug in
RobustDPatchfor channels first images to correctly un-transform loss gradients (#1693) - Fixed bug in support for numpy arrays in logger of
PoisoningAttackCleanLabelBackdoor(#1698)