Add support for hydra configs
See original GitHub issueIt would be great to support logging hydra(https://github.com/facebookresearch/hydra) configs directly without preliminary conversion to python dicts. For example aim.set_params(hydra_cfg)
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Allow adding help messages to command line arguments #633
The solution should: Allow a developer using Hydra to define a help message for each command line argument and each group defined in...
Read more >Extending Configs - Hydra
A common pattern is to extend an existing config, overriding and/or adding new config values to it. The extension is done by including...
Read more >Complete tutorial on how to use Hydra in Machine Learning ...
OmegaCong is a YAML-based hierarchical configuration system, with support for merging configurations from multiple sources (files, CLI argument, ...
Read more >Welcome to hydra-zen's documentation! - GitHub Pages
hydra -zen is a Python library that makes the Hydra framework simpler and more ... generate configs for your code, which help to...
Read more >Hydra Composition | Data Version Control - DVC
Hydra is a framework to configure complex applications. DVC supports Hydra's config composition as a way to configure experiment runs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @haritsahm. Thanks for reporting this issue. Currently
aim
storage does not support dict-like configs. However to fix this specific issue we need to change thepytorch
lightning adapter to do the config conversion to python dict prior to setting it to Run. I’ve opened a separate issue #1175 for that matter.@haritsahm @felixkreuk Hydra config support has been shipped with Aim v3.3. Please feel free to reopen this issue in case of any unexpected behavior 🙌