Enabled summary tracker for real

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-05-08 13:49:59 +02:00
parent 7932d77ee8
commit 35f2b0b086

View File

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