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
cd034c8c
Commit
cd034c8c
authored
Dec 18, 2018
by
Shining Sun
Browse files
remove debug code
parent
84266860
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/keras/keras_common.py
official/resnet/keras/keras_common.py
+1
-1
No files found.
official/resnet/keras/keras_common.py
View file @
cd034c8c
...
...
@@ -135,7 +135,7 @@ def get_optimizer_loss_and_metrics():
def
get_dist_strategy
():
if
True
:
#
FLAGS.num_gpus == 1 and FLAGS.dist_strat_off:
if
FLAGS
.
num_gpus
==
1
and
FLAGS
.
dist_strat_off
:
print
(
'Not using distribution strategies.'
)
strategy
=
None
else
:
...
...
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