comment typo (#19381)
authorQing ZHao <jke0zq@gmail.com>
Sat, 19 May 2018 14:45:29 +0000 (22:45 +0800)
committerShanqing Cai <cais@google.com>
Sat, 19 May 2018 14:45:29 +0000 (10:45 -0400)
tensorflow/contrib/opt/python/training/model_average_optimizer.py

index a7c97a1..b6b10e5 100644 (file)
@@ -62,7 +62,7 @@ class ModelAverageCustomGetter(object):
   """
 
   def __init__(self, worker_device):
-    """Create a new `ElasticAverageCustomGetter`.
+    """Create a new `ModelAverageCustomGetter`.
 
     Args:
       worker_device: String.  Name of the `worker` job.