lightning-hydra-template icon indicating copy to clipboard operation
lightning-hydra-template copied to clipboard

Omegaconf dict that gets logged is not resolved

Open iprapas opened this issue 1 year ago • 0 comments

I updated the template code and I noticed that the hydra variables stopped getting resolved in wandb.

image

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

iprapas avatar Oct 30 '23 11:10 iprapas