diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index 15e83c9..b2291f6 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -144,7 +144,7 @@ def predict(dataset: tf.data.Dataset, }) else: checkpointables.update({ - 'ssd': SSD(mode='inference_fast', weights_path=weights_path) + 'ssd': SSD(mode='training', weights_path=weights_path) }) if checkpoint_path is not None: