IntelLabs / MART

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

Upgrade template 1.4.0->2.0.2 #157

Open mzweilin opened 1 year ago

mzweilin commented 1 year ago

What does this PR do?

Upgrade to the latest template 2.0.2 at https://github.com/ashleve/lightning-hydra-template

Changes

Already included (or with newer versions) in #192

[Resolved] The PR depends on https://github.com/Lightning-AI/torchmetrics/issues/1024 We won't upgrade torchmetrics until they fix mAP.

Type of change

Please check all relevant options.

Testing

Please describe the tests that you ran to verify your changes. Consider listing any relevant details of your test configuration.

Before submitting

Did you have fun?

Make sure you had fun coding 🙃

dxoigmn commented 1 year ago

I should note that it looks like torchmetrics 1.0 will be released soon and that will re-include the mAP implementation that uses cocoapi. See: https://github.com/Lightning-AI/torchmetrics/milestone/13

dxoigmn commented 1 year ago

torchmetrics 1.0 has been released! Upgrade all the dependencies!