Add exposure-only input ablation

This commit is contained in:
2026-07-12 16:00:34 +08:00
parent 0339f1a278
commit 14608ed04d
4 changed files with 48 additions and 2 deletions

View File

@@ -326,6 +326,7 @@ def build_model_from_dataset(args: argparse.Namespace, cfg: Dict[str, Any], data
use_exposure_embeddings=bool(
cfg_get(args, cfg, "use_exposure_embeddings", False)
),
input_ablation=str(cfg_get(args, cfg, "input_ablation", "none")),
)