Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 389356311
  • Loading branch information
Uncertainty Baselines Team authored and copybara-github committed Aug 7, 2021
1 parent aa9ec77 commit e11fa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baselines/jft/batchensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def main(_):
batch_size=batch_size_per_host,
preprocess_fn=pp_builder.get_preprocess_fn(config.pp_train),
shuffle_buffer_size=config.shuffle_buffer_size,
shuffle_files=True,
cache=False)
steps_per_epoch = input_pipeline.get_num_examples(
config.dataset, config.train_split,
Expand Down

0 comments on commit e11fa50

Please sign in to comment.