From 9b13c5cf52e4f84860e6762e7a08af56338e1322 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 9 Jul 2019 12:25:11 +0200 Subject: [PATCH] Fixed function call Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index 6ceda4f..6c302e2 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -358,7 +358,7 @@ def _ssd_test(args: argparse.Namespace) -> None: ssd_model, use_dropout, forward_passes_per_image, - image_size, + (image_size, image_size), output_path, nr_digits)