Fix typo (#16822)
authorhsm207 <hsm207@users.noreply.github.com>
Thu, 8 Feb 2018 00:20:15 +0000 (19:20 -0500)
committerJonathan Hseu <vomjom@vomjom.net>
Thu, 8 Feb 2018 00:20:15 +0000 (16:20 -0800)
tensorflow/contrib/slim/README.md

index c7a54cb..2d9df8f 100644 (file)
@@ -145,7 +145,7 @@ regular_variables_and_model_variables = slim.get_variables()
 
 How does this work? When you create a model variable via TF-Slim's layers or
 directly via the `slim.model_variable` function, TF-Slim adds the variable to
-the `tf.GraphKeys.MODEL_VARIABLES` collection. What if you have your own
+the `tf.GraphKeys.MODEL_VARIABLES` collection. What if you have your own
 custom layers or variable creation routine but still want TF-Slim to manage or
 be aware of your model variables? TF-Slim provides a convenience function for
 adding the model variable to its collection: