question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for hydra configs

See original GitHub issue

It 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
alberttorosyancommented, Jan 3, 2022

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 the pytorch 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.

0reactions
gorarakelyancommented, Jun 9, 2022

@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 🙌

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found