Skip to content

Commit

Permalink
[keras/applications] Remove as these docstrings aren't interpolated
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Apr 23, 2023
1 parent f4445f1 commit 5879670
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keras/applications/convnext.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ def preprocess_input(x, data_format=None):
x: A floating point `numpy.array` or a `tf.Tensor`.
data_format: Optional data format of the image tensor/array. `None` means
the global setting `tf.keras.backend.image_data_format()` is used
(unless you changed it, it uses "channels_last").{mode}.
(unless you changed it, it uses "channels_last").
Defaults to `None`.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion keras/applications/efficientnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def preprocess_input(x, data_format=None):
x: A floating point `numpy.array` or a `tf.Tensor`.
data_format: Optional data format of the image tensor/array. `None` means
the global setting `tf.keras.backend.image_data_format()` is used
(unless you changed it, it uses "channels_last").{mode}.
(unless you changed it, it uses "channels_last").
Defaults to `None`.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion keras/applications/efficientnet_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ def preprocess_input(x, data_format=None):
x: A floating point `numpy.array` or a `tf.Tensor`.
data_format: Optional data format of the image tensor/array. `None` means
the global setting `tf.keras.backend.image_data_format()` is used
(unless you changed it, it uses "channels_last").{mode}.
(unless you changed it, it uses "channels_last").
Defaults to `None`.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion keras/applications/regnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ def preprocess_input(x, data_format=None):
x: A floating point `numpy.array` or a `tf.Tensor`.
data_format: Optional data format of the image tensor/array. `None` means
the global setting `tf.keras.backend.image_data_format()` is used
(unless you changed it, it uses "channels_last").{mode}.
(unless you changed it, it uses "channels_last").
Defaults to `None`.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion keras/applications/resnet_rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def preprocess_input(x, data_format=None):
x: A floating point `numpy.array` or a `tf.Tensor`.
data_format: Optional data format of the image tensor/array. `None` means
the global setting `tf.keras.backend.image_data_format()` is used
(unless you changed it, it uses "channels_last").{mode}.
(unless you changed it, it uses "channels_last").
Defaults to `None`.
Returns:
Expand Down

0 comments on commit 5879670

Please sign in to comment.