"vscode:/vscode.git/clone" did not exist on "b7e9d454e9e9f818883e249a8d50200675bf9752"
Commit 1636acc9 authored by saberkun's avatar saberkun Committed by Yuefeng Zhou
Browse files

Merged commit includes the following changes: (#7068)

254134531  by yuefengz<yuefengz@google.com>:

    Fix a typo in bert_benchmark.py

--

PiperOrigin-RevId: 254134531
parent 018ab4b5
......@@ -153,7 +153,7 @@ class BertClassifyBenchmarkReal(BertClassifyBenchmarkBase):
self._setup()
self.num_gpus = 2
FLAGS.model_dir = self._get_model_dir('benchmark_2_gpu_mprc')
FLAGS.model_dir = self._get_model_dir('benchmark_2_gpu_mrpc')
FLAGS.train_data_path = self.train_data_path
FLAGS.eval_data_path = self.eval_data_path
FLAGS.input_meta_data_path = self.input_meta_data_path
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment