".github/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2e79da594f57e4282fa3024e3075439153ddde15"
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):
if strategy:
train_ds = strategy.experimental_distribute_dataset(train_ds)
test_ds = None
if not flags_obj.skip_eval:
test_ds = input_fn(
......
......@@ -62,7 +62,7 @@ class CtlImagenetTest(googletest.TestCase):
def test_end_to_end_no_dist_strat(self):
"""Test Keras model with 1 GPU, no distribution strategy."""
extra_flags = [
"-distribution_strategy", "off",
"-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