Commit c865727c authored by Xinchen Yan's avatar Xinchen Yan
Browse files

fix 2240: fix the default master flag

parent 6e4bbb74
...@@ -64,7 +64,7 @@ flags.DEFINE_float('clip_gradient_norm', 0, '') ...@@ -64,7 +64,7 @@ flags.DEFINE_float('clip_gradient_norm', 0, '')
flags.DEFINE_integer('save_summaries_secs', 15, '') flags.DEFINE_integer('save_summaries_secs', 15, '')
flags.DEFINE_integer('eval_interval_secs', 60 * 5, '') flags.DEFINE_integer('eval_interval_secs', 60 * 5, '')
# Scheduling # Scheduling
flags.DEFINE_string('master', 'local', '') flags.DEFINE_string('master', '', '')
FLAGS = flags.FLAGS FLAGS = flags.FLAGS
......
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