Skip to content

ART 1.19.2

Choose a tag to compare

@beat-buesser beat-buesser released this 18 Jun 11:37
· 304 commits to main since this release

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 of PyTorchObjectDetector 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)