Commit 1dcdbaab authored by Neal Wu's avatar Neal Wu
Browse files

Fixed formatting for the comment

parent e3076488
......@@ -221,9 +221,8 @@ def train(target, dataset, cluster_spec):
with tf.control_dependencies([apply_gradients_op]):
train_op = tf.identity(total_loss, name='train_op')
# Get chief queue_runners and init_tokens, which is used to
# synchronize replicas.
# More details can be found in sync_replicas_optimizer.
# Get chief queue_runners and init_tokens, which is used to synchronize
# replicas. More details can be found in sync_replicas_optimizer.
chief_queue_runners = [opt.get_chief_queue_runner()]
init_tokens_op = opt.get_init_tokens_op()
......
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