This repository represents my first experience with Hydra, a powerful configuration management tool, in the context of machine learning.
-
Install Dependencies
Use the following command to install Hydra and OmegaConf:pip install hydra-core omegaconf
-
Run the Project
Execute the main script with different environment configurations to explore Hydra's capabilities:python main.py --config-name <config_name>
Replace
<config_name>with the desired environment configuration.