From 39b6ff0b6ea26de71f03ff162729cce40ee9da4c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 1 May 2019 13:17:41 +0200 Subject: [PATCH] Removed printing every operation of tensorflow Signed-off-by: Jim Martens --- src/twomartens/masterthesis/main.py | 1 - 1 file changed, 1 deletion(-) 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