"model/models/mistral3/model_text.go" did not exist on "53d2990d9b60fae08437e98141eca5d9e393deaa"
Unverified Commit 81123ebf authored by Toby Boyd's avatar Toby Boyd Committed by GitHub
Browse files

Reduce transformer fp16 test to 12 iterations. (#7183)

parent 35620eaf
......@@ -322,7 +322,7 @@ class TransformerBigKerasAccuracy(TransformerBenchmark):
FLAGS['bleu_ref'].value = self.bleu_ref
FLAGS.param_set = 'big'
FLAGS.batch_size = 3072*8
FLAGS.train_steps = 400000
FLAGS.train_steps = 20000 * 12
FLAGS.steps_between_evals = 20000
FLAGS.model_dir = self._get_model_dir('benchmark_8_gpu_fp16')
self._run_and_report_benchmark(total_batch_size=FLAGS.batch_size,
......
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