You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
iprapas
added a commit
to iprapas/lightning-hydra-template
that referenced
this issue
Oct 30, 2023
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 theOmegaConf.to_container
call that has a defaultresolve=False
. I will create a pull request that changes this toresolve=True
The text was updated successfully, but these errors were encountered: