Complete tutorial on how to use Hydra in Machine Learning projects
In an effort to increase standardization across the PyTorch ecosystem Facebook AI in a recent blog post told that they would be leveraging Facebook's open-source Hydra framework to handle configs, and also offer an integration with PyTorch Lightning. This post is about Hydra. If you are reading this post then I assume you are familiar with what are config files, why are they useful, and how they increase reproducibility. And you also know what a nightmare is argparse. In general, with config files you can pass all the hyperparameters to your model, you can define all the global constants, define dataset splits, and … without touching the core code of your project.
Mar-18-2021, 12:55:06 GMT
- Genre:
- Technology: