lightning-hydra-template
lightning-hydra-template copied to clipboard
Omegaconf dict that gets logged is not resolved
I updated the template code and I noticed that the hydra variables stopped getting resolved in wandb.
It seems to be an issue with the function log_hyperparameters
and more specifically with the OmegaConf.to_container
call that has a default resolve=False
. I will create a pull request that changes this to resolve=True