Skip to content

Commit

Permalink
we resolve later
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Jun 6, 2024
1 parent 3ab4374 commit 47d0e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,5 @@ def main(cfg: DictConfig) -> Trainer:
yaml_cfg = om.load(f)
cli_cfg = om.from_cli(args_list)
cfg = om.merge(yaml_cfg, cli_cfg)
om.resolve(cfg)
assert isinstance(cfg, DictConfig)
main(cfg)

0 comments on commit 47d0e81

Please sign in to comment.