Record the first cap48 hybrid score while the larger run continues
Persist the newly finished cap48 hybrid result so the next session can continue the 48-track validation run from measured evidence instead of only a runtime checkpoint. Constraint: cap48 high_energy and the final report are still pending Rejected: Wait for the full cap48 report before updating docs | Would leave the largest current real-data checkpoint stale across sessions Confidence: high Scope-risk: narrow Directive: Replace the cap48 partial section with the final two-strategy ranking once high_energy eval and report.json land Tested: Verified /tmp/ab_smoke_seg_cap48_top2/hybrid/fma_reports_smoke/eval.json; verified docs record hybrid=24/0.7917/1.0 and high_energy still in build-index Not-tested: Final cap48 comparison because high_energy has not finished yet
Showing
2 changed files
with
9 additions
and
7 deletions
| ... | @@ -14,10 +14,12 @@ | ... | @@ -14,10 +14,12 @@ |
| 14 | 14 | ||
| 15 | 当前 fresh evidence: | 15 | 当前 fresh evidence: |
| 16 | - `scripts/ab_smoke_segmentation.py ... --work-root /tmp/ab_smoke_seg_cap48_top2` 已启动 | 16 | - `scripts/ab_smoke_segmentation.py ... --work-root /tmp/ab_smoke_seg_cap48_top2` 已启动 |
| 17 | - 当前 first lane 为: | 17 | - `hybrid` 已完成首条评测: |
| 18 | - `hybrid` | 18 | - `num_queries = 24` |
| 19 | - 当前已进入: | 19 | - `top1 = 0.7917` |
| 20 | - `evaluate.py --data /tmp/ab_smoke_seg_cap48_top2/hybrid/fma/manifests ... --max-queries 24` | 20 | - `topk = 1.0` |
| 21 | - `high_energy` 已进入: | ||
| 22 | - `run_demo.py build-index --resume --checkpoint-every-refs 100` | ||
| 21 | - `report.json` 尚未落盘 | 23 | - `report.json` 尚未落盘 |
| 22 | 24 | ||
| 23 | 结论: | 25 | 结论: | ... | ... |
| ... | @@ -485,8 +485,8 @@ cd /workspace/acr-engine | ... | @@ -485,8 +485,8 @@ cd /workspace/acr-engine |
| 485 | |---|---| | 485 | |---|---| |
| 486 | | `subset_size` | `48` | | 486 | | `subset_size` | `48` | |
| 487 | | `max_test_queries` | `24` | | 487 | | `max_test_queries` | `24` | |
| 488 | | 首个运行策略 | `hybrid` | | 488 | | `hybrid` | `num_queries=24`, `top1=0.7917`, `topk=1.0` | |
| 489 | | 当前阶段 | `evaluate.py --max-queries 24` | | 489 | | `high_energy` | `run_demo.py build-index --resume --checkpoint-every-refs 100` | |
| 490 | | `report.json` | 尚未生成 | | 490 | | `report.json` | 尚未生成 | |
| 491 | 491 | ||
| 492 | 恢复检查命令: | 492 | 恢复检查命令: |
| ... | @@ -496,7 +496,7 @@ pgrep -af 'ab_smoke_seg_cap48_top2|external_adapters.py smoke-local fma /tmp/ab_ | ... | @@ -496,7 +496,7 @@ pgrep -af 'ab_smoke_seg_cap48_top2|external_adapters.py smoke-local fma /tmp/ab_ |
| 496 | ``` | 496 | ``` |
| 497 | 497 | ||
| 498 | 优先等待文件: | 498 | 优先等待文件: |
| 499 | - `/tmp/ab_smoke_seg_cap48_top2/hybrid/fma_reports_smoke/eval.json` | 499 | - `/tmp/ab_smoke_seg_cap48_top2/high_energy/fma_reports_smoke/eval.json` |
| 500 | - `/tmp/ab_smoke_seg_cap48_top2/report.json` | 500 | - `/tmp/ab_smoke_seg_cap48_top2/report.json` |
| 501 | - `b766c74` Make open-dataset manifests trainable end to end | 501 | - `b766c74` Make open-dataset manifests trainable end to end |
| 502 | - `fa23144` Add a single-page open dataset workflow for training prep | 502 | - `fa23144` Add a single-page open dataset workflow for training prep | ... | ... |
-
Please register or sign in to post a comment