Removed obsolete code

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-13 11:56:26 +02:00
parent 64300c3842
commit 681d23f345

View File

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