ashleve / lightning-hydra-template

PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omegaconf dict that gets logged is not resolved

iprapas opened this issue · 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