Skip to content

Commit bbcc23d

Browse files
committed
remove comments
1 parent ddf9bbd commit bbcc23d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rasa/utils/tensorflow/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ def predict(self, predict_data: RasaModelData) -> Dict[Text, tf.Tensor]:
206206
logger.debug("There is no tensorflow prediction graph.")
207207
self.build_for_predict(predict_data)
208208

209-
# predict_dataset = predict_data.as_tf_dataset(batch_size=1)
210209
batch_in = predict_data.prepare_batch(predict_data.data, 0, 1)
211-
# batch_in = next(iter(predict_dataset))
212210

213211
self._training = False # needed for eager mode
214212
return self._predict_function(batch_in)

0 commit comments

Comments
 (0)