Skip to content

Commit

Permalink
Resolves issue #615
Browse files Browse the repository at this point in the history
  • Loading branch information
iprapas authored Oct 30, 2023
1 parent bddbc24 commit fa23822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/logging_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def log_hyperparameters(object_dict: Dict[str, Any]) -> None:
"""
hparams = {}

cfg = OmegaConf.to_container(object_dict["cfg"])
cfg = OmegaConf.to_container(object_dict["cfg"], resolve=True)
model = object_dict["model"]
trainer = object_dict["trainer"]

Expand Down

0 comments on commit fa23822

Please sign in to comment.