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:
@ -173,7 +173,6 @@ def _ssd_val(args: argparse.Namespace) -> None:
|
|||||||
from twomartens.masterthesis import ssd
|
from twomartens.masterthesis import ssd
|
||||||
|
|
||||||
tf.enable_eager_execution()
|
tf.enable_eager_execution()
|
||||||
tf.enable_v2_tensorshape()
|
|
||||||
batch_size = 16
|
batch_size = 16
|
||||||
image_size = 256
|
image_size = 256
|
||||||
use_dropout = False
|
use_dropout = False
|
||||||
|
|||||||
Reference in New Issue
Block a user