Skip to content

Commit 5879670

Browse files
committed
[keras/applications] Remove as these docstrings aren't interpolated
1 parent f4445f1 commit 5879670

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

keras/applications/convnext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def preprocess_input(x, data_format=None):
756756
x: A floating point `numpy.array` or a `tf.Tensor`.
757757
data_format: Optional data format of the image tensor/array. `None` means
758758
the global setting `tf.keras.backend.image_data_format()` is used
759-
(unless you changed it, it uses "channels_last").{mode}.
759+
(unless you changed it, it uses "channels_last").
760760
Defaults to `None`.
761761
762762
Returns:

keras/applications/efficientnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def preprocess_input(x, data_format=None):
854854
x: A floating point `numpy.array` or a `tf.Tensor`.
855855
data_format: Optional data format of the image tensor/array. `None` means
856856
the global setting `tf.keras.backend.image_data_format()` is used
857-
(unless you changed it, it uses "channels_last").{mode}.
857+
(unless you changed it, it uses "channels_last").
858858
Defaults to `None`.
859859
860860
Returns:

keras/applications/efficientnet_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ def preprocess_input(x, data_format=None):
13451345
x: A floating point `numpy.array` or a `tf.Tensor`.
13461346
data_format: Optional data format of the image tensor/array. `None` means
13471347
the global setting `tf.keras.backend.image_data_format()` is used
1348-
(unless you changed it, it uses "channels_last").{mode}.
1348+
(unless you changed it, it uses "channels_last").
13491349
Defaults to `None`.
13501350
13511351
Returns:

keras/applications/regnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ def preprocess_input(x, data_format=None):
18211821
x: A floating point `numpy.array` or a `tf.Tensor`.
18221822
data_format: Optional data format of the image tensor/array. `None` means
18231823
the global setting `tf.keras.backend.image_data_format()` is used
1824-
(unless you changed it, it uses "channels_last").{mode}.
1824+
(unless you changed it, it uses "channels_last").
18251825
Defaults to `None`.
18261826
18271827
Returns:

keras/applications/resnet_rs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ def preprocess_input(x, data_format=None):
961961
x: A floating point `numpy.array` or a `tf.Tensor`.
962962
data_format: Optional data format of the image tensor/array. `None` means
963963
the global setting `tf.keras.backend.image_data_format()` is used
964-
(unless you changed it, it uses "channels_last").{mode}.
964+
(unless you changed it, it uses "channels_last").
965965
Defaults to `None`.
966966
967967
Returns:

0 commit comments

Comments
 (0)