Skip to content

Commit 69c84c4

Browse files
committed
add missing parenthesis
1 parent 46ae0b6 commit 69c84c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t5x/train.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ def _run_training_eval(first_run: bool = False):
531531
task: utils.get_zeros_batch_like_dataset(ds)
532532
for task, ds in train_eval_datasets.items()
533533
}
534+
)
534535
logging.info('Computing training evaluation metrics.')
535536
if run_dali_eval:
536537
eval_batch_iters = {

0 commit comments

Comments
 (0)