Last updated:
0 purchases
prettyprinthydra 0.1.0
pretty-print-hydra
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.