diff options
Diffstat (limited to 'experiments/handoff_selectors_to_full_crossover.sh')
| -rwxr-xr-x | experiments/handoff_selectors_to_full_crossover.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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" |
