Commit 65cc45c2 65cc45c2b3911f019c3ee4a6421a5e9014853005 by cnb.bofCdSsphPA

Preserve proof that cap64 hybrid advanced into indexing

Constraint: The cap64 run is still in progress, so this checkpoint can only record verified hybrid stage transitions, not final comparisons
Rejected: Wait for hybrid eval before checkpointing | Would lose the verified evidence that hybrid training finished and indexing has already started
Confidence: high
Scope-risk: narrow
Directive: Keep cap64 branch checkpoints symmetric so high_energy and hybrid can be compared later without re-reading process history
Tested: Verified active process is run_demo.py build-index on /tmp/ab_smoke_seg_cap64_top2/hybrid/fma/manifests; verified /tmp/ab_smoke_seg_cap64_top2/hybrid/fma_models_smoke/best_model.pt exists; verified hybrid eval.json and report.json are still absent
Not-tested: Final hybrid cap64 metrics, final report.json, and any cap64 winner conclusion
1 parent df7bd04b
## 2026-06-02 cap64 hybrid 进入 build-index checkpoint
完成项:
- 已确认 cap64 的 `hybrid` 分支完成训练并进入 `run_demo.py build-index`
- `hybrid/fma_models_smoke/best_model.pt` 已写出。
验证证据:
- 当前进程显示:
- `run_demo.py build-index --data /tmp/ab_smoke_seg_cap64_top2/hybrid/fma/manifests ...`
- 产物已存在:
- `/tmp/ab_smoke_seg_cap64_top2/hybrid/fma_models_smoke/best_model.pt`
- 截至本 checkpoint:
- `hybrid``eval.json` 尚未生成
-`report.json` 尚未生成
## 2026-06-02 cap64 hybrid 训练启动 checkpoint
完成项:
......
......@@ -72,3 +72,5 @@ cd /workspace/acr-engine
- 已补充 cap64 首个结果:`high_energy = top1 0.625 / topk 1.0 / num_queries 32`,并记录主流程切换到 `hybrid`
- 已补充 cap64 阶段推进:`hybrid` 已进入训练阶段。
- 已补充 cap64 阶段推进:`hybrid` 已完成训练并进入 build-index。
......
......@@ -61,5 +61,5 @@ test -f /tmp/ab_smoke_seg_cap48_top2_seed999/report.json && cat /tmp/ab_smoke_se
- 新 benchmark:`/tmp/ab_smoke_seg_cap64_top2`
- 当前阶段:`high_energy` 已完成评测,结果为 `top1=0.625 / topk=1.0 / num_queries=32`
- 当前已切换到 `hybrid` 训练阶段
- 当前已切换到 `hybrid` build-index 阶段
- 下一 session 应优先检查 `hybrid` 结果与 `report.json` 是否生成
......
......@@ -676,6 +676,6 @@ seed123 最终结论:
- 配置:`subset_size=64`, `max_test_queries=32`, `seed=42`
- 当前最新证据:
- `high_energy` 已完成评测:`num_queries=32, top1=0.625, topk=1.0`
- `hybrid`进入 `train.py` 阶段
- `hybrid`完成训练并进入 `run_demo.py build-index`
-`report.json` 尚未生成
......