Skip to content

Commit

Permalink
Merge pull request tensorflow#2414 from xcyan/fix_2240
Browse files Browse the repository at this point in the history
Fix 2240 [PTN]: Remove the default value in 'master' flag
  • Loading branch information
nealwu authored Nov 29, 2017
2 parents 59e9b97 + c865727 commit 4d45976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion research/ptn/eval_rotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
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

Expand Down

0 comments on commit 4d45976

Please sign in to comment.