"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "c2902cfb1afb5370dd7fc7cb55d0b506475efcc2"
Commit 0cc52905 authored by anj-s's avatar anj-s Committed by Toby Boyd
Browse files

Fix lint error (Trailing whitespace) (#7059)

* .

* .
parent f8ec01ae
...@@ -111,7 +111,7 @@ def get_input_dataset(flags_obj, strategy): ...@@ -111,7 +111,7 @@ def get_input_dataset(flags_obj, strategy):
if strategy: if strategy:
train_ds = strategy.experimental_distribute_dataset(train_ds) train_ds = strategy.experimental_distribute_dataset(train_ds)
test_ds = None test_ds = None
if not flags_obj.skip_eval: if not flags_obj.skip_eval:
test_ds = input_fn( test_ds = input_fn(
......
...@@ -62,7 +62,7 @@ class CtlImagenetTest(googletest.TestCase): ...@@ -62,7 +62,7 @@ class CtlImagenetTest(googletest.TestCase):
def test_end_to_end_no_dist_strat(self): def test_end_to_end_no_dist_strat(self):
"""Test Keras model with 1 GPU, no distribution strategy.""" """Test Keras model with 1 GPU, no distribution strategy."""
extra_flags = [ extra_flags = [
"-distribution_strategy", "off", "-distribution_strategy", "off",
"-model_dir", "ctl_imagenet_no_dist_strat", "-model_dir", "ctl_imagenet_no_dist_strat",
......
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