From c22a98c8332aa893a6d6baf51b743fa8f4f65840 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 20 Jun 2019 13:00:40 +0200 Subject: [PATCH] Reversed previous commit 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 f8674fc..578fe14 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -95,7 +95,7 @@ def _ssd_train(args: argparse.Namespace) -> None: train_generator, nr_batches_train, val_generator, - nr_batches_val, + 20, ssd_model, weights_path, args.iteration,