Commit 25b10ebe authored by Toby Boyd's avatar Toby Boyd Committed by Dong Lin
Browse files

Make 2 gpu tests num_gpu=2 (was wrong before) (#6187)

parent a1ee97e6
......@@ -66,7 +66,7 @@ class EstimatorCifar10BenchmarkTests(tf.test.Benchmark):
def resnet56_2_gpu(self):
"""Test layers model with Estimator and dist_strat. 2 GPUs."""
self._setup()
flags.FLAGS.num_gpus = 1
flags.FLAGS.num_gpus = 2
flags.FLAGS.data_dir = DATA_DIR
flags.FLAGS.batch_size = 128
flags.FLAGS.train_epochs = 182
......
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