IntelLabs / MART

Modular Adversarial Robustness Toolkit
BSD 3-Clause "New" or "Revised" License
17 stars 0 forks source link

Update adversarial-robustness-toolbox requirement from ~=1.13.0 to ~=1.14.1 #139

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on adversarial-robustness-toolbox to permit the latest version.

Release notes

Sourced from adversarial-robustness-toolbox's releases.

ART 1.14.1

This release of ART 1.14.1 provides updates to ART 1.14

Added

[None]

Changed

[None]

Removed

[None]

Fixed

  • Fixed bug in PytorchYolo object detection estimator to correctly normalize the bounding boxes (#2091)
  • Fixed missing adversarial_accuracy metric in __init__.py (#2093 )
  • Fixed bug of default value for a loss weighting parameter being used rather than user supplied inputs in AdversarialTrainerCertifiedIBPPyTorch (#2102)
  • Fixed Regional Misclassification Attack (RMA) to be able to poison all bounding boxes regardless of the class type (#2110 )
  • Fixed wrong order of predictions and targets arguments in AutoProjectedGradientDescent's new cross entropy loss class introduced in ART 1.14.0 and ensured correct attributes in PyTorchClassifier (#2117)
Commits
  • b13f802 Bump version to ART 1.14.1
  • a43b6cf Merge pull request #2120 from Trusted-AI/dev_1.14.1
  • b35a559 Merge branch 'main' into dev_1.14.1
  • 5039a39 Merge pull request #2117 from Trusted-AI/development_issue_2116
  • cb01479 Merge branch 'dev_1.14.1' into development_issue_2116
  • 731c1d3 Update expected test value for Shadow Attack
  • 63f3501 Merge pull request #2112 from GiulioZizzo/ibp_loss_weighting_fix
  • 47f3c6e Merge branch 'dev_1.14.1' into development_issue_2116
  • be1941a Fix bugs in AutoProjectedGradientDescent
  • bbeae7d Merge branch 'dev_1.14.1' into ibp_loss_weighting_fix
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

Superseded by #188.