"examples/vscode:/vscode.git/clone" did not exist on "16851efa0f5248b27f86eb69dbc56900d1cc1c94"
Commit 3fd8bcfb authored by Ayush Dubey's avatar Ayush Dubey Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 264174913
parent 72124364
...@@ -972,7 +972,7 @@ class Resnet50MultiWorkerKerasBenchmark(Resnet50KerasBenchmarkBase): ...@@ -972,7 +972,7 @@ class Resnet50MultiWorkerKerasBenchmark(Resnet50KerasBenchmarkBase):
self._benchmark_common(eager=True, num_workers=8, all_reduce_alg='nccl') self._benchmark_common(eager=True, num_workers=8, all_reduce_alg='nccl')
class Resnet50MultiWorkerKerasBenchmarkSynth(Resnet50KerasBenchmarkBase): class Resnet50MultiWorkerKerasBenchmarkSynth(Resnet50MultiWorkerKerasBenchmark):
"""Resnet50 multi-worker synthetic benchmark tests.""" """Resnet50 multi-worker synthetic benchmark tests."""
def __init__(self, output_dir=None, root_data_dir=None, **kwargs): def __init__(self, output_dir=None, root_data_dir=None, **kwargs):
......
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