/hydra-tutorial

Companion code for a tutorial on using Hydra.

Primary LanguageJupyter Notebook

Tutorial: Learning Hydra for configuring ML experiments

[Blog post] [Hydra documentation]

This is the companion code for my blog post on using Hydra for configuring machine learning experiments.

main.py provides the basic code for loading the configuration files inside the script and validating them using a configuration schema. demo.ipynb lists all the other examples described in the tutorial.