Add new analysis scripts and configuration files for model comparison and feature extraction

This commit is contained in:
rpotter6298
2026-05-14 13:51:41 +02:00
parent a721e52909
commit 86ed453736
7 changed files with 342 additions and 32 deletions
@@ -0,0 +1,10 @@
[
{
"_note": "Single rep of tritower default with save_features=true and ALL fusion phases captured (nt + hb). New run_name so it doesn't skip the prior single-phase result.",
"run_name": "experiments/tri_v1/baseline_tri_features_all",
"reps": 1,
"overrides": {
"save_features": true
}
}
]
@@ -0,0 +1,7 @@
[
{
"_note": "cd + geom (seg-CNN) two-tower ensemble — img-tower removed. 3 reps as a pilot; promote to 10 if it lands near img+cd's 0.896.",
"run_name": "experiments/tri_v1/cd_geom_duo",
"reps": 3
}
]