"megatron/vscode:/vscode.git/clone" did not exist on "feecd5d9d083365deacdcf87d40c11e265f6bea7"
Unverified Commit 4d459762 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #2414 from xcyan/fix_2240

Fix 2240 [PTN]: Remove the default value in 'master' flag
parents 59e9b97f c865727c
......@@ -64,7 +64,7 @@ flags.DEFINE_float('clip_gradient_norm', 0, '')
flags.DEFINE_integer('save_summaries_secs', 15, '')
flags.DEFINE_integer('eval_interval_secs', 60 * 5, '')
# Scheduling
flags.DEFINE_string('master', 'local', '')
flags.DEFINE_string('master', '', '')
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