From 4950c22a3f4fea790cfe5fe55cde324289b5879c Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 28 Apr 2019 19:51:44 +0200 Subject: [PATCH] Removed unsupported v2 tensorshape behaviour It is only added in Tensorflow v1.13 but the CV computers only have v1.12 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 cb5e61b..bcbb779 100644 --- a/src/twomartens/masterthesis/main.py +++ b/src/twomartens/masterthesis/main.py @@ -173,7 +173,6 @@ def _ssd_val(args: argparse.Namespace) -> None: from twomartens.masterthesis import ssd tf.enable_eager_execution() - tf.enable_v2_tensorshape() batch_size = 16 image_size = 256 use_dropout = False