Skip to content

Commit 16e3abd

Browse files
committed
fix bug in rebase
1 parent 600f935 commit 16e3abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t5x/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _verify_matching_vocabs(cfg: utils.DatasetConfig):
280280
)
281281

282282
if prepare_train_iter_fn:
283-
train_iter = utils.prepare_train_iter(
283+
train_iter = prepare_train_iter_fn(
284284
train_iter,
285285
checkpoint_cfg=checkpoint_cfg,
286286
partitioner=partitioner,

0 commit comments

Comments
 (0)