aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Androbin <robin.richtsfeld@gmail.com>2017-05-06 20:01:35 +0200
committerGravatar Vijay Vasudevan <vrv@google.com>2017-05-06 11:01:35 -0700
commitb981c5d1c4f48073107c9079a354711f4d878b00 (patch)
tree6b1cbef64c0bc58a7df1308e6f5fddc3506147d5
parent91c9366589b1082e5d9d8fdc70fe46666efb69a1 (diff)
suggest is_training not known at construction time (#9723)
* suggest is_training not known at construction time * Slight modification to keep style with line 162
-rw-r--r--tensorflow/docs_src/community/style_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/community/style_guide.md b/tensorflow/docs_src/community/style_guide.md
index 767e33c3d0..602cb88d45 100644
--- a/tensorflow/docs_src/community/style_guide.md
+++ b/tensorflow/docs_src/community/style_guide.md
@@ -163,7 +163,7 @@ operation.
it's present in the scope.
* Layers that behave differently during training should have:
- - `is_training`: `bool` to indicate if a training graph is been built.
+ - `is_training`: `bool` indicator if the graph is being built for training.
Example: