From 35f2b0b086955d2698b5c6a2c78f2611145ae938 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 8 May 2019 13:49:59 +0200 Subject: [PATCH] Enabled summary tracker for real Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index 1c17edf..42ad968 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -196,9 +196,9 @@ def _predict_one_epoch(dataset: tf.data.Dataset, decoded_predictions_batch.append(result) del result else: - # trs.print_diff() + trs.print_diff() result = np.array(ssd(inputs)) - # trs.print_diff() + trs.print_diff() decoded_predictions_batch.append(result) del result