IntelLabs / MART

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

Disable print_config by default. #202

Closed mzweilin closed 1 year ago

mzweilin commented 1 year ago

What does this PR do?

This PR disables print_config by default, because the configuration trees have grown so much that it's hard to examine in console anyway.

The config will still be available in logs/<experiment>/<timestamp>/.hydra/config.yaml.

We can also print the final config (no interpolation) as a file in logs/<experiment>/<timestamp>/config.txt in the future.

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

FWIW I still examine the config output. Easy to do in with a modern console (I use tmux) and its search capabilities.

OK. I would close the PR then.