diff --git a/icefall/.utils.py.swp b/icefall/.utils.py.swp index d7fa3e3e5..c6658e186 100644 Binary files a/icefall/.utils.py.swp and b/icefall/.utils.py.swp differ diff --git a/icefall/utils.py b/icefall/utils.py index dc7754cca..108bc9402 100644 --- a/icefall/utils.py +++ b/icefall/utils.py @@ -891,8 +891,11 @@ class MetricsTracker(collections.defaultdict): #norm_value = ( # float(v) / num_frames if "utt_" not in k else float(v) / num_utterances #) + #norm_value = ( + # float(v) / num_utterances + #) norm_value = ( - float(v) / num_utterances + float(v) ) ans.append((k, norm_value))