mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
4290b4c8d0
commit
4c7833e4c0
Binary file not shown.
@ -891,8 +891,11 @@ class MetricsTracker(collections.defaultdict):
|
|||||||
#norm_value = (
|
#norm_value = (
|
||||||
# float(v) / num_frames if "utt_" not in k else float(v) / num_utterances
|
# float(v) / num_frames if "utt_" not in k else float(v) / num_utterances
|
||||||
#)
|
#)
|
||||||
|
#norm_value = (
|
||||||
|
# float(v) / num_utterances
|
||||||
|
#)
|
||||||
norm_value = (
|
norm_value = (
|
||||||
float(v) / num_utterances
|
float(v)
|
||||||
)
|
)
|
||||||
|
|
||||||
ans.append((k, norm_value))
|
ans.append((k, norm_value))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user