Skip to content

Commit 98ea069

Browse files
authored
Merge pull request tensorflow#14765 from millskyle/patch-1
Fixed typo in usage docstring
2 parents f4c0b3a + bc64472 commit 98ea069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/training/sync_replicas_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class SyncReplicasOptimizer(optimizer.Optimizer):
9999
# Note that if you want to have 2 backup replicas, you can change
100100
# total_num_replicas=52 and make sure this number matches how many physical
101101
# replicas you started in your job.
102-
opt = tf.SyncReplicasOptimizer(opt, replicas_to_aggregate=50,
102+
opt = tf.train.SyncReplicasOptimizer(opt, replicas_to_aggregate=50,
103103
total_num_replicas=50)
104104
105105
# Some models have startup_delays to help stabilize the model but when using

0 commit comments

Comments
 (0)