Temporarily disabled save images

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-07-15 10:59:04 +02:00
parent a521bc4024
commit f66bf31785
1 changed files with 1 additions and 2 deletions

View File

@ -274,8 +274,7 @@ def _predict_loop(generator: Generator, use_dropout: bool, steps_per_epoch: int,
else:
predictions = vanilla_step(inputs)
save_images(inputs, predictions)
print("test")
# save_images(inputs, predictions)
print((
f"Input shape: {inputs.shape}"
f"Predictions shape: {predictions.shape}"