Skip to content

Commit 9f75c05

Browse files
author
Beat Buesser
committed
Remove duplicate line
Signed-off-by: Beat Buesser <[email protected]>
1 parent 1bcb4e6 commit 9f75c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

art/estimators/tensorflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def predict(self, x: np.ndarray, batch_size: int = 128, **kwargs):
112112
"""
113113
Perform prediction of the neural network for samples `x`.
114114
115-
:param x: Samples of shape (nb_samples, nb_features) or (nb_samples, nb_pixels_1, nb_pixels_2,
116115
:param x: Samples of shape (nb_samples, nb_features) or (nb_samples, nb_pixels_1, nb_pixels_2,
117116
nb_channels) or (nb_samples, nb_channels, nb_pixels_1, nb_pixels_2).
118117
:param batch_size: Batch size.

0 commit comments

Comments
 (0)