Removed empty line

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-02 15:56:08 +02:00
parent 2e609e5725
commit 4595fa85d4

View File

@ -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.savefig(f"{args.summary_path}/train/{args.network}/{args.iteration}/bboxes{str(i).zfill(nr_digits)}.png")
pyplot.close(figure) pyplot.close(figure)
nr_batches_train = int(math.floor(train_length / batch_size)) nr_batches_train = int(math.floor(train_length / batch_size))
nr_batches_val = int(math.floor(val_length / batch_size)) nr_batches_val = int(math.floor(val_length / batch_size))