Skip to content

Commit

Permalink
Remove dataset naming and move ds name to project name
Browse files Browse the repository at this point in the history
  • Loading branch information
1pha committed Mar 13, 2024
1 parent f5c414e commit 5649f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def override_config(hydra_config: omegaconf.DictConfig,
hydra_config.hydra.sweep.subdir = var_sweep
dirpath = f"{hydra_config.hydra.sweep.dir}/{var_sweep}"
hydra_config.callbacks.checkpoint.dirpath = dirpath
hydra_config.logger.name = f"{ds_name} {var_sweep}"
hydra_config.logger.name = f"{var_sweep}"

return hydra_config

Expand Down

0 comments on commit 5649f2d

Please sign in to comment.