Expand run_all pipeline and docs

This commit is contained in:
2026-01-28 20:17:50 +08:00
parent 39eede92f6
commit f3991cc91e
3 changed files with 47 additions and 6 deletions

View File

@@ -277,8 +277,8 @@ Recent runs (WSL, diagnostic):
---
## 10. Automation / 自动化
`example/run_all.py` runs all stages with config-driven paths.
`example/run_all_full.py` runs prepare/train/export/eval + KS diagnostics in one command.
`example/run_all.py` runs prepare/train/export/eval + postprocess + diagnostics in one command.
`example/run_all_full.py` legacy full runner.
`example/run_compare.py` can run a baseline vs temporal config and compute metric deltas.
---