Skip to content

Commit ad6c02c

Browse files
add prepare_for_eval to self_tuning
1 parent 4f89f59 commit ad6c02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submission_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def score_submission_on_workload(workload: spec.Workload,
668668
score, _ = train_once(
669669
workload, workload_name, global_batch_size, global_eval_batch_size,
670670
data_dir, imagenet_v2_data_dir,
671-
init_optimizer_state, update_params, data_selection,
671+
init_optimizer_state, update_params, data_selection, prepare_for_eval,
672672
None, rng_seed, rng, profiler, max_global_steps, log_dir,
673673
save_checkpoints=save_checkpoints)
674674
return score

0 commit comments

Comments
 (0)