mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 10:32:17 +00:00
fix misc line
This commit is contained in:
parent
814d3ac702
commit
9b13eac946
@ -371,7 +371,6 @@ def get_parser():
|
||||
modified_beam_search_LODR.
|
||||
""",
|
||||
)
|
||||
<<<<<<< HEAD
|
||||
|
||||
parser.add_argument(
|
||||
"--skip-scoring",
|
||||
@ -660,7 +659,7 @@ def decode_dataset(
|
||||
LM: Optional[LmScorer] = None,
|
||||
ngram_lm=None,
|
||||
ngram_lm_scale: float = 0.0,
|
||||
) -> Dict[str, List[Tuple[str, List[str], List[str]]]]:
|
||||
) -> Dict[str, List[Tuple[str, List[str], List[str]]]]:
|
||||
"""Decode dataset.
|
||||
|
||||
Args:
|
||||
@ -737,7 +736,7 @@ def save_asr_output(
|
||||
params: AttributeDict,
|
||||
test_set_name: str,
|
||||
results_dict: Dict[str, List[Tuple[str, List[str], List[str]]]],
|
||||
):
|
||||
):
|
||||
"""
|
||||
Save text produced by ASR.
|
||||
"""
|
||||
@ -755,7 +754,7 @@ def save_wer_results(
|
||||
params: AttributeDict,
|
||||
test_set_name: str,
|
||||
results_dict: Dict[str, List[Tuple[str, List[str], List[str], Tuple]]],
|
||||
):
|
||||
):
|
||||
"""
|
||||
Save WER and per-utterance word alignments.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user