From 681d23f3457ef058744052f68612b8ec99051580 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 13 Sep 2019 11:56:26 +0200 Subject: [PATCH] Removed obsolete code Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index c77d23d..0f3c7f8 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -304,7 +304,6 @@ def _predict_loop(generator: Generator, use_dropout: bool, steps_per_epoch: int, if use_entropy_threshold: nr_steps = math.floor((entropy_threshold_max - entropy_threshold_min) * 10) entropy_thresholds = [round(i / 10 + entropy_threshold_min, 1) for i in range(nr_steps)] - # entropy_thresholds = [1.4] else: entropy_thresholds = [0]