diff --git a/src/twomartens/masterthesis/main.py b/src/twomartens/masterthesis/main.py index 4605278..04a5a3e 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -177,7 +177,6 @@ def _ssd_val(args: argparse.Namespace) -> None: config = tf.ConfigProto() config.gpu_options.allow_growth = True - config.log_device_placement = True tf.enable_eager_execution(config=config) batch_size = 16 image_size = 300