Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sscardapane/hydra-tutorial

Companion code for a tutorial on using Hydra.
https://github.com/sscardapane/hydra-tutorial

Last synced: 14 days ago
JSON representation

Companion code for a tutorial on using Hydra.

Awesome Lists containing this project

README

        

## Tutorial: Learning Hydra for configuring ML experiments

[[Blog post](https://sscardapane.it/tutorials/hydra-tutorial/)] [[Hydra documentation](https://hydra.cc/docs/next/tutorials/structured_config/schema)]

This is the companion code for my [blog post](https://sscardapane.it/tutorials/hydra-tutorial/) 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.