From: hsm207 Date: Thu, 8 Feb 2018 00:20:15 +0000 (-0500) Subject: Fix typo (#16822) X-Git-Tag: upstream/v1.7.0~248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63658bed986cd2d5332542db725628b543472e93;p=platform%2Fupstream%2Ftensorflow.git Fix typo (#16822) --- diff --git a/tensorflow/contrib/slim/README.md b/tensorflow/contrib/slim/README.md index c7a54cb..2d9df8f 100644 --- a/tensorflow/contrib/slim/README.md +++ b/tensorflow/contrib/slim/README.md @@ -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 -a 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: