Skip to content

Commit

Permalink
PR #17958: [keras/feature_column] Standardise docstring usage of "Def…
Browse files Browse the repository at this point in the history
…ault to"

Imported from GitHub PR #17958

This is one of many PRs. Discussion + request to split into multiple PRs @ #17748
Copybara import of the project:

--
c7157c0 by Samuel Marks <[email protected]>:

[keras/feature_column/dense_features.py,keras/feature_column/sequence_feature_column.py] Standardise docstring usage of "Default to"

Merging this change closes #17958

FUTURE_COPYBARA_INTEGRATE_REVIEW=#17958 from SamuelMarks:keras.feature_column-defaults-to c7157c0
PiperOrigin-RevId: 535275621
  • Loading branch information
SamuelMarks authored and tensorflower-gardener committed May 31, 2023
1 parent 2722812 commit 46648c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/feature_column/sequence_feature_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def call(self, features, training=None):
method of any `FeatureColumn` that takes a `training` argument. For
example, if a `FeatureColumn` performed dropout, the column could
expose a `training` argument to control whether the dropout should
be applied. If `None`, defaults to
`tf.keras.backend.learning_phase()`.
be applied. If `None`, becomes `tf.keras.backend.learning_phase()`.
Defaults to `None`.
Returns:
Expand Down

0 comments on commit 46648c9

Please sign in to comment.