From 7311d1c62aebab4f3b2a07a8f4fbd71bc4cecec4 Mon Sep 17 00:00:00 2001 From: Maximilian Ernestus Date: Mon, 19 Feb 2024 11:01:05 +0100 Subject: [PATCH] Fix paths in rerun batch script. --- tuning/rerun_on_slurm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuning/rerun_on_slurm.sh b/tuning/rerun_on_slurm.sh index d1cb9d301..d1e59df69 100644 --- a/tuning/rerun_on_slurm.sh +++ b/tuning/rerun_on_slurm.sh @@ -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"