We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ae0b6 commit 69c84c4Copy full SHA for 69c84c4
t5x/train.py
@@ -531,6 +531,7 @@ def _run_training_eval(first_run: bool = False):
531
task: utils.get_zeros_batch_like_dataset(ds)
532
for task, ds in train_eval_datasets.items()
533
}
534
+ )
535
logging.info('Computing training evaluation metrics.')
536
if run_dali_eval:
537
eval_batch_iters = {
0 commit comments