fix comment

This commit is contained in:
Guo Liyong 2022-05-27 10:58:15 +08:00
parent aa9e287b3a
commit c10481a726

View File

@ -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.
""" """