Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
0cc52905
".github/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2e79da594f57e4282fa3024e3075439153ddde15"
Commit
0cc52905
authored
Jun 19, 2019
by
anj-s
Committed by
Toby Boyd
Jun 19, 2019
Browse files
Fix lint error (Trailing whitespace) (#7059)
* . * .
parent
f8ec01ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
official/resnet/ctl/ctl_imagenet_main.py
official/resnet/ctl/ctl_imagenet_main.py
+1
-1
official/resnet/ctl/ctl_imagenet_test.py
official/resnet/ctl/ctl_imagenet_test.py
+1
-1
No files found.
official/resnet/ctl/ctl_imagenet_main.py
View file @
0cc52905
...
...
@@ -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
(
...
...
official/resnet/ctl/ctl_imagenet_test.py
View file @
0cc52905
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment