Commit cd034c8c authored by Shining Sun's avatar Shining Sun
Browse files

remove debug code

parent 84266860
...@@ -135,7 +135,7 @@ def get_optimizer_loss_and_metrics(): ...@@ -135,7 +135,7 @@ def get_optimizer_loss_and_metrics():
def get_dist_strategy(): 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.') print('Not using distribution strategies.')
strategy = None strategy = None
else: else:
......
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