Skip to content

Commit

Permalink
correct placement of hydra files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Oct 2, 2024
1 parent 68ce156 commit a3ec555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mighty/configs/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ save_model_every_n_steps: 5e5

hydra:
run:
dir: ${experiment_name}_${seed}
dir: ${output_dir}/${experiment_name}_${seed}
sweep:
dir: ${experiment_name}_${seed}
dir: ${output_dir}/${experiment_name}_${seed}
2 changes: 1 addition & 1 deletion test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def test_run_from_file(self):
"python mighty/run_mighty.py num_steps=100 output_dir=test_cli"
)
assert exit_status == 0
shutil.rmtree("test_cli")
shutil.rmtree("test_cli")

0 comments on commit a3ec555

Please sign in to comment.