Add exposure-only input ablation
This commit is contained in:
@@ -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")),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user