From 670c1399659f31ac79c4b454147417d4f8ddca7d Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Thu, 23 Jul 2026 07:58:09 -0500 Subject: protocol: freeze independent oral-B-v2 gates --- experiments/bci_v2_confirmation.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 experiments/bci_v2_confirmation.sh (limited to 'experiments/bci_v2_confirmation.sh') diff --git a/experiments/bci_v2_confirmation.sh b/experiments/bci_v2_confirmation.sh new file mode 100644 index 0000000..da7328c --- /dev/null +++ b/experiments/bci_v2_confirmation.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# Frozen oral-B-v2 R2: selected candidate x 6 task 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_confirmation.py \ + --task-seed "$task_seed" \ + --model-seed "$model_seed" + done +done + +python experiments/analyze_bci_v2_confirmation.py -- cgit v1.2.3