IntelLabs / MART

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

Add learning rate schedulers in Adversary #233

Closed mzweilin closed 9 months ago

mzweilin commented 9 months ago

What does this PR do?

This PR adds support to learning rate scheduling in Adversary, borrowing the optimization utils from LitModular.

This PR also adds ReduceLROnPlateau as an example.

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 9 months ago

I will revisit the optimizer issue later.