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 <github@2martens.de>
This commit is contained in:
2019-04-28 19:51:44 +02:00
parent 258ab4b464
commit 4950c22a3f

View File

@ -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