ClearML should log all OmegaConf automatically according to this: https://clear.ml/docs/latest/docs/fundamentals/hyperparameters#hydra
Might as well take a look at this example as well 🙂
https://github.com/allegroai/clearml/blob/master/examples/frameworks/hydra/hydra_example.py
Hi CostlyOstrich36 , I am not using Hydra, only OmegaConf, so you mean just calling OmegaConf.load should be enough?
JitteryCoyote63 , I think so.
config = OmegaConf.load(train_task.connect_configuration(config_path))
Should work