Extend Configs A common pattern is to extend an existing config, overriding and/or adding new config values to it. The extension is done by including the base configuration, and then
2023-02-23
Hydra is an open-source Python framework that simplifies the development of research and other complex applications. The name Hydra comes from its ability to run multiple similar jobs - much like a Hydra with multiple heads.
2023-02-23
2023-02-23
YACS stands for Yet Another Configuration System. It helps define and manage system configurations such as hyperparameters and architecture/module choices for training a model. A tool like this one is essential to reproducibility and is a fundamental component of the system.
2021-05-12