Skip to content

Commit 4d45976

Browse files
authored
Merge pull request tensorflow#2414 from xcyan/fix_2240
Fix 2240 [PTN]: Remove the default value in 'master' flag
2 parents 59e9b97 + c865727 commit 4d45976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/ptn/eval_rotator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
flags.DEFINE_integer('save_summaries_secs', 15, '')
6565
flags.DEFINE_integer('eval_interval_secs', 60 * 5, '')
6666
# Scheduling
67-
flags.DEFINE_string('master', 'local', '')
67+
flags.DEFINE_string('master', '', '')
6868

6969
FLAGS = flags.FLAGS
7070

0 commit comments

Comments
 (0)