diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-23 08:12:22 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-23 08:12:22 -0500 |
| commit | d289a46293e0b422c195746ad8b310d4b50ded23 (patch) | |
| tree | 1b5e7e57ca59ae32633a9ebc14bbfab886db7092 /experiments/bci_v2_calibrated_confirmation.sh | |
| parent | 378e68dc424acb6b5a2082bc071314ce810d8ab5 (diff) | |
protocol: freeze calibration-split oral-B-v2 recovery
Diffstat (limited to 'experiments/bci_v2_calibrated_confirmation.sh')
| -rw-r--r-- | experiments/bci_v2_calibrated_confirmation.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/experiments/bci_v2_calibrated_confirmation.sh b/experiments/bci_v2_calibrated_confirmation.sh new file mode 100644 index 0000000..73e8580 --- /dev/null +++ b/experiments/bci_v2_calibrated_confirmation.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# Frozen calibrated R2: 6 untouched task seeds x 5 model seeds. +set -euo pipefail + +export OMP_NUM_THREADS=1 +export MKL_NUM_THREADS=1 + +for task_seed in 30 31 32 33 34 35; do + for model_seed in 0 1 2 3 4; do + python experiments/bci_v2_calibrated_confirmation.py \ + --task-seed "$task_seed" \ + --model-seed "$model_seed" + done +done + +PYTHONPATH=. python experiments/analyze_bci_v2_calibrated_confirmation.py |
