Commit 7769be8c 7769be8cb1e406e5fcc06eb7380c6019e4f6248d by cnb.bofCdSsphPA

Refresh the cap48 checkpoint now that high-energy reached evaluation

Update the handoff and changelog with the newer cap48 runtime milestone so later sessions know the high_energy lane has advanced from build-index into capped evaluation.

Constraint: No measured cap48 high_energy score is available yet, only a later execution milestone
Rejected: Leave the older build-index note in place | Would make the restart handoff stale and less actionable
Confidence: high
Scope-risk: narrow
Directive: Replace the cap48 runtime note with final top-two scores as soon as high_energy eval.json or report.json lands
Tested: Verified active cap48 high_energy evaluate.py process; verified docs now record high_energy current phase as evaluate.py --max-queries 24
Not-tested: Final cap48 comparison because high_energy eval.json has not landed yet
1 parent 0f84d109
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 - `top1 = 0.7917` 19 - `top1 = 0.7917`
20 - `topk = 1.0` 20 - `topk = 1.0`
21 - `high_energy` 已进入: 21 - `high_energy` 已进入:
22 - `run_demo.py build-index --resume --checkpoint-every-refs 100` 22 - `evaluate.py --data /tmp/ab_smoke_seg_cap48_top2/high_energy/fma/manifests ... --max-queries 24`
23 - `report.json` 尚未落盘 23 - `report.json` 尚未落盘
24 24
25 结论: 25 结论:
......
...@@ -486,7 +486,7 @@ cd /workspace/acr-engine ...@@ -486,7 +486,7 @@ cd /workspace/acr-engine
486 | `subset_size` | `48` | 486 | `subset_size` | `48` |
487 | `max_test_queries` | `24` | 487 | `max_test_queries` | `24` |
488 | `hybrid` | `num_queries=24`, `top1=0.7917`, `topk=1.0` | 488 | `hybrid` | `num_queries=24`, `top1=0.7917`, `topk=1.0` |
489 | `high_energy` | `run_demo.py build-index --resume --checkpoint-every-refs 100` | 489 | `high_energy` | `evaluate.py --max-queries 24` |
490 | `report.json` | 尚未生成 | 490 | `report.json` | 尚未生成 |
491 491
492 恢复检查命令: 492 恢复检查命令:
......