From f66bf317853db8fee226c76b1f24fddf442f6f07 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 15 Jul 2019 10:59:04 +0200 Subject: [PATCH] Temporarily disabled save images Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index acd6a77..20fec31 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -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}"