Skip to content

Commit 502a296

Browse files
Merge pull request #17958 from SamuelMarks:keras.feature_column-defaults-to
PiperOrigin-RevId: 536843514
2 parents 0d09e81 + c7157c0 commit 502a296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/feature_column/sequence_feature_column.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def call(self, features, training=None):
122122
method of any `FeatureColumn` that takes a `training` argument. For
123123
example, if a `FeatureColumn` performed dropout, the column could
124124
expose a `training` argument to control whether the dropout should
125-
be applied. If `None`, defaults to
126-
`tf.keras.backend.learning_phase()`.
125+
be applied. If `None`, becomes `tf.keras.backend.learning_phase()`.
126+
Defaults to `None`.
127127
128128
129129
Returns:

0 commit comments

Comments
 (0)