Skip to content

Commit b66324b

Browse files
committed
only validated every 5000 updates
1 parent aa43a3e commit b66324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiment_definitions/e575.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run(root_experiment_name):
6868
metrics=Metrics(state_boundaries=[3]),
6969
learning_rates={0: 1E-2},
7070
repeat_callbacks=[
71-
(500, Trainer.validate),
71+
(5000, Trainer.validate),
7272
(5000, Trainer.save_params),
7373
(5000, Trainer.plot_estimates)
7474
]

0 commit comments

Comments
 (0)