ART 1.8.1
This release of ART 1.8.1 provides updates to ART 1.8.
Added
- Added support for
torch.Tensorinputs and required argumentinput_shapetoart.estimators.object_tracking.PyTorchGoturn. (#1348)
Changed
- Changed supported PyTorch version check to include
torch==1.9andtorchvision==0.10to exception inart.estimators.object_detection.PyTorchObjectDetector. (#1356)
Removed
[None]
Fixed
- Fixed docstring and cuda device support in
art.attacks.evasion.AdversarialPatchPyTorch. (#1333)