summaryrefslogtreecommitdiff
path: root/experiments/coupled_ladder_scaling.py
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/coupled_ladder_scaling.py')
-rw-r--r--experiments/coupled_ladder_scaling.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/experiments/coupled_ladder_scaling.py b/experiments/coupled_ladder_scaling.py
index 680b855..0ccee60 100644
--- a/experiments/coupled_ladder_scaling.py
+++ b/experiments/coupled_ladder_scaling.py
@@ -281,6 +281,11 @@ def parse_args() -> argparse.Namespace:
default=2.3,
)
parser.add_argument("--workers", type=int, default=8)
+ parser.add_argument(
+ "--confirmatory",
+ action="store_true",
+ help="mark a run whose protocol was frozen before endpoints were read",
+ )
return parser.parse_args()
@@ -350,7 +355,7 @@ def main() -> None:
record["side"], record["task_index"], record["device_seed"]))
report = {
"analysis": "digital_coupled_learning_size_ladder",
- "confirmatory": False,
+ "confirmatory": args.confirmatory,
"autodiff_used": False,
"source_protocol": str(args.protocol),
"protocol": {