We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd65257 + 745a448 commit 6263692Copy full SHA for 6263692
research/object_detection/train.py
@@ -59,7 +59,7 @@
59
tf.logging.set_verbosity(tf.logging.INFO)
60
61
flags = tf.app.flags
62
-flags.DEFINE_string('master', '', 'BNS name of the TensorFlow master to use.')
+flags.DEFINE_string('master', '', 'Name of the TensorFlow master to use.')
63
flags.DEFINE_integer('task', 0, 'task id')
64
flags.DEFINE_integer('num_clones', 1, 'Number of clones to deploy per worker.')
65
flags.DEFINE_boolean('clone_on_cpu', False,
0 commit comments