num_replicas now propagates.
This commit is contained in:
parent
50216cbe96
commit
4bf812c99a
@ -267,7 +267,7 @@ class ResNet50Benchmarks(tf.test.Benchmark):
|
||||
def _report(self, label, start, num_iters, device, batch_size, data_format,
|
||||
num_replicas=1):
|
||||
resnet50_test_util.report(self, label, start, num_iters, device,
|
||||
batch_size, data_format, num_replicas=1)
|
||||
batch_size, data_format, num_replicas)
|
||||
|
||||
def _train_batch_sizes(self):
|
||||
"""Choose batch sizes based on GPU capability."""
|
||||
|
Loading…
Reference in New Issue
Block a user