diff --git a/config/experiments/ai4mat23/mlp_torchani.yaml b/config/experiments/ai4mat23/mlp_torchani.yaml index 60be92f9..b370c2ae 100644 --- a/config/experiments/ai4mat23/mlp_torchani.yaml +++ b/config/experiments/ai4mat23/mlp_torchani.yaml @@ -66,4 +66,4 @@ logger: # Hydra hydra: run: - dir: ${user.logdir.root}/molecule/${now:%Y-%m-%d_%H-%M-%S} + dir: ${user.logdir.root}/molecule/${oc.env:SLURM_JOB_ID}-${now:%Y-%m-%d_%H-%M-%S} diff --git a/config/user/sasha.yaml b/config/user/sasha.yaml index 9682c914..8da48aa5 100644 --- a/config/user/sasha.yaml +++ b/config/user/sasha.yaml @@ -1,2 +1,2 @@ logdir: - root: /network/scratch/a/alexandra.volokhova/logs/gflownet \ No newline at end of file + root: /network/scratch/a/alexandra.volokhova/logs/conf-gfn \ No newline at end of file