Unanswered
Hello
Hi GloriousPanda26 ,
You can cast the omegaconf.dictconfig.DictConfig
to a dict
and connect it:
` t = Task.init(project_name="Hydra", task_name="Hydra configuration")
conf = OmegaConf.create({"a": {"b": 10}, "c": 20})
t.connect_configuration(dict(conf), name="Hydra dict configuration") `
Can this do the trick?
157 Views
0
Answers
3 years ago
one year ago