mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-09 09:04:19 +00:00
fix comment
This commit is contained in:
parent
aa9e287b3a
commit
c10481a726
@ -64,9 +64,9 @@ def decode_dataset(
|
|||||||
The neural model.
|
The neural model.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Return a dict, whose key may be "no-rescore" if no LM rescoring
|
Return a dict, whose key is decoding method "ctc_greedy_search".
|
||||||
is used, or it may be "lm_scale_0.7" if LM rescoring is used.
|
Its value is a list of tuples.
|
||||||
Its value is a list of tuples. Each tuple contains two elements:
|
Each tuple contains two elements:
|
||||||
The first is the reference transcript, and the second is the
|
The first is the reference transcript, and the second is the
|
||||||
predicted result.
|
predicted result.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user