#!/usr/bin/env bash # Frozen five-seed test confirmation of the validation-selected K=1/every=4 protocol. # Usage: query_budget_confirm.sh "" set -eu cd "$(dirname "$0")/.." GPU="${1:?GPU index required}" SEEDS="${2:-0 1 2 3 4}" PYTHON="${PYTHON:-/home/yurenh2/miniconda3/envs/ep_pascal/bin/python3}" for seed in $SEEDS; do for spec in dfa:1 sdil:16 sdil:1; do IFS=: read -r mode ndirs <