This release of ART 1.10.1 provides updates to ART 1.10.
Added
[None]
Changed
- Changed
AdversarialTrainerMadryPGD.fit
to support argumentsnb_epochs
andbatch_size
(#1612) - Changed
GradientMatchingAttack
to add support for models with undefined input shape by abstracting the shape information from the input data (#1624) - Changed
PyTorchObjectDetector
to support inputs with number of channels other than 1 and 3 (#1633)
Removed
[None]