Skip to content

Commit f5e2211

Browse files
Fix BERT benchmark test.
PiperOrigin-RevId: 273795511
1 parent 7207422 commit f5e2211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/benchmark/bert_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _run_bert_classifier(self, callbacks=None, use_ds=True):
7676

7777
steps_per_loop = 1
7878

79-
run_classifier.run_customized_training(
79+
run_classifier.run_bert_classifier(
8080
strategy,
8181
bert_config,
8282
input_meta_data,

0 commit comments

Comments
 (0)