Skip to content

Commit ed65718

Browse files
author
Beat Buesser
committed
Update format
Signed-off-by: Beat Buesser <[email protected]>
1 parent 2d5e001 commit ed65718

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
@@ -119,7 +119,6 @@ def __init__(self, **kwargs):
119119
super().__init__(**kwargs)
120120
TensorFlowV2Estimator._check_params(self)
121121

122-
123122
def predict(self, x: np.ndarray, batch_size: int = 128, **kwargs):
124123
"""
125124
Perform prediction of the neural network for samples `x`.

0 commit comments

Comments
 (0)