diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-28 03:03:12 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-28 03:03:12 -0500 |
| commit | d17291f1b62184bf6df65dbc95a7162ef556990c (patch) | |
| tree | c0c6894ecf99a9e669ea5bcb81600c735ff93fe2 /experiments/handoff_plain_to_resnet_p1.sh | |
| parent | ec069fe3bcd640f8dcff9a62ad84d57c793a7309 (diff) | |
experiment: move crossover runs off full home volume
Diffstat (limited to 'experiments/handoff_plain_to_resnet_p1.sh')
| -rwxr-xr-x | experiments/handoff_plain_to_resnet_p1.sh | 2 |
1 files changed, 1 insertions, 1 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" |
