From 4595fa85d4783c34d514881b2d9aae61161239e6 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 2 Jul 2019 15:56:08 +0200 Subject: [PATCH] Removed empty line Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index c39938a..ca1bea9 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -132,7 +132,6 @@ def _ssd_train(args: argparse.Namespace) -> None: pyplot.savefig(f"{args.summary_path}/train/{args.network}/{args.iteration}/bboxes{str(i).zfill(nr_digits)}.png") pyplot.close(figure) - nr_batches_train = int(math.floor(train_length / batch_size)) nr_batches_val = int(math.floor(val_length / batch_size))