一键导入
run-smoke
Run the end-to-end smoke pipeline (dummy model on the synthetic smoke dataset).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the end-to-end smoke pipeline (dummy model on the synthetic smoke dataset).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build, refresh, or promote rows from `docs/initialDocs/derivedBibliography.md` — the auto-generated catalogue of references cited by the papers under `literature/papers/`. Use when the user asks to "extract references", "build the derived bibliography", "refresh derived refs", "what does paper X cite", "promote this derived ref to the main bibliography and download it", or to scan/aggregate citations from the local PDFs. Also: every time a new paper folder lands on disk, this refresh has to run so the derived list stays current.
Build the GPU Docker image and validate the runtime environment.
Build a dataset manifest and validate it against the manifest schema.
Build all paper figures and tables from registered runs and verify claim coverage.
Run an ablation grid and aggregate the results.
Add a single new paper or repository to docs/initialDocs/revisedBibliography.md and, when possible, materialise its `literature/papers/<slug>/` folder (PDF + shallow-cloned repo + notes.md + citation.bib) following docs/initialDocs/bibliographySpec.md. The folder is created only when at least one artefact (PDF or repo) was downloaded AND year + first author are known; otherwise the row is added with an empty Literature dir cell. Use when the user pastes a URL, BibTeX, or arXiv ID and asks to "add this paper", "save this reference", "track this in the bibliography", etc.
| name | run-smoke |
| description | Run the end-to-end smoke pipeline (dummy model on the synthetic smoke dataset). |
The smoke pipeline is the M0 milestone gate. It must always pass before any larger run.
Steps:
python -m rp_detr.cli.validate_config configs/experiments/smoke_rp_navi.yaml
python scripts/build_manifest.py --dataset smoke --out data/manifests/smoke.jsonl
make run-smoke
This invokes python -m rp_detr.cli.run_pipeline against the smoke config and writes predictions, latency traces, and a run record under experiments/runs/e2e_smoke/.python -m rp_detr.cli.compute_metrics \
--predictions experiments/runs/e2e_smoke/predictions.jsonl \
--manifest data/manifests/smoke.jsonl \
--out experiments/runs/e2e_smoke/metrics.json
make validate-schemas
If any step fails, stop and report — do not delete the run directory.