Skip to content

Pretty print Hydra configs to help with using them in development

License

Notifications You must be signed in to change notification settings

amitkparekh/pretty-print-hydra

Repository files navigation

pretty-print-hydra

PyPI version Python Version

Test coverage CI status Release Method (semver)

This is a simple package that has the simple job of just pretty-printing a hydra config. It is useful for debugging and understanding the structure of a hydra config, and making sure that the overrides and changed you make are being applied.

Installation

pip install pretty-print-hydra

Usage Example

python -m pretty_print_hydra config/train.yaml seed=2 +foo=bar ~remove_this_one

This will print the config in a pretty format, with the overrides applied too. That's it.

License

MIT

About

Pretty print Hydra configs to help with using them in development

Topics

Resources

License

Stars

Watchers

Forks

Languages