Category "fb-hydra"

how to log hydra's multi-run in mlflow

I am trying to manage the results of machine learning with mlflow and hydra. So I tried to run it using the multi-run feature of hydra. I used the following cod

Python Hydra configuration for different environments

Background I currently have a script which does some API data gathering. The script is deployed to two environments, test and user. Each environment has differe

How to get a Hydra config without using @hydra.main()

Let's say we have following setup (copied & shortened from the Hydra docs): Configuration file: config.yaml db: driver: mysql user: omry pass: secre