Skip to content

Commit fa05c1c

Browse files
committed
Don't checkpoint so often
1 parent b8a1c33 commit fa05c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gbmi/exp_modular_arithmetic/run_train_clocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{
1616
"seed": seed,
1717
"train_for": (10000, "epochs"),
18+
"checkpoint_every": (2000, "epochs"),
1819
("experiment", "logging_options"): ModelMatrixLoggingOptions.none(),
1920
},
2021
post_init=True,

0 commit comments

Comments
 (0)