Files
2026-05-15 10:27:24 +02:00

37 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{ "_note": "Bottleneck experiment — fusion_dim=8 forces each bridge to compress aggressively. 4 bridges × 3 reps; if shapes-are-just-equivalent hypothesis is right, all 4 should still converge; if the bridges differ in compression priorities, AUC should diverge meaningfully.",
"run_name": "experiments/tri_v1/bottleneck/hadamard_tritower", "reps": 3,
"stage_overrides": {
"nt": { "args": { "fusion_dim": 8 } }
}
},
{ "run_name": "experiments/tri_v1/bottleneck/concat_tritower", "reps": 3,
"stage_overrides": {
"nt": {
"module": "v4.classes.bridges.concat_bridge",
"class": "ConcatBridge",
"args": { "fusion_dim": 8 }
}
}
},
{ "run_name": "experiments/tri_v1/bottleneck/pairwise_tritower", "reps": 3,
"stage_overrides": {
"nt": {
"module": "v4.classes.bridges.pairwise_bridge",
"class": "PairwiseAdditiveBridge",
"args": { "fusion_dim": 8 }
}
}
},
{ "run_name": "experiments/tri_v1/bottleneck/gated_tritower", "reps": 3,
"stage_overrides": {
"nt": {
"module": "v4.classes.bridges.gated_bridge",
"class": "GatedAdditiveBridge",
"args": { "fusion_dim": 8 }
}
}
}
]