Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sscardapane/hydra-tutorial
- Owner: sscardapane
- Created: 2021-05-20T14:32:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T07:39:16.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:46:24.566Z (3 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.