diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index efd7825..6242c55 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -176,7 +176,7 @@ def _ssd_val(args: argparse.Namespace) -> None: from twomartens.masterthesis import ssd config = tf.ConfigProto() - config.log_device_placement = True + config.log_device_placement = False config.gpu_options.allow_growth = False tf.enable_eager_execution(config=config) batch_size = 16