feat: add --w-topo override to multiseed driver for topology ablation - #65
Closed
koki3070 wants to merge 2 commits into
Closed
feat: add --w-topo override to multiseed driver for topology ablation#65koki3070 wants to merge 2 commits into
koki3070 wants to merge 2 commits into
Conversation
run_backend_multiseed.py に loss.w_topo を上書きする任意 CLI を追加し、 topology ablation(w_topo=0 等)をマルチシード再現と同じ経路で実行可能にする。 Co-authored-by: Cursor <cursoragent@cursor.com>
- evaluate_paper_protocol.py: ellphi DBSCAN inference (MCC/G-Mean/W-Dist) with val-tuned eps/min_samples - evaluate_paper_baselines.py: Phase 3 baselines (Euclidean DBSCAN, IsolationForest, LOF, ADBSCAN) - aggregate_paper_results.py: build summary_for_paper.csv + MANIFEST.md - ellphi_postfix_autopipeline.sh: pilot -> fixed 12ep x 5seed main run (paper_reproduce_1week_tuned) - reproduce_ellphi_main.yaml: ellphi main config Migration of dxs0 work to dxs1. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
experiments/run_backend_multiseed.pyに--w-topo任意 CLI を追加loss.w_topoを実行時に上書きでき、topology ablation(例:--w-topo 0)をマルチシード再現と同一経路で実行可能にするTest plan
uv run ruff check experiments/run_backend_multiseed.py合格--w-topo 0指定時にloss.w_topo=0.0が override されることを smoke 実行で確認--w-topo未指定)が従来と同一結果になることを確認Made with Cursor