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}"