/hydra-examples

hydra examples를 통한 hydra configuration에 대한 제대로된 이해

Primary LanguagePython

hydra-examples

hydra examples를 통한 hydra configuration에 대한 제대로된 이해

Introduction

  • 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.

Key features

  • 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

Installation

pip install hydra-core --upgrade