From a2dce3a67c50fda072ecb4a3755084b12ed4da97 Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Thu, 8 Nov 2018 09:52:09 +0200 Subject: [PATCH] Bug fix: remove junk code accidentally committed to master --- distiller/thresholding.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/distiller/thresholding.py b/distiller/thresholding.py index 18eeae4..84ec73c 100755 --- a/distiller/thresholding.py +++ b/distiller/thresholding.py @@ -68,8 +68,6 @@ def group_threshold_mask(param, group_type, threshold, threshold_criteria): # 3. Apply the threshold filter binary_map = threshold_policy(view_2d, thresholds, threshold_criteria) -We need to stash this and then use it!! - # 3. Finally, expand the thresholds and view as a 4D tensor a = binary_map.expand(param.size(2) * param.size(3), param.size(0) * param.size(1)).t() -- GitLab