Fixed call of save function

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-07-11 15:03:39 +02:00
parent 73e4920cc4
commit af62d0492c
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ def _predict_loop(generator: Generator, use_dropout: bool, steps_per_epoch: int,
transformed_predictions = transform_func(predictions, inverse_transforms)
save_func(transformed_predictions, original_labels, filenames,
batch_counter)
batch_nr=batch_counter)
batch_counter += 1