From b73cffb8c46b8c8783157da43823005e9d79e2b4 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 9 Jul 2019 13:35:18 +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 0afc670..92c1714 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -311,7 +311,6 @@ def _ssd_test(args: argparse.Namespace) -> None: from twomartens.masterthesis.ssd_keras.keras_layers import keras_layer_L2Normalization from twomartens.masterthesis.ssd_keras.keras_loss_function import keras_ssd_loss - config = tf.ConfigProto() config.log_device_placement = False config.gpu_options.allow_growth = False