Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ART 1.19.2 source code.tar.gz | 2025-06-18 | 194.7 MB | |
ART 1.19.2 source code.zip | 2025-06-18 | 195.9 MB | |
README.md | 2025-06-18 | 709 Bytes | |
Totals: 3 Items | 390.6 MB | 0 |
This release of ART 1.19.2 provides updates to ART 1.19
Added
[None]
Changed
- Replaced
art/attacks/evasion/overload/box_iou.py
under 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_losses
which did not freeze batch normalisation layers of the object detection model. All methods ofPyTorchObjectDetector
calculating 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)