ART 1.19.2
This release of ART 1.19.2 provides updates to ART 1.19
Added
[None]
Changed
- Replaced
art/attacks/evasion/overload/box_iou.pyunder APGL license with code released under MIT License (#2615)
Removed
- Removed accidental installation of tests module in site-packages (#2616)
Fixed
- Fixed bug in
PyTorchObjectDetector. _get_losseswhich did not freeze batch normalisation layers of the object detection model. All methods ofPyTorchObjectDetectorcalculating losses or loss gradients therefore modified the batch normalisation parameters of the model. This resulted in inaccurate loss gradients and a gradually changing model in its batch normalisation layers. (#2663)