IntelLabs / MART

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

Change datamodule input to [0,1] scale #203

Open mzweilin opened 1 year ago

mzweilin commented 1 year ago

What does this PR do?

This PR makes datamodule give input in the [0,1] scale, so that it is compatible with many other existing tools.

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

@dxoigmn This PR is ready to review again. It should simplify input transforms in our existing datamodules.