Commit 9bbbeb44 authored by Andrew M. Dai's avatar Andrew M. Dai
Browse files

Fix some minor API issues.

parent 61b18977
...@@ -81,8 +81,7 @@ tf.app.flags.DEFINE_enum( ...@@ -81,8 +81,7 @@ tf.app.flags.DEFINE_enum(
tf.app.flags.DEFINE_string('master', '', tf.app.flags.DEFINE_string('master', '',
"""Name of the TensorFlow master to use.""") """Name of the TensorFlow master to use.""")
tf.app.flags.DEFINE_string('eval_master', '', tf.app.flags.DEFINE_string('eval_master', '',
"""Name prefix of the Tensorflow eval master, """Name prefix of the Tensorflow eval master.""")
or "local".""")
tf.app.flags.DEFINE_integer('task', 0, tf.app.flags.DEFINE_integer('task', 0,
"""Task id of the replica running the training.""") """Task id of the replica running the training.""")
tf.app.flags.DEFINE_integer('ps_tasks', 0, """Number of tasks in the ps job. tf.app.flags.DEFINE_integer('ps_tasks', 0, """Number of tasks in the ps job.
......
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