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:
parent
91c9366589
commit
b981c5d1c4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user