hydra examples를 통한 hydra configuration에 대한 제대로된 이해
- Hydra is an open-source Python framework that simplifies the development of research and other complex applications.
- The key feature is the ability to dynamically create a hierarchical configuration by composition and override it through config files and the command line.
- Hierarchical configuration composable from multiple sources
- Configuration can be specified or overridden from the command line
- Dynamic command line tab completion
- Run your application locally or launch it to run remotely
- Run multiple jobs with different arguments with a single command
pip install hydra-core --upgrade
- 최신 버전에 대한 follow-up을 하자
- https://github.com/facebookresearch/hydra/releases