Skip to content

Commit 6263692

Browse files
authored
Merge pull request #2522 from crizCraig/patch-1
BNS=>DNS in arg description string
2 parents fd65257 + 745a448 commit 6263692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/object_detection/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
tf.logging.set_verbosity(tf.logging.INFO)
6060

6161
flags = tf.app.flags
62-
flags.DEFINE_string('master', '', 'BNS name of the TensorFlow master to use.')
62+
flags.DEFINE_string('master', '', 'Name of the TensorFlow master to use.')
6363
flags.DEFINE_integer('task', 0, 'task id')
6464
flags.DEFINE_integer('num_clones', 1, 'Number of clones to deploy per worker.')
6565
flags.DEFINE_boolean('clone_on_cpu', False,

0 commit comments

Comments
 (0)