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
This commit is contained in:
Androbin 2017-05-06 20:01:35 +02:00 committed by Vijay Vasudevan
parent 91c9366589
commit b981c5d1c4

View File

@ -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: