Skip to content

Commit b8a1c33

Browse files
committed
Fix clock training
1 parent 93ccab9 commit b8a1c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbmi/exp_modular_arithmetic/run_train_clocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
CLOCK_CONFIG,
1515
{
1616
"seed": seed,
17-
("experiment", "train_for"): (10000, "epochs"),
17+
"train_for": (10000, "epochs"),
1818
("experiment", "logging_options"): ModelMatrixLoggingOptions.none(),
1919
},
2020
post_init=True,

0 commit comments

Comments
 (0)