Commit df7bd04b df7bd04b26f0afd1534d8c45f28a685c8211e0af by cnb.bofCdSsphPA

Preserve proof that cap64 has entered the hybrid training branch

Constraint: The cap64 run is still incomplete, so only branch-transition evidence can be recorded safely at this point
Rejected: Wait for the hybrid eval before checkpointing | Would lose the verified handoff that execution has moved beyond high_energy into hybrid training
Confidence: high
Scope-risk: narrow
Directive: Keep cap64 branch progression explicit so the next session can resume from the current strategy leg without re-inspection
Tested: Verified high_energy eval.json reports num_queries=32, top1=0.625, topk=1.0; verified active processes show external_adapters.py on /tmp/ab_smoke_seg_cap64_top2/hybrid and train.py on /tmp/ab_smoke_seg_cap64_top2/hybrid/fma/manifests; 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 398d12c3
1 ## 2026-06-02 cap64 hybrid 训练启动 checkpoint
2
3 完成项:
4 - 追加记录 cap64 的第二个策略分支已经启动。
5 - 已确认主流程从 `manifest_tools.py audio-dir-to-splits` 进入 `hybrid train.py`
6
7 验证证据:
8 - 当前进程显示:
9 - `external_adapters.py smoke-local ... /tmp/ab_smoke_seg_cap64_top2/hybrid`
10 - `train.py --data /tmp/ab_smoke_seg_cap64_top2/hybrid/fma/manifests ... --segment-strategy hybrid`
11 - 截至本 checkpoint:
12 - `hybrid``eval.json` 尚未生成
13 -`report.json` 尚未生成
14
1 ## 2026-06-02 cap64 high_energy 首个结果 checkpoint 15 ## 2026-06-02 cap64 high_energy 首个结果 checkpoint
2 16
3 完成项: 17 完成项:
......
...@@ -70,3 +70,5 @@ cd /workspace/acr-engine ...@@ -70,3 +70,5 @@ cd /workspace/acr-engine
70 - 已补充 cap64 新鲜证据:`high_energy` 索引完成(`64 refs / 657 windows / 192-d`)并进入 `evaluate.py` 70 - 已补充 cap64 新鲜证据:`high_energy` 索引完成(`64 refs / 657 windows / 192-d`)并进入 `evaluate.py`
71 71
72 - 已补充 cap64 首个结果:`high_energy = top1 0.625 / topk 1.0 / num_queries 32`,并记录主流程切换到 `hybrid` 72 - 已补充 cap64 首个结果:`high_energy = top1 0.625 / topk 1.0 / num_queries 32`,并记录主流程切换到 `hybrid`
73
74 - 已补充 cap64 阶段推进:`hybrid` 已进入训练阶段。
......
...@@ -61,5 +61,5 @@ test -f /tmp/ab_smoke_seg_cap48_top2_seed999/report.json && cat /tmp/ab_smoke_se ...@@ -61,5 +61,5 @@ test -f /tmp/ab_smoke_seg_cap48_top2_seed999/report.json && cat /tmp/ab_smoke_se
61 61
62 - 新 benchmark:`/tmp/ab_smoke_seg_cap64_top2` 62 - 新 benchmark:`/tmp/ab_smoke_seg_cap64_top2`
63 - 当前阶段:`high_energy` 已完成评测,结果为 `top1=0.625 / topk=1.0 / num_queries=32` 63 - 当前阶段:`high_energy` 已完成评测,结果为 `top1=0.625 / topk=1.0 / num_queries=32`
64 - 当前已切换到 `hybrid` 分支 64 - 当前已切换到 `hybrid` 训练阶段
65 - 下一 session 应优先检查 `hybrid` 结果与 `report.json` 是否生成 65 - 下一 session 应优先检查 `hybrid` 结果与 `report.json` 是否生成
......
...@@ -676,6 +676,6 @@ seed123 最终结论: ...@@ -676,6 +676,6 @@ seed123 最终结论:
676 - 配置:`subset_size=64`, `max_test_queries=32`, `seed=42` 676 - 配置:`subset_size=64`, `max_test_queries=32`, `seed=42`
677 - 当前最新证据: 677 - 当前最新证据:
678 - `high_energy` 已完成评测:`num_queries=32, top1=0.625, topk=1.0` 678 - `high_energy` 已完成评测:`num_queries=32, top1=0.625, topk=1.0`
679 - cap64 主流程已切换到 `hybrid` 分支 679 - `hybrid` 已进入 `train.py` 阶段
680 -`report.json` 尚未生成 680 -`report.json` 尚未生成
681 681
......