Hydra 1.1 is out!
- Any config can now have a Defaults List
- Recursive object instantiation
- Relative and nested interpolations
- Experimental Callback API
And much more!
Check out the blog post:
Hydra 1.2 is released!
- Improved support for multirun, experiment management, and reproducing runs
- Improved instantiate API
- More typing support via OmegaConf 2.2
and more!
Please check out the post here to learn more:
*Learning Hydra for configuring ML experiments*
I wrote a lengthy tutorial on using @Hydra_Framework in #machinelearning experiments.
I go from basic configuration to advanced use-cases, including instantiating a model directly and validating the schema. 👇
1/3
Hydra 1.1 first release candidate is out!
- OmegaConf 2.1 (relative and nested interpolation)
- Every config can now have a Defaults List.
- Recursive object instantiation
Check out the release notes: