Skip to content

Commit

Permalink
Fix paths in rerun batch script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Feb 19, 2024
1 parent 263db3e commit 7311d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/rerun_on_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ fi

cd "$worker_dir" || exit

srun --output="$worker_dir/cout.txt" python ../../../rerun_best_trial.py "$SLURM_JOB_NAME/optuna_study.log" --seed "$SLURM_ARRAY_TASK_ID"
srun --output="cout.txt" python ../../../rerun_best_trial.py "../../optuna_study.log" --seed "$SLURM_ARRAY_TASK_ID"

0 comments on commit 7311d1c

Please sign in to comment.