diff options
| -rwxr-xr-x | experiments/handoff_plain_to_resnet_p1.sh | 2 | ||||
| -rwxr-xr-x | experiments/handoff_resnet_p1_to_transformer_p1.sh | 4 | ||||
| -rwxr-xr-x | experiments/handoff_selectors_to_full_crossover.sh | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/experiments/handoff_plain_to_resnet_p1.sh b/experiments/handoff_plain_to_resnet_p1.sh index a7a1acb..c5656a2 100755 --- a/experiments/handoff_plain_to_resnet_p1.sh +++ b/experiments/handoff_plain_to_resnet_p1.sh @@ -10,7 +10,7 @@ if [ "$#" -ne 1 ]; then fi expected_commit="$1" -resnet_root="/home/yurenh2/sdil-resnet-p1" +resnet_root="/scratch/yurenh2/sdil-runs/resnet-p1" python_bin="/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3" gpu5_uuid="GPU-f4aed756-228e-7522-94e7-fb543c02cc74" gpu7_uuid="GPU-df3d5933-c3e9-9ea1-d595-9d2a3b68c14b" diff --git a/experiments/handoff_resnet_p1_to_transformer_p1.sh b/experiments/handoff_resnet_p1_to_transformer_p1.sh index 3ad0f56..c3424d0 100755 --- a/experiments/handoff_resnet_p1_to_transformer_p1.sh +++ b/experiments/handoff_resnet_p1_to_transformer_p1.sh @@ -12,8 +12,8 @@ fi expected_resnet_commit="$1" expected_transformer_commit="$2" -resnet_root="/home/yurenh2/sdil-resnet-p1" -transformer_root="/home/yurenh2/sdil-transformer-p1" +resnet_root="/scratch/yurenh2/sdil-runs/resnet-p1" +transformer_root="/scratch/yurenh2/sdil-runs/transformer-p1" python_bin="/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3" validator="/home/yurenh2/sdil/experiments/validate_crossover_artifact.py" gpu5_uuid="GPU-f4aed756-228e-7522-94e7-fb543c02cc74" diff --git a/experiments/handoff_selectors_to_full_crossover.sh b/experiments/handoff_selectors_to_full_crossover.sh index 61d0f07..e87fea8 100755 --- a/experiments/handoff_selectors_to_full_crossover.sh +++ b/experiments/handoff_selectors_to_full_crossover.sh @@ -12,10 +12,10 @@ fi expected_p1_commit="$1" expected_r2_base="$2" expected_t2_base="$3" -resnet_p1_root="/home/yurenh2/sdil-resnet-p1" -transformer_p1_root="/home/yurenh2/sdil-transformer-p1" -resnet_r2_root="/home/yurenh2/sdil-resnet-r2" -transformer_t2_root="/home/yurenh2/sdil-transformer-t2" +resnet_p1_root="/scratch/yurenh2/sdil-runs/resnet-p1" +transformer_p1_root="/scratch/yurenh2/sdil-runs/transformer-p1" +resnet_r2_root="/scratch/yurenh2/sdil-runs/resnet-r2" +transformer_t2_root="/scratch/yurenh2/sdil-runs/transformer-t2" plain_root="/scratch/yurenh2/sdil-crossover/dualprop_vgg16" python_bin="/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3" plain_python="/scratch/yurenh2/venvs/dualprop/bin/python" |
