Skip to content

Run the 45-job grid and record only measured BPB #7

Description

@esaran1

Depends on

Grid

Current data/run_manifest.csv:

  • 3 interventions
  • fit budgets 1,2,4
  • reserved intermediate 8 (gate only; do not leak into projection fits)
  • target 16
  • 3 seeds
  • 45 pending rows, 0 measured BPB

This HPC grid is not the synthetic demo ladder (1,2,4,8 / 16 / 64).

What to do

  1. Execute the array with ASLA_EXECUTE=1 after dry-run inspection.
  2. Collect:
python scripts/collect_results.py \
  --manifest data/run_manifest.csv \
  --results-dir results/hpc \
  --out data/run_manifest.csv
  1. Finalize only when every row is completed with finite BPB:
python scripts/finalize_run_manifest.py \
  --manifest data/run_manifest.csv \
  --out-csv data/runs_template.csv \
  --out-parquet runs.parquet
python scripts/check_runs_coverage.py \
  --csv data/runs_template.csv \
  --target 16 \
  --fit-budgets 1 2 4 \
  --intermediate-budget 8
asla validate --runs runs.parquet

Acceptance

  • All 45 rows status=completed with real bpb
  • Coverage checker passes for target 16, fit 1 2 4, intermediate 8
  • runs.parquet validates
  • Failed jobs are rerun or explicitly excluded with a written reason; they are not imputed

Do not fabricate

  • Fill BPB with placeholders, copies, or interpolations
  • Bypass the finalizer
  • Treat mock preflight bpb=1.234 as data

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedWaiting on data, trainer, or a science decisiondataManifests, run tables, and measured BPBhpcCluster execution, SLURM, and train/eval adapter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions