IntelLabs / MART

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

Template v2.0.2 towards MART #155

Closed mzweilin closed 1 year ago

mzweilin commented 1 year ago

What does this PR do?

This should make it easier to merge the new template into MART.

However, we still need to manually merge the code, because the history is unrelated.

git remote add template https://github.com/ashleve/lightning-hydra-template.git
git fetch template
git checkout -b template_v2.0.2 8886a13

rm -r mart
git mv configs src/
git mv src mart

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 🙃

mzweilin commented 1 year ago

Not useful because the history in main is unrelated.