Skip to content

Commit

Permalink
Update scripts/train/train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored May 24, 2024
1 parent f298c7b commit 3d0e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def main(cfg: DictConfig) -> Trainer:
if train_cfg.log_config:
log.info('Logging config')
log_config(logged_cfg)
log_dataset_uri(train_cfg)
log_dataset_uri(logged_cfg)
torch.cuda.empty_cache()
gc.collect()

Expand Down

0 comments on commit 3d0e578

Please sign in to comment.