kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.12k stars 5.31k forks source link

minor fix in calculating per catetory stats #4737

Closed huangruizhe closed 2 years ago

huangruizhe commented 2 years ago

Hi Yenda, here is the fix. @jtrmal

To explain more, without this fix, we could not distinguish ref_time=0 or ref_time=. Thus the counting in the following corr_sweep and fa_sweep may be wrong.

jtrmal commented 2 years ago

looks good, thanks!