Hi SkinnyPanda43
Are you trying to access the same Task or an external one ?
I am using hydra to configure my experiments. Specifically, I want to retrieve the OmegaConf data created by hydra, config = task.get_configuration_objects()
returns a string with those values, but I do not know how to parse it, or whether I can get this data in a nested dict.
I have a task that is already completed, and, in other script, I am trying to load it and analyse the results.
Hi SkinnyPanda43 , what exactly do you mean by config values? The configuration objects contain configuration your code has uploaded during the run, but other config values (including hyper parameters etc.) are also stored in different places