aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras/python/keras/engine/topology.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/keras/python/keras/engine/topology.py')
-rw-r--r--tensorflow/contrib/keras/python/keras/engine/topology.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/keras/python/keras/engine/topology.py b/tensorflow/contrib/keras/python/keras/engine/topology.py
index 7561ef78f3..07d708ada3 100644
--- a/tensorflow/contrib/keras/python/keras/engine/topology.py
+++ b/tensorflow/contrib/keras/python/keras/engine/topology.py
@@ -1544,7 +1544,7 @@ class Container(Layer):
"""Retrieve the model's updates.
Will only include updates that are either
- inconditional, or conditional on inputs to this model
+ unconditional, or conditional on inputs to this model
(e.g. will not include updates that depend on tensors
that aren't inputs to this model).
@@ -1571,7 +1571,7 @@ class Container(Layer):
"""Retrieve the model's losses.
Will only include losses that are either
- inconditional, or conditional on inputs to this model
+ unconditional, or conditional on inputs to this model
(e.g. will not include losses that depend on tensors
that aren't inputs to this model).