Skip to content

Commit

Permalink
Update bert.yaml to be consistent with mlperf storage
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 authored Jul 27, 2023
1 parent b7b2b92 commit 25ba2a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dlio_benchmark/configs/workload/bert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ dataset:
file_prefix: part

train:
seed_change_epoch: False
computation_time: 0.968
total_training_steps: 5000
total_training_steps: 1000

reader:
data_loader: tensorflow
Expand All @@ -31,5 +32,5 @@ reader:

checkpoint:
checkpoint_folder: checkpoints/bert
steps_between_checkpoints: 1250
steps_between_checkpoints: 250
model_size: 4034713312

0 comments on commit 25ba2a0

Please sign in to comment.